Skip to content

Commit cac28ae

Browse files
Nicolae Rosiabroonie
authored andcommitted
regulator: twl: split twl6030 logic into its own file
In order to not break existing users, we keep using the same CONFIG symbol. This makes it easier to add support for TWL6032 and refactor mfd/twl-core. Checkpatch warnings are inherited from twl-regulator.c and will be addressed in a subsequent patch. Signed-off-by: Nicolae Rosia <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 8313a4f commit cac28ae

File tree

4 files changed

+812
-596
lines changed

4 files changed

+812
-596
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8721,6 +8721,7 @@ F: drivers/regulator/tps65217-regulator.c
87218721
F: drivers/regulator/tps65218-regulator.c
87228722
F: drivers/regulator/tps65910-regulator.c
87238723
F: drivers/regulator/twl-regulator.c
8724+
F: drivers/regulator/twl6030-regulator.c
87248725
F: include/linux/i2c-omap.h
87258726

87268727
OMAP DEVICE TREE SUPPORT

drivers/regulator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o
104104
obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o
105105
obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o
106106
obj-$(CONFIG_REGULATOR_TPS80031) += tps80031-regulator.o
107-
obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o
107+
obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o twl6030-regulator.o
108108
obj-$(CONFIG_REGULATOR_VEXPRESS) += vexpress-regulator.o
109109
obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o
110110
obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o

0 commit comments

Comments
 (0)