aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/fixed.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-15regulator: fixed: Fix checkpatch issueGravatar Jingoo Han 1-6/+4
2013-09-10regulator: fixed: get rid of {get|list}_voltage()Gravatar Laxman Dewangan 1-26/+2
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-01-03Drivers: regulator: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-07-05regulator: fixed: dt: support for input supplyGravatar Laxman Dewangan 1-1/+18
2012-07-03regulator: fixed: Use core GPIO enable supportGravatar Mark Brown 1-88/+18
2012-07-03regulator: fixed: Set enable enable_time in regulator_descGravatar Mark Brown 1-10/+2
2012-07-01regulator: fixed: support deferred probe for DT GPIOsGravatar Stephen Warren 1-5/+21
2012-06-03regulator: fixed: Use of_match_ptr() for of_match_table entryGravatar Axel Lin 1-3/+1
2012-05-07regulator: fixed: add property for gpio open drain flagGravatar Laxman Dewangan 1-0/+3
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversGravatar Axel Lin 1-1/+0
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-3/+7
2012-04-02regulator: fixed: Support for open drain gpio pinGravatar Laxman Dewangan 1-12/+11
2012-04-01regulator: fixed: Don't supply voltage change ops when no GPIO is givenGravatar Mark Brown 1-14/+13
2012-04-01regulator: fixed: Use devm_kzalloc()Gravatar Mark Brown 1-3/+2
2012-03-11regulator fixed: Do not report enumaratable voltages if there are noneGravatar Sascha Hauer 1-1/+3
2012-01-06regulator: set constraints.apply_uV to 0 in of_get_fixed_voltage_configGravatar Richard Zhao 1-0/+1
2012-01-02regulator: pass regulator_register of_node in fixed voltage driverGravatar Richard Zhao 1-1/+2
2011-12-05Merge branch 'topic/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Mark Brown 1-1/+1
2011-12-05regulator: pass device_node to of_get_regulator_init_data()Gravatar Shawn Guo 1-1/+1
2011-11-27Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextGravatar Mark Brown 1-1/+6
2011-11-27regulator: Avoid potential NULL dereference in reg_fixed_voltage_probe()Gravatar Axel Lin 1-1/+6
2011-11-27Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextGravatar Mark Brown 1-1/+5
2011-11-27regulator: Staticise of_get_fixed_voltage_config()Gravatar Axel Lin 1-1/+2
2011-11-27regulator: Checking return value of of_get_regulator_init_dataGravatar Axel Lin 1-0/+3
2011-11-23Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextGravatar Mark Brown 1-1/+66
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2011-11-23regulator: adapt fixed regulator driver to dtGravatar Rajendra Nayak 1-0/+65
2011-11-23regulator: Don't report zero volts for the fixed voltage regulatorGravatar Mark Brown 1-1/+4
2011-10-31regulator: Add module.h to drivers/regulator users as requiredGravatar Paul Gortmaker 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-03Regulators: fixed - annotate probe and remove methodsGravatar Dmitry Torokhov 1-9/+10
2010-03-03regulator: Convert fixed voltage regulator to use enable_time()Gravatar Mark Brown 1-2/+8
2010-03-03regulator: Add 'start-up time' to fixed voltage regulatorsGravatar Adrian Hunter 1-0/+5
2009-11-16dereferencing freed memory regulator_fixed_voltage_remove()Gravatar Dan Carpenter 1-3/+2
2009-09-22regulator: Add GPIO enable control to fixed voltage regulator driverGravatar Roger Quadros 1-2/+86
2009-09-22regulator: More explict error reporting for fixed regulatorGravatar Mark Brown 1-0/+3
2009-06-15regulator: Set MODULE_ALIAS for regulator driversGravatar Mark Brown 1-0/+1
2009-06-15regulator: Support list_voltage for fixed voltage regulatorGravatar Mark Brown 1-1/+14
2009-06-15regulator: Move regulator drivers to subsys_initcall()Gravatar Mark Brown 1-1/+1
2009-03-31regulator: Allow init_data to be passed to fixed voltage regulatorsGravatar Mark Brown 1-1/+2
2008-07-30regulator: add support for fixed regulators.Gravatar Mark Brown 1-0/+129