ramips: rt305x: add dwc_otg driver
authorGabor Juhos <juhosg@openwrt.org>
Mon, 15 Aug 2011 14:11:55 +0000 (14:11 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 15 Aug 2011 14:11:55 +0000 (14:11 +0000)
commit48128d482747dd6b46e325f2a403bacaff43b4f7
tree23cf42f4b229a588b1a018b63afebc6df3b55a83
parente9b4c3791f78b1093ef742a038fb0dc4d379309c
ramips: rt305x: add dwc_otg driver

Based on a patch by Layne Edwards <ledwards@astrumtech.net>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27997 3c298f89-4303-0410-b956-a3cf2f4a3e73
22 files changed:
target/linux/ramips/files/arch/mips/ralink/Kconfig
target/linux/ramips/files/drivers/usb/dwc_otg/Kconfig [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/Makefile [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dummy_audio.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_attr.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_attr.h [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_cil.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_cil.h [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_cil_intr.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_driver.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_driver.h [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_hcd.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_hcd.h [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_hcd_intr.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_hcd_queue.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_pcd.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_pcd.h [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_pcd_intr.c [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/dwc_otg_regs.h [new file with mode: 0644]
target/linux/ramips/files/drivers/usb/dwc_otg/linux/dwc_otg_plat.h [new file with mode: 0644]
target/linux/ramips/patches-2.6.39/105-usb_dwc_otg.patch [new file with mode: 0644]
target/linux/ramips/rt305x/config-2.6.39