Merge tag 'usb-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB fixes from Greg KH: "Here are a number of USB fixes for reported issues for 3.14-rc4 The majority of these are for USB gadget, phy, and musb driver issues. And there's a few new device ids thrown in for good measure" * tag 'usb-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: usb: chipidea: need to mask when writting endptflush and endptprime usb: musb: correct use of schedule_delayed_work() usb: phy: msm: fix compilation errors when !CONFIG_PM_SLEEP usb: gadget: fix NULL pointer dereference usb: gadget: printer: using gadget_is_otg to check otg support at runtime phy: let phy_provider_register be the last step in registering PHY phy-core: Don't allow building phy-core as a module phy-core: Don't propagate -ENOSUPP from phy_pm_runtime_get_sync to caller phy-core: phy_get: Leave error logging to the caller phy,phy-bcm-kona-usb2.c: Add dependency on HAS_IOMEM usb: musb: correct use of schedule_delayed_work() usb: musb: do not sleep in atomic context USB: serial: option: blacklist interface 4 for Cinterion PHS8 and PXS8 USB: EHCI: add delay during suspend to prevent erroneous wakeups usb: gadget: bcm63xx_udc: fix build failure on DMA channel code usb: musb: do not sleep in atomic context usb: gadget: s3c2410_udc: Fix build error usb: musb: core: Fix remote-wakeup resume usb: musb: host: Fix SuperSpeed hub enumeration usb: musb: fix obex in g_nokia.ko causing kernel panic
No related branches found
No related tags found
Showing
- drivers/phy/Kconfig 2 additions, 1 deletiondrivers/phy/Kconfig
- drivers/phy/phy-core.c 6 additions, 8 deletionsdrivers/phy/phy-core.c
- drivers/phy/phy-exynos-dp-video.c 4 additions, 4 deletionsdrivers/phy/phy-exynos-dp-video.c
- drivers/phy/phy-exynos-mipi-video.c 5 additions, 5 deletionsdrivers/phy/phy-exynos-mipi-video.c
- drivers/phy/phy-mvebu-sata.c 5 additions, 5 deletionsdrivers/phy/phy-mvebu-sata.c
- drivers/phy/phy-omap-usb2.c 5 additions, 5 deletionsdrivers/phy/phy-omap-usb2.c
- drivers/phy/phy-twl4030-usb.c 5 additions, 5 deletionsdrivers/phy/phy-twl4030-usb.c
- drivers/usb/chipidea/udc.c 2 additions, 2 deletionsdrivers/usb/chipidea/udc.c
- drivers/usb/gadget/bcm63xx_udc.c 32 additions, 26 deletionsdrivers/usb/gadget/bcm63xx_udc.c
- drivers/usb/gadget/f_fs.c 6 additions, 1 deletiondrivers/usb/gadget/f_fs.c
- drivers/usb/gadget/printer.c 1 addition, 1 deletiondrivers/usb/gadget/printer.c
- drivers/usb/gadget/s3c2410_udc.c 1 addition, 1 deletiondrivers/usb/gadget/s3c2410_udc.c
- drivers/usb/host/ehci-hub.c 22 additions, 4 deletionsdrivers/usb/host/ehci-hub.c
- drivers/usb/musb/musb_core.c 13 additions, 2 deletionsdrivers/usb/musb/musb_core.c
- drivers/usb/musb/musb_host.c 3 additions, 0 deletionsdrivers/usb/musb/musb_host.c
- drivers/usb/musb/musb_virthub.c 19 additions, 7 deletionsdrivers/usb/musb/musb_virthub.c
- drivers/usb/musb/omap2430.c 0 additions, 2 deletionsdrivers/usb/musb/omap2430.c
- drivers/usb/phy/phy-msm-usb.c 26 additions, 31 deletionsdrivers/usb/phy/phy-msm-usb.c
- drivers/usb/serial/option.c 2 additions, 1 deletiondrivers/usb/serial/option.c
Loading
Please register or sign in to comment