summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* regulator: Split up _regulator_get()Chen-Yu Tsai2024-09-131-11/+43
* regulator: core: fix the broken behavior of regulator_dev_lookup()Wei Fang2024-09-111-0/+3
* regulator: Move OF-specific regulator lookup code to of_regulator.cChen-Yu Tsai2024-09-041-82/+5
* regulator: Unify "negative error number" terminology in commentsChen-Yu Tsai2024-08-291-1/+1
* regulator: core: Add missing kerneldoc "Return" sectionsChen-Yu Tsai2024-08-291-2/+63
* regulator: core: Fix incorrectly formatted kerneldoc "Return" sectionsChen-Yu Tsai2024-08-291-45/+56
* regulator: core: Fix regulator_is_supported_voltage() kerneldoc return valueChen-Yu Tsai2024-08-291-1/+3
* regulator: core: Fix short description for _regulator_check_status_enabled()Chen-Yu Tsai2024-08-291-4/+2
* regulator: Clarify error message for "id == NULL" in _regulator_get()Chen-Yu Tsai2024-08-221-1/+1
* regulator: core: Add helper for allow HW access to enable/disable regulatorBiju Das2024-06-261-0/+28
* regulator: core: Fix modpost error "regulator_get_regmap" undefinedBiju Das2024-06-101-0/+1
* Merge tag 'regulator-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-141-2/+2
|\
| * regulator: Mention regulator id in error message about dummy suppliesUwe Kleine-König2024-05-071-2/+2
* | regulator: core: fix debugfs creation regressionJohan Hovold2024-05-091-11/+16
|/
* regulator: core: Propagate the regulator state in case of exclusive getKory Maincent2024-03-121-0/+11
* regulator: core: make regulator_class constantRicardo B. Marliere2024-03-051-1/+1
* regulator: core: Remove redundant assignment to variable possible_uVColin Ian King2024-02-191-1/+0
* regulator: event: Add regulator netlink event supportNaresh Solanki2023-12-061-1/+18
* regulator: add under-voltage support (part 2)Mark Brown2023-11-131-0/+38
|\
| * regulator: Implement uv_survival_time for handling under-voltage eventsOleksij Rempel2023-11-131-1/+1
| * regulator: Introduce handling for system-critical under-voltage eventsOleksij Rempel2023-11-131-0/+38
* | regulator: core: Only increment use_count when enable_count changesRui Zhang2023-11-131-26/+30
* | regulator: core: Add option to prevent disabling unused regulatorsJavier Martinez Canillas2023-11-131-0/+17
|/
* regulator/core: Revert "fix kobject release warning and memory leak in regula...Michał Mirosław2023-09-261-5/+1
* regulator/core: regulator_register: set device->class earlierMichał Mirosław2023-09-261-2/+2
* regulator: core: Streamline debugfs operationsGeert Uytterhoeven2023-05-251-17/+13
* regulator: core: Fix more error checking for debugfs_create_dir()Geert Uytterhoeven2023-05-251-1/+1
* regulator: Fix error checking for debugfs_create_dirOsama Muhammad2023-05-161-2/+2
* 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-051-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