All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] bmips: add support for bcm6318 usbh phy
@ 2018-02-04 10:19 Álvaro Fernández Rojas
  2018-02-04 10:19 ` [U-Boot] [PATCH 1/3] phy: " Álvaro Fernández Rojas
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Álvaro Fernández Rojas @ 2018-02-04 10:19 UTC (permalink / raw)
  To: u-boot

Add support for BCM6318 usbh phy.

Álvaro Fernández Rojas (3):
  phy: add support for bcm6318 usbh phy
  mips: bmips: add support for bcm6318 usb
  mips: bmips: add ar-5315 usb support

 arch/mips/dts/brcm,bcm6318.dtsi        |  30 +++++++
 arch/mips/dts/comtrend,ar-5315u.dts    |  12 +++
 configs/comtrend_ar5315u_ram_defconfig |   9 +++
 drivers/phy/Kconfig                    |   7 ++
 drivers/phy/Makefile                   |   1 +
 drivers/phy/bcm6318-usbh-phy.c         | 144 +++++++++++++++++++++++++++++++++
 include/configs/bmips_bcm6318.h        |   7 ++
 7 files changed, 210 insertions(+)
 create mode 100644 drivers/phy/bcm6318-usbh-phy.c

-- 
2.11.0

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

end of thread, other threads:[~2018-03-19  1:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-04 10:19 [U-Boot] [PATCH 0/3] bmips: add support for bcm6318 usbh phy Álvaro Fernández Rojas
2018-02-04 10:19 ` [U-Boot] [PATCH 1/3] phy: " Álvaro Fernández Rojas
2018-02-04 18:33   ` Daniel Schwierzeck
2018-02-04 10:19 ` [U-Boot] [PATCH 2/3] mips: bmips: add support for bcm6318 usb Álvaro Fernández Rojas
2018-02-04 10:19 ` [U-Boot] [PATCH 3/3] mips: bmips: add ar-5315 usb support Álvaro Fernández Rojas
2018-02-04 20:11 ` [U-Boot] [PATCH v2 0/3] bmips: add support for bcm6318 usbh phy Álvaro Fernández Rojas
2018-02-04 20:11   ` [U-Boot] [PATCH v2 1/3] phy: " Álvaro Fernández Rojas
2018-02-04 20:11   ` [U-Boot] [PATCH v2 2/3] mips: bmips: add support for bcm6318 usb Álvaro Fernández Rojas
2018-02-04 20:11   ` [U-Boot] [PATCH v2 3/3] mips: bmips: add ar-5315 usb support Álvaro Fernández Rojas
2018-03-19  1:13   ` [U-Boot] [PATCH v2 0/3] bmips: add support for bcm6318 usbh phy Daniel Schwierzeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.