linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 RESEND 0/8] Add PHY USB3 drivers for Hikey 970
@ 2020-09-11 12:16 Mauro Carvalho Chehab
  2020-09-11 12:16 ` [PATCH v3 RESEND 1/8] phy: hisilicon: add USB physical layer for Kirin 3670 Mauro Carvalho Chehab
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Mauro Carvalho Chehab @ 2020-09-11 12:16 UTC (permalink / raw)
  Cc: linuxarm, mauro.chehab, Mauro Carvalho Chehab, John Stultz,
	Manivannan Sadhasivam, David S. Miller, Kishon Vijay Abraham I,
	Krzysztof Kozlowski, Rob Herring, Rob Herring, Vinod Koul,
	Yu Chen, devicetree, linux-kernel

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



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

end of thread, other threads:[~2020-09-16 19:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11 12:16 [PATCH v3 RESEND 0/8] Add PHY USB3 drivers for Hikey 970 Mauro Carvalho Chehab
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).