]> git.ipfire.org Git - people/ms/u-boot.git/commit
TWL4030 Add usb PHY support
authorTom Rix <Tom.Rix@windriver.com>
Sat, 31 Oct 2009 17:37:40 +0000 (12:37 -0500)
committerRemy Bohmer <linux@bohmer.net>
Sun, 20 Dec 2009 11:47:37 +0000 (12:47 +0100)
commitbffbb2a86d2a3aa28bd8f9869aa553082fb5af5f
treeb6b7a6258334622ad6bfb8c3e2c090ad9d63b736
parent988365a2048356f94ed0c294009233317c9fb4b2
TWL4030 Add usb PHY support

The twl4030 provides a PHY device for connecting a link device,
like musb, to physical connection.

This change adds the twl4030 usb registers and functions for
initializing the PHY as required by omap3.

Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
Makefile
drivers/usb/phy/Makefile [new file with mode: 0644]
drivers/usb/phy/twl4030.c [new file with mode: 0644]
include/twl4030.h