Skip to content

Commit d00b746

Browse files
committed
Merge remote-tracking branches 'regulator/topic/tps65086' and 'regulator/topic/twl' into regulator-next
3 parents 56e3d92 + f819288 + 3498c5e commit d00b746

File tree

5 files changed

+815
-657
lines changed

5 files changed

+815
-657
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8748,6 +8748,7 @@ F: drivers/regulator/tps65217-regulator.c
87488748
F: drivers/regulator/tps65218-regulator.c
87498749
F: drivers/regulator/tps65910-regulator.c
87508750
F: drivers/regulator/twl-regulator.c
8751+
F: drivers/regulator/twl6030-regulator.c
87518752
F: include/linux/i2c-omap.h
87528753

87538754
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

drivers/regulator/tps65086-regulator.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ static const struct regulator_linear_range tps65086_10mv_ranges[] = {
7777
};
7878

7979
static const struct regulator_linear_range tps65086_buck126_25mv_ranges[] = {
80-
REGULATOR_LINEAR_RANGE(1000000, 0x0, 0x18, 0),
80+
REGULATOR_LINEAR_RANGE(0, 0x0, 0x0, 0),
81+
REGULATOR_LINEAR_RANGE(1000000, 0x1, 0x18, 0),
8182
REGULATOR_LINEAR_RANGE(1025000, 0x19, 0x7F, 25000),
8283
};
8384

0 commit comments

Comments
 (0)