]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - drivers/phy/Makefile
phy: ralink-usb: add driver for Mediatek/Ralink
authorJohn Crispin <john@phrozen.org>
Thu, 17 Aug 2017 10:33:22 +0000 (11:33 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Sun, 20 Aug 2017 08:32:23 +0000 (14:02 +0530)
commit2411a736ff09d349b0d4630ee5ff8a38d852ce3c
tree2b18e30b89db6a273bd10634a350263b948da7bc
parent1cc81efe8e64ddea7af0607f59df9fd5ba163c81
phy: ralink-usb: add driver for Mediatek/Ralink

Add a driver to setup the USB phy on Mediatek/Ralink SoCs.
The driver sets up power and host mode, but also needs to
configure PHY registers for the MT7628 and MT7688.

Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Harvey Hunt <harvey.hunt@imgtec.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/ralink/Kconfig [new file with mode: 0644]
drivers/phy/ralink/Makefile [new file with mode: 0644]
drivers/phy/ralink/phy-ralink-usb.c [new file with mode: 0644]