ralink: add xhci driver
authorJohn Crispin <blogic@openwrt.org>
Sun, 19 Jan 2014 17:27:13 +0000 (17:27 +0000)
committerJohn Crispin <blogic@openwrt.org>
Sun, 19 Jan 2014 17:27:13 +0000 (17:27 +0000)
commitcbd4880e3ce3dc60748e9a57b01c51f1d1221a21
tree8ad6df74bb3f33de192112ff3207bce3c698e4c8
parentc0a637de039dff73ea4ed379e7eb385cf8d26e3d
ralink: add xhci driver

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39328 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 files changed:
target/linux/ramips/files/drivers/usb/host/mtk-phy-7621.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/host/mtk-phy-7621.h [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/host/mtk-phy-ahb.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/host/mtk-phy.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/host/mtk-phy.h [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/host/xhci-mtk-power.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/host/xhci-mtk-power.h [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/host/xhci-mtk-scheduler.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/host/xhci-mtk-scheduler.h [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/host/xhci-mtk.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/host/xhci-mtk.h [new file with mode: 0644]
target/linux/ramips/patches-3.10/0512-USB-add-xhci-support-for-mt7621.patch [new file with mode: 0644]