mbox series

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

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

Message

Zhou Yanjie July 22, 2020, 6:33 a.m. UTC
v3->v4:
Fix typos.

周琰杰 (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                       | 252 ++++++++++++++-------
 3 files changed, 177 insertions(+), 85 deletions(-)