Changes from v6: - Changing the file names accordingly as per [PATCH] usb: phy: rename all phy drivers to phy-$name.c - Using devm_clk_get for PHY ref clocks "ext_xtal" and "xusbxti" - Adding the bindings documentation for separate USB 2.0 phy and USB 3.0 phy. Based on 'usb-next' plus Felipe's 'testing' branch patches; (some 194 patches in fact ;-), on top of 3.9rc2 tag). Tested after merging linux-samsung's 'for-next' into 'usb-next' to verify things with recently merged common clock framework for samsung's SoCs. Vivek Gautam (2): usb: phy: samsung: Common out the generic stuff usb: phy: samsung: Add PHY support for USB 3.0 controller .../devicetree/bindings/usb/samsung-usbphy.txt | 76 ++- drivers/usb/phy/Kconfig | 22 +- drivers/usb/phy/Makefile | 2 + drivers/usb/phy/phy-samsung-usb.c | 726 +------------------- drivers/usb/phy/phy-samsung-usb.h | 327 +++++++++ drivers/usb/phy/phy-samsung-usb2.c | 509 ++++++++++++++ drivers/usb/phy/phy-samsung-usb3.c | 349 ++++++++++ 7 files changed, 1291 insertions(+), 720 deletions(-) create mode 100644 drivers/usb/phy/phy-samsung-usb.h create mode 100644 drivers/usb/phy/phy-samsung-usb2.c create mode 100644 drivers/usb/phy/phy-samsung-usb3.c -- 1.7.6.5 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html