All of lore.kernel.org
 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; 2+ messages 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] 2+ messages in thread

* [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; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2020-09-10  6:00 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Rob Herring, Arnd Bergmann, Manivannan Sadhasivam,
	Mauro Carvalho Chehab, Dragan Cvetic, linuxarm, Wei Xu,
	linux-kernel, devicetree, Rob Herring, John Stultz, mauro.chehab,
	Derek Kiernan, David S. Miller, linux-arm-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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-09-10  6:01 UTC | newest]

Thread overview: 2+ messages (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
2020-09-10  6:00 ` Mauro Carvalho Chehab

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.