mbox series

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

Message ID 20200714063109.102926-1-zhouyanjie@wanyeetech.com
Headers show
Series Add USB PHY support for new Ingenic SoCs. | expand

Message

Zhou Yanjie July 14, 2020, 6:31 a.m. UTC
v2->v3:
Use "of_device_get_match_data" instead "of_match_device"
to get version information.

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