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

Á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                  |  10 +
 drivers/phy/broadcom/Makefile                 |   1 +
 drivers/phy/broadcom/phy-bcm63xx-usbh.c       | 463 ++++++++++++++++++
 4 files changed, 546 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] 10+ messages in thread

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-16  8:34 [PATCH 0/2] phy: bcm63xx-usbh: Add BCM63xx USBH driver Álvaro Fernández Rojas
2020-06-16  8:34 ` [PATCH 1/2] dt-bindings: phy: add bcm63xx-usbh bindings Álvaro Fernández Rojas
2020-06-16 17:17   ` Florian Fainelli
2020-06-16 18:10     ` Álvaro Fernández Rojas
2020-06-16 18:21       ` Florian Fainelli
2020-06-17 11:16     ` Álvaro Fernández Rojas
2020-06-17 21:35       ` Florian Fainelli
2020-06-17 17:00   ` Rob Herring
2020-06-16  8:34 ` [PATCH 2/2] phy: bcm63xx-usbh: Add BCM63xx USBH driver Álvaro Fernández Rojas
2020-06-16 17:22   ` 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).