public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] phy: sprd: Add Spreadtrum USB20 HSPHY Driver
@ 2023-11-01  5:44 Pu Li
  2023-11-01  5:44 ` [PATCH 1/2] dt-bindings: phy: Add Spreadtrum usb20 hsphy yaml Pu Li
  2023-11-01  5:44 ` [PATCH 2/2] phy: sprd: Add Spreadtrum usb20 hsphy driver Pu Li
  0 siblings, 2 replies; 5+ messages in thread
From: Pu Li @ 2023-11-01  5:44 UTC (permalink / raw)
  To: Vinod Koul, Kishon Vijay Abraham I, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: Pu Li, Zhiyong Liu, Chunyan Zhang, Orson Zhai, linux-phy,
	devicetree, linux-kernel

This patchset is used to add spreadtrum usb20 high speed phy driver. Patch 1
is dt-binding Documentation supports, and patch 2 is the specific implementation.

Pu Li (2):
  dt-bindings: phy: Add Spreadtrum usb20 hsphy yaml
  phy: sprd: Add Spreadtrum usb20 hsphy driver

 .../bindings/phy/phy-sprd-usb20-hs.yaml       |   70 +
 drivers/phy/Kconfig                           |    1 +
 drivers/phy/Makefile                          |    1 +
 drivers/phy/sprd/Kconfig                      |   14 +
 drivers/phy/sprd/Makefile                     |    6 +
 drivers/phy/sprd/phy-sprd-usb20-hs.c          | 1324 +++++++++++++++++
 drivers/phy/sprd/phy-sprd-usb20-hs.h          |  525 +++++++
 7 files changed, 1941 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/phy-sprd-usb20-hs.yaml
 create mode 100644 drivers/phy/sprd/Kconfig
 create mode 100644 drivers/phy/sprd/Makefile
 create mode 100644 drivers/phy/sprd/phy-sprd-usb20-hs.c
 create mode 100644 drivers/phy/sprd/phy-sprd-usb20-hs.h

-- 
2.17.1


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

end of thread, other threads:[~2023-11-01 10:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-01  5:44 [PATCH 0/2] phy: sprd: Add Spreadtrum USB20 HSPHY Driver Pu Li
2023-11-01  5:44 ` [PATCH 1/2] dt-bindings: phy: Add Spreadtrum usb20 hsphy yaml Pu Li
2023-11-01  7:11   ` Krzysztof Kozlowski
2023-11-01  5:44 ` [PATCH 2/2] phy: sprd: Add Spreadtrum usb20 hsphy driver Pu Li
2023-11-01 10:51   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox