Skip to content

Commit

Permalink
power: remove s3c adc battery driver
Browse files Browse the repository at this point in the history
The s3c-adc driver is removed along with the s3c24xx platform,
so the battery driver is no longer needed either.

Reviewed-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Sebastian Reichel <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
arndb committed Jan 16, 2023
1 parent 6bac4f7 commit a0f8317
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 506 deletions.
7 changes: 0 additions & 7 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -18284,13 +18284,6 @@ L: [email protected]
S: Supported
F: drivers/s390/scsi/zfcp_*

S3C ADC BATTERY DRIVER
M: Krzysztof Kozlowski <[email protected]>
L: [email protected]
S: Odd Fixes
F: drivers/power/supply/s3c_adc_battery.c
F: include/linux/s3c_adc_battery.h

S3C24XX SD/MMC Driver
M: Ben Dooks <[email protected]>
L: [email protected] (moderated for non-subscribers)
Expand Down
6 changes: 0 additions & 6 deletions drivers/power/supply/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -428,12 +428,6 @@ config BATTERY_Z2
help
Say Y to include support for the battery on the Zipit Z2.

config BATTERY_S3C_ADC
tristate "Battery driver for Samsung ADC based monitoring"
depends on S3C_ADC
help
Say Y here to enable support for iPAQ h1930/h1940/rx1950 battery

config BATTERY_TWL4030_MADC
tristate "TWL4030 MADC battery driver"
depends on TWL4030_MADC
Expand Down
1 change: 0 additions & 1 deletion drivers/power/supply/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ obj-$(CONFIG_BATTERY_MAX1721X) += max1721x_battery.o
obj-$(CONFIG_BATTERY_Z2) += z2_battery.o
obj-$(CONFIG_BATTERY_RT5033) += rt5033_battery.o
obj-$(CONFIG_CHARGER_RT9455) += rt9455_charger.o
obj-$(CONFIG_BATTERY_S3C_ADC) += s3c_adc_battery.o
obj-$(CONFIG_BATTERY_TWL4030_MADC) += twl4030_madc_battery.o
obj-$(CONFIG_CHARGER_88PM860X) += 88pm860x_charger.o
obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o
Expand Down
Loading

0 comments on commit a0f8317

Please sign in to comment.