aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/xburst/patches-2.6.32/106-gpio-charger.patch
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-08-04 13:33:55 +0000
committerLars-Peter Clausen <lars@metafoo.de>2010-08-04 13:33:55 +0000
commit1980190a5a96fba4d36be8f8037ba9925c263b57 (patch)
tree5be4947af9799c165de22a46b0db260d2d6d3d91 /target/linux/xburst/patches-2.6.32/106-gpio-charger.patch
parentf312e1580b6053bc87c931dbd588197d77c9f691 (diff)
downloadupstream-1980190a5a96fba4d36be8f8037ba9925c263b57.tar.gz
upstream-1980190a5a96fba4d36be8f8037ba9925c263b57.tar.bz2
upstream-1980190a5a96fba4d36be8f8037ba9925c263b57.zip
Drop 2.6.32 patches
SVN-Revision: 22485
Diffstat (limited to 'target/linux/xburst/patches-2.6.32/106-gpio-charger.patch')
-rw-r--r--target/linux/xburst/patches-2.6.32/106-gpio-charger.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/xburst/patches-2.6.32/106-gpio-charger.patch b/target/linux/xburst/patches-2.6.32/106-gpio-charger.patch
deleted file mode 100644
index 641aba17c2..0000000000
--- a/target/linux/xburst/patches-2.6.32/106-gpio-charger.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/drivers/power/Makefile
-+++ b/drivers/power/Makefile
-@@ -30,3 +30,4 @@ obj-$(CONFIG_BATTERY_DA9030) += da9030_b
- obj-$(CONFIG_BATTERY_MAX17040) += max17040_battery.o
- obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o
- obj-$(CONFIG_BATTERY_JZ4740) += jz4740-battery.o
-+obj-$(CONFIG_CHARGER_GPIO) += gpio-charger.o
---- a/drivers/power/Kconfig
-+++ b/drivers/power/Kconfig
-@@ -121,4 +121,11 @@ config BATTERY_JZ4740
- This driver can be build as a module. If so, the module will be
- called jz4740-battery.
-
-+config CHARGER_GPIO
-+ tristate "GPIO charger"
-+ depends on GPIOLIB
-+ help
-+ Say Y to include support for chargers indicating their status through
-+ a GPIO pin.
-+
- endif # POWER_SUPPLY