From: John Crispin <john@phrozen.org>
To: Alban Bedel <albeu@free.fr>,
Kate Stewart <kstewart@linuxfoundation.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
John Crispin <john@phrozen.org>
Subject: [PATCH V2 0/3] phy: qcom-ipq4019-usb: add new driver
Date: Wed, 1 Aug 2018 12:49:38 +0200 [thread overview]
Message-ID: <20180801104941.29432-1-john@phrozen.org> (raw)
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
next reply other threads:[~2018-08-01 10:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-01 10:49 John Crispin [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180801104941.29432-1-john@phrozen.org \
--to=john@phrozen.org \
--cc=albeu@free.fr \
--cc=gregkh@linuxfoundation.org \
--cc=kstewart@linuxfoundation.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox