Skip to content

Commit 4b53bdd

Browse files
M-Vaittinensre
authored andcommitted
power: supply: Drop BD70528 support
The only known BD70528 use-cases are such that the PMIC is controlled from separate MCU which is not running Linux. I am not aware of any Linux driver users. Furthermore, it seems there is no demand for this IC. Let's ease the maintenance burden and drop the driver. We can always add it back if there is sudden need for it. Signed-off-by: Matti Vaittinen <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
1 parent 8bb2314 commit 4b53bdd

File tree

3 files changed

+0
-720
lines changed

3 files changed

+0
-720
lines changed

drivers/power/supply/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -760,15 +760,6 @@ config CHARGER_UCS1002
760760
Say Y to enable support for Microchip UCS1002 Programmable
761761
USB Port Power Controller with Charger Emulation.
762762

763-
config CHARGER_BD70528
764-
tristate "ROHM bd70528 charger driver"
765-
depends on MFD_ROHM_BD70528
766-
select LINEAR_RANGES
767-
help
768-
Say Y here to enable support for getting battery status
769-
information and altering charger configurations from charger
770-
block of the ROHM BD70528 Power Management IC.
771-
772763
config CHARGER_BD99954
773764
tristate "ROHM bd99954 charger driver"
774765
depends on I2C

drivers/power/supply/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ obj-$(CONFIG_CHARGER_CROS_USBPD) += cros_usbpd-charger.o
9696
obj-$(CONFIG_CHARGER_SC2731) += sc2731_charger.o
9797
obj-$(CONFIG_FUEL_GAUGE_SC27XX) += sc27xx_fuel_gauge.o
9898
obj-$(CONFIG_CHARGER_UCS1002) += ucs1002_power.o
99-
obj-$(CONFIG_CHARGER_BD70528) += bd70528-charger.o
10099
obj-$(CONFIG_CHARGER_BD99954) += bd99954-charger.o
101100
obj-$(CONFIG_CHARGER_WILCO) += wilco-charger.o
102101
obj-$(CONFIG_RN5T618_POWER) += rn5t618_power.o

0 commit comments

Comments
 (0)