aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-17Merge remote-tracking branch 'regulator/for-5.19' into regulator-nextGravatar Mark Brown 1-14/+72
2022-05-05regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETGravatar Zev Weiss 1-2/+5
2022-05-04regulator: core: Add error flags to sysfs attributesGravatar Zev Weiss 1-0/+45
2022-04-21regulator: core: Sleep (not delay) in set_voltage()Gravatar Brian Norris 1-6/+1
2022-04-21regulator: core: Rename _regulator_enable_delay()Gravatar Brian Norris 1-8/+8
2022-04-04regulator: Flag uncontrollable regulators as always_onGravatar Mark Brown 1-0/+18
2022-02-08regulator: core: fix false positive in regulator_late_cleanup()Gravatar Oliver Barta 1-10/+3
2021-11-01Merge tag 'regulator-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+8
2021-10-23regulator: Don't error out fixed regulator in regulator_sync_voltage()Gravatar Dmitry Osipenko 1-0/+3
2021-09-30regulator: Lower priority of logging when setting supplyGravatar Mark Brown 1-1/+1
2021-09-17kernel/locking: Add context to ww_mutex_trylock()Gravatar Maarten Lankhorst 1-1/+1
2021-09-13regulator: core: resolve supply voltage deferral silentlyGravatar Brian Norris 1-3/+4
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextGravatar Mark Brown 1-89/+227
2021-06-21Merge series "Extend regulator notification support" from Matti Vaittinen <ma...Gravatar Mark Brown 1-19/+144
2021-06-21regulator: add property parsing and callbacks to set protection limitsGravatar Matti Vaittinen 1-1/+121
2021-06-21regulator: IRQ based event/error notification helpersGravatar Matti Vaittinen 1-7/+22
2021-06-21regulator: move rdev_print helpers to internal.hGravatar Matti Vaittinen 1-11/+1
2021-06-14Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Mark Brown 1-0/+23
2021-06-02regulator: core: Use DEVICE_ATTR_RO macroGravatar YueHaibing 1-70/+60
2021-06-01regulator: core: Add regulator_sync_voltage_rdev()Gravatar Dmitry Osipenko 1-0/+23
2021-05-20regulator: core: resolve supply for boot-on/always-on regulatorsGravatar Dmitry Baryshkov 1-0/+6
2021-04-23regulator: core: Fix off_on_delay handlingGravatar Vincent Whitchurch 1-25/+8
2021-04-23Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Gravatar Mark Brown 1-0/+2
2021-04-22regulator: core: Respect off_on_delay at startupGravatar Vincent Whitchurch 1-0/+2
2021-04-21regulator: core.c: Improve a commentGravatar Sebastian Fricke 1-1/+4
2021-04-21regulator: core.c: Fix indentation of commentGravatar Shubhankar Kuranagatti 1-7/+14
2021-02-12Merge remote-tracking branch 'regulator/for-5.12' into regulator-nextGravatar Mark Brown 1-7/+11
2021-01-25regulator: core: Avoid debugfs: Directory ... already present! errorGravatar Hans de Goede 1-3/+3
2021-01-22regulator: Make regulator_sync_voltage() usable by coupled regulatorsGravatar Dmitry Osipenko 1-1/+5
2021-01-22regulator: Fix lockdep warning resolving suppliesGravatar Mark Brown 1-12/+17
2021-01-08regulator: core: avoid regulator_resolve_supply() race conditionGravatar David Collins 1-11/+28
2021-01-04regulator: core.c: Replace references to non-existent functionGravatar Daniel Scally 1-3/+3
2020-12-11Merge remote-tracking branch 'regulator/for-5.11' into regulator-nextGravatar Mark Brown 1-1/+13
2020-11-26regulator: core: return zero for selectors lower than linear_min_selGravatar Claudiu Beznea 1-4/+6
2020-11-13regulator: core: do not continue if selector matchGravatar Claudiu Beznea 1-0/+3
2020-11-13Merge series "regulator: mcp16502: add support for ramp delay" from Claudiu B...Gravatar Mark Brown 1-2/+7
2020-11-13regulator: core: validate selector against linear_min_selGravatar Claudiu Beznea 1-2/+7
2020-11-13regulator: debug early supply resolvingGravatar Michał Mirosław 1-0/+2
2020-11-13regulator: workaround self-referent regulatorsGravatar Michał Mirosław 1-1/+4
2020-11-13regulator: avoid resolve_supply() infinite recursionGravatar Michał Mirosław 1-0/+6
2020-11-13regulator: fix memory leak with repeated set_machine_constraints()Gravatar Michał Mirosław 1-16/+13
2020-11-11Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Gravatar Mark Brown 1-2/+5
2020-11-10regulator: core: don't disable regulator if is_enabled return error.Gravatar Pi-Hsun Shih 1-2/+3
2020-11-03regulator: defer probe when trying to get voltage from unresolved supplyGravatar Michał Mirosław 1-0/+2
2020-10-28regulator: fix a kernel-doc markupGravatar Mauro Carvalho Chehab 1-1/+1
2020-10-05Merge remote-tracking branch 'regulator/for-5.10' into regulator-nextGravatar Mark Brown 1-96/+143
2020-10-05regulator: Make constraint debug processing conditional on DEBUGGravatar Geert Uytterhoeven 1-1/+12
2020-10-01regulator: core: Enlarge max OF property name length to 64 charsGravatar AngeloGioacchino Del Regno 1-2/+2
2020-09-28regulator: resolve supply after creating regulatorGravatar Michał Mirosław 1-8/+13
2020-09-28regulator: print symbolic errors in kernel messagesGravatar Michał Mirosław 1-45/+49