Skip to content

Commit 7492b72

Browse files
committed
Merge series "Remove TPS80031 driver" from Dmitry Osipenko <[email protected]>:
TPS80031 driver was upstreamed back in 2013 and never got a user. I noticed that driver is abandoned while was about to write a patch to switch it to a new power-off API (that I'm working on). Driver requires platform data that nobody provides. Instead of changing the dead code, let's remove it. Dmitry Osipenko (3): rtc: tps80031: Remove driver regulator: tps80031: Remove driver mfd: tps80031: Remove driver drivers/mfd/Kconfig | 14 - drivers/mfd/Makefile | 1 - drivers/mfd/tps80031.c | 526 ----------------- drivers/regulator/Kconfig | 9 - drivers/regulator/Makefile | 1 - drivers/regulator/tps80031-regulator.c | 753 ------------------------- drivers/rtc/Kconfig | 8 - drivers/rtc/Makefile | 1 - drivers/rtc/rtc-tps80031.c | 324 ----------- include/linux/mfd/tps80031.h | 637 --------------------- 10 files changed, 2274 deletions(-) delete mode 100644 drivers/mfd/tps80031.c delete mode 100644 drivers/regulator/tps80031-regulator.c delete mode 100644 drivers/rtc/rtc-tps80031.c delete mode 100644 include/linux/mfd/tps80031.h -- 2.32.0
2 parents 400d5a5 + d7477e6 commit 7492b72

File tree

3 files changed

+0
-763
lines changed

3 files changed

+0
-763
lines changed

drivers/regulator/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,15 +1339,6 @@ config REGULATOR_TPS65912
13391339
help
13401340
This driver supports TPS65912 voltage regulator chip.
13411341

1342-
config REGULATOR_TPS80031
1343-
tristate "TI TPS80031/TPS80032 power regulator driver"
1344-
depends on MFD_TPS80031
1345-
help
1346-
TPS80031/ TPS80032 Fully Integrated Power Management with Power
1347-
Path and Battery Charger. It has 5 configurable step-down
1348-
converters, 11 general purpose LDOs, VBUS generator and digital
1349-
output to control regulators.
1350-
13511342
config REGULATOR_TWL4030
13521343
tristate "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC"
13531344
depends on TWL4030_CORE

drivers/regulator/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o
158158
obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o
159159
obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o
160160
obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o
161-
obj-$(CONFIG_REGULATOR_TPS80031) += tps80031-regulator.o
162161
obj-$(CONFIG_REGULATOR_TPS65132) += tps65132-regulator.o
163162
obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o twl6030-regulator.o
164163
obj-$(CONFIG_REGULATOR_UNIPHIER) += uniphier-regulator.o

0 commit comments

Comments
 (0)