mbox series

[0/2] drivers: usb: phy: add driver for usb-nop-xceiv

Message ID 20210307185829.97583-1-grandpaul@gmail.com
Headers show
Series drivers: usb: phy: add driver for usb-nop-xceiv | expand

Message

Ying-Chun Liu March 7, 2021, 6:58 p.m. UTC
From: "Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>


implement the generic NOP USB transceiver for all USB transceiver
which are either built-in into USB IP or which are mostly autonomous.

Ying-Chun Liu (PaulLiu) (2):
  drivers: usb: phy: add driver for usb-nop-xceiv
  doc: device-tree-bindings: phy: usb-nop-xceiv

 .../phy/usb-nop-xceiv.txt                     |  43 ++++++
 drivers/usb/phy/Kconfig                       |   8 +
 drivers/usb/phy/Makefile                      |   1 +
 drivers/usb/phy/usb_nop_phy.c                 | 137 ++++++++++++++++++
 4 files changed, 189 insertions(+)
 create mode 100644 doc/device-tree-bindings/phy/usb-nop-xceiv.txt
 create mode 100644 drivers/usb/phy/usb_nop_phy.c

-- 
2.30.1