aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-28regulator: twl: fix twl4030 support for smps regulatorsTero Kristo1-2/+44
2011-11-28regulator: fix use after free bugLothar Waßmann1-1/+1
2011-11-28regulator: aat2870: Fix the logic of checking if no id is matched in aat2870_get_regulatorAxel Lin1-1/+1
2011-11-23regulator: TPS65910: Fix VDD1/2 voltage selector countAfzal Mohammed1-6/+8
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds19-0/+19
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds2-4/+4
2011-11-01Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulatorLinus Torvalds12-41/+604
2011-10-31regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker19-0/+19
2011-10-31regulator: Add export.h for THIS_MODULE to dummy.cPaul Gortmaker1-0/+1
2011-10-24mfd: Move to the new db500 PRCMU APIMattias Nilsson1-1/+1
2011-10-24regulator: Finish mc13783 conversion to the mc13xxx APISamuel Ortiz1-3/+3
2011-10-14regulator: Fix possible nullpointer dereference in regulator_enable()Heiko Stübner1-1/+1
2011-10-12regulator: gpio-regulator add dependency on GENERIC_GPIOHeiko Stübner1-0/+1
2011-10-11regulator: Add module.h include to gpio-regulatorMark Brown1-0/+1
2011-10-09regulator: Add driver for gpio-controlled regulatorsHeiko Stübner3-0/+367
2011-10-09regulator: remove duplicate REG_CTRL2 defines in tps65023H Hartley Sweeten1-7/+0
2011-10-07regulator: Add WM1811 supportMark Brown1-0/+13
2011-10-04regulator: Fix return code from regulator_disable_deferred()Mark Brown1-2/+7
2011-09-14regulator: Implement deferred disable supportMark Brown1-0/+59
2011-08-28regulator: tps65023: Added support for the similiar TPS65020 chipMarcus Folkesson1-0/+53
2011-08-28regulator: tps65023: Setting correct core regulator for tps65021Marcus Folkesson1-21/+75
2011-08-28regulator: tps65023: Set missing bit for update core-voltageMarcus Folkesson1-4/+15
2011-08-28regulator: tps65023: Fixes i2c configuration issuesMarcus Folkesson1-0/+11
2011-08-28regulator: Add debugfs file showing the supply map tableMark Brown1-0/+41
2011-08-28regulator: tps6586x: add SMx slew rate settingXin Xie1-1/+31
2011-08-08regulator: tps65023: Fixes i2c configuration issuesMarcus Folkesson1-0/+11
2011-08-08regulator: tps6507x: Remove num_voltages arrayAxel Lin1-7/+1
2011-08-08regulator: max8952: removed unused mutex.MyungJoo Ham1-3/+0
2011-08-08regulator: Ensure enough enable time for max8649Axel Lin1-1/+1
2011-08-08regulator: 88pm8607: Fix off-by-one value range checking in the case of no id is matchedAxel Lin1-1/+1
2011-08-08regulator: tps65912: Remove unused define of TPS65912_MAX_REG_IDAxel Lin1-2/+0
2011-08-08regulator: aat2870-regulator.c needs module.hRandy Dunlap1-0/+1
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6Linus Torvalds7-199/+307
2011-08-01Merge branch 'for-next' into for-linusLiam Girdwood7-199/+307
2011-07-31regulator: Storing tps65912 error codes in u8Dan Carpenter1-1/+1
2011-07-31regulator: aat2870: Add AAT2870 regulator driverJin Park3-0/+240
2011-07-31tps65912: add regulator driverMargarita Olaya3-0/+807
2011-07-28regulator: Improve WM831x DVS VSEL selection algorithmMark Brown1-37/+15
2011-07-28regulator: Bootstrap wm831x DVS VSEL value from ON VSEL if not already setMark Brown1-0/+14
2011-07-28regulator: Set up GPIO for WM831x VSEL before enabling VSEL modeMark Brown1-21/+20
2011-07-28regulator: Add EPEs to the MODULE_ALIAS() for wm831x-dcdcMark Brown1-0/+1
2011-07-28regulator: Fix WM831x DCDC DVS VSEL bootstrappingMark Brown1-1/+1
2011-07-28regulator: Fix WM831x regulator ID lookups for multiple WM831xsMark Brown2-5/+36
2011-07-23regulator: Convert tps65023 to use regmap APIMark Brown2-70/+28
2011-07-22regulator: Fix argument format type errors in error printsMark Brown1-2/+2
2011-07-22regulator: Fix memory leak in set_machine_constraints() error pathsAxel Lin1-3/+4
2011-07-22regulator: Make core more chatty about some errorsMark Brown1-2/+9
2011-07-22regulator: tps65910: Fix array access out of bounds bugAxel Lin1-12/+43
2011-07-22regulator: tps65910: Add missing breaks in switch/caseAxel Lin1-0/+7
2011-07-22regulator: tps65910: Fix a memory leak in tps65910_probe error pathAxel Lin1-0/+1