The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v4.11-rc1 for you to fetch changes up to 753dfd23612dfb4b585b7814a94237987fdf3359: usb: chipidea: msm: Fix return value check in ci_hdrc_msm_probe() (2017-02-03 16:48:47 +0800) ---------------------------------------------------------------- Hi Greg, In this series, it adds qualcomm USB2 support. The review process takes more than half of year, thanks for Stephen Boyd's great work. Most of patches at linux-next more than ten days, and the last two small chipidea patches at my tree about one day, no warning is reported from autobuild robot. Thanks. ---------------------------------------------------------------- Chanwoo Choi (1): usb: chipdata: Replace the extcon API Jisheng Zhang (2): usb: chipidea: delete an useless header include usb: chipidea: usb2: delete the redundant setting default DMA mask code Peter Chen (1): usb: chipidea: vbus event may exist before starting gadget Stephen Boyd (22): of: device: Support loading a module with OF based modalias of: device: Export of_device_{get_modalias, uvent_modalias} to modules usb: ulpi: Support device discovery via DT usb: chipidea: Only read/write OTGSC from one place usb: chipidea: Handle extcon events properly usb: chipidea: Add platform flag for wrapper phy management usb: chipidea: Notify events when switching host mode usb: chipidea: Remove locking in ci_udc_start() usb: chipidea: Add support for ULPI PHY bus usb: chipidea: Consolidate extcon notifiers usb: chipidea: msm: Mark device as runtime pm active usb: chipidea: msm: Rely on core to override AHBBURST usb: chipidea: msm: Use hw_write_id_reg() instead of writel usb: chipidea: msm: Add proper clk and reset support usb: chipidea: msm: Mux over secondary phy at the right time usb: chipidea: msm: Restore wrapper settings after reset usb: chipidea: msm: Make platform data driver local instead of global usb: chipidea: msm: Add reset controller for PHY POR bit usb: chipidea: msm: Handle phy power states usb: chipidea: msm: Be silent on probe defer errors usb: chipidea: Drop lock across event_notify during gadget stop usb: chipidea: Configure phy for appropriate mode Wei Yongjun (1): usb: chipidea: msm: Fix return value check in ci_hdrc_msm_probe() Documentation/devicetree/bindings/usb/ulpi.txt | 20 ++ drivers/of/device.c | 25 +++ drivers/usb/chipidea/Kconfig | 8 + drivers/usb/chipidea/Makefile | 1 + drivers/usb/chipidea/ci.h | 22 +- drivers/usb/chipidea/ci_hdrc_msm.c | 280 +++++++++++++++++++++---- drivers/usb/chipidea/ci_hdrc_usb2.c | 4 - drivers/usb/chipidea/core.c | 173 ++++++--------- drivers/usb/chipidea/host.c | 10 + drivers/usb/chipidea/otg.c | 99 +++++++-- drivers/usb/chipidea/udc.c | 5 +- drivers/usb/chipidea/ulpi.c | 113 ++++++++++ drivers/usb/common/ulpi.c | 79 ++++++- include/linux/of_device.h | 6 + include/linux/usb/chipidea.h | 9 +- 15 files changed, 677 insertions(+), 177 deletions(-) create mode 100644 Documentation/devicetree/bindings/usb/ulpi.txt create mode 100644 drivers/usb/chipidea/ulpi.c -- Best Regards, Peter Chen -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html