The following changes since commit 5ed02dbb497422bf225783f46e6eadd237d23d6b: Linux 4.12-rc3 (2017-05-28 17:20:53 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.12-rc5 for you to fetch changes up to 29532e7b67f0ce0576e56f8ab0eeda311cde3b4b: Merge tag 'phy-for-4.12-rc-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-linus (2017-06-03 09:55:59 +0900) ---------------------------------------------------------------- USB fixes for 4.12-rc5 Here are some small USB fixes for 4.12-rc5 They are for some reported issues in the chipidea and gadget drivers. Nothing major. All have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Andrey Smirnov (1): usb: chipidea: imx: Do not access CLKONOFF on i.MX51 Bin Liu (1): usb: musb: dsps: keep VBUS on for host-only mode Fengguang Wu (1): phy: qualcomm: phy-qcom-qmp: fix application of sizeof to pointer Greg Kroah-Hartman (3): Merge tag 'usb-ci-v4.12-rc2' of git://git.kernel.org/.../peter.chen/usb into usb-linus Merge tag 'fixes-for-v4.12-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus Merge tag 'phy-for-4.12-rc-v2' of git://git.kernel.org/.../kishon/linux-phy into usb-linus Jisheng Zhang (1): usb: chipidea: udc: fix NULL pointer dereference if udc_start failed Martin Blumenstingl (1): usb: dwc2: add support for the DWC2 controller on Meson8 SoCs Michael Thalmeier (2): usb: chipidea: debug: check before accessing ci_role usb: chipidea: core: check before accessing ci_role in ci_role_show Thinh Nguyen (1): usb: gadget: f_mass_storage: Serialize wake and sleep execution Wei Yongjun (1): phy: qcom-qmp: fix return value check in qcom_qmp_phy_create() Yoshihiro Shimoda (4): usb: gadget: udc: renesas_usb3: fix pm_runtime functions calling usb: gadget: udc: renesas_usb3: fix deadlock by spinlock usb: gadget: udc: renesas_usb3: lock for PN_ registers access usb: gadget: udc: renesas_usb3: Fix PN_INT_ENA disabling timing Documentation/devicetree/bindings/usb/dwc2.txt | 1 + drivers/phy/phy-qcom-qmp.c | 14 ++++---- drivers/usb/chipidea/core.c | 5 ++- drivers/usb/chipidea/debug.c | 3 +- drivers/usb/chipidea/udc.c | 8 +++-- drivers/usb/chipidea/usbmisc_imx.c | 41 +++++++++++++++++------ drivers/usb/dwc2/params.c | 2 ++ drivers/usb/gadget/function/f_mass_storage.c | 13 ++++++-- drivers/usb/gadget/udc/renesas_usb3.c | 45 ++++++++++++++++++-------- drivers/usb/musb/musb_dsps.c | 5 +++ 10 files changed, 102 insertions(+), 35 deletions(-) -- 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