This patchset add generic phy driver for stingray usb phy. Stingray has two usb phy modules drdu3 and usb3h-drdu2. drdu3 has one super speed and one high speed phys. usb3h-drdu2 has one super speed phy and two high speed phys. All patches are based on linux-phy/next. Srinath Mannam (2): dt-bindings: phy: Add stingray usb phy documentation phy: Add stingray usb phy driver .../bindings/phy/brcm,stingray-usb-phy.txt | 72 ++ drivers/phy/broadcom/Kconfig | 13 + drivers/phy/broadcom/Makefile | 1 + drivers/phy/broadcom/phy-bcm-stingray-usb.c | 722 +++++++++++++++++++++ 4 files changed, 808 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/brcm,stingray-usb-phy.txt create mode 100644 drivers/phy/broadcom/phy-bcm-stingray-usb.c -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html