mbox series

[v2,0/2] phy: bcm63xx-usbh: Add BCM63xx USBH driver

Message ID 20200616181802.3498745-1-noltari@gmail.com (mailing list archive)
Headers show
Series phy: bcm63xx-usbh: Add BCM63xx USBH driver | expand

Message

Álvaro Fernández Rojas June 16, 2020, 6:18 p.m. UTC
Add BCM63xx USBH PHY driver for BMIPS.

v2: introduce changes suggested by Florian:
 - phy-cells changed to 1.
 - Drop OF dependency (use device_get_match_data).
 - Drop __initconst from variant tables.
 - Use devm_clk_get_optional.

Álvaro Fernández Rojas (2):
  dt-bindings: phy: add bcm63xx-usbh bindings
  phy: bcm63xx-usbh: Add BCM63xx USBH driver

 .../bindings/phy/brcm,bcm63xx-usbh-phy.yaml   |  72 +++
 drivers/phy/broadcom/Kconfig                  |   9 +
 drivers/phy/broadcom/Makefile                 |   1 +
 drivers/phy/broadcom/phy-bcm63xx-usbh.c       | 433 ++++++++++++++++++
 4 files changed, 515 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/brcm,bcm63xx-usbh-phy.yaml
 create mode 100644 drivers/phy/broadcom/phy-bcm63xx-usbh.c