From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Crispin Subject: [PATCH V2 0/3] phy: qcom-ipq4019-usb: add new driver Date: Wed, 1 Aug 2018 12:49:38 +0200 Message-ID: <20180801104941.29432-1-john@phrozen.org> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Alban Bedel , Kate Stewart , Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, John Crispin List-Id: linux-arm-msm@vger.kernel.org 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