aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-15regulator: mc13783: Fix checkpatch issueJingoo Han1-14/+14
2013-10-15regulator: max8997: Fix checkpatch issueJingoo Han1-2/+3
2013-10-15regulator: lp3971: Fix checkpatch issueJingoo Han1-2/+2
2013-10-15regulator: fixed: Fix checkpatch issueJingoo Han1-6/+4
2013-10-15regulator: anatop: Fix checkpatch issueJingoo Han1-2/+2
2013-10-14treewide: Fix typo in printkMasanari Iida1-1/+1
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroAxel Lin9-51/+37
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeAxel Lin10-66/+43
2013-10-11Merge remote-tracking branch 'regulator/topic/as3722' into regulator-linearMark Brown3-0/+926
2013-10-11regulator: ti-abb: Fix operator precedence typoNishanth Menon1-1/+1
2013-10-09regulator: tps65910: get regulators node from parent node onlyLaxman Dewangan1-1/+1
2013-10-09regulator: tps6586x: get regulators node from parent node onlyLaxman Dewangan1-1/+1
2013-10-09regulator: tps65090: get regulators node from parent node onlyLaxman Dewangan1-1/+1
2013-10-07regulator: palmas: get regulators node from parent node onlyLaxman Dewangan1-1/+1
2013-10-04regulator: gpio: Remove redundant breakSachin Kamat1-1/+0
2013-10-04regulator: core: Always warn when using a dummy regulatorMark Brown1-7/+2
2013-10-03regulator: as3722: Fix off-by-one n_voltages setting for SDxAxel Lin1-7/+7
2013-10-03regulator: as3722: Fix equation to calculate max_uV in regulator_lin_range macroAxel Lin1-5/+5
2013-10-03regulator: stw481x-vmmc: Set missing .of_match_table to stw481x_vmmc_matchAxel Lin1-0/+1
2013-09-30regulator: tps6524x: use devm_regulator_register()Jingoo Han1-26/+5
2013-09-30regulator: da9210: use devm_regulator_register()Jingoo Han1-9/+1
2013-09-30Merge remote-tracking branch 'regulator/topic/tps6524x' into regulator-devmMark Brown1-1/+0
2013-09-30Merge remote-tracking branch 'regulator/topic/da9210' into regulator-devmMark Brown1-3/+6
2013-09-30regulator: vexpress: use devm_regulator_register()Jingoo Han1-2/+1
2013-09-30regulator: twl: use devm_regulator_register()Jingoo Han1-2/+1
2013-09-30regulator: tps6105x: use devm_regulator_register()Jingoo Han1-10/+3
2013-09-30regulator: pcf50633: use devm_regulator_register()Jingoo Han1-11/+2
2013-09-30regulator: pcap: use devm_regulator_register()Jingoo Han1-11/+2
2013-09-30regulator: max8925: use devm_regulator_register()Jingoo Han1-11/+1
2013-09-30regulator: lp8788-ldo: use devm_regulator_register()Jingoo Han1-22/+2
2013-09-30regulator: lp8788-buck: use devm_regulator_register()Jingoo Han1-11/+1
2013-09-30regulator: lp872x: use devm_regulator_register()Jingoo Han1-30/+3
2013-09-30regulator: da9063: use devm_regulator_register()Jingoo Han1-17/+4
2013-09-30regulator: ab8500-ext: use devm_regulator_register()Jingoo Han1-24/+2
2013-09-30regulator: ab3100: use devm_regulator_register()Jingoo Han1-2/+1
2013-09-30Merge remote-tracking branch 'regulator/fix/wm8350' into regulator-linusMark Brown1-1/+1
2013-09-30Merge remote-tracking branch 'regulator/fix/wm831x' into regulator-linusMark Brown1-2/+2
2013-09-30Merge remote-tracking branch 'regulator/fix/ti-abb' into regulator-linusMark Brown1-2/+14
2013-09-30Merge remote-tracking branch 'regulator/fix/palmas' into regulator-linusMark Brown1-7/+7
2013-09-30Merge remote-tracking branch 'regulator/fix/da9063' into regulator-linusMark Brown1-1/+1
2013-09-30regulator: core: Reduce busy-wait loopingThierry Reding1-5/+33
2013-09-27regulator: ti-abb: skip optional parameter for ldo-addressNishanth Menon1-0/+5
2013-09-27regulator: ti-abb: Fix bias voltage glitch in transition to bypass modeNishanth Menon1-2/+14
2013-09-26regulator: da9210: add Device Tree supportGuennadi Liakhovetski1-3/+6
2013-09-24regulator: core: Always use return value when regulator_dev_lookup() failsMark Brown1-1/+2
2013-09-23regulator: wm831x-ldo: Fix max_uV for gp_ldo and aldo linear range settingsAxel Lin1-2/+2
2013-09-23regulator: core: Fix return code for invalid parametersMark Brown1-1/+1
2013-09-20regulator: as3722: add regulator driver for AMS AS3722Laxman Dewangan3-0/+926
2013-09-20regulator: core: Fix default return value for _get()Mark Brown1-1/+1
2013-09-20regulator: core: set current constraints while setting machine constraintsLaxman Dewangan1-0/+34