[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180801104941.29432-1-john@phrozen.org>
Date: Wed, 1 Aug 2018 12:49:38 +0200
From: John Crispin <john@...ozen.org>
To: Alban Bedel <albeu@...e.fr>,
Kate Stewart <kstewart@...uxfoundation.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
John Crispin <john@...ozen.org>
Subject: [PATCH V2 0/3] phy: qcom-ipq4019-usb: add new driver
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
Powered by blists - more mailing lists