mbox series

[0/2] Add USB PHY support for Ingenic X1000 and X1830.

Message ID 20200530165253.17445-1-zhouyanjie@wanyeetech.com
Headers show
Series Add USB PHY support for Ingenic X1000 and X1830. | expand

Message

Zhou Yanjie May 30, 2020, 4:52 p.m. UTC
1.Add the USB PHY bindings for the X1000 SoC and
  the X1830 SoC from Ingenic.
2.Add support for probing the phy-jz4770 driver on the
  X1000 SoC and the X1830 SoC from Ingenic.

周琰杰 (Zhou Yanjie) (2):
  dt-bindings: USB: Add Ingenic X1000 and X1830 bindings.
  USB: PHY: JZ4770: Add support for Ingenic X1000 and X1830.

 .../bindings/usb/ingenic,jz4770-phy.yaml           |   5 +-
 drivers/usb/phy/Kconfig                            |   4 +-
 drivers/usb/phy/phy-jz4770.c                       | 250 ++++++++++++++-------
 3 files changed, 173 insertions(+), 86 deletions(-)