summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
2025-08-28regulator: core: fix NULL dereference on unbind due to stale coupling dataAlessandro Carminati
2024-07-05regulator: core: Fix modpost error "regulator_get_regmap" undefinedBiju Das
2024-05-17regulator: core: fix debugfs creation regressionJohan Hovold
2024-02-23regulator: core: Only increment use_count when enable_count changesRui Zhang
2023-10-25regulator/core: Revert "fix kobject release warning and memory leak in regula...Michał Mirosław
2023-07-27regulator: core: Streamline debugfs operationsGeert Uytterhoeven
2023-07-27regulator: core: Fix more error checking for debugfs_create_dir()Geert Uytterhoeven
2023-06-21regulator: Fix error checking for debugfs_create_dirOsama Muhammad
2023-05-17regulator: core: Avoid lockdep reports when resolving suppliesDouglas Anderson
2023-05-17regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()Douglas Anderson
2023-01-18regulator: core: fix deadlock on regulator enableJohan Hovold
2023-01-18regulator: core: fix use_count leakage when handling boot-onRui Zhang
2023-01-18regulator: core: fix resource leak in regulator_register()Yang Yingliang
2023-01-18regulator: core: fix module refcount leak in set_supply()Yang Yingliang
2023-01-18regulator: core: use kfree_const() to free space conditionallyWang ShaoBo
2023-01-18regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang
2022-12-08regulator: core: fix UAF in destroy_regulator()Yang Yingliang
2022-12-08regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng
2022-09-15regulator: core: Clean up on enable failureAndrew Halaney
2022-06-14regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss
2021-06-16regulator: core: resolve supply for boot-on/always-on regulatorsDmitry Baryshkov
2021-03-04regulator: core: Avoid debugfs: Directory ... already present! errorHans de Goede
2021-02-13regulator: Fix lockdep warning resolving suppliesMark Brown
2021-02-13regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins
2020-11-24regulator: workaround self-referent regulatorsMichał Mirosław
2020-11-24regulator: avoid resolve_supply() infinite recursionMichał Mirosław
2020-11-24regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław
2020-11-10regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław
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-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