aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/gpio-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
* regulator: gpio-regulator: Staticize of_get_gpio_regulator_config()Axel Lin2013-01-291-1/+1
* regulator: gpio-regulator: Use of_gpio_count()Axel Lin2013-01-291-4/+1
* Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Merge remote-tracking branch 'regulator/topic/gpio' into regulator-nextMark Brown2012-12-101-3/+3
|\
| * regulator: gpio-regulator: gpio_set_value should use cansleepLee Jones2012-12-101-2/+2
| * regulator: gpio-regulator: Fix logical error in for() loopLee Jones2012-12-101-1/+1
* | Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextMark Brown2012-12-101-3/+3
|\ \ | |/ |/|
| * regulator: remove use of __devexitBill Pemberton2012-11-201-1/+1
| * regulator: remove use of __devinitBill Pemberton2012-11-201-1/+1
| * regulator: remove use of __devexit_pBill Pemberton2012-11-201-1/+1
* | regulator: gpio-regulator: Add ifdef CONFIG_OF guard for regulator_gpio_of_matchAxel Lin2012-12-061-1/+3
|/
* regulator: gpio-regulator: Catch 'no states property' misuseLee Jones2012-11-141-0/+5
* regulator: gpio-regulator: fix can't find regulator node in dtFrank Li2012-11-131-0/+1
* regulator: gpio-regulator: Allow use of GPIO controlled regulators though DTLee Jones2012-10-171-0/+94
* 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