summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | regulator: debug early supply resolvingMichał Mirosław2020-11-131-0/+2
| |/
| * Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2020-11-111-2/+5
| |\
| * | regulator: fix a kernel-doc markupMauro Carvalho Chehab2020-10-281-1/+1
* | | regulator: workaround self-referent regulatorsMichał Mirosław2020-11-131-1/+4
* | | regulator: avoid resolve_supply() infinite recursionMichał Mirosław2020-11-131-0/+6
* | | regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław2020-11-131-16/+13
| |/ |/|
* | regulator: core: don't disable regulator if is_enabled return error.Pi-Hsun Shih2020-11-101-2/+3
* | regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław2020-11-031-0/+2
|/
* Merge remote-tracking branch 'regulator/for-5.10' into regulator-nextMark Brown2020-10-051-96/+143
|\
| * regulator: Make constraint debug processing conditional on DEBUGGeert Uytterhoeven2020-10-051-1/+12