Hi, These are the patches I'm going to send to Greg for v3.10 merge window. I will still add a few more to the list before friday, see [1]. Let me know if any of these should be fixed or dropped or you want some of your patches on this list too, especially if they are not listed in [1]. Note, however, that if you want your patches included, you at the very least email them to me, otherwise there is no way for me to know about such patches or your intentions regarding them. [1] http://marc.info/?l=linux-arm-kernel&m=136429960606655&w=2 Alexander Shishkin (9): usb: chipidea: drop redundant includes usb: chipidea: trim include list in udc code usb: chipidea: trim include list in the core usb: chipidea: convert events to tracepoints usb: chipidea: replace interrupt accounting with tracepoints usb: chipidea: convert debug entries in sysfs to debugfs usb: chipidea: move role to debugfs usb: chipidea: move debug files creation/removal to the core usb: chipidea: make pci platform datas static Dan Carpenter (1): usb: chipidea: fix precedence bug in ci_requests_show() Felipe Balbi (2): usb: chipidea: don't redefine __ffs() usb: chipidea: core: switch over to devm_ioremap_resource Marc Kleine-Budde (3): usb: chipidea: usbmisc: unset global varibale usbmisc on driver remove usb: chipidea: usbmisc: fix a potential race condition usb: chipidea: usbmisc: prepare driver to handle more than one soc Michael Grzeschik (3): usb: chipidea: usbmisc: rename file, struct and functions to usbmisc_imx usb: chipidea: usbmisc: add mx53 support usb: chipidea: usbmisc: add post handling and errata fix for mx25 .../devicetree/bindings/usb/ci13xxx-imx.txt | 2 + drivers/usb/chipidea/Makefile | 2 +- drivers/usb/chipidea/ci.h | 30 +- drivers/usb/chipidea/ci13xxx_imx.c | 12 + drivers/usb/chipidea/ci13xxx_imx.h | 3 + drivers/usb/chipidea/ci13xxx_pci.c | 6 +- drivers/usb/chipidea/core.c | 66 +- drivers/usb/chipidea/debug.c | 888 +++++--------------- drivers/usb/chipidea/debug.h | 34 +- drivers/usb/chipidea/udc.c | 86 +- drivers/usb/chipidea/udc.h | 2 - drivers/usb/chipidea/usbmisc_imx.c | 261 ++++++ drivers/usb/chipidea/usbmisc_imx6q.c | 162 ---- include/trace/events/chipidea.h | 151 ++++ 14 files changed, 695 insertions(+), 1010 deletions(-) create mode 100644 drivers/usb/chipidea/usbmisc_imx.c delete mode 100644 drivers/usb/chipidea/usbmisc_imx6q.c create mode 100644 include/trace/events/chipidea.h -- 1.7.10.4 -- 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