aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regulator-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-10-041-35/+63
|\
| * regulator: core: Prevent integer underflowPatrick Rudolph2022-09-091-1/+1
| * regulator: core: Fix regulator supply registration with sysfsChristian Kohlschütter2022-08-291-23/+21
| * regulator: core: Don't err if allow-set-load but no allowed-modesDouglas Anderson2022-08-251-0/+12
| * regulator: core: Require regulator drivers to check uV for get_optimum_mode()Douglas Anderson2022-08-251-8/+14
| * regulator: core: Remove "ramp_delay not set" debug messageChristian Kohlschütter2022-08-221-3/+1
| * regulator: core: Resolve supply name earlier to prevent double-initChristian Kohlschütter2022-08-181-19/+33
* | Merge tag 'regulator-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-09-081-2/+7
|\ \ | |/ |/|
| * regulator: core: Clean up on enable failureAndrew Halaney2022-08-221-2/+7
* | regulator: core: Fix missing error return from regulator_bulk_get()Douglas Anderson2022-08-101-1/+1
|/
* regulator: Consumer load management improvementsMark Brown2022-07-281-8/+12
|\
| * regulator: core: Allow specifying an initial load w/ the bulk APIDouglas Anderson2022-07-271-8/+12
* | regulator: core: Fix off-on-delay-us for always-on/boot-on regulatorsChristian Kohlschütter2022-07-191-2/+3
|/
* Merge remote-tracking branch 'regulator/for-5.19' into regulator-nextMark Brown2022-05-171-14/+72
|\
| * regulator: core: Add error flags to sysfs attributesZev Weiss2022-05-041-0/+45
| * regulator: core: Sleep (not delay) in set_voltage()Brian Norris2022-04-211-6/+1
| * regulator: core: Rename _regulator_enable_delay()Brian Norris2022-04-211-8/+8
| * regulator: Flag uncontrollable regulators as always_onMark Brown2022-04-041-0/+18
* | regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss2022-05-051-2/+5
|/
* regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta2022-02-081-10/+3
* Merge tag 'regulator-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-011-4/+8
|\
| * regulator: Don't error out fixed regulator in regulator_sync_voltage()Dmitry Osipenko2021-10-231-0/+3
| * regulator: Lower priority of logging when setting supplyMark Brown2021-09-301-1/+1
| * regulator: core: resolve supply voltage deferral silentlyBrian Norris2021-09-131-3/+4
* | kernel/locking: Add context to ww_mutex_trylock()Maarten Lankhorst2021-09-171-1/+1
|/
* Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown2021-06-231-89/+227
|\
| * Merge series "Extend regulator notification support" from Matti Vaittinen <ma...Mark Brown2021-06-211-19/+144
| |\
| | * regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen2021-06-211-1/+121
| | * regulator: IRQ based event/error notification helpersMatti Vaittinen2021-06-211-7/+22
| | * regulator: move rdev_print helpers to internal.hMatti Vaittinen2021-06-211-11/+1
| * | Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2021-06-141-0/+23
| |\ \
| | * | regulator: core: Add regulator_sync_voltage_rdev()Dmitry Osipenko2021-06-011-0/+23
| | |/
| * / regulator: core: Use DEVICE_ATTR_RO macroYueHaibing2021-06-021-70/+60
| |/
* / regulator: core: resolve supply for boot-on/always-on regulatorsDmitry Baryshkov2021-05-201-0/+6
|/
* regulator: core: Fix off_on_delay handlingVincent Whitchurch2021-04-231-25/+8
* Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-04-231-0/+2
|\
| * regulator: core: Respect off_on_delay at startupVincent Whitchurch2021-04-221-0/+2
* | regulator: core.c: Improve a commentSebastian Fricke2021-04-211-1/+4
* | regulator: core.c: Fix indentation of commentShubhankar Kuranagatti2021-04-211-7/+14
|/
* Merge remote-tracking branch 'regulator/for-5.12' into regulator-nextMark Brown2021-02-121-7/+11
|\
| * regulator: core: Avoid debugfs: Directory ... already present! errorHans de Goede2021-01-251-3/+3
| * regulator: Make regulator_sync_voltage() usable by coupled regulatorsDmitry Osipenko2021-01-221-1/+5
| * regulator: core.c: Replace references to non-existent functionDaniel Scally2021-01-041-3/+3
* | regulator: Fix lockdep warning resolving suppliesMark Brown2021-01-221-12/+17
* | regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins2021-01-081-11/+28
|/
* Merge remote-tracking branch 'regulator/for-5.11' into regulator-nextMark Brown2020-12-111-1/+13
|\
| * regulator: core: return zero for selectors lower than linear_min_selClaudiu Beznea2020-11-261-4/+6
| * regulator: core: do not continue if selector matchClaudiu Beznea2020-11-131-0/+3
| * Merge series "regulator: mcp16502: add support for ramp delay" from Claudiu B...Mark Brown2020-11-131-2/+7
| |\
| | * regulator: core: validate selector against linear_min_selClaudiu Beznea2020-11-131-2/+7