mbox series

[v2,0/3] Add USB PHY support for new Ingenic SoCs.

Message ID 20200713143212.126399-1-zhouyanjie@wanyeetech.com (mailing list archive)
Headers show
Series Add USB PHY support for new Ingenic SoCs. | expand

Message

Zhou Yanjie July 13, 2020, 2:32 p.m. UTC
v1->v2:
Add support for the JZ4780 SoC.

周琰杰 (Zhou Yanjie) (3):
  dt-bindings: USB: Add bindings for new Ingenic SoCs.
  USB: PHY: JZ4770: Add support for new Ingenic SoCs.
  USB: PHY: JZ4770: Reformat the code to align it.

 .../bindings/usb/ingenic,jz4770-phy.yaml           |   6 +-
 drivers/usb/phy/Kconfig                            |   4 +-
 drivers/usb/phy/phy-jz4770.c                       | 256 ++++++++++++++-------
 3 files changed, 181 insertions(+), 85 deletions(-)