OSDN Git Service

phy: usb: phy-brcm-usb: Add Broadcom STB USB phy driver
authorAl Cooper <alcooperx@gmail.com>
Fri, 22 Sep 2017 19:34:01 +0000 (15:34 -0400)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 3 Oct 2017 06:24:54 +0000 (11:54 +0530)
commit49859e55e364b9e6a53ae8f80318a2e7bd35ef37
tree65f8461ae3bd5aebc2e2f290e083f186013b400b
parent7a08c4d514b1ee70e637bb06738b13895a318e8e
phy: usb: phy-brcm-usb: Add Broadcom STB USB phy driver

Add a new USB Phy driver for Broadcom STB SoCs. This driver
supports Broadcom STB ARM SoCs. This driver in
combination with the Broadcom STB ohci, ehci and xhci
drivers will enable USB1.1, USB2.0 and USB3.0 support.
This Phy driver also supports the Broadcom BDC gadget
driver.

Signed-off-by: Al Cooper <alcooperx@gmail.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
MAINTAINERS
drivers/phy/broadcom/Kconfig
drivers/phy/broadcom/Makefile
drivers/phy/broadcom/phy-brcm-usb-init.c [new file with mode: 0644]
drivers/phy/broadcom/phy-brcm-usb-init.h [new file with mode: 0644]
drivers/phy/broadcom/phy-brcm-usb.c [new file with mode: 0644]