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)
commit9c3b443026368583d2df3373a11b1c18c361d9a6
tree46a8e11d23d07908b7aff3baf46b76e03bec987b
parent609adde838f4557f9d209b0432f4bac5c5eb5e86
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]