aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/patches-3.13/177-dt-sun7i-fix-ehci-irqtypes.patch
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2014-03-06 00:09:30 +0000
committerZoltan HERPAI <wigyori@uid0.hu>2014-03-06 00:09:30 +0000
commita8ab50ee77d004e4a00cd6280cc1b542e57054b1 (patch)
tree0a2be71f002d9dd9084a172a72bef22388f0ca0e /target/linux/sunxi/patches-3.13/177-dt-sun7i-fix-ehci-irqtypes.patch
parent8911fab5ade7400cdb42c43f884b4a10141c159e (diff)
downloadmaster-187ad058-a8ab50ee77d004e4a00cd6280cc1b542e57054b1.tar.gz
master-187ad058-a8ab50ee77d004e4a00cd6280cc1b542e57054b1.tar.bz2
master-187ad058-a8ab50ee77d004e4a00cd6280cc1b542e57054b1.zip
sunxi: driver refresh for 3.13
- update gmac / mmc / usb / ahci drivers to follow mainline dev trees - add driver for spi - update clock support - update a31 support - move to new DT compats where appropriate - re-order patchqueue where needed - verified working a20 smp - move most DTSes off files/ - update defconfig Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39782 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sunxi/patches-3.13/177-dt-sun7i-fix-ehci-irqtypes.patch')
-rw-r--r--target/linux/sunxi/patches-3.13/177-dt-sun7i-fix-ehci-irqtypes.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/sunxi/patches-3.13/177-dt-sun7i-fix-ehci-irqtypes.patch b/target/linux/sunxi/patches-3.13/177-dt-sun7i-fix-ehci-irqtypes.patch
deleted file mode 100644
index b2ee15008b..0000000000
--- a/target/linux/sunxi/patches-3.13/177-dt-sun7i-fix-ehci-irqtypes.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 06285d1c64552291f136eb197b6f05bc9d9c1d0e Mon Sep 17 00:00:00 2001
-From: Hans de Goede <hdegoede@redhat.com>
-Date: Tue, 17 Dec 2013 23:26:45 +0100
-Subject: [PATCH] ARM: dts: sun7i: Fix ehci interrupt types
-
-Signed-off-by: Hans de Goede <hdegoede@redhat.com>
----
- arch/arm/boot/dts/sun7i-a20.dtsi | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/arch/arm/boot/dts/sun7i-a20.dtsi
-+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
-@@ -635,7 +635,7 @@
- ehci0: ehci0@0x01c14000 {
- compatible = "allwinner,sunxi-ehci";
- reg = <0x01c14000 0x400 0x01c14800 0x4 0x01c13404 0x4>;
-- interrupts = <0 39 1>;
-+ interrupts = <0 39 4>;
- resets = <&usb_rst 1>;
- reset-names = "ehci_reset";
- clocks = <&usb 8>, <&ahb_gates 1>;
-@@ -646,7 +646,7 @@
- ehci1: ehci1@0x01c1c000 {
- compatible = "allwinner,sunxi-ehci";
- reg = <0x01c1c000 0x400 0x01c1c800 0x4 0x01c13404 0x4>;
-- interrupts = <0 40 1>;
-+ interrupts = <0 40 4>;
- resets = <&usb_rst 2>;
- reset-names = "ehci_reset";
- clocks = <&usb 8>, <&ahb_gates 3>;