Hello Felipe, This is the second series of usb updates for Ux500 drivers, covering almost only ab8500-usb phy. Patches includes various fixes and errata workarounds, API updates (the devm_ stuff), and integration with modern subsystems (regulator and pinctrl). The whole series has been developed and tested on top of your "next" branch. I have to warn you that a couple of patches (regulator and pinctrl) have run-time dependencies on other frameworks's patches that are currently being reviewed... Either way, none of that is required for vital functionalities, and all you get are a couple of printk warnings, so I don't think is worth to go through tree dependency pain as everything should come together nicely in linux-next. Thanks, Fabio Fabio Baltieri (6): usb: musb: ux500_dma: drop references to U5500 usb: phy: ab8500-usb: convert to devm_kzalloc usb: phy: ab8500-usb: add regulator support usb: phy: ab8500-usb: split ab8500_usb_phy_ctrl usb: phy: ab8500-usb: enable/disable regulator on phy events usb: phy: ab8500-usb: fix last notifier arguments Mian Yousaf Kaukab (1): usb: phy: ab8500-usb: fix unbalanced clock and regulator disable warnings Patrice Chotard (1): usb: phy: ab8500-usb: adopt pinctrl support Sakethram Bommisetti (4): usb: phy: ab8500-usb: set phy tuning values usb: phy: ab8500-usb: fix eye diagram for ab8500 v2.0 usb: phy: ab8500-usb: drop link status delayed work usb: phy: ab8500-usb: call phy_dis_work only when necessary drivers/usb/musb/ux500.c | 1 - drivers/usb/musb/ux500_dma.c | 2 +- drivers/usb/phy/phy-ab8500-usb.c | 366 +++++++++++++++++++++++++++++---------- 3 files changed, 276 insertions(+), 93 deletions(-) -- 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