aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/fixed.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-25regulator: fixed: Revert support for ACPI interfaceMark Rutland1-46/+0
2016-06-01regulator: fixed: add support for ACPI interfaceLu Baolu1-0/+46
2016-05-30regulator: fixed: Remove workaround to handle of_get_named_gpio() returnLaxman Dewangan1-12/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/max77693', 'regulator/topic/max77802', 'regulator/topic/power-off' and 'regulator/topic/rk808' into regulator-nextMark Brown1-8/+11
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas1-8/+11
2014-11-07regulator: fixed: Use gpio_is_validMarkus Pargmann1-1/+1
2014-11-07regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann1-1/+4
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-26regulator: fixed: use of_property_read_{bool|u32}()Sergei Shtylyov1-9/+4
2014-02-20regulator: fixed: Remove redundant error messageSachin Kamat1-3/+1
2014-02-11regulator: fixed: update to devm_* APIManish Badarkhe1-30/+12
2013-10-15regulator: fixed: Fix checkpatch issueJingoo Han1-6/+4
2013-09-10regulator: fixed: get rid of {get|list}_voltage()Laxman Dewangan1-26/+2
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-01-03Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-05regulator: fixed: dt: support for input supplyLaxman Dewangan1-1/+18
2012-07-03regulator: fixed: Use core GPIO enable supportMark Brown1-88/+18
2012-07-03regulator: fixed: Set enable enable_time in regulator_descMark Brown1-10/+2
2012-07-01regulator: fixed: support deferred probe for DT GPIOsStephen Warren1-5/+21
2012-06-03regulator: fixed: Use of_match_ptr() for of_match_table entryAxel Lin1-3/+1
2012-05-07regulator: fixed: add property for gpio open drain flagLaxman Dewangan1-0/+3
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin1-1/+0
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-3/+7
2012-04-02regulator: fixed: Support for open drain gpio pinLaxman Dewangan1-12/+11
2012-04-01regulator: fixed: Don't supply voltage change ops when no GPIO is givenMark Brown1-14/+13
2012-04-01regulator: fixed: Use devm_kzalloc()Mark Brown1-3/+2
2012-03-11regulator fixed: Do not report enumaratable voltages if there are noneSascha Hauer1-1/+3
2012-01-06regulator: set constraints.apply_uV to 0 in of_get_fixed_voltage_configRichard Zhao1-0/+1
2012-01-02regulator: pass regulator_register of_node in fixed voltage driverRichard Zhao1-1/+2
2011-12-05Merge branch 'topic/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-nextMark Brown1-1/+1
2011-12-05regulator: pass device_node to of_get_regulator_init_data()Shawn Guo1-1/+1
2011-11-27Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown1-1/+6
2011-11-27regulator: Avoid potential NULL dereference in reg_fixed_voltage_probe()Axel Lin1-1/+6
2011-11-27Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown1-1/+5
2011-11-27regulator: Staticise of_get_fixed_voltage_config()Axel Lin1-1/+2
2011-11-27regulator: Checking return value of of_get_regulator_init_dataAxel Lin1-0/+3
2011-11-23Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown1-1/+66
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-11-23regulator: adapt fixed regulator driver to dtRajendra Nayak1-0/+65
2011-11-23regulator: Don't report zero volts for the fixed voltage regulatorMark Brown1-1/+4
2011-10-31regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker1-0/+1
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