cns3xxx: switch to using the upstream dwc2 driver instead of dwc_otg
authorFelix Fietkau <nbd@openwrt.org>
Wed, 26 Nov 2014 18:01:38 +0000 (18:01 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 26 Nov 2014 18:01:38 +0000 (18:01 +0000)
commit7cddd25cec7d638231e11f69a29f38d0a9cc4210
tree1d771e36a30454a57127d442bf71ed2a034ec062
parent59cb04130268cc5f5ada63ce5f4229db9235d31e
cns3xxx: switch to using the upstream dwc2 driver instead of dwc_otg

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43398
30 files changed:
target/linux/cns3xxx/config-3.14
target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c
target/linux/cns3xxx/files/drivers/usb/dwc/Kconfig [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/Makefile [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_attr.c [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_attr.h [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_cil.c [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_cil.h [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_cil_intr.c [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_driver.c [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_driver.h [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_hcd.c [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_hcd.h [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_hcd_intr.c [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_hcd_queue.c [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_pcd.c [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_pcd.h [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_pcd_intr.c [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_plat.h [deleted file]
target/linux/cns3xxx/files/drivers/usb/dwc/otg_regs.h [deleted file]
target/linux/cns3xxx/patches-3.14/100-laguna_support.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-3.14/101-laguna_sdhci_card_detect.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-3.14/110-pci_isolated_interrupts.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-3.14/200-broadcom_phy_reinit.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-3.14/200-dwc_otg_support.patch [deleted file]
target/linux/cns3xxx/patches-3.14/210-dwc2_defaults.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-3.14/300-laguna_support.patch [deleted file]
target/linux/cns3xxx/patches-3.14/305-laguna_sdhci_card_detect.patch [deleted file]
target/linux/cns3xxx/patches-3.14/310-pci_isolated_interrupts.patch [deleted file]
target/linux/cns3xxx/patches-3.14/400-broadcom_phy_reinit.patch [deleted file]