aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
2020-10-29regulator: resolve supply after creating regulatorMichał Mirosław
2020-09-17regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive()Dmitry Osipenko
2020-09-17regulator: plug of_node leak in regulator_register()'s error pathMichał Mirosław
2020-09-17regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław
2020-09-17regulator: push allocations in create_regulator() outside of lockMichał Mirosław
2020-09-17regulator: push allocation in regulator_init_coupling() outside of lockMichał Mirosław
2020-09-17regulator: remove superfluous lock in regulator_resolve_coupling()Michał Mirosław
2020-09-17regulator: push allocation in regulator_ena_gpio_request() out of lockMichał Mirosław
2020-08-19regulator: fix memory leak on error path of regulator_register()Vladimir Zapolskiy
2020-05-29regulator: core: Add regulator bypass trace pointsCharles Keepax
2020-05-29Merge series "Fix regulators coupling for Exynos5800" from Marek Szyprowski <...Mark Brown
2020-05-29regulator: extract voltage balancing code to the separate functionMarek Szyprowski
2020-05-20Merge series "MAINTAINER entries for few ROHM power devices" from Matti Vaitt...Mark Brown
2020-04-29regulator: Revert "Use driver_deferred_probe_timeout for regulator_init_compl...John Stultz
2020-04-14regulator: use consumer->supply_name in debugfs/regulator_summaryMichał Mirosław
2020-03-30Merge tag 'regulator-spi-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-03-13regulator: core: Avoid device name duplication in NORMAL_GETAndy Shevchenko
2020-03-04regulator: Use driver_deferred_probe_timeout for regulator_init_complete_workJohn Stultz
2020-01-23Merge branch 'regulator-5.5' into regulator-linusMark Brown
2020-01-20regulator: core: Fix exported symbols to the exported GPL versionEnric Balletbo i Serra
2020-01-17regulator: vctrl-regulator: Avoid deadlock getting and setting the voltageEnric Balletbo i Serra
2019-12-17Merge tag 'regulator-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-12-09regulator: core: avoid unneeded .list_voltage callsCristian Marussi
2019-12-03regulator: core: fix regulator_register() error paths to properly release rdevWen Yang
2019-11-27regulator: fix use after free issueWen Yang
2019-11-22Merge branch 'regulator-5.5' into regulator-nextMark Brown
2019-11-15regulator: core: Let boot-on regulators be powered offPascal Paillet
2019-11-15regulator: core: Don't try to remove device links if add failedSaravana Kannan
2019-10-28regulator: core: Allow generic coupling only for always-on regulatorsDmitry Osipenko
2019-10-28regulator: core: Release coupled_rdevs on regulator_init_coupling() errorDmitry Osipenko
2019-09-17regulator: core: make regulator_register() EPROBE_DEFER awareMarco Felsch
2019-09-11regulator: core: Fix error return for /sys accessH. Nikolaus Schaller
2019-09-04regulator: Defer init completion for a while after late_initcallMark Brown
2019-08-15regulator: core: Add label to collate of_node_put() statementsNishka Dasgupta
2019-08-05regulator: core: Add of_node_put() before returnNishka Dasgupta
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-04Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown
2019-07-04regulator: implement selector steppingBartosz Golaszewski
2019-06-25regulator: core: Expose some of core functions needed by couplersDmitry Osipenko
2019-06-25regulator: core: Introduce API for regulators coupling customizationDmitry Osipenko
2019-06-18regulator: core: Make entire header comment C++ styleMark Brown
2019-06-18Merge tag 'v5.2-rc4' into regulator-5.3Mark Brown
2019-06-14docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-08regulator: core: Slightly improve readability of _regulator_get_enable_timeAxel Lin
2019-05-06Merge branch 'regulator-5.2' into regulator-nextMark Brown
2019-05-03regulator: core: simplify return value on suported_voltageJorge Ramirez-Ortiz
2019-04-26regulator: core: do not report EPROBE_DEFER as error but as debugJorge Ramirez-Ortiz
2019-04-25regulator: core: Actually put the gpiod after useLinus Walleij
2019-04-05regulator: core: Avoid potential deadlock on regulator_unregisterCharles Keepax