]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: omap: Move the usb phy code to the usb/phy directory
authorDan Murphy <dmurphy@ti.com>
Fri, 11 Oct 2013 17:28:16 +0000 (12:28 -0500)
committerMarek Vasut <marex@denx.de>
Sun, 20 Oct 2013 21:42:41 +0000 (23:42 +0200)
commitba55453ccf6d82c46b9f3eef5b958aac58adb6fb
tree679597b35f1e1bf5cf55ff0bbb61f941e78e56dc
parentb2168211893013925b2d1975276cc9442bae83cb
usb: omap: Move the usb phy code to the usb/phy directory

Moving the usb/phy code from xhci-omap to the usb/phy directory
and moving the associated phy code over to the new file.

Newer TI processors adding xHCI support will have different PHY configurations
so therefore abstracting this code away will prevent messing around with the
xhci-omap file itself.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
drivers/usb/host/xhci-omap.c
drivers/usb/phy/Makefile
drivers/usb/phy/omap_usb_phy.c [new file with mode: 0644]
include/linux/usb/xhci-omap.h