summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-03-2135-1033/+3412
|\
| * Merge tag 'topic/twl' into regulator-nextMark Brown2012-03-191-81/+246
| |\
| | * regulator: twl-regulator: Add fixed LDO for V1V8, V2V1 supplyPeter Ujfalusi2012-03-111-0/+4
| | * regulator: twl: adapt twl-regulator driver to dtRajendra Nayak2012-03-111-87/+172
| | * regulator: twl6030: add support for vdd1, vdd2 and vdd3 regulatorsTero Kristo2012-03-111-0/+39
| | * regulator: twl4030: add support for external voltage get/setTero Kristo2012-03-111-5/+34
| | * regulator: twl6030: Fix voltage selection logicLaxman Dewangan2012-03-111-3/+11
| * | Merge remote-tracking branch 'regulator/topic/supply' into regulator-nextMark Brown2012-03-181-17/+8
| |\ \
| | * | regulator: Remove obsolete consumer_dev related commentAxel Lin2012-02-181-2/+0
| | * | regulator: Remove support for supplies specified by struct deviceMark Brown2012-02-021-15/+8
| | * | Merge branch 'regulator-drivers' into regulator-supplyMark Brown2012-02-0212-122/+2427
| | |\ \
| * | \ \ Merge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/st...Mark Brown2012-03-181-0/+108
| |\ \ \ \
| | * | | | regulator: Provide devm_regulator_bulk_get()Mark Brown2012-01-221-0/+46
| | * | | | regulator: Implement devm_regulator_free()Mark Brown2012-01-221-0/+28
| | * | | | regulator: Add devm_regulator_get()Stephen Boyd2012-01-201-0/+34
| | | |_|/ | | |/| |
| * | | | Merge remote-tracking branch 'regulator/topic/stub' into regulator-nextMark Brown2012-03-185-3/+58
| |\ \ \ \
| | * | | | regulator: provide a helper for registering a fixed regulatorSascha Hauer2012-03-032-1/+54
| * | | | | Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown2012-03-1833-894/+2971
| |\ \ \ \ \
| | * | | | | regulator: Convert tps6507x to set_voltage_selAxel Lin2012-03-141-26/+5
| | * | | | | regulator: Refactor tps6507x to use one tps6507x_pmic_ops for all LDOs and DCDCsAxel Lin2012-03-141-201/+67
| | * | | | | regulator: Make s5m8767_get_voltage_register always return correct registerAxel Lin2012-03-141-18/+9
| | * | | | | regulator: s5m8767: Check pdata->buck[2|3|4]_gpiodvs earlierAxel Lin2012-03-141-24/+21
| | * | | | | regulator: tps65910: Provide settling time for DCDC voltage changeLaxman Dewangan2012-03-141-13/+32
| | * | | | | regulator: Add Anatop regulator driverYing-Chun Liu (PaulLiu)2012-03-143-0/+250
| | * | | | | regulator: Simplify implementation of tps65912_get_voltage_dcdcAxel Lin2012-03-141-26/+5
| | * | | | | regulator: Use tps65912_set_voltage_sel for both DCDCx and LDOxAxel Lin2012-03-141-16/+3
| | * | | | | regulator: tps65910: Provide settling time for enabling railsLaxman Dewangan2012-03-131-0/+37
| | * | | | | regulator: max8925: Use DIV_ROUND_UP macroAxel Lin2012-03-131-2/+2
| | * | | | | regulator: tps65912: Use simple equations to get register addressAxel Lin2012-03-131-144/+18
| | * | | | | regulator: Fix the logic of tps65910_get_modeAxel Lin2012-03-131-1/+1
| | * | | | | regulator: Merge tps65217_pmic_ldo234_ops and tps65217_pmic_dcdc_ops to tps65...Axel Lin2012-03-121-187/+72
| | * | | | | regulator: Use DIV_ROUND_CLOSEST in wm8350_isink_get_currentAxel Lin2012-03-121-1/+1
| | * | | | | regulator: Use array to store dcdc_range settings for tps65912Axel Lin2012-03-111-50/+20
| | * | | | | regulator: Rename s5m8767_convert_voltage to s5m8767_convert_voltage_to_selAxel Lin2012-03-111-12/+10
| | * | | | | regulator: tps6524x: Remove unneeded comment for N_REGULATORSAxel Lin2012-03-111-3/+1
| | * | | | | regulator: Rename set_voltage_sel callback function name to *_selAxel Lin2012-03-112-13/+15
| | * | | | | regulator: Fix s5m8767_set_voltage_time_sel calculation valueSangbeom Kim2012-03-111-1/+1
| | * | | | | regulator: tps6586x: fix typo in debug messageThierry Reding2012-03-111-1/+1
| | * | | | | regulator: tps65910: Sleep off rails when ext sleep configuredLaxman Dewangan2012-03-111-4/+13
| | * | | | | regulator: Simplify the implementation of tps65912_get_voltage_dcdcAxel Lin2012-03-111-67/+45
| | * | | | | regulator: max8649: Use DIV_ROUND_UP macro to calculate selectorAxel Lin2012-03-111-2/+1
| | * | | | | regulator: Silence error message in max8998_pmic_probeAxel Lin2012-03-111-1/+0
| | * | | | | regulator: Remove unused i2c variable in s5m8767_pmic_probeAxel Lin2012-03-111-2/+0
| | * | | | | regulator: tps65217: Use DIV_ROUND_UP macro to calculate selectorAxel Lin2012-03-111-6/+6
| | * | | | | regulator: da903x: Use DIV_ROUND_UP macro to calculate selectorAxel Lin2012-03-111-6/+6
| | * | | | | regulator: wm8400: Use DIV_ROUND_UP macro to calculate selectorAxel Lin2012-03-111-3/+3
| | * | | | | regulator fixed: Do not report enumaratable voltages if there are noneSascha Hauer2012-03-111-1/+3
| | * | | | | regulator: max8660: Use DIV_ROUND_UP macro to calculate selectorAxel Lin2012-03-111-7/+9
| | * | | | | regulator: max1586: Use DIV_ROUND_UP macro to calculate selectorAxel Lin2012-03-111-2/+2
| | * | | | | regulator: ad5398: Use DIV_ROUND_UP macro to calculate selectorAxel Lin2012-03-111-2/+2
OpenPOWER on IntegriCloud