aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/gpio-regulator.c
AgeCommit message (Expand)Author
2013-01-29regulator: gpio-regulator: Staticize of_get_gpio_regulator_config()Axel Lin
2013-01-29regulator: gpio-regulator: Use of_gpio_count()Axel Lin
2013-01-03Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman
2012-12-10Merge remote-tracking branch 'regulator/topic/gpio' into regulator-nextMark Brown
2012-12-10regulator: gpio-regulator: gpio_set_value should use cansleepLee Jones
2012-12-10regulator: gpio-regulator: Fix logical error in for() loopLee Jones
2012-12-10Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextMark Brown
2012-12-06regulator: gpio-regulator: Add ifdef CONFIG_OF guard for regulator_gpio_of_matchAxel Lin
2012-11-20regulator: remove use of __devexitBill Pemberton
2012-11-20regulator: remove use of __devinitBill Pemberton
2012-11-20regulator: remove use of __devexit_pBill Pemberton
2012-11-14regulator: gpio-regulator: Catch 'no states property' misuseLee Jones
2012-11-13regulator: gpio-regulator: fix can't find regulator node in dtFrank Li
2012-10-17regulator: gpio-regulator: Allow use of GPIO controlled regulators though DTLee Jones
2012-08-08regulator: gpio-regulator: Split setting of voltages and currentsHeiko Stübner
2012-07-04regulator: gpio-regulator: Use core GPIO enable supportAxel Lin
2012-07-04regulator: gpio-regulator: Set enable enable_time in regulator_descAxel Lin
2012-06-04regulator: gpio-regulator: populate selector from set_voltageHeiko Stübner
2012-06-04regulator: gpio-regulator: Fix finding of smallest valueHeiko Stübner
2012-06-04regulator: gpio-regulator: do not pass drvdata pointer as referenceHeiko Stübner
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown
2012-04-04regulator: gpio-regulator: Basic devm_kzalloc() conversionMark Brown
2012-04-01regulator: gpio-regulator: Set the smallest voltage/current in the specified ...Axel Lin
2011-11-24regulator: Fix compile break due to missing arguments to regulator_registerRajendra Nayak
2011-10-11regulator: Add module.h include to gpio-regulatorMark Brown
2011-10-09regulator: Add driver for gpio-controlled regulatorsHeiko Stübner