linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for onboard GPIO USB hub for Hikey 960/970
@ 2020-09-10  6:00 Mauro Carvalho Chehab
  0 siblings, 0 replies; only message in thread
From: Mauro Carvalho Chehab @ 2020-09-10  6:00 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linuxarm, mauro.chehab, Mauro Carvalho Chehab, John Stultz,
	Manivannan Sadhasivam, David S. Miller, Arnd Bergmann,
	Derek Kiernan, Dragan Cvetic, Rob Herring, Rob Herring, Wei Xu,
	devicetree, linux-arm-kernel, linux-kernel

Both Hikey 960 and 970 comes with an onboard USB hub. On those devices, 
the USB connectors are connected via the hub. 

This patch series adds support for it.

Mauro Carvalho Chehab (2):
  misc: hisi_hikey_usb: add support for Hikey 970
  dts: hisilicon: add support for USB3 on Hikey 970

Yu Chen (1):
  misc: hisi_hikey_usb: Driver to support onboard USB gpio hub on
    Hikey960

 MAINTAINERS                                   |   7 +
 .../boot/dts/hisilicon/hi3670-hikey970.dts    | 102 +++++++
 arch/arm64/boot/dts/hisilicon/hi3670.dtsi     |  58 ++++
 drivers/misc/Kconfig                          |   9 +
 drivers/misc/Makefile                         |   1 +
 drivers/misc/hisi_hikey_usb.c                 | 274 ++++++++++++++++++
 6 files changed, 451 insertions(+)
 create mode 100644 drivers/misc/hisi_hikey_usb.c

-- 
2.26.2



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-10  6:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10  6:00 [PATCH 0/3] Add support for onboard GPIO USB hub for Hikey 960/970 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).