Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH V2 0/3] phy: qcom-ipq4019-usb: add new driver
@ 2018-08-01 10:49 John Crispin
  2018-08-01 10:49 ` [PATCH V2 1/3] dt-bindings: phy-qcom-ipq4019-usb: add binding document John Crispin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: John Crispin @ 2018-08-01 10:49 UTC (permalink / raw)
  To: Alban Bedel, Kate Stewart, Greg Kroah-Hartman
  Cc: linux-kernel, linux-arm-msm, John Crispin

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-08-07 17:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-01 10:49 [PATCH V2 0/3] phy: qcom-ipq4019-usb: add new driver John Crispin
2018-08-01 10:49 ` [PATCH V2 1/3] dt-bindings: phy-qcom-ipq4019-usb: add binding document John Crispin
2018-08-07 17:49   ` Rob Herring
2018-08-01 10:49 ` [PATCH V2 2/3] phy: qcom-ipq4019-usb: add driver for QCOM/IPQ4019 John Crispin
2018-08-01 10:49 ` [PATCH V2 3/3] qcom: ipq4019: add USB devicetree nodes John Crispin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox