summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)AuthorFilesLines
5 daysregulator: core: Protect regulator_supply_alias_list with regulator_list_mutexsparkhuang1-12/+20
5 daysregulator: core: disable supply if enabling main regulator failsGabor Juhos1-0/+5
2025-08-28regulator: core: fix NULL dereference on unbind due to stale coupling dataAlessandro Carminati1-0/+1
2025-04-10regulator: check that dummy regulator has been probed before using itChristian Eggers1-1/+11
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-23regulator: core: Streamline debugfs operationsGeert Uytterhoeven1-17/+13
2023-07-23regulator: 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-11regulator: core: Avoid lockdep reports when resolving suppliesDouglas Anderson1-8/+83
2023-05-11regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()Douglas Anderson1-0/+2
2023-05-11regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since ...Douglas Anderson1-4/+3
2023-03-17regulator: core: Use ktime_get_boottime() to determine how long a regulator w...Matthias Kaehlcke1-3/+3
2023-03-17regulator: core: Fix off-on-delay-us for always-on/boot-on regulatorsChristian Kohlschütter1-2/+3
2023-03-17regulator: Flag uncontrollable regulators as always_onMark Brown1-0/+18
2022-12-31regulator: core: fix deadlock on regulator enableJohan Hovold1-1/+1
2022-12-31regulator: core: fix use_count leakage when handling boot-onRui Zhang1-1/+7
2022-12-31regulator: core: fix resource leak in regulator_register()Yang Yingliang1-0/+1
2022-12-31regulator: core: fix module refcount leak in set_supply()Yang Yingliang1-0/+1
2022-12-31regulator: core: use kfree_const() to free space conditionallyWang ShaoBo1-1/+1
2022-12-31regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang1-0/+1
2022-12-02regulator: core: fix UAF in destroy_regulator()Yang Yingliang1-1/+1
2022-12-02regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng1-1/+5
2022-10-26regulator: core: Prevent integer underflowPatrick Rudolph1-1/+1
2022-09-15regulator: core: Clean up on enable failureAndrew Halaney1-2/+7
2022-06-09regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss1-2/+5
2022-03-08regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta1-10/+3
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown1-89/+227
2021-06-21Merge series "Extend regulator notification support" from Matti Vaittinen <ma...Mark Brown1-19/+144
2021-06-21regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen1-1/+121
2021-06-21regulator: IRQ based event/error notification helpersMatti Vaittinen1-7/+22
2021-06-21regulator: move rdev_print helpers to internal.hMatti Vaittinen1-11/+1
2021-06-14Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown1-0/+23
2021-06-02regulator: core: Use DEVICE_ATTR_RO macroYueHaibing1-70/+60
2021-06-01regulator: core: Add regulator_sync_voltage_rdev()Dmitry Osipenko1-0/+23
2021-05-21regulator: core: resolve supply for boot-on/always-on regulatorsDmitry Baryshkov1-0/+6
2021-04-23regulator: core: Fix off_on_delay handlingVincent Whitchurch1-25/+8
2021-04-23Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-0/+2
2021-04-22regulator: core: Respect off_on_delay at startupVincent Whitchurch1-0/+2
2021-04-21regulator: core.c: Improve a commentSebastian Fricke1-1/+4
2021-04-21regulator: core.c: Fix indentation of commentShubhankar Kuranagatti1-7/+14
2021-02-12Merge remote-tracking branch 'regulator/for-5.12' into regulator-nextMark Brown1-7/+11
2021-01-25regulator: core: Avoid debugfs: Directory ... already present! errorHans de Goede1-3/+3
2021-01-22regulator: Make regulator_sync_voltage() usable by coupled regulatorsDmitry Osipenko1-1/+5
2021-01-22regulator: Fix lockdep warning resolving suppliesMark Brown1-12/+17
2021-01-08regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins1-11/+28
2021-01-04regulator: core.c: Replace references to non-existent functionDaniel Scally1-3/+3
2020-12-11Merge remote-tracking branch 'regulator/for-5.11' into regulator-nextMark Brown1-1/+13