summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-05regulator: core: Fix modpost error "regulator_get_regmap" undefinedBiju Das1-0/+1
2024-05-17regulator: core: fix debugfs creation regressionJohan Hovold1-11/+16
2024-02-23regulator: core: Only increment use_count when enable_count changesRui Zhang1-26/+30
2023-10-25regulator/core: Revert "fix kobject release warning and memory leak in regula...Michał Mirosław1-5/+1
2023-07-27regulator: core: Streamline debugfs operationsGeert Uytterhoeven1-17/+13
2023-07-27regulator: core: Fix more error checking for debugfs_create_dir()Geert Uytterhoeven1-1/+1
2023-06-21regulator: Fix error checking for debugfs_create_dirOsama Muhammad1-2/+2
2023-05-17regulator: core: Avoid lockdep reports when resolving suppliesDouglas Anderson1-8/+83
2023-05-17regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()Douglas Anderson1-0/+2
2023-01-18regulator: core: fix deadlock on regulator enableJohan Hovold1-1/+1
2023-01-18regulator: core: fix use_count leakage when handling boot-onRui Zhang1-1/+7
2023-01-18regulator: core: fix resource leak in regulator_register()Yang Yingliang1-0/+1
2023-01-18regulator: core: fix module refcount leak in set_supply()Yang Yingliang1-0/+1
2023-01-18regulator: core: use kfree_const() to free space conditionallyWang ShaoBo1-1/+1
2023-01-18regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang1-0/+1
2022-12-08regulator: core: fix UAF in destroy_regulator()Yang Yingliang1-1/+1
2022-12-08regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng1-1/+5
2022-09-15regulator: core: Clean up on enable failureAndrew Halaney1-2/+7
2022-06-14regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss1-2/+5
2021-06-16regulator: core: resolve supply for boot-on/always-on regulatorsDmitry Baryshkov1-0/+6
2021-03-04regulator: core: Avoid debugfs: Directory ... already present! errorHans de Goede1-3/+3
2021-02-13regulator: Fix lockdep warning resolving suppliesMark Brown1-12/+17
2021-02-13regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins1-11/+28
2020-11-24regulator: workaround self-referent regulatorsMichał Mirosław1-1/+4
2020-11-24regulator: avoid resolve_supply() infinite recursionMichał Mirosław1-0/+6
2020-11-24regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław1-16/+13
2020-11-10regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław1-0/+2
2020-10-29regulator: resolve supply after creating regulatorMichał Mirosław1-8/+13
2020-09-17regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive()Dmitry Osipenko1-6/+9
2020-09-17regulator: plug of_node leak in regulator_register()'s error pathMichał Mirosław1-9/+4
2020-09-17regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław1-20/+26
2020-09-17regulator: push allocations in create_regulator() outside of lockMichał Mirosław1-25/+28
2020-09-17regulator: push allocation in regulator_init_coupling() outside of lockMichał Mirosław1-2/+3
2020-09-17regulator: remove superfluous lock in regulator_resolve_coupling()Michał Mirosław1-4/+0
2020-09-17regulator: push allocation in regulator_ena_gpio_request() out of lockMichał Mirosław1-5/+14
2020-08-19regulator: fix memory leak on error path of regulator_register()Vladimir Zapolskiy1-11/+7
2020-02-24regulator: core: Fix exported symbols to the exported GPL versionEnric Balletbo i Serra1-2/+2
2020-02-24regulator: vctrl-regulator: Avoid deadlock getting and setting the voltageEnric Balletbo i Serra1-0/+2
2020-01-12regulator: core: fix regulator_register() error paths to properly release rdevWen Yang1-2/+6
2020-01-12regulator: fix use after free issueWen Yang1-2/+2
2019-12-31regulator: core: Let boot-on regulators be powered offPascal Paillet1-1/+3
2019-12-31regulator: core: Release coupled_rdevs on regulator_init_coupling() errorDmitry Osipenko1-0/+1
2019-09-17regulator: core: make regulator_register() EPROBE_DEFER awareMarco Felsch1-0/+13
2019-09-11regulator: core: Fix error return for /sys accessH. Nikolaus Schaller1-3/+5
2019-09-04regulator: Defer init completion for a while after late_initcallMark Brown1-11/+31
2019-08-15regulator: core: Add label to collate of_node_put() statementsNishka Dasgupta1-6/+7
2019-08-05regulator: core: Add of_node_put() before returnNishka Dasgupta1-1/+4
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-04Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown1-51/+143
2019-07-04regulator: implement selector steppingBartosz Golaszewski1-0/+63