All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add USB2.0 phy driver for Sunplus SP7021
@ 2022-07-11  8:50 ` Vincent Shih
  0 siblings, 0 replies; 10+ messages in thread
From: Vincent Shih @ 2022-07-11  8:50 UTC (permalink / raw)
  To: kishon, vkoul, p.zabel, linux-kernel, linux-phy, linux-usb,
	robh+dt, krzysztof.kozlowski+dt, devicetree, wells.lu
  Cc: Vincent Shih

This is a patch series for USB2.0 phy driver for Sunplus SP7021 SoC.

Sunplus SP7021 is an ARM Coretex 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):
  phy: usb: Add USB2.0 phy driver for Sunplus SP7021
  dt-bindings: phy: Add bindings doc for Sunplus USB2 PHY driver

 .../bindings/phy/sunplus,sp7021-usb2-phy.yaml      |  73 +++++
 MAINTAINERS                                        |   9 +
 drivers/phy/Kconfig                                |   1 +
 drivers/phy/Makefile                               |   1 +
 drivers/phy/sunplus/Kconfig                        |  13 +
 drivers/phy/sunplus/Makefile                       |   2 +
 drivers/phy/sunplus/phy-sunplus-usb2.c             | 297 +++++++++++++++++++++
 7 files changed, 396 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/sunplus,sp7021-usb2-phy.yaml
 create mode 100644 drivers/phy/sunplus/Kconfig
 create mode 100644 drivers/phy/sunplus/Makefile
 create mode 100644 drivers/phy/sunplus/phy-sunplus-usb2.c

-- 
2.7.4


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

end of thread, other threads:[~2022-07-18  5:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11  8:50 [PATCH v3 0/2] Add USB2.0 phy driver for Sunplus SP7021 Vincent Shih
2022-07-11  8:50 ` Vincent Shih
2022-07-11  8:50 ` [PATCH v3 1/2] phy: usb: " Vincent Shih
2022-07-11  8:50   ` Vincent Shih
2022-07-15  1:55   ` kernel test robot
2022-07-15  1:55     ` kernel test robot
2022-07-15 15:17   ` kernel test robot
2022-07-15 15:17     ` kernel test robot
2022-07-11  8:50 ` [PATCH v3 2/2] dt-bindings: phy: Add bindings doc for Sunplus USB2 PHY driver Vincent Shih
2022-07-11  8:50   ` Vincent Shih

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.