In order to support the Qualcomm MDM9615 in the Sierra Wireless WP8548 Modules, add the Qualcomm HSIC USB PHY used inside the MDM9615 SoC. This patchset is part of a global SoC + Module + Board support for the Sierra Wireless mangOH Board support with the WP8548 module. Neil Armstrong (2): usb: phy: Add initial support for Qualcomm HSIC PHY dt-bindings: phy: Add qcom,usb-hsic-phy bindings .../devicetree/bindings/phy/qcom,usb-hsic-phy.txt | 95 ++++ drivers/usb/phy/Kconfig | 13 + drivers/usb/phy/Makefile | 1 + drivers/usb/phy/phy-qcom-hsic-usb.c | 506 +++++++++++++++++++++ 4 files changed, 615 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/qcom,usb-hsic-phy.txt create mode 100644 drivers/usb/phy/phy-qcom-hsic-usb.c -- 1.9.1 -- 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