summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/gpio-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* 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