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)
commit16275bdd159c525f7ba4cb3c65828dc5ff012910
tree29e2b2ce9450303d385c009bb4a73cc1c29b85b3
parente38adfc912d8232651c06202cc4f170359482169
cns3xxx: convert dwc_otg patches to files

SVN-Revision: 34162
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]