Skip to content

Commit b20cd02

Browse files
digetxLee Jones
authored andcommitted
mfd: tps80031: Remove driver
Driver was upstreamed in 2013 and never got a user, remove it. Signed-off-by: Dmitry Osipenko <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 0cee041 commit b20cd02

File tree

4 files changed

+0
-1178
lines changed

4 files changed

+0
-1178
lines changed

drivers/mfd/Kconfig

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,20 +1624,6 @@ config MFD_TPS65912_SPI
16241624
If you say yes here you get support for the TPS65912 series of
16251625
PM chips with SPI interface.
16261626

1627-
config MFD_TPS80031
1628-
bool "TI TPS80031/TPS80032 Power Management chips"
1629-
depends on I2C=y
1630-
select MFD_CORE
1631-
select REGMAP_I2C
1632-
select REGMAP_IRQ
1633-
help
1634-
If you say yes here you get support for the Texas Instruments
1635-
TPS80031/ TPS80032 Fully Integrated Power Management with Power
1636-
Path and Battery Charger. The device provides five configurable
1637-
step-down converters, 11 general purpose LDOs, USB OTG Module,
1638-
ADC, RTC, 2 PWM, System Voltage Regulator/Battery Charger with
1639-
Power Path from USB, 32K clock generator.
1640-
16411627
config TWL4030_CORE
16421628
bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 Support"
16431629
depends on I2C=y

drivers/mfd/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ obj-$(CONFIG_MFD_TPS65910) += tps65910.o
105105
obj-$(CONFIG_MFD_TPS65912) += tps65912-core.o
106106
obj-$(CONFIG_MFD_TPS65912_I2C) += tps65912-i2c.o
107107
obj-$(CONFIG_MFD_TPS65912_SPI) += tps65912-spi.o
108-
obj-$(CONFIG_MFD_TPS80031) += tps80031.o
109108
obj-$(CONFIG_MENELAUS) += menelaus.o
110109

111110
obj-$(CONFIG_TWL4030_CORE) += twl-core.o twl4030-irq.o twl6030-irq.o

0 commit comments

Comments
 (0)