aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/fixed.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-01regulator: fixed: add support for ACPI interfaceGravatar Lu Baolu 1-0/+46
2016-05-30regulator: fixed: Remove workaround to handle of_get_named_gpio() returnGravatar Laxman Dewangan 1-12/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...Gravatar Mark Brown 1-8/+11
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Gravatar Javier Martinez Canillas 1-8/+11
2014-11-07regulator: fixed: Use gpio_is_validGravatar Markus Pargmann 1-1/+1
2014-11-07regulator: Set ena_gpio_initialized in regulator driversGravatar Markus Pargmann 1-1/+4
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-05-26regulator: fixed: use of_property_read_{bool|u32}()Gravatar Sergei Shtylyov 1-9/+4
2014-02-20regulator: fixed: Remove redundant error messageGravatar Sachin Kamat 1-3/+1
2014-02-11regulator: fixed: update to devm_* APIGravatar Manish Badarkhe 1-30/+12
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