aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/max8998.c
AgeCommit message (Expand)Author
2013-09-17regulator: max8998: Use devm_regulator_registerSachin Kamat
2013-06-30mfd: max8998: Add support for Device TreeTomasz Figa
2013-06-30regulator: max8998: Use arrays for specifying voltages in platform dataTomasz Figa
2013-03-04regulators: max8998.c: use dev_err() instead of printk()Thiago Farina
2013-02-19Merge remote-tracking branch 'regulator/topic/max8998' into regulator-nextMark Brown
2013-02-08regulator: max8998: Let regulator core handle the case selector == old_selectorAxel Lin
2013-01-26regulator: max8998: fix incorrect min_uV value for ldo10Marek Szyprowski
2013-01-10regulator: max8998: Ensure enough delay time for max8998_set_voltage_buck_tim...Axel Lin
2013-01-08regulator: max8998: Use uV in voltage_map_descAxel Lin
2012-11-20regulator: remove use of __devexitBill Pemberton
2012-11-20regulator: remove use of __devinitBill Pemberton
2012-11-20regulator: remove use of __devexit_pBill Pemberton
2012-07-09regulator: max8998: Remove wrong set_suspend_[en|dis]able callback settingsAxel Lin
2012-06-23regulator: max8998: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin
2012-06-23regulator: max8998: Convert to regulator_list_voltage_linear()Axel Lin
2012-04-23regulator: max8998: Convert ot use devm_kzallocAxel Lin
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin
2012-04-13regulator: Convert max8998 to set_voltage_time_selAxel Lin
2012-04-13regulator: Convert max8998 to get_voltage_selAxel Lin
2012-04-10regulator: max8998: Use simple equation to get selectorAxel Lin
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown
2012-03-11regulator: Silence error message in max8998_pmic_probeAxel Lin
2012-03-11regulator: Kill max8998_get_ldo functionAxel Lin
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak
2011-05-27regulator: Fix memory leak in max8998_pmic_probe failure pathAxel Lin
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches
2011-03-27regulator: Add MODULE_DEVICE_TABLE to max8997 and max8998Axel Lin
2011-01-14regulator: Support MAX8998/LP3974 DVS-GPIOMyungJoo Ham
2011-01-14mfd: Support LP3974 RTCMyungJoo Ham
2011-01-12regulator: Fix prototype for MAX8998 buck set_voltage()Mark Brown
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown
2010-10-29regulator: max8998 BUCK1/2 voltage change with use of GPIOsLukasz Majewski
2010-10-29regulator: max8998 BUCK1/2 internal voltages and indexes definedLukasz Majewski
2010-10-29regulator: Separate set_voltage for max8998 ldo and buckLukasz Majewski
2010-10-29mfd: Use i2c_client as an argument on MAX8998 i2c routinesJoonyoung Shim
2010-09-01regulator: set max8998->dev to &pdev->dev.Axel Lin
2010-09-01regulator: max8998 - set max8998->num_regulatorsAxel Lin
2010-09-01regulator: max8998 - fix memory allocation size for max8998->rdevAxel Lin
2010-08-11max8998: fix off-by-one value range checkingAxel Lin
2010-08-11regulator: MAX8998: set_voltage bugfix. ramp_up delay and min/max voltageMyungJoo Ham
2010-08-11drivers: regulator: add Maxim 8998 driverKyungmin Park