summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: core: Make regulator_lock_two() logic easier to followDouglas Anderson2023-04-181-19/+12
* regulator: core: Avoid lockdep reports when resolving suppliesDouglas Anderson2023-04-061-8/+83
* regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()Douglas Anderson2023-04-061-0/+2
* regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since ...Douglas Anderson2023-03-141-4/+3
* regulator: core: Use ktime_get_boottime() to determine how long a regulator w...Matthias Kaehlcke2023-02-231-3/+3
* Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-231-2/+2
|\
| * regulator: core: fix deadlock on regulator enableJohan Hovold2022-12-151-1/+1
| * regulator: core: Fix resolve supply lookup issueChiYuan Huang2022-12-141-1/+1
* | Merge tag 'regulator-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-12-131-24/+39
|\ \ | |/
| * regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang2022-12-081-4/+4
| * regulator: core: fix resource leak in regulator_register()Yang Yingliang2022-12-021-0/+1
| * regulator: core: fix module refcount leak in set_supply()Yang Yingliang2022-12-011-0/+1
| * regulator: core: fix use_count leakage when handling boot-onRui Zhang2022-12-011-1/+7
| * regulator: core: use kfree_const() to free space conditionallyWang ShaoBo2022-11-231-1/+1
| * regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang2022-11-151-0/+1
| * regulator: devres: Add devm_regulator_bulk_get_exclusive()Zev Weiss2022-11-031-18/+24
* | Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-11-251-2/+6
|\ \ | |/ |/|
| * regulator: core: fix UAF in destroy_regulator()Yang Yingliang2022-11-161-1/+1
| * regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng2022-11-161-1/+5
* | Merge tag 'regulator-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-10-041-35/+63
|\ \ | |/
| * regulator: core: Prevent integer underflowPatrick Rudolph2022-09-091-1/+1
| * regulator: core: Fix regulator supply registration with sysfsChristian Kohlschütter2022-08-291-23/+21
| * regulator: core: Don't err if allow-set-load but no allowed-modesDouglas Anderson2022-08-251-0/+12
| * regulator: core: Require regulator drivers to check uV for get_optimum_mode()Douglas Anderson2022-08-251-8/+14
| * regulator: core: Remove "ramp_delay not set" debug messageChristian Kohlschütter2022-08-221-3/+1
| * regulator: core: Resolve supply name earlier to prevent double-initChristian Kohlschütter2022-08-181-19/+33
* | Merge tag 'regulator-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-09-081-2/+7
|\ \ | |/ |/|
| * regulator: core: Clean up on enable failureAndrew Halaney2022-08-221-2/+7
* | regulator: core: Fix missing error return from regulator_bulk_get()Douglas Anderson2022-08-101-1/+1
|/
* regulator: Consumer load management improvementsMark Brown2022-07-281-8/+12
|\
| * regulator: core: Allow specifying an initial load w/ the bulk APIDouglas Anderson2022-07-271-8/+12
* | regulator: core: Fix off-on-delay-us for always-on/boot-on regulatorsChristian Kohlschütter2022-07-191-2/+3
|/
* Merge remote-tracking branch 'regulator/for-5.19' into regulator-nextMark Brown2022-05-171-14/+72
|\
| * regulator: core: Add error flags to sysfs attributesZev Weiss2022-05-041-0/+45
| * regulator: core: Sleep (not delay) in set_voltage()Brian Norris2022-04-211-6/+1
| * regulator: core: Rename _regulator_enable_delay()Brian Norris2022-04-211-8/+8
| * regulator: Flag uncontrollable regulators as always_onMark Brown2022-04-041-0/+18
* | regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss2022-05-051-2/+5
|/
* regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta2022-02-081-10/+3
* Merge tag 'regulator-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-011-4/+8
|\
| * regulator: Don't error out fixed regulator in regulator_sync_voltage()Dmitry Osipenko2021-10-231-0/+3
| * regulator: Lower priority of logging when setting supplyMark Brown2021-09-301-1/+1
| * regulator: core: resolve supply voltage deferral silentlyBrian Norris2021-09-131-3/+4
* | kernel/locking: Add context to ww_mutex_trylock()Maarten Lankhorst2021-09-171-1/+1
|/
* Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown2021-06-231-89/+227
|\
| * Merge series "Extend regulator notification support" from Matti Vaittinen <ma...Mark Brown2021-06-211-19/+144
| |\
| | * regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen2021-06-211-1/+121
| | * regulator: IRQ based event/error notification helpersMatti Vaittinen2021-06-211-7/+22
| | * regulator: move rdev_print helpers to internal.hMatti Vaittinen2021-06-211-11/+1
| * | Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2021-06-141-0/+23
| |\ \