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)
commitebf6331c10774ebc3ef70b0598871bcd42ac7417
tree89910e5af2145f75fd081196f7a5089a525b33a5
parent211669da3b1ca89da78afd32a7012c41958cc378
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]