summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/gpio-regulator.c
Commit message (Expand)AuthorAgeFilesLines
...
* regulator: gpio-regulator: Split setting of voltages and currentsHeiko Stübner2012-08-081-12/+26
* regulator: gpio-regulator: Use core GPIO enable supportAxel Lin2012-07-041-87/+16
* regulator: gpio-regulator: Set enable enable_time in regulator_descAxel Lin2012-07-041-11/+1
* regulator: gpio-regulator: populate selector from set_voltageHeiko Stübner2012-06-041-3/+5
* regulator: gpio-regulator: Fix finding of smallest valueHeiko Stübner2012-06-041-2/+4
* regulator: gpio-regulator: do not pass drvdata pointer as referenceHeiko Stübner2012-06-041-1/+1
* regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin2012-04-231-1/+0
* regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-2/+6
* regulator: gpio-regulator: Basic devm_kzalloc() conversionMark Brown2012-04-041-3/+2
* regulator: gpio-regulator: Set the smallest voltage/current in the specified ...Axel Lin2012-04-011-4/+4
* regulator: Fix compile break due to missing arguments to regulator_registerRajendra Nayak2011-11-241-1/+1
* regulator: Add module.h include to gpio-regulatorMark Brown2011-10-111-0/+1
* regulator: Add driver for gpio-controlled regulatorsHeiko Stübner2011-10-091-0/+357