aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/fixed.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Regulators: fixed - annotate probe and remove methodsDmitry Torokhov1-9/+10
2010-03-03regulator: Convert fixed voltage regulator to use enable_time()Mark Brown1-2/+8
2010-03-03regulator: Add 'start-up time' to fixed voltage regulatorsAdrian Hunter1-0/+5
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