summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.3
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-07-29 11:53:06 +0000
committerJohn Crispin <john@openwrt.org>2012-07-29 11:53:06 +0000
commitee0946a5f4a7cf542c0ac52c17b2e67b93014f72 (patch)
tree225ebc17de681389f926ad55dcb7a27fc45d8511 /target/linux/generic/patches-3.3
parent1f58c9b6c1e2a49042c499d3726f5c10a22ea0c4 (diff)
downloadmaster-31e0f0ae-ee0946a5f4a7cf542c0ac52c17b2e67b93014f72.tar.gz
master-31e0f0ae-ee0946a5f4a7cf542c0ac52c17b2e67b93014f72.tar.bz2
master-31e0f0ae-ee0946a5f4a7cf542c0ac52c17b2e67b93014f72.zip
refresh pwm patch
SVN-Revision: 32905
Diffstat (limited to 'target/linux/generic/patches-3.3')
-rw-r--r--target/linux/generic/patches-3.3/865-gpiopwm.patch14
1 files changed, 5 insertions, 9 deletions
diff --git a/target/linux/generic/patches-3.3/865-gpiopwm.patch b/target/linux/generic/patches-3.3/865-gpiopwm.patch
index 219de16257..015f14ab31 100644
--- a/target/linux/generic/patches-3.3/865-gpiopwm.patch
+++ b/target/linux/generic/patches-3.3/865-gpiopwm.patch
@@ -1,8 +1,6 @@
-Index: linux-3.3.8/drivers/Kconfig
-===================================================================
---- linux-3.3.8.orig/drivers/Kconfig 2012-06-01 09:16:13.000000000 +0200
-+++ linux-3.3.8/drivers/Kconfig 2012-07-28 22:16:32.894397322 +0200
-@@ -60,6 +60,8 @@
+--- a/drivers/Kconfig
++++ b/drivers/Kconfig
+@@ -60,6 +60,8 @@ source "drivers/pinctrl/Kconfig"
source "drivers/gpio/Kconfig"
@@ -11,10 +9,8 @@ Index: linux-3.3.8/drivers/Kconfig
source "drivers/w1/Kconfig"
source "drivers/power/Kconfig"
-Index: linux-3.3.8/drivers/Makefile
-===================================================================
---- linux-3.3.8.orig/drivers/Makefile 2012-06-01 09:16:13.000000000 +0200
-+++ linux-3.3.8/drivers/Makefile 2012-07-28 22:16:17.990396684 +0200
+--- a/drivers/Makefile
++++ b/drivers/Makefile
@@ -8,6 +8,7 @@
# GPIO must come after pinctrl as gpios may need to mux pins etc
obj-y += pinctrl/