From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: unlisted-recipients:; (no To-header on input)
Cc: linuxarm@huawei.com, mauro.chehab@huawei.com,
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
John Stultz <john.stultz@linaro.org>,
Manivannan Sadhasivam <mani@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Kishon Vijay Abraham I <kishon@ti.com>,
Krzysztof Kozlowski <krzk@kernel.org>,
Rob Herring <robh+dt@kernel.org>, Rob Herring <robh@kernel.org>,
Vinod Koul <vkoul@kernel.org>, Yu Chen <chenyu56@huawei.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v3 RESEND 0/8] Add PHY USB3 drivers for Hikey 970
Date: Fri, 11 Sep 2020 14:16:36 +0200 [thread overview]
Message-ID: <cover.1599826421.git.mchehab+huawei@kernel.org> (raw)
This patch series add the PHY layer needed in order to support the USB
functionality on Hikey 970 boards.
v3:
- split a namespace patch on two (one with code changes and another
one with dt-bindings changes);
- placed just the PHY driver on this series. Another series will add the
USB HUB driver and the DTS changes required to enable USB support
for this board.
PS.: I'm re-sending it, as the c/c list was wrong on the first mailbomb,
due to a bug on my script that were adding e-mails from
get_maintainer.pl.
Mauro Carvalho Chehab (6):
phy: hisilicon: phy-hi3670-usb3: use a consistent namespace
dts: phy: phy-hi3670-usb3.txt: use a consistent namespace
phy: hisilicon: phy-hi3670-usb3: fix coding style
phy: hisilicon: phy-hi3670-usb3: change some DT properties
dt-bindings: phy: convert phy-kirin970-usb3.txt to yaml
MAINTAINERS: add myself as maintainer for Kirin 970 USB PHY
Yu Chen (2):
phy: hisilicon: add USB physical layer for Kirin 3670
phy: hisilicon: phy-hi3670-usb3: fix some issues at the init code
.../bindings/phy/hisilicon,hi3670-usb3.yaml | 72 ++
MAINTAINERS | 9 +-
drivers/phy/hisilicon/Kconfig | 10 +
drivers/phy/hisilicon/Makefile | 1 +
drivers/phy/hisilicon/phy-hi3670-usb3.c | 671 ++++++++++++++++++
5 files changed, 762 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml
create mode 100644 drivers/phy/hisilicon/phy-hi3670-usb3.c
--
2.26.2
next reply other threads:[~2020-09-11 17:46 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-11 12:16 Mauro Carvalho Chehab [this message]
2020-09-11 12:16 ` [PATCH v3 RESEND 1/8] phy: hisilicon: add USB physical layer for Kirin 3670 Mauro Carvalho Chehab
2020-09-16 13:05 ` Vinod Koul
2020-09-11 12:16 ` [PATCH v3 RESEND 2/8] phy: hisilicon: phy-hi3670-usb3: fix some issues at the init code Mauro Carvalho Chehab
2020-09-16 13:06 ` Vinod Koul
2020-09-11 12:16 ` [PATCH v3 RESEND 3/8] phy: hisilicon: phy-hi3670-usb3: use a consistent namespace Mauro Carvalho Chehab
2020-09-11 12:16 ` [PATCH v3 RESEND 4/8] dts: phy: phy-hi3670-usb3.txt: " Mauro Carvalho Chehab
2020-09-11 12:16 ` [PATCH v3 RESEND 5/8] phy: hisilicon: phy-hi3670-usb3: fix coding style Mauro Carvalho Chehab
2020-09-11 12:16 ` [PATCH v3 RESEND 6/8] phy: hisilicon: phy-hi3670-usb3: change some DT properties Mauro Carvalho Chehab
2020-09-11 12:16 ` [PATCH v3 RESEND 7/8] dt-bindings: phy: convert phy-kirin970-usb3.txt to yaml Mauro Carvalho Chehab
2020-09-14 21:11 ` Rob Herring
2020-09-16 13:08 ` Vinod Koul
2020-09-11 12:16 ` [PATCH v3 RESEND 8/8] MAINTAINERS: add myself as maintainer for Kirin 970 USB PHY Mauro Carvalho Chehab
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=cover.1599826421.git.mchehab+huawei@kernel.org \
--to=mchehab+huawei@kernel.org \
--cc=chenyu56@huawei.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=john.stultz@linaro.org \
--cc=kishon@ti.com \
--cc=krzk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=mani@kernel.org \
--cc=mauro.chehab@huawei.com \
--cc=robh+dt@kernel.org \
--cc=robh@kernel.org \
--cc=vkoul@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.