v1 -> v2: * *un*conditionally save and restore registers upon suspend/resume rather than only doing it for the DSPS glue. * do not call musb_port_reset() from glue, but rather introduce a flag and let musb-hdrc.ko do it. * dropped 'usb: musb: dsps: indentation and whitespace fixes' Daniel Mack (4): usb: musb: unconditionally save and restore the context on suspend usb: musb: call musb_port_suspend from musb_bus_suspend usb: musb: dsps: add {tx,rx}_mode to wrapper usb: musb: dsps: add support for suspend and resume drivers/usb/musb/musb_core.c | 14 ++++++++- drivers/usb/musb/musb_dsps.c | 64 +++++++++++++++++++++++++++++++++++++++++ drivers/usb/musb/musb_host.c | 9 +++++- drivers/usb/musb/musb_host.h | 4 +++ drivers/usb/musb/musb_virthub.c | 4 +-- include/linux/usb/musb.h | 3 ++ 6 files changed, 94 insertions(+), 4 deletions(-) -- 1.8.4.2 -- 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