[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1599716786.git.mchehab+huawei@kernel.org>
Date: Thu, 10 Sep 2020 07:52:33 +0200
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linuxarm@...wei.com, mauro.chehab@...wei.com,
Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
John Stultz <john.stultz@...aro.org>,
Manivannan Sadhasivam <mani@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Kishon Vijay Abraham I <kishon@...com>,
Krzysztof Kozlowski <krzk@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Rob Herring <robh@...nel.org>, Vinod Koul <vkoul@...nel.org>,
Yu Chen <chenyu56@...wei.com>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/8] Add PHY USB3 drivers for Hikey 970
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.
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
Powered by blists - more mailing lists