summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/fixed.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: fixed: add property for gpio open drain flagLaxman Dewangan2012-05-071-0/+3
* 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-3/+7
* regulator: fixed: Support for open drain gpio pinLaxman Dewangan2012-04-021-12/+11
* regulator: fixed: Don't supply voltage change ops when no GPIO is givenMark Brown2012-04-011-14/+13
* regulator: fixed: Use devm_kzalloc()Mark Brown2012-04-011-3/+2
* regulator fixed: Do not report enumaratable voltages if there are noneSascha Hauer2012-03-111-1/+3
* regulator: set constraints.apply_uV to 0 in of_get_fixed_voltage_configRichard Zhao2012-01-061-0/+1
* regulator: pass regulator_register of_node in fixed voltage driverRichard Zhao2012-01-021-1/+2
* Merge branch 'topic/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2011-12-051-1/+1
|\
| * regulator: pass device_node to of_get_regulator_init_data()Shawn Guo2011-12-051-1/+1
* | Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown2011-11-271-1/+6
|\|
| * regulator: Avoid potential NULL dereference in reg_fixed_voltage_probe()Axel Lin2011-11-271-1/+6
* | Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown2011-11-271-1/+5
|\|
| * regulator: Staticise of_get_fixed_voltage_config()Axel Lin2011-11-271-1/+2
| * regulator: Checking return value of of_get_regulator_init_dataAxel Lin2011-11-271-0/+3
* | Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown2011-11-231-1/+66
|\|
| * regulator: pass additional of_node to regulator_register()Rajendra Nayak2011-11-231-1/+1
| * regulator: adapt fixed regulator driver to dtRajendra Nayak2011-11-231-0/+65
* | regulator: Don't report zero volts for the fixed voltage regulatorMark Brown2011-11-231-1/+4
|/
* regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker2011-10-311-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Regulators: fixed - annotate probe and remove methodsDmitry Torokhov2010-03-031-9/+10
* regulator: Convert fixed voltage regulator to use enable_time()Mark Brown2010-03-031-2/+8
* regulator: Add 'start-up time' to fixed voltage regulatorsAdrian Hunter2010-03-031-0/+5
* dereferencing freed memory regulator_fixed_voltage_remove()Dan Carpenter2009-11-161-3/+2
* regulator: Add GPIO enable control to fixed voltage regulator driverRoger Quadros2009-09-221-2/+86
* regulator: More explict error reporting for fixed regulatorMark Brown2009-09-221-0/+3
* regulator: Set MODULE_ALIAS for regulator driversMark Brown2009-06-151-0/+1
* regulator: Support list_voltage for fixed voltage regulatorMark Brown2009-06-151-1/+14
* regulator: Move regulator drivers to subsys_initcall()Mark Brown2009-06-151-1/+1
* regulator: Allow init_data to be passed to fixed voltage regulatorsMark Brown2009-03-311-1/+2
* regulator: add support for fixed regulators.Mark Brown2008-07-301-0/+129