aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/gpio-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-04regulator: gpio-regulator: populate selector from set_voltageHeiko Stübner1-3/+5
2012-06-04regulator: gpio-regulator: Fix finding of smallest valueHeiko Stübner1-2/+4
2012-06-04regulator: gpio-regulator: do not pass drvdata pointer as referenceHeiko Stübner1-1/+1
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin1-1/+0
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-04regulator: gpio-regulator: Basic devm_kzalloc() conversionMark Brown1-3/+2
2012-04-01regulator: gpio-regulator: Set the smallest voltage/current in the specified rangeAxel Lin1-4/+4
2011-11-24regulator: Fix compile break due to missing arguments to regulator_registerRajendra Nayak1-1/+1
2011-10-11regulator: Add module.h include to gpio-regulatorMark Brown1-0/+1
2011-10-09regulator: Add driver for gpio-controlled regulatorsHeiko Stübner1-0/+357