Hi Greg, These are musb fixes for v4.10-rc3, which fix the bugs in musb core and some glue layers for some use cases, such as bogus interrupts while musb in heavy load, WARINING while rmmod omap2430 glue, and a few fixes in PM, and cleanup as while. Please let me know if any change is needed. Thanks, -Bin. --- Alexandre Bailon (3): usb: musb: da8xx: Add support of suspend / resume usb: musb: Add a quirk to preserve the session during suspend usb: musb: da8xx: Fix host mode suspend Bin Liu (8): usb: musb: core: add clear_ep_rxintr() to musb_platform_ops usb: musb: dsps: implement clear_ep_rxintr() callback usb: musb: remove musb_generic_disable function usb: musb: dsps: remove redundant code usb: musb: da8xx: remove redundant code usb: musb: am35x: remove redundant code usb: musb: davinci: remove redundant code usb: musb: fix runtime PM in debugfs Chanwoo Choi (1): usb: musb: sunxi: Uses the resource-managed extcon API when registering extcon notifier Jérémy Lefaure (2): usb: musb: fix compilation warning on unused function usb: musb: blackfin: add bfin_fifo_offset in bfin_ops Pali Rohár (1): usb: musb: debugfs: allow forcing host mode together with speed in testmode Tony Lindgren (1): usb: musb: Fix trying to free already-free IRQ 4 drivers/usb/musb/am35x.c | 1 - drivers/usb/musb/blackfin.c | 1 + drivers/usb/musb/da8xx.c | 33 +++++++++++++++++++-- drivers/usb/musb/davinci.c | 1 - drivers/usb/musb/musb_core.c | 29 ++++++++---------- drivers/usb/musb/musb_core.h | 8 +++++ drivers/usb/musb/musb_debugfs.c | 66 ++++++++++++++++++++++++++++++----------- drivers/usb/musb/musb_dsps.c | 13 +++++++- drivers/usb/musb/musb_host.c | 10 +++---- drivers/usb/musb/musbhsdma.h | 2 +- drivers/usb/musb/sunxi.c | 12 ++------ 11 files changed, 121 insertions(+), 55 deletions(-) -- 1.9.1 -- 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