twx-linux/include/linux/regulator
Laxman Dewangan 8bdca009e6 regulator: tps62360: make init_data of platform data to pointer.
Convert platform data member regulator_init_data to pointer type.
This will avoid the copy of entire regualator init data into
platform data member when adding dt support and it can be achieve
by simple assignment:
pdata->init_data = of_get_regulator_init_data(dev, dev->of_node);

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-05-13 13:47:47 +01:00
..
ab8500.h
consumer.h The following text was taken from the original review request: 2012-03-24 10:41:37 -07:00
db8500-prcmu.h
driver.h regulator: core: Allow drivers to set simple linear voltage maps as data 2012-05-12 11:11:32 +01:00
fixed.h regulator: fixed: Support for open drain gpio pin 2012-04-02 23:17:53 +01:00
gpio-regulator.h
lp3971.h
lp3972.h
machine.h regulator: Fix comments in include/linux/regulator/machine.h 2012-03-29 12:09:45 +01:00
max1586.h
max8649.h
max8660.h
max8952.h
of_regulator.h regulator: Add generic DT parsing for regulators 2012-05-04 13:25:15 +01:00
tps6507x.h
tps62360.h regulator: tps62360: make init_data of platform data to pointer. 2012-05-13 13:47:47 +01:00
tps65090-regulator.h regulator: Add TPS65090 regulator driver 2012-04-01 11:59:27 +01:00
userspace-consumer.h