diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:42:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:42:58 +0000 |
commit | da1bb88a2b900f0392b731ec47c5e1bff956fd8f (patch) | |
tree | 597146471e3eeafb4ba55e802e80b896770808ff /target/linux/generic-2.6/patches-2.6.34/890-generic_pwm_api.patch | |
parent | 6117c04c9416b295347fb45c37e430f01df1d0d9 (diff) | |
download | mtk-20170518-da1bb88a2b900f0392b731ec47c5e1bff956fd8f.zip mtk-20170518-da1bb88a2b900f0392b731ec47c5e1bff956fd8f.tar.gz mtk-20170518-da1bb88a2b900f0392b731ec47c5e1bff956fd8f.tar.bz2 |
rename target/linux/generic-2.6 to generic
SVN-Revision: 21952
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.34/890-generic_pwm_api.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.34/890-generic_pwm_api.patch | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.34/890-generic_pwm_api.patch b/target/linux/generic-2.6/patches-2.6.34/890-generic_pwm_api.patch deleted file mode 100644 index 6c58e53..0000000 --- a/target/linux/generic-2.6/patches-2.6.34/890-generic_pwm_api.patch +++ /dev/null @@ -1,46 +0,0 @@ -Patches from: Bill Gatliff <bgat@billgatliff.com> -Based on: -* Expunge old Atmel PWMC driver, replacing it with one that conforms to the PWM API -* Incorporate PWM API code into KBuild -Ignore the LEDS part atm ---- - -diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile -index 049ff24..b94666c 100644 ---- a/drivers/misc/Makefile -+++ b/drivers/misc/Makefile -@@ -5,7 +5,6 @@ - obj-$(CONFIG_IBM_ASM) += ibmasm/ - obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/ - obj-$(CONFIG_AD525X_DPOT) += ad525x_dpot.o --obj-$(CONFIG_ATMEL_PWM) += atmel_pwm.o - obj-$(CONFIG_ATMEL_SSC) += atmel-ssc.o - obj-$(CONFIG_ATMEL_TCLIB) += atmel_tclib.o - obj-$(CONFIG_ICS932S401) += ics932s401.o -diff --git a/drivers/Kconfig b/drivers/Kconfig -index 368ae6d..54d7b16 100644 ---- a/drivers/Kconfig -+++ b/drivers/Kconfig -@@ -54,6 +54,8 @@ source "drivers/pps/Kconfig" - - source "drivers/gpio/Kconfig" - -+source "drivers/pwm/Kconfig" -+ - source "drivers/w1/Kconfig" - - source "drivers/power/Kconfig" -diff --git a/drivers/Makefile b/drivers/Makefile -index 6ee53c7..e6143f3 100644 ---- a/drivers/Makefile -+++ b/drivers/Makefile -@@ -6,6 +6,8 @@ - # - - obj-y += gpio/ -+obj-$(CONFIG_GENERIC_PWM) += pwm/ -+ - obj-$(CONFIG_PCI) += pci/ - obj-$(CONFIG_PARISC) += parisc/ - obj-$(CONFIG_RAPIDIO) += rapidio/ -diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig |