summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.8
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2013-07-21 11:43:16 +0000
committerLars-Peter Clausen <lars@metafoo.de>2013-07-21 11:43:16 +0000
commit8fc44d1f5f472d980f7209757bfc674d5b9da5a2 (patch)
treecdf6095183b25acf2c9d578d924a00929b6ffbaf /target/linux/generic/patches-3.8
parent11c573069562658382b9395aa7fb4a593143ef26 (diff)
downloadmaster-31e0f0ae-8fc44d1f5f472d980f7209757bfc674d5b9da5a2.tar.gz
master-31e0f0ae-8fc44d1f5f472d980f7209757bfc674d5b9da5a2.tar.bz2
master-31e0f0ae-8fc44d1f5f472d980f7209757bfc674d5b9da5a2.zip
kernel: Remove gpio-pwm patches
There is no platform using the gpio-pwm driver, yet these patches break the generic PWM framework that is in upstream. So just remove them. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> SVN-Revision: 37490
Diffstat (limited to 'target/linux/generic/patches-3.8')
-rw-r--r--target/linux/generic/patches-3.8/865-gpiopwm.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/generic/patches-3.8/865-gpiopwm.patch b/target/linux/generic/patches-3.8/865-gpiopwm.patch
deleted file mode 100644
index f899d1a63a..0000000000
--- a/target/linux/generic/patches-3.8/865-gpiopwm.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/drivers/Kconfig
-+++ b/drivers/Kconfig
-@@ -62,6 +62,8 @@ source "drivers/pinctrl/Kconfig"
-
- source "drivers/gpio/Kconfig"
-
-+source "drivers/pwm/Kconfig"
-+
- source "drivers/w1/Kconfig"
-
- source "drivers/power/Kconfig"
---- a/drivers/Makefile
-+++ b/drivers/Makefile
-@@ -13,6 +13,7 @@ obj-y += pinctrl/
- obj-y += gpio/
- obj-y += pwm/
- obj-$(CONFIG_PCI) += pci/
-+obj-$(CONFIG_GENERIC_PWM) += pwm/
- obj-$(CONFIG_PARISC) += parisc/
- obj-$(CONFIG_RAPIDIO) += rapidio/
- obj-y += video/