summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max8998.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas2014-11-261-2/+3
|/
* regulator: max8998: Remove unnecessary **rdev from struct max8998_dataAxel Lin2014-03-101-14/+6
* regulator: max8998: Add missing of_node_putSachin Kamat2014-02-181-1/+6
* regulator: max8998: Use devm_regulator_registerSachin Kamat2013-09-171-27/+8
* mfd: max8998: Add support for Device TreeTomasz Figa2013-06-301-4/+127
* regulator: max8998: Use arrays for specifying voltages in platform dataTomasz Figa2013-06-301-67/+29
* regulators: max8998.c: use dev_err() instead of printk()Thiago Farina2013-03-041-3/+6
* Merge remote-tracking branch 'regulator/topic/max8998' into regulator-nextMark Brown2013-02-191-13/+1
|\
| * regulator: max8998: Let regulator core handle the case selector == old_selectorAxel Lin2013-02-081-13/+1
* | regulator: max8998: fix incorrect min_uV value for ldo10Marek Szyprowski2013-01-261-1/+1
|/
* regulator: max8998: Ensure enough delay time for max8998_set_voltage_buck_tim...Axel Lin2013-01-101-1/+1
* regulator: max8998: Use uV in voltage_map_descAxel Lin2013-01-081-21/+21
* regulator: remove use of __devexitBill Pemberton2012-11-201-1/+1
* regulator: remove use of __devinitBill Pemberton2012-11-201-1/+1
* regulator: remove use of __devexit_pBill Pemberton2012-11-201-1/+1
* regulator: max8998: Remove wrong set_suspend_[en|dis]able callback settingsAxel Lin2012-07-091-6/+0
* regulator: max8998: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin2012-06-231-70/+27
* regulator: max8998: Convert to regulator_list_voltage_linear()Axel Lin2012-06-231-25/+7
* regulator: max8998: Convert ot use devm_kzallocAxel Lin2012-04-231-28/+17
* regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin2012-04-231-1/+0
* regulator: Convert max8998 to set_voltage_time_selAxel Lin2012-04-131-7/+28
* regulator: Convert max8998 to get_voltage_selAxel Lin2012-04-131-9/+10
* regulator: max8998: Use simple equation to get selectorAxel Lin2012-04-101-9/+10
* regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-2/+7
* regulator: Silence error message in max8998_pmic_probeAxel Lin2012-03-111-1/+0
* regulator: Kill max8998_get_ldo functionAxel Lin2012-03-111-10/+5
* regulator: pass additional of_node to regulator_register()Rajendra Nayak2011-11-231-1/+1
* 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
OpenPOWER on IntegriCloud