aboutsummaryrefslogtreecommitdiff
path: root/include/linux/regulator
AgeCommit message (Expand)AuthorFilesLines
2020-05-29Merge series "Fix regulators coupling for Exynos5800" from Marek Szyprowski <...Gravatar Mark Brown 1-0/+8
2020-05-29regulator: extract voltage balancing code to the separate functionGravatar Marek Szyprowski 1-0/+8
2020-05-08regulator: use linear_ranges helperGravatar Matti Vaittinen 1-22/+5
2020-03-18regulator: driver.h: fix regulator_map_* function namesGravatar Mauro Carvalho Chehab 1-2/+2
2020-01-15regulator fix for "regulator: core: Add regulator_is_equal() helper"Gravatar Stephen Rothwell 1-1/+1
2020-01-14regulator: core: Add regulator_is_equal() helperGravatar Marek Vasut 1-0/+7
2019-11-07regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_idGravatar Stephan Gerhold 1-2/+0
2019-11-07regulator: ab8500: Remove AB8505 USB regulatorGravatar Stephan Gerhold 1-1/+0
2019-10-29regulator: fixed: add off-on-delayGravatar Peng Fan 1-0/+1
2019-09-03regulator: add missing 'static inline' to a helper's stubGravatar Bartosz Golaszewski 1-3/+4
2019-09-02regulator: provide regulator_bulk_set_supply_names()Gravatar Bartosz Golaszewski 1-0/+12
2019-08-28regulator: mt6358: Add support for MT6358 regulatorGravatar Hsin-Hsiung Wang 1-0/+56
2019-07-04Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextGravatar Mark Brown 3-4/+101
2019-07-04Merge branch 'regulator-5.3' into regulator-nextGravatar Mark Brown 2-3/+6
2019-07-04regulator: implement selector steppingGravatar Bartosz Golaszewski 1-0/+6
2019-06-25regulator: core: Expose some of core functions needed by couplersGravatar Dmitry Osipenko 1-0/+35
2019-06-25regulator: core: Introduce API for regulators coupling customizationGravatar Dmitry Osipenko 3-4/+66
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 7-30/+7
2019-06-18Merge tag 'v5.2-rc4' into regulator-5.3Gravatar Mark Brown 21-215/+21
2019-06-13regulator: max8952: Convert to use GPIO descriptorsGravatar Linus Walleij 1-3/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 421Gravatar Thomas Gleixner 1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Gravatar Thomas Gleixner 1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197Gravatar Thomas Gleixner 2-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 4-36/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Gravatar Thomas Gleixner 1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 2-28/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 2-10/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Gravatar Thomas Gleixner 2-28/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Gravatar Thomas Gleixner 4-59/+4
2019-03-21regulator: add regulator_get_linear_step() stub helperGravatar Arnd Bergmann 1-0/+5
2019-03-03regulator: core: Add set/get_current_limit helpers for regmap usersGravatar Axel Lin 1-0/+7
2019-03-03regulator: Fix comment for csel_reg and csel_maskGravatar Axel Lin 1-2/+2
2019-02-14regulator: add regulator_desc_list_voltage_linear_rangeGravatar Matti Vaittinen 1-0/+6
2019-02-06regulator: core: Only support passing enable GPIO descriptorsGravatar Linus Walleij 1-11/+1
2019-02-06regulator: fixed/gpio: Pull inversion/OD into gpiolibGravatar Linus Walleij 2-16/+0
2019-02-06regulator: gpio: Convert to use descriptorsGravatar Linus Walleij 1-5/+7
2019-01-09regulator: provide rdev_get_regmap()Gravatar Bartosz Golaszewski 1-0/+1
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Mark Brown 1-1/+1
2018-11-22regulator: core: Only count load for enabled consumersGravatar Douglas Anderson 1-1/+0
2018-11-20regulator: Fix return value of _set_load() stubGravatar Mark Brown 1-1/+1
2018-11-19Merge branch 'topic/coupled' of https://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Mark Brown 2-2/+9
2018-11-19regulator: core: Use ww_mutex for regulators lockingGravatar Dmitry Osipenko 1-1/+5
2018-11-08regulator: core: Add new max_uV_step constraintGravatar Dmitry Osipenko 1-0/+3
2018-11-08regulator: core: Limit regulators coupling to a single coupleGravatar Dmitry Osipenko 1-1/+1
2018-11-06regulator: pfuze100-regulator: add coin support to PF0100Gravatar Adam Ford 1-1/+2
2018-09-28Merge tag 'bd71847-support' into regulator-4.20Gravatar Mark Brown 2-4/+22
2018-09-28regulator: Support regulators where voltage ranges are selectableGravatar Matti Vaittinen 1-1/+19
2018-09-17regulator: fixed: Convert to use GPIO descriptor onlyGravatar Linus Walleij 1-3/+0