cns3xxx: convert dwc_otg patches to files
authorLuka Perkov <luka@openwrt.org>
Sun, 11 Nov 2012 20:03:58 +0000 (20:03 +0000)
committerLuka Perkov <luka@openwrt.org>
Sun, 11 Nov 2012 20:03:58 +0000 (20:03 +0000)
commit37b69da0ca297e3f6dc61320cb1f88f3de348b34
tree570397989f27e1a242d600cc148d73d40d1c065f
parent80a28570bd1c0e616645e6f93765e083909968bf
cns3xxx: convert dwc_otg patches to files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34162 3c298f89-4303-0410-b956-a3cf2f4a3e73
20 files changed:
target/linux/cns3xxx/files/drivers/usb/dwc/Kconfig [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/Makefile [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_attr.c [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_attr.h [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_cil.c [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_cil.h [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_cil_intr.c [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_driver.c [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_driver.h [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_hcd.c [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_hcd.h [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_hcd_intr.c [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_hcd_queue.c [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_pcd.c [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_pcd.h [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_pcd_intr.c [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_plat.h [new file with mode: 0644]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_regs.h [new file with mode: 0644]
target/linux/cns3xxx/patches-3.3/200-dwc_otg.patch [deleted file]
target/linux/cns3xxx/patches-3.3/800-cns3xxx-dwc_otg.patch [new file with mode: 0644]