aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2014-01-06regulator: anatop-regulator: Remove unneeded kstrdup()Fabio Estevam1-26/+8
2014-01-06regulator: act8865: Fix build error when !OFAxel Lin1-1/+1
2013-12-31regulator: act8865: register all regulators regardless of how many are usedWenyou Yang1-7/+4
2013-12-31regulator: wm831x-dcdc: Remove unneeded 'err' labelFabio Estevam1-7/+3
2013-12-31regulator: anatop-regulator: Add MODULE_ALIAS()Fabio Estevam1-0/+1
2013-12-30regulator: act8865: fix incorrect devm_kzalloc for act8865Wenyou Yang1-3/+1
2013-12-30regulator: act8865: Remove set_suspend_[en|dis]able implementationAxel Lin1-2/+0
2013-12-30regulator: act8865: Remove unneeded regulator_unregister() callsAxel Lin1-12/+0
2013-12-30regulator: s2mps11: Clean up redundant codeSachin Kamat1-2/+0
2013-12-30regulator: tps65910: Simplify setting enable_mask for regulatorsAxel Lin1-15/+1
2013-12-24regulator: act8865: add PMIC act8865 driverWenyou Yang3-0/+377
2013-12-24regulator: max77693: Add missing .owner field in regulator_descAxel Lin1-0/+1
2013-12-24regulator: pfuze100: Improve PFUZE100 entry textFabio Estevam1-1/+1
2013-12-23regulator: max14577: Add module alias to support module auto-loadingAxel Lin1-0/+1
2013-12-21regulator: tps65910: Add backup battery regulatorMarkus Pargmann1-1/+55
2013-12-21regulator: tps51632-regulator: Fix spellingFabio Estevam1-14/+14
2013-12-20regulator: as3722: Don't set min_uV/uV_step/linear_min_sel for linear_rangesAxel Lin1-3/+0
2013-12-18regulator: max14577: Add regulator driver for Maxim 14577Krzysztof Kozlowski3-0/+280
2013-12-18Merge tag 's2mps11-build' into regulator-s5m8767 since a following patchMark Brown7-13/+82
2013-12-18regulator: s5m8767: Do not use sec_reg* regmap helpersKrzysztof Kozlowski1-30/+41
2013-12-18regulator: s5m8767: Add symbols for hard-coded DVS_RAMP registerKrzysztof Kozlowski1-12/+10
2013-12-17regulator: core: don't print an error when no regulator is foundHans de Goede1-1/+2
2013-12-16mfd: s2mps11: Fix build after regmap field rename in sec-core.cKrzysztof Kozlowski1-1/+1
2013-12-13Merge tag 'regulator-v3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+10
2013-12-13Merge remote-tracking branch 'regulator/topic/constraints' into regulator-linusMark Brown1-3/+8
2013-12-12mfd/rtc: s5m: fix register updating by adding regmap for RTCKrzysztof Kozlowski1-1/+1
2013-12-11Merge remote-tracking branches 'regulator/fix/as3722' and 'regulator/fix/pfuz...Mark Brown2-2/+2
2013-12-11regulator: s5m8767: Implement voltage setting for BUCK7/8 regulatorsKrzysztof Kozlowski1-2/+5
2013-12-11regulator: s5m8767: Define symbol for buck control maskKrzysztof Kozlowski1-5/+6
2013-12-09regulator: pfuze100: use devm_regulator_register()Jingoo Han1-17/+3
2013-12-09regulator: db8500-prcmu: use devm_regulator_register()Jingoo Han1-19/+1
2013-12-09regulator: ab8500: use devm_regulator_register()Jingoo Han1-20/+4
2013-12-09regulator: stw481x-vmmc: use devm_regulator_register()Jingoo Han1-10/+2
2013-12-09regulator: pfuze100: allow misprogrammed IDTim Harvey1-3/+9
2013-12-09regulator: pfuze100: Fix address of FABIDAxel Lin1-1/+1
2013-12-06regulator: gpio: Warn if an invalid regulator-type is suppliedMark Brown1-0/+3
2013-12-05regulator: gpio: Don't require a regulator-type propertyMark Brown1-8/+6
2013-12-03regulator: ab8500: delete non-devicetree probe pathLinus Walleij1-94/+8
2013-12-02regulator: as3722: set the correct current limitVince Hsu1-1/+1
2013-12-02mfd: pcf50633: Correct device name for pcf50633 regulatorAxel Lin1-1/+1
2013-11-27regulator: core: Check for DT every time we check full constraintsMark Brown1-1/+1
2013-11-27regulator: core: Replace checks of have_full_constraints with a functionMark Brown1-3/+8
2013-11-24Merge remote-tracking branch 'regulator/fix/pfuze100' into regulator-linusMark Brown1-3/+9
2013-11-24Merge remote-tracking branch 'regulator/fix/gpio' into regulator-linusMark Brown1-1/+6
2013-11-24Merge remote-tracking branch 'regulator/fix/fixed' into regulator-linusMark Brown1-0/+3
2013-11-24Merge remote-tracking branch 'regulator/fix/arizona' into regulator-linusMark Brown1-2/+52
2013-11-24regulator: lp3972: Convert to devm_regulator_registerAxel Lin1-35/+6
2013-11-24regulator: arizona-micsupp: Convert to use linear rangesCharles Keepax1-41/+11
2013-11-24regulator: tps51632: Get regulator name from i2c_clientMikko Perttunen1-1/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1