summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps65218-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: tps65218: Add NULL test for devm_kzalloc callAxel Lin2017-11-161-0/+2
* regulator: tps65218: Remove unused enum tps65218_regulatorsAxel Lin2017-11-161-3/+0
* regulator: tps65218: Fix strobe assignmentKeerthy2017-11-101-1/+1
* regulator: tps65218: Remove all the compatiblesKeerthy2016-10-261-94/+56
* mfd: tps65218: Remove redundant read wrapperKeerthy2016-10-261-2/+3
* regulator: tps65218: do not disable DCDC3 during poweroff on broken PMICsTero Kristo2016-08-101-0/+8
* regulator: tps65218: force set power-up/down strobe to 3 for dcdc3Tero Kristo2016-06-271-2/+6
* regulator: tps65218: Enable suspend configurationTero Kristo2016-06-271-11/+61
* regulator: tps65218: add support for LS3 current regulatorNikita Kiryanov2015-11-251-30/+107
* regulator: tps65218: Fix missing zero typoAndrew F. Davis2015-09-161-1/+1
* 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-1/+2
|/
* regulator: tps65218: Add fixed_uV fields for dcdc5 and dcdc6Keerthy2014-07-101-8/+9
* regulator: tps65218: drop order dependencyFelipe Balbi2014-07-091-8/+8
* regulator: tps65218: drop unneeded field from our regulator macroFelipe Balbi2014-07-091-10/+9
* Merge remote-tracking branch 'regulator/fix/tps65218' into regulator-tps65218Mark Brown2014-07-091-2/+3
|\
| * regulator: tps65218: fix DCDC4 linear voltage rangeFelipe Balbi2014-07-091-1/+1
| * regulator: tps65218: Correct the the config register for LDO1Keerthy2014-06-241-1/+1
| * regulator: tps65218: Add the missing of_node assignment in probeKeerthy2014-06-241-0/+1
* | regulator: tps65218: Fix build warningsSachin Kamat2014-06-241-2/+2
|/
* regulator: tps65218: Convert to use regulator_set_voltage_time_selAxel Lin2014-05-261-27/+10
* regulator: tps65218: Add OF dependencyAxel Lin2014-02-191-8/+6
* regulator: tps65218: Remove unnecessary regulator_unregister callAxel Lin2014-02-191-18/+0
* regulator: tps65218: Add terminate entry for of_device_id tableAxel Lin2014-02-191-0/+1
* regulator: tps65218: Add Regulator driver for TPS65218 PMICKeerthy2014-02-141-0/+304