aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/fixed.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-16dereferencing freed memory regulator_fixed_voltage_remove()Dan Carpenter1-3/+2
2009-09-22regulator: Add GPIO enable control to fixed voltage regulator driverRoger Quadros1-2/+86
2009-09-22regulator: More explict error reporting for fixed regulatorMark Brown1-0/+3
2009-06-15regulator: Set MODULE_ALIAS for regulator driversMark Brown1-0/+1
2009-06-15regulator: Support list_voltage for fixed voltage regulatorMark Brown1-1/+14
2009-06-15regulator: Move regulator drivers to subsys_initcall()Mark Brown1-1/+1
2009-03-31regulator: Allow init_data to be passed to fixed voltage regulatorsMark Brown1-1/+2
2008-07-30regulator: add support for fixed regulators.Mark Brown1-0/+129