summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | regulator: lp397x: use devm_kzalloc() to make cleanup paths simplerNikolay Balandin2013-05-272-16/+6
| | |/ / /
| * | | | Merge remote-tracking branch 'regulator/topic/linar' into regulator-nextMark Brown2013-07-011-0/+15
| |\ \ \ \
| | * | | | regulator: core: add regulator_get_linear_step()Paul Walmsley2013-06-071-0/+15
| | |/ / /
| * | | | Merge remote-tracking branch 'regulator/topic/isl6271a' into regulator-nextMark Brown2013-07-011-1/+1
| |\ \ \ \
| | * | | | regulator: isl6271a: Use NULL instead of 0Sachin Kamat2013-05-121-1/+1
| | |/ / /
| * | | | Merge remote-tracking branch 'regulator/topic/drvdata' into regulator-nextMark Brown2013-07-0115-29/+0
| |\ \ \ \
| | * | | | regulator: Remove all platform_set_drvdata(pdev, NULL) in driversAxel Lin2013-05-1215-29/+0
| | |/ / /
| * | | | Merge remote-tracking branch 'regulator/topic/delay' into regulator-nextMark Brown2013-07-013-3/+0
| |\ \ \ \
| | * | | | regulator: Remove unnecessary include of linux/delay.h from regulator driversAxel Lin2013-05-123-3/+0
| | |/ / /
| * | | | Merge remote-tracking branch 'regulator/topic/abb' into regulator-nextMark Brown2013-07-013-0/+921
| |\ \ \ \
| | * | | | regulator: ti-abb: Convert to use devm_ioremap_resourceTushar Behera2013-06-181-8/+6
| | * | | | regulator: ti-abb: Fix off-by-one valid range checking for abb->current_info_idxAxel Lin2013-05-121-2/+2
| | * | | | regulator: Introduce TI Adaptive Body Bias(ABB) on-chip LDO driverAndrii.Tseglytskyi2013-05-123-0/+923
| | |/ / /
| * | | | Merge remote-tracking branch 'regulator/topic/ab8500' into regulator-nextMark Brown2013-07-013-20/+84
| |\ \ \ \
| | * | | | regulator: ab8500-ext: Staticize local symbolsSachin Kamat2013-06-261-2/+2
| | * | | | regulator: ab8500: Provide supply names for the AUX regulatorsLee Jones2013-06-111-0/+3
| | * | | | regulator: ab8500-ext: Enable for Device TreeLee Jones2013-06-111-1/+25
| | * | | | regulator: ab8500-ext: Register as a device in its own rightLee Jones2013-06-112-18/+32
| | * | | | regulator: ab8500-ext: Provide a set_voltage call-back operationLee Jones2013-06-071-0/+23
| | * | | | regulator: ab8500: Ensure AB8500 external registers are probed firstLee Jones2013-06-071-1/+1
| | |/ / /
| * | | | Merge remote-tracking branch 'regulator/fix/max77693' into regulator-linusMark Brown2013-07-013-0/+332
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | regulator: max77693: Remove NULL test for rmatch[i].init_dataAxel Lin2013-07-011-3/+1
| | * | | regulator: max77693: Fix trivial typoAxel Lin2013-07-011-1/+1
| | * | | regulator: max77693: Add max77693 regualtor driver.Jonghwa Lee2013-06-253-0/+334
| | | |/ | | |/|
* | | | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2013-07-021-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'ux500-dt-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2013-06-141-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | ARM: ux500: Correct anamic2 typo in DT filesFabio Baltieri2013-06-041-4/+4
| | |/
* | | mfd: tps6586x: correct device name of the regulator cellMarc Dietrich2013-06-241-1/+1
|/ /
* | Merge remote-tracking branch 'regulator/fix/palmas' into regulator-linusMark Brown2013-05-301-2/+2
|\ \
| * | regulator: palmas: Fix "enable_reg" to point to the correct reg for SMPS10Kishon Vijay Abraham I2013-05-301-1/+1
| * | regulator: palmas: Fix incorrect conditionSachin Kamat2013-05-301-1/+1
| |/
* | Merge remote-tracking branch 'regulator/fix/doc' into regulator-linusMark Brown2013-05-301-1/+4
|\ \
| * | regulator: Fix kernel-doc generation warnings.Robert P. J. Day2013-05-021-1/+4
* | | Merge remote-tracking branch 'regulator/fix/dbx500' into regulator-linusMark Brown2013-05-301-12/+12
|\ \ \
| * | | regulator: dbx500: Make local symbol staticSachin Kamat2013-05-081-12/+12
* | | | regulator: core: Correct spelling mistake in commentCharles Keepax2013-05-211-1/+1
| |_|/ |/| |
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-1/+1
|\ \ \ | |_|/ |/| |
| * | Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-04-161-1/+1
| |/
* | Merge remote-tracking branch 'regulator/topic/wm8994' into v3.9-rc8Mark Brown2013-04-281-19/+42
|\ \
| * | regulator: wm8994: Use GPIO parsed from DT when registering regulatorsSylwester Nawrocki2013-04-111-1/+3
| * | regulator: wm8994: Provide default init dataMark Brown2013-04-071-2/+39
| * | regulator: wm8994: Convert to module_platform_driver()Mark Brown2013-04-051-17/+1
| |/
* | Merge remote-tracking branch 'regulator/topic/twl' into v3.9-rc8Mark Brown2013-04-281-31/+3
|\ \
| * | regulator: twl: Remove TWL6030_FIXED_RESOURCEAxel Lin2013-03-011-13/+0
| * | regulator: twl: Remove VDD1_VSEL_table and VDD2_VSEL_tableAxel Lin2013-03-011-6/+0
| * | regulator: twl: Convert twl[6030|4030]fixed_ops to regulator_list_voltage_linearAxel Lin2013-03-011-12/+3
* | | Merge remote-tracking branch 'regulator/topic/tps80031' into v3.9-rc8Mark Brown2013-04-281-21/+24
|\ \ \
| * | | regulator: tps80031: Convert tps80031_dcdc_ops to [get|set]_voltage_sel_regmapAxel Lin2013-04-231-33/+6
| * | | regulator: tps80031: Fix LDO2 track mode for TPS80031 or TPS80032-ES1.0Axel Lin2013-04-231-4/+34
| | |/ | |/|
* | | Merge remote-tracking branch 'regulator/topic/tps6586x' into v3.9-rc8Mark Brown2013-04-281-4/+2
|\ \ \
OpenPOWER on IntegriCloud