aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner7-30/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 421Thomas Gleixner1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197Thomas Gleixner2-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner4-36/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-28/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2-28/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner4-59/+4
2019-03-21regulator: add regulator_get_linear_step() stub helperArnd Bergmann1-0/+5
2019-03-03regulator: core: Add set/get_current_limit helpers for regmap usersAxel Lin1-0/+7
2019-03-03regulator: Fix comment for csel_reg and csel_maskAxel Lin1-2/+2
2019-02-14regulator: add regulator_desc_list_voltage_linear_rangeMatti Vaittinen1-0/+6
2019-02-06regulator: core: Only support passing enable GPIO descriptorsLinus Walleij1-11/+1
2019-02-06regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij2-16/+0
2019-02-06regulator: gpio: Convert to use descriptorsLinus Walleij1-5/+7
2019-01-09regulator: provide rdev_get_regmap()Bartosz Golaszewski1-0/+1
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-4.21Mark Brown1-1/+1
2018-11-22regulator: core: Only count load for enabled consumersDouglas Anderson1-1/+0
2018-11-20regulator: Fix return value of _set_load() stubMark Brown1-1/+1
2018-11-19Merge branch 'topic/coupled' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-4.21 for trivial conflictMark Brown2-2/+9
2018-11-19regulator: core: Use ww_mutex for regulators lockingDmitry Osipenko1-1/+5
2018-11-08regulator: core: Add new max_uV_step constraintDmitry Osipenko1-0/+3
2018-11-08regulator: core: Limit regulators coupling to a single coupleDmitry Osipenko1-1/+1
2018-11-06regulator: pfuze100-regulator: add coin support to PF0100Adam Ford1-1/+2
2018-09-28Merge tag 'bd71847-support' into regulator-4.20Mark Brown2-4/+22
2018-09-28regulator: Support regulators where voltage ranges are selectableMatti Vaittinen1-1/+19
2018-09-17regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij1-3/+0
2018-09-03regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski1-3/+3
2018-07-05regulator: core: Change suspend_late to suspendpascal paillet1-1/+1
2018-06-18regulator: Fix typo in comment of struct regulator_linear_rangeMatthias Kaehlcke1-1/+1
2018-06-18regulator: pfuze100: add pfuze3001 supportStefan Wahren1-0/+11
2018-06-07regulator: gpio: RevertMark Brown2-0/+6
2018-05-29regulator: gpio: Get enable GPIO using GPIO descriptorLinus Walleij1-3/+0
2018-05-29regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij1-3/+0
2018-05-24regulator: max8952: Pass descriptor instead of GPIO numberLinus Walleij1-1/+0
2018-05-17regulator: core: Parse coupled regulators propertiesMaciej Purski2-0/+22
2018-05-17regulator: core: Make locks re-entrantMaciej Purski1-0/+2
2018-05-17regulator: arizona-ldo1: Look up a descriptor and pass to the coreLinus Walleij1-3/+0
2018-05-17regulator: core: Allow for regulators that can't be read at bootupDouglas Anderson1-2/+5
2018-04-20regulator: Don't return or expect -errno from of_map_mode()Douglas Anderson1-0/+1
2018-04-16regulator: ab8500: Drop AB8540/9540 supportLinus Walleij1-156/+1
2018-02-16regulator: da9211: Pass descriptors instead of GPIO numbersLinus Walleij1-1/+3
2018-02-16regulator: core: Support passing an initialized GPIO enable descriptorLinus Walleij1-0/+3
2018-01-26regulator: add PM suspend and resume hooksChunyan Zhang2-3/+12
2018-01-26regulator: empty the old suspend functionsChunyan Zhang1-3/+2
2018-01-26regulator: leave one item to record whether regulator is enabledChunyan Zhang1-4/+15