aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2014-07-03regulator: palmas: Simplify code by not indexing regulator_desc unnecessarilyNishanth Menon1-136/+112
2014-07-03regulator: palmas: Rename palmas_regs_info to palmas_generic_regs_infoNishanth Menon1-2/+2
2014-07-03regulator: palmas: Simplify code by using pointer to palmas_reg_infoNishanth Menon1-53/+56
2014-07-03regulator: palmas: Rename reg_info to palmas_reg_infoNishanth Menon1-2/+2
2014-07-03regulator: palmas: Squelch sparse warningsNishanth Menon1-3/+3
2014-06-30regulator: core: convert to use gpio_desc internallyRussell King1-9/+13
2014-06-28Merge remote-tracking branches 'regulator/fix/bcm590xx', 'regulator/fix/palma...Mark Brown3-1/+19
2014-06-27regulator: max8952: Convert to devm_gpio_request_one()Axel Lin1-24/+10
2014-06-27regulator: twl: Convert to use devm_kmemdup()Axel Lin1-12/+1
2014-06-24regulator: tps65218: Correct the the config register for LDO1Keerthy1-1/+1
2014-06-24regulator: tps65218: Add the missing of_node assignment in probeKeerthy1-0/+1
2014-06-24regulator: tps65218: Fix build warningsSachin Kamat1-2/+2
2014-06-24regulator: tps65217: Fix build warningsSachin Kamat1-2/+2
2014-06-24regulator: s5m8767: Remove unused variableSachin Kamat1-3/+1
2014-06-24regulator: as3722: Fix incorrect parameter initializationSachin Kamat1-2/+2
2014-06-24Merge remote-tracking branch 'regulator/fix/palmas' into regulator-palmasMark Brown1-0/+12
2014-06-24regulator: palmas: fix typo in enable_reg calculationStephen Warren1-1/+1
2014-06-23regulator: palmas: Add tps65917 PMIC supportKeerthy1-0/+387
2014-06-23regulator: palmas: add driver data and modularize the probeKeerthy1-266/+392
2014-06-23regulator: palmas: Shift the reg_info structure definition to the header fileKeerthy1-9/+0
2014-06-22regulator: bcm590xx: fix vbus nameGraham Williams1-0/+5
2014-06-22regulator: ab8500: Remove ab8500_regulator_debug_init/exit()Axel Lin1-13/+0
2014-06-22regulator: ab8500: Remove ab8500_regulator_of_probe()Axel Lin1-19/+12
2014-06-21regulator: ltc3589: Staticize ltc3589_reg_defaultsSachin Kamat1-1/+1
2014-06-21regulator: palmas: Fix SMPS enable/disable/is_enabledNishanth Menon1-0/+12
2014-06-17mfd: max77693: Remove unnecessary wrapper functionsRobert Baldyga1-6/+6
2014-06-16Merge remote-tracking branches 'regulator/fix/as3722', 'regulator/fix/ltc3589...Mark Brown3-1/+5
2014-06-16regulator: ltc3589: Use of_get_child_by_nameAxel Lin1-1/+1
2014-06-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+5
2014-06-09regulator: 88pm800: remove duplicate PM800_BUCK3 defineDan Carpenter1-1/+0
2014-06-09regulator: mc13xxx: Remove unnecessary locksAlexander Shiyan1-29/+8
2014-06-09regulator: mc13xxx: Remove unused field "hi_bit"Alexander Shiyan1-1/+0
2014-06-06regulator: tps6586x: Use regulator_list_voltage_linear for dvm/ldo4/sw2Axel Lin1-61/+68
2014-06-06regulator: bcm590xx: remove unnecessary OOM messagesJingoo Han1-12/+4
2014-06-05regulator: palmas: Fix SMPS list for 0VNishanth Menon1-0/+2
2014-06-05regulator: core: print error value when constraints are not appliedNishanth Menon1-3/+5
2014-06-03Merge tag 'regulator-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds26-338/+1553
2014-06-03regulator: as3722: Make 0 a valid selectorThierry Reding1-0/+2
2014-06-03Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-38/+246
2014-06-02Merge remote-tracking branch 'regulator/topic/tps6586x' into regulator-nextMark Brown1-10/+58
2014-06-02Merge remote-tracking branches 'regulator/topic/s5m8767', 'regulator/topic/st...Mark Brown4-70/+222
2014-06-02Merge remote-tracking branches 'regulator/topic/palmas', 'regulator/topic/pbi...Mark Brown5-181/+145
2014-06-02Merge remote-tracking branches 'regulator/topic/fixed', 'regulator/topic/id-c...Mark Brown12-43/+618
2014-06-02Merge remote-tracking branches 'regulator/topic/arizona', 'regulator/topic/ax...Mark Brown6-10/+472
2014-06-02Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2-13/+15
2014-06-02Merge remote-tracking branch 'regulator/topic/constraints' into regulator-nextMark Brown1-10/+23
2014-06-02Merge remote-tracking branch 'regulator/fix/s2mpa01' into regulator-linusMark Brown1-1/+0
2014-06-02regulator: pbias: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-06-02regulator: max8649: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-06-01regulator: core: Fix the init of DT defined fixed regulatorsAlban Bedel1-7/+16