aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 19-0/+19
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Gravatar Linus Torvalds 2-4/+4
2011-11-01Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulatorGravatar Linus Torvalds 12-41/+604
2011-10-31regulator: Add module.h to drivers/regulator users as requiredGravatar Paul Gortmaker 19-0/+19
2011-10-31regulator: Add export.h for THIS_MODULE to dummy.cGravatar Paul Gortmaker 1-0/+1
2011-10-24mfd: Move to the new db500 PRCMU APIGravatar Mattias Nilsson 1-1/+1
2011-10-24regulator: Finish mc13783 conversion to the mc13xxx APIGravatar Samuel Ortiz 1-3/+3
2011-10-14regulator: Fix possible nullpointer dereference in regulator_enable()Gravatar Heiko Stübner 1-1/+1
2011-10-12regulator: gpio-regulator add dependency on GENERIC_GPIOGravatar Heiko Stübner 1-0/+1
2011-10-11regulator: Add module.h include to gpio-regulatorGravatar Mark Brown 1-0/+1
2011-10-09regulator: Add driver for gpio-controlled regulatorsGravatar Heiko Stübner 3-0/+367
2011-10-09regulator: remove duplicate REG_CTRL2 defines in tps65023Gravatar H Hartley Sweeten 1-7/+0
2011-10-07regulator: Add WM1811 supportGravatar Mark Brown 1-0/+13
2011-10-04regulator: Fix return code from regulator_disable_deferred()Gravatar Mark Brown 1-2/+7
2011-09-14regulator: Implement deferred disable supportGravatar Mark Brown 1-0/+59
2011-08-28regulator: tps65023: Added support for the similiar TPS65020 chipGravatar Marcus Folkesson 1-0/+53
2011-08-28regulator: tps65023: Setting correct core regulator for tps65021Gravatar Marcus Folkesson 1-21/+75
2011-08-28regulator: tps65023: Set missing bit for update core-voltageGravatar Marcus Folkesson 1-4/+15
2011-08-28regulator: tps65023: Fixes i2c configuration issuesGravatar Marcus Folkesson 1-0/+11
2011-08-28regulator: Add debugfs file showing the supply map tableGravatar Mark Brown 1-0/+41
2011-08-28regulator: tps6586x: add SMx slew rate settingGravatar Xin Xie 1-1/+31
2011-08-08regulator: tps65023: Fixes i2c configuration issuesGravatar Marcus Folkesson 1-0/+11
2011-08-08regulator: tps6507x: Remove num_voltages arrayGravatar Axel Lin 1-7/+1
2011-08-08regulator: max8952: removed unused mutex.Gravatar MyungJoo Ham 1-3/+0
2011-08-08regulator: Ensure enough enable time for max8649Gravatar Axel Lin 1-1/+1
2011-08-08regulator: 88pm8607: Fix off-by-one value range checking in the case of no id...Gravatar Axel Lin 1-1/+1
2011-08-08regulator: tps65912: Remove unused define of TPS65912_MAX_REG_IDGravatar Axel Lin 1-2/+0
2011-08-08regulator: aat2870-regulator.c needs module.hGravatar Randy Dunlap 1-0/+1
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Gravatar Linus Torvalds 7-199/+307
2011-08-01Merge branch 'for-next' into for-linusGravatar Liam Girdwood 7-199/+307
2011-07-31regulator: Storing tps65912 error codes in u8Gravatar Dan Carpenter 1-1/+1
2011-07-31regulator: aat2870: Add AAT2870 regulator driverGravatar Jin Park 3-0/+240
2011-07-31tps65912: add regulator driverGravatar Margarita Olaya 3-0/+807
2011-07-28regulator: Improve WM831x DVS VSEL selection algorithmGravatar Mark Brown 1-37/+15
2011-07-28regulator: Bootstrap wm831x DVS VSEL value from ON VSEL if not already setGravatar Mark Brown 1-0/+14
2011-07-28regulator: Set up GPIO for WM831x VSEL before enabling VSEL modeGravatar Mark Brown 1-21/+20
2011-07-28regulator: Add EPEs to the MODULE_ALIAS() for wm831x-dcdcGravatar Mark Brown 1-0/+1
2011-07-28regulator: Fix WM831x DCDC DVS VSEL bootstrappingGravatar Mark Brown 1-1/+1
2011-07-28regulator: Fix WM831x regulator ID lookups for multiple WM831xsGravatar Mark Brown 2-5/+36
2011-07-23regulator: Convert tps65023 to use regmap APIGravatar Mark Brown 2-70/+28
2011-07-22regulator: Fix argument format type errors in error printsGravatar Mark Brown 1-2/+2
2011-07-22regulator: Fix memory leak in set_machine_constraints() error pathsGravatar Axel Lin 1-3/+4
2011-07-22regulator: Make core more chatty about some errorsGravatar Mark Brown 1-2/+9
2011-07-22regulator: tps65910: Fix array access out of bounds bugGravatar Axel Lin 1-12/+43
2011-07-22regulator: tps65910: Add missing breaks in switch/caseGravatar Axel Lin 1-0/+7
2011-07-22regulator: tps65910: Fix a memory leak in tps65910_probe error pathGravatar Axel Lin 1-0/+1
2011-07-22regulator: TWL: Remove entry of RES_ID for 6030 macrosGravatar Ambresh K 1-34/+30
2011-07-08regulator: max8997: Fix setting inappropriate value for ramp_delay variableGravatar Donggeun Kim 1-1/+2
2011-07-08regulator: db8500-prcmu: small fixesGravatar Axel Lin 1-11/+3
2011-07-08regulator: max8997: remove dependency on platform_data pointerGravatar MyungJoo Ham 1-21/+23