linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] phy: bcm63xx-usbh: Add BCM63xx USBH driver
@ 2020-06-16 18:18 Álvaro Fernández Rojas
  2020-06-16 18:18 ` [PATCH v2 1/2] dt-bindings: phy: add bcm63xx-usbh bindings Álvaro Fernández Rojas
  2020-06-16 18:18 ` [PATCH v2 2/2] phy: bcm63xx-usbh: Add BCM63xx USBH driver Álvaro Fernández Rojas
  0 siblings, 2 replies; 4+ messages in thread
From: Álvaro Fernández Rojas @ 2020-06-16 18:18 UTC (permalink / raw)
  To: simon, jonas.gorski, kishon, vkoul, robh+dt, f.fainelli,
	bcm-kernel-feedback-list, p.zabel, krzk, gregkh, alcooperx,
	linux-kernel, devicetree, linux-arm-kernel
  Cc: Álvaro Fernández Rojas

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

-- 
2.27.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-17 17:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-16 18:18 [PATCH v2 0/2] phy: bcm63xx-usbh: Add BCM63xx USBH driver Álvaro Fernández Rojas
2020-06-16 18:18 ` [PATCH v2 1/2] dt-bindings: phy: add bcm63xx-usbh bindings Álvaro Fernández Rojas
2020-06-17 17:05   ` Rob Herring
2020-06-16 18:18 ` [PATCH v2 2/2] phy: bcm63xx-usbh: Add BCM63xx USBH driver Álvaro Fernández Rojas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).