cns3xxx: convert dwc_otg patches to files
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 11 Nov 2012 20:03:58 +0000 (20:03 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 11 Nov 2012 20:03:58 +0000 (20:03 +0000)
commit00f29ce9a496f61255d08d521b5374ffa0e9d031
tree570397989f27e1a242d600cc148d73d40d1c065f
parent133d66da06e979b099f831b63f28ab0670992547
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]