]> git.baikalelectronics.ru Git - kernel.git/commit
phy: Add driver to support individual USB PHYs on sun9i
authorChen-Yu Tsai <wens@csie.org>
Sat, 14 Mar 2015 03:57:16 +0000 (11:57 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 3 Apr 2015 12:46:19 +0000 (18:16 +0530)
commit7cd08663dc2bd1795557b8322b6de47570b794cf
tree46a8e11d23d07908b7aff3baf46b76e03bec987b
parent7f1c698af638e11bd856b8515794cbfc1aaaa713
phy: Add driver to support individual USB PHYs on sun9i

Unlike previous Allwinner SoCs, there is no central PHY control block
on the A80. Also, OTG support is completely split off into a different
controller.

This adds a new driver to support the regular USB PHYs.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Documentation/devicetree/bindings/phy/sun9i-usb-phy.txt [new file with mode: 0644]
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-sun9i-usb.c [new file with mode: 0644]