Hello Felipe, This series is an initial effort to update current UX500 specific MUSB/OTG drivers with the various improvements and fixes developed internally by ST-Ericsson since the driver was initially merged. The driver currently deployed by STE includes many updates such as runtime PM support, new AB85xx variants, integration with modern frameworks (common clock, pin control, regulator, devm_ variants etc...), and of course some fixes as well. In this initial set I only included some essential patches so that I get an early feedback from you if I'm moving in the right direction. Thanks, Fabio Fabio Baltieri (4): usb: musb: ux500: implement musb_set_vbus usb: musb: ux500: add otg notifier support usb: otg: ab8500-usb: drop support for ab8500 pre v2.0 usb: otg: ab8500-usb: update irq handling code Virupax Sadashivpetimath (1): usb: musb: ux500_dma: add missing MEM resource check drivers/usb/musb/ux500.c | 106 ++++++++ drivers/usb/musb/ux500_dma.c | 12 +- drivers/usb/otg/ab8500-usb.c | 531 ++++++++++++++++++++++++++--------------- include/linux/usb/musb-ux500.h | 31 +++ 4 files changed, 482 insertions(+), 198 deletions(-) create mode 100644 include/linux/usb/musb-ux500.h -- 1.8.1.3 -- 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