ramips: rt305x: add dwc_otg driver
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Aug 2011 14:11:55 +0000 (14:11 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Aug 2011 14:11:55 +0000 (14:11 +0000)
commita6ff6c1f36b886b61a08ac89996ee15340e6fc64
tree23cf42f4b229a588b1a018b63afebc6df3b55a83
parentbf5f735641b53a1e47871f8aa04d2956a427c3bc
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
This page took 0.02511 seconds and 4 git commands to generate.