aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-08regulator: MAX8997: Fix for divide by zero errorGravatar Tushar Behera 1-4/+4
2011-07-08regulator: max8952 - fix wrong gpio valid checkGravatar Jonghwan Choi 1-1/+1
2011-07-04regulator: Add basic per consumer debugfsGravatar Mark Brown 1-1/+29
2011-06-09regulator: Add rdev_crit() macroGravatar Mark Brown 1-0/+2
2011-06-09regulator: Refactor supply implementation to work as regular consumersGravatar Mark Brown 1-65/+36
2011-06-09regulator: Include the device name in the microamps_requested_ fileGravatar Mark Brown 1-2/+3
2011-06-09regulator: Increase the limit on sysfs file namesGravatar Mark Brown 1-1/+1
2011-06-08regulator: Properly register dummy regulator driverGravatar Mark Brown 1-6/+26
2011-05-30regulator: twl-regulator: fix n_voltages for twl6030 variable LDOsGravatar Colin Cross 1-1/+1
2011-05-30regulator: Use _cansleep() for WM8994 regulator GPIOsGravatar Mark Brown 1-2/+2
2011-05-30regulator: Do bulk enables of regulators in parallelGravatar Mark Brown 1-6/+26
2011-05-27regulator: Fix _regulator_get_voltage if get_voltage callback is NULLGravatar Axel Lin 1-3/+5
2011-05-27REGULATOR: TWL6025: add support to twl-regulatorGravatar Graeme Gregory 1-8/+321
2011-05-27regulator: twl6030: do not write to _GRP for regulator disableGravatar Balaji T K 1-25/+22
2011-05-27regulator: twl6030: do not write to _GRP for regulator enableGravatar Balaji T K 1-14/+25
2011-05-27regulator: tps65911: Add new chip versionGravatar Jorge Eduardo Candelaria 1-34/+323
2011-05-27regulator: Fix off-by-one value range checking for mc13xxx_regulator_get_voltageGravatar Axel Lin 1-1/+1
2011-05-27regulator: mc13892: Fix voltage unit in test case.Gravatar Fabio Estevam 1-2/+2
2011-05-27regulator: Remove MAX8997_REG_BUCK1DVS/MAX8997_REG_BUCK2DVS/MAX8997_REG_BUCK5...Gravatar Axel Lin 1-6/+6
2011-05-27regulator: Only apply voltage constraints from consumers that set themGravatar Mark Brown 1-0/+7
2011-05-27regulator: If we can't configure optimum mode we're always in the best oneGravatar Mark Brown 1-3/+13
2011-05-27regulator: max8997: remove useless codeGravatar Jonghwan Choi 1-1/+0
2011-05-27regulator: Fix memory leak in max8998_pmic_probe failure pathGravatar Axel Lin 1-9/+13
2011-05-27regulator: Fix desc_id for tps65023/6507x/65910Gravatar Axel Lin 3-6/+3
2011-05-27Revert "regulator: Move VCOINCELL to be the last element of mc13892_regulator...Gravatar Axel Lin 1-1/+1
2011-05-27regulator: Remove some unused variables from wm831x DCDCsGravatar Mark Brown 1-2/+0
2011-05-27TPS65910: Add tps65910 regulator driverGravatar Graeme Gregory 3-0/+712
2011-05-27regulator: Use mc13xxx_reg_write instead of mc13xxx_reg_rmw in mc13892_sw_reg...Gravatar Axel Lin 1-6/+10