aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max8998.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: Fix memory leak in max8998_pmic_probe failure pathAxel Lin2011-05-271-9/+13
* treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-261-2/+2
* regulator: Add MODULE_DEVICE_TABLE to max8997 and max8998Axel Lin2011-03-271-0/+1
* regulator: Support MAX8998/LP3974 DVS-GPIOMyungJoo Ham2011-01-141-20/+67
* mfd: Support LP3974 RTCMyungJoo Ham2011-01-141-0/+7
* regulator: Fix prototype for MAX8998 buck set_voltage()Mark Brown2011-01-121-1/+1
* regulator: Report actual configured voltage to set_voltage()Mark Brown2011-01-121-2/+6
* regulator: max8998 BUCK1/2 voltage change with use of GPIOsLukasz Majewski2010-10-291-21/+193
* regulator: max8998 BUCK1/2 internal voltages and indexes definedLukasz Majewski2010-10-291-2/+8
* regulator: Separate set_voltage for max8998 ldo and buckLukasz Majewski2010-10-291-3/+40
* mfd: Use i2c_client as an argument on MAX8998 i2c routinesJoonyoung Shim2010-10-291-6/+11
* regulator: set max8998->dev to &pdev->dev.Axel Lin2010-09-011-0/+1
* regulator: max8998 - set max8998->num_regulatorsAxel Lin2010-09-011-0/+1
* regulator: max8998 - fix memory allocation size for max8998->rdevAxel Lin2010-09-011-3/+3
* max8998: fix off-by-one value range checkingAxel Lin2010-08-111-2/+2
* regulator: MAX8998: set_voltage bugfix. ramp_up delay and min/max voltageMyungJoo Ham2010-08-111-2/+27
* drivers: regulator: add Maxim 8998 driverKyungmin Park2010-08-111-0/+610