aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown1-89/+227
2021-06-21Merge series "Extend regulator notification support" from Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>:Mark Brown1-19/+144
2021-06-21regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen1-1/+121
2021-06-21regulator: IRQ based event/error notification helpersMatti Vaittinen1-7/+22
2021-06-21regulator: move rdev_print helpers to internal.hMatti Vaittinen1-11/+1
2021-06-14Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into regulator-5.14Mark Brown1-0/+23
2021-06-02regulator: core: Use DEVICE_ATTR_RO macroYueHaibing1-70/+60
2021-06-01regulator: core: Add regulator_sync_voltage_rdev()Dmitry Osipenko1-0/+23
2021-05-20regulator: core: resolve supply for boot-on/always-on regulatorsDmitry Baryshkov1-0/+6
2021-04-23regulator: core: Fix off_on_delay handlingVincent Whitchurch1-25/+8
2021-04-23Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-5.13Mark Brown1-0/+2
2021-04-22regulator: core: Respect off_on_delay at startupVincent Whitchurch1-0/+2
2021-04-21regulator: core.c: Improve a commentSebastian Fricke1-1/+4
2021-04-21regulator: core.c: Fix indentation of commentShubhankar Kuranagatti1-7/+14
2021-02-12Merge remote-tracking branch 'regulator/for-5.12' into regulator-nextMark Brown1-7/+11
2021-01-25regulator: core: Avoid debugfs: Directory ... already present! errorHans de Goede1-3/+3
2021-01-22regulator: Make regulator_sync_voltage() usable by coupled regulatorsDmitry Osipenko1-1/+5
2021-01-22regulator: Fix lockdep warning resolving suppliesMark Brown1-12/+17
2021-01-08regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins1-11/+28
2021-01-04regulator: core.c: Replace references to non-existent functionDaniel Scally1-3/+3
2020-12-11Merge remote-tracking branch 'regulator/for-5.11' into regulator-nextMark Brown1-1/+13
2020-11-26regulator: core: return zero for selectors lower than linear_min_selClaudiu Beznea1-4/+6
2020-11-13regulator: core: do not continue if selector matchClaudiu Beznea1-0/+3
2020-11-13Merge series "regulator: mcp16502: add support for ramp delay" from Claudiu Beznea <claudiu.beznea@microchip.com>:Mark Brown1-2/+7
2020-11-13regulator: core: validate selector against linear_min_selClaudiu Beznea1-2/+7
2020-11-13regulator: debug early supply resolvingMichał Mirosław1-0/+2
2020-11-13regulator: workaround self-referent regulatorsMichał Mirosław1-1/+4
2020-11-13regulator: avoid resolve_supply() infinite recursionMichał Mirosław1-0/+6
2020-11-13regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław1-16/+13
2020-11-11Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-5.11Mark Brown1-2/+5
2020-11-10regulator: core: don't disable regulator if is_enabled return error.Pi-Hsun Shih1-2/+3
2020-11-03regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław1-0/+2
2020-10-28regulator: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-10-05Merge remote-tracking branch 'regulator/for-5.10' into regulator-nextMark Brown1-96/+143
2020-10-05regulator: Make constraint debug processing conditional on DEBUGGeert Uytterhoeven1-1/+12
2020-10-01regulator: core: Enlarge max OF property name length to 64 charsAngeloGioacchino Del Regno1-2/+2
2020-09-28regulator: resolve supply after creating regulatorMichał Mirosław1-8/+13
2020-09-28regulator: print symbolic errors in kernel messagesMichał Mirosław1-45/+49
2020-09-28regulator: print state at bootMichał Mirosław1-2/+7
2020-09-22regulator: fix indentation issueColin Ian King1-1/+1
2020-09-21regulator: unexport regulator_lock/unlock()Michał Mirosław1-4/+2
2020-09-17Merge series "Support ROHM BD9576MUF and BD9573MUF PMICs" from Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>:Mark Brown1-1/+1
2020-09-11Merge tag 'regulator-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-83/+96
2020-09-07regulator: don't require mutex for regulator_notifier_call_chain()Michał Mirosław1-4/+1
2020-09-01regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive()Dmitry Osipenko1-6/+9
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18Merge series "regulator: fix deadlock vs memory reclaim" from Michał Mirosław <mirq-linux@rere.qmqm.pl>:Mark Brown1-73/+87
2020-08-18regulator: Remove pointer table overallocationMichał Mirosław1-5/+5
2020-08-18regulator: Avoid grabbing regulator lock during suspend/resumeStephen Boyd1-24/+51
2020-08-17regulator: remove superfluous lock in regulator_resolve_coupling()Michał Mirosław1-4/+0