aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/tps65218-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-22regulator: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-06-26regulator: tps65218-regulator: Remove pointless 'is unsigned int <0' checkGravatar Lee Jones 1-2/+2
2020-05-08regulator: use linear_ranges helperGravatar Matti Vaittinen 1-3/+3
2019-04-15regulator: tps65218: Convert to use regulator_get_current_limit_regmapGravatar Axel Lin 1-29/+19
2019-03-25regulator: tps65218: Constify regulator_opsGravatar Axel Lin 1-4/+4
2019-03-03Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Mark Brown 1-2/+3
2019-02-22regulator: tps65218: Add support for LS2Gravatar Christian Hohnstaedt 1-5/+13
2019-02-20regulator: tps65218.c: fix LS3 issuesGravatar Christian Hohnstaedt 1-2/+3
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+3
2017-11-16regulator: tps65218: Add NULL test for devm_kzalloc callGravatar Axel Lin 1-0/+2
2017-11-16regulator: tps65218: Remove unused enum tps65218_regulatorsGravatar Axel Lin 1-3/+0
2017-11-10regulator: tps65218: Fix strobe assignmentGravatar Keerthy 1-1/+1
2016-10-26regulator: tps65218: Remove all the compatiblesGravatar Keerthy 1-94/+56
2016-10-26mfd: tps65218: Remove redundant read wrapperGravatar Keerthy 1-2/+3
2016-08-10regulator: tps65218: do not disable DCDC3 during poweroff on broken PMICsGravatar Tero Kristo 1-0/+8
2016-06-27regulator: tps65218: force set power-up/down strobe to 3 for dcdc3Gravatar Tero Kristo 1-2/+6
2016-06-27regulator: tps65218: Enable suspend configurationGravatar Tero Kristo 1-11/+61
2015-11-25regulator: tps65218: add support for LS3 current regulatorGravatar Nikita Kiryanov 1-30/+107
2015-09-16regulator: tps65218: Fix missing zero typoGravatar Andrew F. Davis 1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Gravatar Javier Martinez Canillas 1-1/+2
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-10regulator: tps65218: Add fixed_uV fields for dcdc5 and dcdc6Gravatar Keerthy 1-8/+9
2014-07-09regulator: tps65218: drop order dependencyGravatar Felipe Balbi 1-8/+8
2014-07-09regulator: tps65218: drop unneeded field from our regulator macroGravatar Felipe Balbi 1-10/+9
2014-07-09Merge remote-tracking branch 'regulator/fix/tps65218' into regulator-tps65218Gravatar Mark Brown 1-2/+3
2014-07-09regulator: tps65218: fix DCDC4 linear voltage rangeGravatar Felipe Balbi 1-1/+1
2014-06-24regulator: tps65218: Correct the the config register for LDO1Gravatar Keerthy 1-1/+1
2014-06-24regulator: tps65218: Add the missing of_node assignment in probeGravatar Keerthy 1-0/+1
2014-06-24regulator: tps65218: Fix build warningsGravatar Sachin Kamat 1-2/+2
2014-05-26regulator: tps65218: Convert to use regulator_set_voltage_time_selGravatar Axel Lin 1-27/+10
2014-02-19regulator: tps65218: Add OF dependencyGravatar Axel Lin 1-8/+6
2014-02-19regulator: tps65218: Remove unnecessary regulator_unregister callGravatar Axel Lin 1-18/+0
2014-02-19regulator: tps65218: Add terminate entry for of_device_id tableGravatar Axel Lin 1-0/+1
2014-02-14regulator: tps65218: Add Regulator driver for TPS65218 PMICGravatar Keerthy 1-0/+304