aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max8998.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-27regulator: Fix memory leak in max8998_pmic_probe failure pathAxel Lin1-9/+13
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches1-2/+2
2011-03-27regulator: Add MODULE_DEVICE_TABLE to max8997 and max8998Axel Lin1-0/+1
2011-01-14regulator: Support MAX8998/LP3974 DVS-GPIOMyungJoo Ham1-20/+67
2011-01-14mfd: Support LP3974 RTCMyungJoo Ham1-0/+7
2011-01-12regulator: Fix prototype for MAX8998 buck set_voltage()Mark Brown1-1/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-2/+6
2010-10-29regulator: max8998 BUCK1/2 voltage change with use of GPIOsLukasz Majewski1-21/+193
2010-10-29regulator: max8998 BUCK1/2 internal voltages and indexes definedLukasz Majewski1-2/+8
2010-10-29regulator: Separate set_voltage for max8998 ldo and buckLukasz Majewski1-3/+40
2010-10-29mfd: Use i2c_client as an argument on MAX8998 i2c routinesJoonyoung Shim1-6/+11
2010-09-01regulator: set max8998->dev to &pdev->dev.Axel Lin1-0/+1
2010-09-01regulator: max8998 - set max8998->num_regulatorsAxel Lin1-0/+1
2010-09-01regulator: max8998 - fix memory allocation size for max8998->rdevAxel Lin1-3/+3
2010-08-11max8998: fix off-by-one value range checkingAxel Lin1-2/+2
2010-08-11regulator: MAX8998: set_voltage bugfix. ramp_up delay and min/max voltageMyungJoo Ham1-2/+27
2010-08-11drivers: regulator: add Maxim 8998 driverKyungmin Park1-0/+610