linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] phy: bcm63xx-usbh: Add BCM63xx USBH driver
@ 2020-06-16 18:45 Álvaro Fernández Rojas
  2020-06-16 18:45 ` [PATCH v3 1/2] dt-bindings: phy: add bcm63xx-usbh bindings Álvaro Fernández Rojas
  2020-06-16 18:45 ` [PATCH v3 2/2] phy: bcm63xx-usbh: Add BCM63xx USBH driver Álvaro Fernández Rojas
  0 siblings, 2 replies; 7+ messages in thread
From: Álvaro Fernández Rojas @ 2020-06-16 18:45 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.

v3: introduce changes suggested by Florian:
 - Add support for device mode.
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       | 456 ++++++++++++++++++
 4 files changed, 538 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


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-16 18:45 [PATCH v3 0/2] phy: bcm63xx-usbh: Add BCM63xx USBH driver Álvaro Fernández Rojas
2020-06-16 18:45 ` [PATCH v3 1/2] dt-bindings: phy: add bcm63xx-usbh bindings Álvaro Fernández Rojas
2020-06-17 21:20   ` Florian Fainelli
2020-06-17 21:29     ` Florian Fainelli
2020-06-16 18:45 ` [PATCH v3 2/2] phy: bcm63xx-usbh: Add BCM63xx USBH driver Álvaro Fernández Rojas
2020-06-17  9:26   ` Philipp Zabel
2020-06-17 21:37   ` Florian Fainelli

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).