The following changes since commit bfccd95e7aba73d0d3154912b17b855cb9938c50: Merge 4.4-rc6 into usb-next (2015-12-21 11:11:12 -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.5-rc1 for you to fetch changes up to 8c100e74409ad3bbcb8a1ccdff4540fc0aa7a0fc: usb: chipidea: otg: use usb autosuspend to suspend bus for HNP (2015-12-24 14:18:07 +0800) ---------------------------------------------------------------- The chipidea changes for v4.5-rc1 - Delete static debug for chipidea driver. - Suspend USB core when A device tries to switch to peripheral mode, at former design, it just stopped SoF simply but USB core doesn't know it. - Several small changes. ---------------------------------------------------------------- Andreas Fenkart (1): usb: chipidea: implement platform shutdown callback Felipe F. Tonello (2): usb: chipidea: udc: _ep_queue and _hw_queue cleanup usb: chipidea: udc: improve error handling on _hardware_enqueue Li Jun (2): usb: chipidea: host: set host to be null after hcd is freed usb: chipidea: otg: use usb autosuspend to suspend bus for HNP Peter Chen (3): usb: chipidea: support debugfs without CONFIG_USB_CHIPIDEA_DEBUG usb: chipidea: delete static debug support usb: chipidea: clean up CONFIG_USB_CHIPIDEA_DEBUG reference Saurabh Sengar (1): usb: chipidea: removing of_find_property Documentation/usb/chipidea.txt | 4 ++-- drivers/usb/chipidea/Kconfig | 5 ----- drivers/usb/chipidea/Makefile | 5 +---- drivers/usb/chipidea/ci.h | 3 +++ drivers/usb/chipidea/ci_hdrc_imx.c | 6 ++++++ drivers/usb/chipidea/core.c | 59 ++++++++++++++++++++---------------------------------- drivers/usb/chipidea/debug.c | 1 - drivers/usb/chipidea/debug.h | 30 --------------------------- drivers/usb/chipidea/host.c | 2 ++ drivers/usb/chipidea/otg_fsm.c | 26 ++++++++++++++++-------- drivers/usb/chipidea/udc.c | 28 ++++++++++++++++++-------- 11 files changed, 74 insertions(+), 95 deletions(-) delete mode 100644 drivers/usb/chipidea/debug.h -- 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