PHY: sunxi: Add driver for sunxi usb phy
authorHans de Goede <hdegoede@redhat.com>
Sat, 1 Mar 2014 17:09:26 +0000 (18:09 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Mon, 3 Mar 2014 13:20:09 +0000 (18:50 +0530)
commitba4bdc9e1dc01300490e4f5315b0ac8576bd4c7a
treeb6dee3632741ffcc29bbe095736d36f5c826b8ec
parentbcff4cba41bcd7dfe535a2b7278b9fb8214a2a8f
PHY: sunxi: Add driver for sunxi usb phy

The Allwinner A1x / A2x SoCs have 2 or 3 usb phys which are all accessed
through a single set of registers. Besides this there are also some other
phy related bits which need poking, which are per phy, but shared between the
ohci and ehci controllers, so these are also controlled from this new phy
driver.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt [new file with mode: 0644]
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-sun4i-usb.c [new file with mode: 0644]