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

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39328
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]