This series adds a PHY driver for the Qualcomm Dakota SoC Changes V1->V2 * fix the compat string inside the binding doc * fix up the reset names inside the binding doc * reflect the above changes in the driver and dts/i files John Crispin (3): dt-bindings: phy-qcom-ipq4019-usb: add binding document phy: qcom-ipq4019-usb: add driver for QCOM/IPQ4019 qcom: ipq4019: add USB devicetree nodes .../bindings/phy/phy-qcom-ipq4019-usb.txt | 21 +++ arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi | 20 +++ arch/arm/boot/dts/qcom-ipq4019.dtsi | 76 ++++++++ drivers/phy/qualcomm/Kconfig | 7 + drivers/phy/qualcomm/Makefile | 1 + drivers/phy/qualcomm/phy-qcom-ipq4019-usb.c | 193 +++++++++++++++++++++ 6 files changed, 318 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-qcom-ipq4019-usb.txt create mode 100644 drivers/phy/qualcomm/phy-qcom-ipq4019-usb.c -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html