aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-09regulator: don't compare raw GPIO descriptor pointersBartosz Golaszewski1-1/+1
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2025-03-16regulator: allow user configuration of hardware protection actionAhmad Fatoum1-2/+2
2025-03-13regulator: check that dummy regulator has been probed before using itChristian Eggers1-1/+11
2025-03-05regulator: core: Fix deadlock in create_regulator()Ludvig Pärsson1-33/+43
2025-02-11regulator: core: let dt properties override driver init_dataJerome Brunet1-34/+27
2025-01-22regulator: core: Add missing newline characterAlexander Stein1-1/+1
2025-01-17regulator: Add support for power budgetKory Maincent1-0/+114
2025-01-09regulator: core: Resolve supply using of_node from regulator_configKory Maincent (Dent Project)1-11/+28
2024-11-21regulator: core: Ignore unset max_uA constraints in current limit checkKory Maincent (Dent Project)1-1/+2
2024-10-22regulator: init_data handling updateMark Brown1-30/+40
2024-10-22regulator: core: Use fsleep() to get best sleep mechanismAnna-Maria Behnsen1-43/+4
2024-10-22regulator: core: remove machine init callback from configJerome Brunet1-7/+0
2024-10-22regulator: core: add callback to perform runtime initJerome Brunet1-0/+6
2024-10-22regulator: core: do not silently ignore provided init_dataJerome Brunet1-23/+34
2024-09-30regulator: Add of_regulator_get_optional() for pure DT regulator lookupChen-Yu Tsai1-2/+2
2024-09-13regulator: Split up _regulator_get()Chen-Yu Tsai1-11/+43
2024-09-11regulator: core: fix the broken behavior of regulator_dev_lookup()Wei Fang1-0/+3
2024-09-04regulator: Move OF-specific regulator lookup code to of_regulator.cChen-Yu Tsai1-82/+5
2024-08-29regulator: Unify "negative error number" terminology in commentsChen-Yu Tsai1-1/+1
2024-08-29regulator: core: Add missing kerneldoc "Return" sectionsChen-Yu Tsai1-2/+63
2024-08-29regulator: core: Fix incorrectly formatted kerneldoc "Return" sectionsChen-Yu Tsai1-45/+56
2024-08-29regulator: core: Fix regulator_is_supported_voltage() kerneldoc return valueChen-Yu Tsai1-1/+3
2024-08-29regulator: core: Fix short description for _regulator_check_status_enabled()Chen-Yu Tsai1-4/+2
2024-08-22regulator: Clarify error message for "id == NULL" in _regulator_get()Chen-Yu Tsai1-1/+1
2024-06-26regulator: core: Add helper for allow HW access to enable/disable regulatorBiju Das1-0/+28
2024-06-10regulator: core: Fix modpost error "regulator_get_regmap" undefinedBiju Das1-0/+1
2024-05-14Merge tag 'regulator-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-2/+2
2024-05-09regulator: core: fix debugfs creation regressionJohan Hovold1-11/+16
2024-05-07regulator: Mention regulator id in error message about dummy suppliesUwe Kleine-König1-2/+2
2024-03-12regulator: core: Propagate the regulator state in case of exclusive getKory Maincent1-0/+11
2024-03-05regulator: core: make regulator_class constantRicardo B. Marliere1-1/+1
2024-02-19regulator: core: Remove redundant assignment to variable possible_uVColin Ian King1-1/+0
2023-12-06regulator: event: Add regulator netlink event supportNaresh Solanki1-1/+18
2023-11-13regulator: add under-voltage support (part 2)Mark Brown1-0/+38
2023-11-13regulator: core: Only increment use_count when enable_count changesRui Zhang1-26/+30
2023-11-13regulator: core: Add option to prevent disabling unused regulatorsJavier Martinez Canillas1-0/+17
2023-11-13regulator: Implement uv_survival_time for handling under-voltage eventsOleksij Rempel1-1/+1
2023-11-13regulator: Introduce handling for system-critical under-voltage eventsOleksij Rempel1-0/+38
2023-09-26regulator/core: Revert "fix kobject release warning and memory leak in regulator_register()"Michał Mirosław1-5/+1
2023-09-26regulator/core: regulator_register: set device->class earlierMichał Mirosław1-2/+2
2023-05-25regulator: core: Streamline debugfs operationsGeert Uytterhoeven1-17/+13
2023-05-25regulator: core: Fix more error checking for debugfs_create_dir()Geert Uytterhoeven1-1/+1
2023-05-16regulator: Fix error checking for debugfs_create_dirOsama Muhammad1-2/+2
2023-04-18regulator: core: Make regulator_lock_two() logic easier to followDouglas Anderson1-19/+12
2023-04-06regulator: core: Avoid lockdep reports when resolving suppliesDouglas Anderson1-8/+83
2023-04-06regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()Douglas Anderson1-0/+2
2023-03-14regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since bootedDouglas Anderson1-4/+3
2023-02-23regulator: core: Use ktime_get_boottime() to determine how long a regulator was offMatthias Kaehlcke1-3/+3
2022-12-23Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-2/+2