summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
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-02-24regulator: core: Fix exported symbols to the exported GPL versionEnric Balletbo i Serra
2020-02-24regulator: vctrl-regulator: Avoid deadlock getting and setting the voltageEnric Balletbo i Serra
2020-01-12regulator: core: fix regulator_register() error paths to properly release rdevWen Yang
2020-01-12regulator: fix use after free issueWen Yang
2019-12-31regulator: core: Let boot-on regulators be powered offPascal Paillet
2019-12-31regulator: 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
2019-03-19regulator: core: fix error path for regulator_set_voltage_unlockedSteve Twiss
2019-03-18regulator: core: Fix application of "drop lockdep annotation in drms_uA_updat...Mark Brown
2019-02-21regulator: core: Log forbidden DRMS operationMarc Gonzalez
2019-02-19Merge branch 'regulator-5.0' into regulator-5.1 stpmic1 const/rangeMark Brown
2019-02-19regulator: core: Drop lockdep annotation in drms_uA_update()Niklas Cassel
2019-02-18regulator: core: remove unused rdev_get_supply()Masahiro Yamada
2019-02-15regulator: core: Take lock before applying system loadNiklas Cassel
2019-02-08regulator: fix device unlinkingGuennadi Liakhovetski
2019-02-06regulator: core: Only support passing enable GPIO descriptorsLinus Walleij
2019-02-06regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij
2019-01-09regulator: provide rdev_get_regmap()Bartosz Golaszewski
2019-01-08regulator: Fix trivial language typosKrzysztof Kozlowski
2018-12-21Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown
2018-12-20regulator: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-11regulator: core: Clean enabling always-on regulators + their suppliesDouglas Anderson
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown