summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-17regulator: core: fix debugfs creation regressionJohan Hovold1-11/+16
2024-02-05regulator: 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-10-10regulator/core: regulator_register: set device->class earlierMichał Mirosław1-2/+2
2023-07-19regulator: core: Streamline debugfs operationsGeert Uytterhoeven1-17/+13
2023-07-19regulator: 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-10regulator: core: Use ktime_get_boottime() to determine how long a regulator w...Matthias Kaehlcke1-3/+3
2022-12-31regulator: core: fix deadlock on regulator enableJohan Hovold1-1/+1
2022-12-31regulator: core: Fix resolve supply lookup issueChiYuan Huang1-1/+1
2022-12-31regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang1-4/+4
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-11-26Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+6
2022-11-16regulator: core: fix UAF in destroy_regulator()Yang Yingliang1-1/+1
2022-11-16regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng1-1/+5
2022-10-05Merge tag 'regulator-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-35/+63
2022-09-10regulator: core: Prevent integer underflowPatrick Rudolph1-1/+1
2022-09-08Merge tag 'regulator-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+7
2022-08-29regulator: core: Fix regulator supply registration with sysfsChristian Kohlschütter1-23/+21
2022-08-25regulator: core: Don't err if allow-set-load but no allowed-modesDouglas Anderson1-0/+12
2022-08-25regulator: core: Require regulator drivers to check uV for get_optimum_mode()Douglas Anderson1-8/+14
2022-08-22regulator: core: Remove "ramp_delay not set" debug messageChristian Kohlschütter1-3/+1
2022-08-22regulator: core: Clean up on enable failureAndrew Halaney1-2/+7
2022-08-18regulator: core: Resolve supply name earlier to prevent double-initChristian Kohlschütter1-19/+33
2022-08-10regulator: core: Fix missing error return from regulator_bulk_get()Douglas Anderson1-1/+1
2022-07-28regulator: Consumer load management improvementsMark Brown1-8/+12
2022-07-27regulator: core: Allow specifying an initial load w/ the bulk APIDouglas Anderson1-8/+12
2022-07-19regulator: core: Fix off-on-delay-us for always-on/boot-on regulatorsChristian Kohlschütter1-2/+3
2022-05-17Merge remote-tracking branch 'regulator/for-5.19' into regulator-nextMark Brown1-14/+72
2022-05-05regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss1-2/+5
2022-05-04regulator: core: Add error flags to sysfs attributesZev Weiss1-0/+45
2022-04-21regulator: core: Sleep (not delay) in set_voltage()Brian Norris1-6/+1
2022-04-21regulator: core: Rename _regulator_enable_delay()Brian Norris1-8/+8
2022-04-04regulator: Flag uncontrollable regulators as always_onMark Brown1-0/+18
2022-02-08regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta1-10/+3
2021-11-02Merge tag 'regulator-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+8
2021-10-23regulator: Don't error out fixed regulator in regulator_sync_voltage()Dmitry Osipenko1-0/+3
2021-09-30regulator: Lower priority of logging when setting supplyMark Brown1-1/+1
2021-09-17kernel/locking: Add context to ww_mutex_trylock()Maarten Lankhorst1-1/+1
2021-09-13regulator: core: resolve supply voltage deferral silentlyBrian Norris1-3/+4
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