linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add driver for EHCI in Sunplus SP7021
@ 2022-04-29  8:27 Vincent Shih
  2022-04-29  8:27 ` [PATCH v4 1/2] usb: host: ehci-sunplus: Add driver for ehci " Vincent Shih
  2022-04-29  8:27 ` [PATCH v4 2/2] dt-bindings: usb: Add bindings doc for Sunplus EHCI driver Vincent Shih
  0 siblings, 2 replies; 7+ messages in thread
From: Vincent Shih @ 2022-04-29  8:27 UTC (permalink / raw)
  To: gregkh, stern, p.zabel, davem, vladimir.oltean, linux-kernel,
	linux-usb, robh+dt, krzysztof.kozlowski+dt, devicetree, wells.lu
  Cc: Vincent Shih

This is a patch series for EHCI driver for Sunplus SP7021 SoC.

Sunplus SP7021 is an ARM Cortex A7 (4 cores) based SoC. It integrates
many peripherals (ex: UART, I2C, SPI, SDIO, eMMC, USB, SD Card and
etc.) into a single chip. It is designed for industrial control.

Refer to:
https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview
https://tibbo.com/store/plus1.html

Vincent Shih (2):
  usb: host: ehci-sunplus: Add driver for ehci in Sunplus SP7021
  dt-bindings: usb: Add bindings doc for Sunplus EHCI driver

 .../bindings/usb/sunplus,sp7021-usb-ehci.yaml      |  79 ++++++
 MAINTAINERS                                        |   7 +
 drivers/usb/host/Kconfig                           |  11 +
 drivers/usb/host/Makefile                          |   1 +
 drivers/usb/host/ehci-sunplus.c                    | 289 +++++++++++++++++++++
 5 files changed, 387 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/sunplus,sp7021-usb-ehci.yaml
 create mode 100644 drivers/usb/host/ehci-sunplus.c

-- 
2.7.4


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

end of thread, other threads:[~2022-04-30  1:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29  8:27 [PATCH v4 0/2] Add driver for EHCI in Sunplus SP7021 Vincent Shih
2022-04-29  8:27 ` [PATCH v4 1/2] usb: host: ehci-sunplus: Add driver for ehci " Vincent Shih
2022-04-29 12:07   ` Philipp Zabel
2022-04-29 15:37   ` Alan Stern
2022-04-30  1:26   ` Alan Stern
2022-04-29  8:27 ` [PATCH v4 2/2] dt-bindings: usb: Add bindings doc for Sunplus EHCI driver Vincent Shih
2022-04-29 20:53   ` Krzysztof Kozlowski

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).