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)
commit15c0f9b01df87d73fd5b89a3acdaeda2d6bc71eb
tree570397989f27e1a242d600cc148d73d40d1c065f
parent23b870b522620dd9373de8ac35d6e3355976438d
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]