Hi Greg, This is likely my last pull for the -rc, but things may change. Let me know if you need any changes Patches tested on platforms I have access to. cheers The following changes since commit 9eccca0843205f87c00404b663188b88eb248051: Linux 4.0-rc3 (2015-03-08 16:09:09 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.0-rc3 for you to fetch changes up to 2c247804796bbcaa90087f2196f68fdc20a5fe04: Revert "usb: gadget: zero: Add support for interrupt EP" (2015-03-11 10:00:05 -0500) ---------------------------------------------------------------- usb: fixes for v4.0-rc3 Revert interrupt endpoint support from g_zero as it regresses musb. A possible deadlock in isp1760 udc irq has been fixed. A fix to dwc2 for disconnect IRQ handling. We also have a new device ID for isp1760. Signed-off-by: Felipe Balbi <balbi@xxxxxx> ---------------------------------------------------------------- Arnd Bergmann (1): usb: musb: fix Kconfig regression David Dueck (1): usb: phy: am335x-control: check return value of bus_find_device Felipe Balbi (1): Revert "usb: gadget: zero: Add support for interrupt EP" Sudeep Holla (2): usb: isp1760: fix possible deadlock in isp1760_udc_irq usb: isp1760: add peripheral/device controller chip id Valentin Rothberg (1): usb: isp1760: set IRQ flags properly Yunzhi Li (1): usb: dwc2: host: fix dwc2 disconnect bug drivers/usb/dwc2/core_intr.c | 3 + drivers/usb/gadget/function/f_loopback.c | 3 +- drivers/usb/gadget/function/f_sourcesink.c | 511 ++--------------------------- drivers/usb/gadget/function/g_zero.h | 13 +- drivers/usb/gadget/legacy/zero.c | 21 -- drivers/usb/isp1760/isp1760-core.c | 3 +- drivers/usb/isp1760/isp1760-udc.c | 16 +- drivers/usb/musb/Kconfig | 3 +- drivers/usb/phy/phy-am335x-control.c | 3 + 9 files changed, 40 insertions(+), 536 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