OSDN Git Service

phy: Add a driver for dm816x USB PHY
authorTony Lindgren <tony@atomide.com>
Fri, 20 Mar 2015 00:08:07 +0000 (17:08 -0700)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 3 Apr 2015 12:46:19 +0000 (18:16 +0530)
commit609adde838f4557f9d209b0432f4bac5c5eb5e86
treed820b3b38807e33479f9b9491bc55cdd074baa4f
parent52ea796b9161b1b81242e6831d9e128ee207ad2d
phy: Add a driver for dm816x USB PHY

Add a minimal driver for dm816x USB. This makes USB work on dm816x
without any other changes needed as it can use the existing musb_dsps
glue layer for the USB controller.

Note that this phy is different from dm814x and am335x.

Cc: Bin Liu <binmlist@gmail.com>
Cc: Brian Hutchinson <b.hutchman@gmail.com>
Cc: Felipe Balbi <balbi@ti.com>
Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
Cc: Paul Bolle <pebolle@tiscali.nl>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Documentation/devicetree/bindings/phy/dm816x-phy.txt [new file with mode: 0644]
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-dm816x-usb.c [new file with mode: 0644]