summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
2026-01-19regulator: core: Protect regulator_supply_alias_list with regulator_list_mutexsparkhuang
2026-01-19regulator: core: disable supply if enabling main regulator failsGabor Juhos
2025-08-28regulator: core: fix NULL dereference on unbind due to stale coupling dataAlessandro Carminati
2025-04-10regulator: check that dummy regulator has been probed before using itChristian Eggers
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-23regulator: core: Streamline debugfs operationsGeert Uytterhoeven
2023-07-23regulator: core: Fix more error checking for debugfs_create_dir()Geert Uytterhoeven
2023-06-21regulator: Fix error checking for debugfs_create_dirOsama Muhammad
2023-05-11regulator: core: Avoid lockdep reports when resolving suppliesDouglas Anderson
2023-05-11regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()Douglas Anderson
2023-05-11regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since ...Douglas Anderson
2023-03-17regulator: core: Use ktime_get_boottime() to determine how long a regulator w...Matthias Kaehlcke
2023-03-17regulator: core: Fix off-on-delay-us for always-on/boot-on regulatorsChristian Kohlschütter
2023-03-17regulator: Flag uncontrollable regulators as always_onMark Brown
2022-12-31regulator: core: fix deadlock on regulator enableJohan Hovold
2022-12-31regulator: core: fix use_count leakage when handling boot-onRui Zhang
2022-12-31regulator: core: fix resource leak in regulator_register()Yang Yingliang
2022-12-31regulator: core: fix module refcount leak in set_supply()Yang Yingliang
2022-12-31regulator: core: use kfree_const() to free space conditionallyWang ShaoBo
2022-12-31regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang
2022-12-02regulator: core: fix UAF in destroy_regulator()Yang Yingliang
2022-12-02regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng
2022-10-26regulator: core: Prevent integer underflowPatrick Rudolph
2022-09-15regulator: core: Clean up on enable failureAndrew Halaney
2022-06-09regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss
2022-03-08regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown
2021-06-21Merge series "Extend regulator notification support" from Matti Vaittinen <ma...Mark Brown
2021-06-21regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen
2021-06-21regulator: IRQ based event/error notification helpersMatti Vaittinen
2021-06-21regulator: move rdev_print helpers to internal.hMatti Vaittinen
2021-06-14Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown
2021-06-02regulator: core: Use DEVICE_ATTR_RO macroYueHaibing
2021-06-01regulator: core: Add regulator_sync_voltage_rdev()Dmitry Osipenko
2021-05-20regulator: core: resolve supply for boot-on/always-on regulatorsDmitry Baryshkov
2021-04-23regulator: core: Fix off_on_delay handlingVincent Whitchurch
2021-04-23Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2021-04-22regulator: core: Respect off_on_delay at startupVincent Whitchurch
2021-04-21regulator: core.c: Improve a commentSebastian Fricke
2021-04-21regulator: core.c: Fix indentation of commentShubhankar Kuranagatti
2021-02-12Merge remote-tracking branch 'regulator/for-5.12' into regulator-nextMark Brown
2021-01-25regulator: core: Avoid debugfs: Directory ... already present! errorHans de Goede
2021-01-22regulator: Make regulator_sync_voltage() usable by coupled regulatorsDmitry Osipenko
2021-01-22regulator: Fix lockdep warning resolving suppliesMark Brown
2021-01-08regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins
2021-01-04regulator: core.c: Replace references to non-existent functionDaniel Scally
2020-12-11Merge remote-tracking branch 'regulator/for-5.11' into regulator-nextMark Brown