aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-28regulator: print state at bootGravatar Michał Mirosław 1-2/+7
2020-09-22regulator: fix indentation issueGravatar Colin Ian King 1-1/+1
2020-09-21regulator: unexport regulator_lock/unlock()Gravatar Michał Mirosław 1-4/+2
2020-09-17Merge series "Support ROHM BD9576MUF and BD9573MUF PMICs" from Matti Vaittine...Gravatar Mark Brown 1-1/+1
2020-09-11Merge tag 'regulator-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-83/+96
2020-09-07regulator: don't require mutex for regulator_notifier_call_chain()Gravatar Michał Mirosław 1-4/+1
2020-09-01regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive()Gravatar Dmitry Osipenko 1-6/+9
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-18Merge series "regulator: fix deadlock vs memory reclaim" from Michał Mirosł...Gravatar Mark Brown 1-73/+87
2020-08-18regulator: Remove pointer table overallocationGravatar Michał Mirosław 1-5/+5
2020-08-18regulator: Avoid grabbing regulator lock during suspend/resumeGravatar Stephen Boyd 1-24/+51
2020-08-17regulator: remove superfluous lock in regulator_resolve_coupling()Gravatar Michał Mirosław 1-4/+0
2020-08-17regulator: cleanup regulator_ena_gpio_free()Gravatar Michał Mirosław 1-12/+12
2020-08-17regulator: plug of_node leak in regulator_register()'s error pathGravatar Michał Mirosław 1-9/+4
2020-08-17regulator: push allocation in set_consumer_device_supply() out of lockGravatar Michał Mirosław 1-20/+26
2020-08-17regulator: push allocations in create_regulator() outside of lockGravatar Michał Mirosław 1-25/+28
2020-08-17regulator: push allocation in regulator_ena_gpio_request() out of lockGravatar Michał Mirosław 1-5/+14
2020-08-17regulator: push allocation in regulator_init_coupling() outside of lockGravatar Michał Mirosław 1-2/+3
2020-07-24regulator: fix memory leak on error path of regulator_register()Gravatar Vladimir Zapolskiy 1-11/+7
2020-07-20regulator: core: Add destroy_regulator()Gravatar Saravana Kannan 1-13/+21
2020-07-15regulator: Allow regulators to verify enabled during enable()Gravatar Sumit Semwal 1-1/+62
2020-05-29regulator: core: Add regulator bypass trace pointsGravatar Charles Keepax 1-0/+9
2020-05-29Merge series "Fix regulators coupling for Exynos5800" from Marek Szyprowski <...Gravatar Mark Brown 1-20/+29
2020-05-29regulator: extract voltage balancing code to the separate functionGravatar Marek Szyprowski 1-20/+29
2020-05-20Merge series "MAINTAINER entries for few ROHM power devices" from Matti Vaitt...Gravatar Mark Brown 1-14/+11
2020-04-29regulator: Revert "Use driver_deferred_probe_timeout for regulator_init_compl...Gravatar John Stultz 1-14/+11
2020-04-14regulator: use consumer->supply_name in debugfs/regulator_summaryGravatar Michał Mirosław 1-0/+1
2020-03-30Merge tag 'regulator-spi-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+1
2020-03-13regulator: core: Avoid device name duplication in NORMAL_GETGravatar Andy Shevchenko 1-4/+1
2020-03-04regulator: Use driver_deferred_probe_timeout for regulator_init_complete_workGravatar John Stultz 1-11/+14
2020-01-23Merge branch 'regulator-5.5' into regulator-linusGravatar Mark Brown 1-0/+2
2020-01-20regulator: core: Fix exported symbols to the exported GPL versionGravatar Enric Balletbo i Serra 1-2/+2
2020-01-17regulator: vctrl-regulator: Avoid deadlock getting and setting the voltageGravatar Enric Balletbo i Serra 1-0/+2
2019-12-17Merge tag 'regulator-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+12
2019-12-09regulator: core: avoid unneeded .list_voltage callsGravatar Cristian Marussi 1-0/+4
2019-12-03regulator: core: fix regulator_register() error paths to properly release rdevGravatar Wen Yang 1-2/+6
2019-11-27regulator: fix use after free issueGravatar Wen Yang 1-2/+2
2019-11-22Merge branch 'regulator-5.5' into regulator-nextGravatar Mark Brown 1-1/+9
2019-11-15regulator: core: Let boot-on regulators be powered offGravatar Pascal Paillet 1-1/+3
2019-11-15regulator: core: Don't try to remove device links if add failedGravatar Saravana Kannan 1-2/+6
2019-10-28regulator: core: Allow generic coupling only for always-on regulatorsGravatar Dmitry Osipenko 1-0/+6
2019-10-28regulator: core: Release coupled_rdevs on regulator_init_coupling() errorGravatar Dmitry Osipenko 1-0/+1
2019-09-17regulator: core: make regulator_register() EPROBE_DEFER awareGravatar Marco Felsch 1-0/+13
2019-09-11regulator: core: Fix error return for /sys accessGravatar H. Nikolaus Schaller 1-3/+5
2019-09-04regulator: Defer init completion for a while after late_initcallGravatar Mark Brown 1-11/+31