Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/regulator
Aaro Koskinen 908d6d5292 regulator: twl-regulator: fix up VINTANA1/VINTANA2
It seems commit 2098e95ce9 (regulator: twl:
adapt twl-regulator driver to dt) accidentally deleted VINTANA1. Also
the same commit defines VINTANA2 twice with TWL4030_ADJUSTABLE_LDO and
TWL4030_FIXED_LDO. This patch changes the fixed one to be VINTANA1.

I noticed this when auditing my N900 boot logs. I could not notice any
change in device behaviour, though, except that the boot logs are now
like before:

	...
	[    0.282928] VDAC: 1800 mV normal standby
	[    0.284027] VCSI: 1800 mV normal standby
	[    0.285400] VINTANA1: 1500 mV normal standby
	[    0.286865] VINTANA2: 2750 mV normal standby
	[    0.288208] VINTDIG: 1500 mV normal standby
	[    0.289978] VSDI_CSI: 1800 mV normal standby
	...

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
2012-08-15 17:19:01 +01:00
..
88pm8607.c
aat2870-regulator.c regulator: aat2870: Remove unused min_uV and max_uV from struct aat2870_regulator 2012-07-12 18:22:13 +01:00
ab3100.c regulator: ab3100: add missing voltage table 2012-08-07 18:10:37 +01:00
ab8500.c MFD bits for the 3.6 merge window. 2012-07-30 12:41:17 -07:00
ad5398.c regulator: ad5398: Fix min/max current limit boundary checking 2012-07-04 12:39:38 +01:00
anatop-regulator.c regulator: anatop: Fix wrong mask used in anatop_get_voltage_sel 2012-08-07 18:10:26 +01:00
arizona-ldo1.c regulator: arizona-ldo1: Implement GPIO enable support 2012-07-03 20:29:30 +01:00
arizona-micsupp.c regulator: arizona-micsupp: Force regulated mode until we have API support 2012-07-04 16:22:39 +01:00
core.c regulator: core: request only valid gpio pins for regulator enable 2012-08-09 19:52:21 +01:00
da903x.c
da9052-regulator.c regulator: da9052: initialize of_node param for regulator register 2012-07-12 18:21:24 +01:00
db8500-prcmu.c mfd: Register db8500-prcmu devices using the newly DT:ed MFD API 2012-07-09 00:16:09 +02:00
dbx500-prcmu.c
dbx500-prcmu.h
dummy.c
dummy.h
fixed-helper.c regulator: extend the fixed dummy voltage regulator to accept voltage 2012-06-19 23:22:30 +01:00
fixed.c regulator: fixed: dt: support for input supply 2012-07-05 13:49:35 +01:00
gpio-regulator.c regulator: gpio-regulator: Split setting of voltages and currents 2012-08-08 12:16:06 +01:00
isl6271a-regulator.c
Kconfig MFD bits for the 3.6 merge window. 2012-07-30 12:41:17 -07:00
lp872x.c regulator: lp872x: Simplify implementation of lp872x_find_regulator_init_data() 2012-07-16 20:58:30 +01:00
lp3971.c
lp3972.c
lp8788-buck.c regulator: add new lp8788 regulator driver 2012-07-20 11:12:15 +01:00
lp8788-ldo.c regulator: add new lp8788 regulator driver 2012-07-20 11:12:15 +01:00
Makefile regulator: add new lp8788 regulator driver 2012-07-20 11:12:15 +01:00
max1586.c
max8649.c
max8660.c
max8925-regulator.c
max8952.c regulator: max8952: Use core GPIO enable support 2012-07-10 14:48:42 +01:00
max8997.c regulator: max8997: Properly handle gpio_request failure 2012-07-15 21:49:53 +01:00
max8998.c regulator: max8998: Remove wrong set_suspend_[en|dis]able callback settings 2012-07-09 19:45:12 +01:00
max77686.c regulator: max77686: Initialise rmatch.of_node to NULL. 2012-07-06 19:17:29 +01:00
mc13xxx-regulator-core.c regulator: mc13xxx: Remove mc13xxx_sw_regulator_is_enabled function 2012-06-19 12:06:25 +01:00
mc13xxx.h regulator: mc13xxx: Remove extern function declaration for mc13xxx_sw_regulator 2012-07-20 11:12:14 +01:00
mc13783-regulator.c
mc13892-regulator.c regulator: mc13xxx: Remove mc13xxx_sw_regulator_is_enabled function 2012-06-19 12:06:25 +01:00
of_regulator.c regulator: dt: regulator match by regulator-compatible 2012-07-03 20:19:41 +01:00
palmas-regulator.c regulator: palmas: Fix palmas_probe error handling 2012-08-07 18:10:26 +01:00
pcap-regulator.c
pcf50633-regulator.c
rc5t583-regulator.c regulator: rc5t583: Use regulator_set_voltage_time_sel() 2012-06-24 12:13:38 +01:00
s2mps11.c regulator: s2mps11: Use sec_reg_write rather than sec_reg_update when mask is 0xff 2012-07-12 18:07:11 +01:00
s5m8767.c regulator: Fix an s5m8767 build failure 2012-07-31 00:51:09 +02:00
tps6105x-regulator.c
tps6507x-regulator.c
tps6524x-regulator.c regulator: tps6524x: Convert fixed ilimsel to table based 2012-07-02 18:26:03 +01:00
tps6586x-regulator.c regulator: tps6586x: correct vin pin for sm0/sm1/sm2 2012-08-07 18:10:26 +01:00
tps62360-regulator.c regulator: tps62360: use devm_* for gpio request 2012-07-15 21:49:52 +01:00
tps65023-regulator.c regulator: tps65023: Convert tps65023_ldo_ops to regulator_[get|set]_voltage_sel_regmap 2012-06-19 12:14:11 +01:00
tps65090-regulator.c
tps65217-regulator.c regulator: tps65217: Add device tree support 2012-07-12 18:27:36 +01:00
tps65910-regulator.c regulator: tps65910: set input_supply on desc unconditionally 2012-07-17 11:08:46 +01:00
tps65912-regulator.c
twl-regulator.c regulator: twl-regulator: fix up VINTANA1/VINTANA2 2012-08-15 17:19:01 +01:00
userspace-consumer.c
virtual.c
wm831x-dcdc.c
wm831x-isink.c
wm831x-ldo.c regulator: wm831x-ldo: Specify enable time for alive LDO 2012-07-03 20:29:25 +01:00
wm8350-regulator.c
wm8400-regulator.c
wm8994-regulator.c regulator: wm8994: Use core GPIO enable support 2012-07-03 20:29:29 +01:00