aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max8998.c
Commit message (Expand)AuthorAge
* regulators: max8998.c: use dev_err() instead of printk()Thiago Farina2013-03-03
* Merge remote-tracking branch 'regulator/topic/max8998' into regulator-nextMark Brown2013-02-19
|\
| * regulator: max8998: Let regulator core handle the case selector == old_selectorAxel Lin2013-02-08
* | regulator: max8998: fix incorrect min_uV value for ldo10Marek Szyprowski2013-01-26
|/
* regulator: max8998: Ensure enough delay time for max8998_set_voltage_buck_tim...Axel Lin2013-01-10
* regulator: max8998: Use uV in voltage_map_descAxel Lin2013-01-08
* regulator: remove use of __devexitBill Pemberton2012-11-19
* regulator: remove use of __devinitBill Pemberton2012-11-19
* regulator: remove use of __devexit_pBill Pemberton2012-11-19
* regulator: max8998: Remove wrong set_suspend_[en|dis]able callback settingsAxel Lin2012-07-09
* regulator: max8998: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin2012-06-23
* regulator: max8998: Convert to regulator_list_voltage_linear()Axel Lin2012-06-23
* regulator: max8998: Convert ot use devm_kzallocAxel Lin2012-04-23
* regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin2012-04-23
* regulator: Convert max8998 to set_voltage_time_selAxel Lin2012-04-13
* regulator: Convert max8998 to get_voltage_selAxel Lin2012-04-13
* regulator: max8998: Use simple equation to get selectorAxel Lin2012-04-10
* regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-09
* regulator: Silence error message in max8998_pmic_probeAxel Lin2012-03-11
* regulator: Kill max8998_get_ldo functionAxel Lin2012-03-11
* regulator: pass additional of_node to regulator_register()Rajendra Nayak2011-11-23
* regulator: Fix memory leak in max8998_pmic_probe failure pathAxel Lin2011-05-27
* treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-26
* regulator: Add MODULE_DEVICE_TABLE to max8997 and max8998Axel Lin2011-03-27
* regulator: Support MAX8998/LP3974 DVS-GPIOMyungJoo Ham2011-01-14
* mfd: Support LP3974 RTCMyungJoo Ham2011-01-14
* regulator: Fix prototype for MAX8998 buck set_voltage()Mark Brown2011-01-12
* regulator: Report actual configured voltage to set_voltage()Mark Brown2011-01-12
* regulator: max8998 BUCK1/2 voltage change with use of GPIOsLukasz Majewski2010-10-28
* regulator: max8998 BUCK1/2 internal voltages and indexes definedLukasz Majewski2010-10-28
* regulator: Separate set_voltage for max8998 ldo and buckLukasz Majewski2010-10-28
* mfd: Use i2c_client as an argument on MAX8998 i2c routinesJoonyoung Shim2010-10-28
* regulator: set max8998->dev to &pdev->dev.Axel Lin2010-09-01
* regulator: max8998 - set max8998->num_regulatorsAxel Lin2010-09-01
* regulator: max8998 - fix memory allocation size for max8998->rdevAxel Lin2010-09-01
* max8998: fix off-by-one value range checkingAxel Lin2010-08-11
* regulator: MAX8998: set_voltage bugfix. ramp_up delay and min/max voltageMyungJoo Ham2010-08-11
* drivers: regulator: add Maxim 8998 driverKyungmin Park2010-08-11