summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12regulator: core: Remove regulator supply_name length limitBjorn Andersson
2026-01-09regulator: core: don't fail regulator_register() with missing required supplyAndré Draszik
2026-01-09regulator: core: reresolve unresolved supplies when availableAndré Draszik
2026-01-09regulator: core: don't ignore errors from event forwarding setupAndré Draszik
2026-01-09regulator: core: remove dead code in regulator_resolve_supply()André Draszik
2026-01-09regulator: core: streamline supply resolution for always-on/boot-on regulatorsAndré Draszik
2026-01-09regulator: core: move supply check earlier in set_machine_constraints()André Draszik
2026-01-09regulator: core: fix locking in regulator_resolve_supply() error pathAndré Draszik
2026-01-09regulator: core: update two debug messagesAndré Draszik
2025-12-03regulator: check the return value of gpiod_set_value_cansleep()Bartosz Golaszewski
2025-11-27regulator: core: Protect regulator_supply_alias_list with regulator_list_mutexsparkhuang
2025-11-20gpio: improve support for shared GPIOsMark Brown
2025-11-19regulator: make the subsystem aware of shared GPIOsBartosz Golaszewski
2025-11-07regulator: core: disable supply if enabling main regulator failsGabor Juhos
2025-10-15regulator: core: forward undervoltage events downstream by defaultOleksij Rempel
2025-08-28regulator: core: Remove redundant ternary operatorsLiao Yuanhong
2025-07-29regulator: core: correct convergence check in regulator_set_voltage()Romain Gantois
2025-07-18regulator: core: repeat voltage setting request for stepped regulatorsRomain Gantois
2025-06-29regulator: core: fix NULL dereference on unbind due to stale coupling dataAlessandro Carminati
2025-04-09regulator: don't compare raw GPIO descriptor pointersBartosz Golaszewski
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-03-16regulator: allow user configuration of hardware protection actionAhmad Fatoum
2025-03-13regulator: check that dummy regulator has been probed before using itChristian Eggers
2025-03-05regulator: core: Fix deadlock in create_regulator()Ludvig Pärsson
2025-02-11regulator: core: let dt properties override driver init_dataJerome Brunet
2025-01-22regulator: core: Add missing newline characterAlexander Stein
2025-01-17regulator: Add support for power budgetKory Maincent
2025-01-09regulator: core: Resolve supply using of_node from regulator_configKory Maincent (Dent Project)
2024-11-21regulator: core: Ignore unset max_uA constraints in current limit checkKory Maincent (Dent Project)
2024-10-22regulator: init_data handling updateMark Brown
2024-10-22regulator: core: Use fsleep() to get best sleep mechanismAnna-Maria Behnsen
2024-10-22regulator: core: remove machine init callback from configJerome Brunet
2024-10-22regulator: core: add callback to perform runtime initJerome Brunet
2024-10-22regulator: core: do not silently ignore provided init_dataJerome Brunet
2024-09-30regulator: Add of_regulator_get_optional() for pure DT regulator lookupChen-Yu Tsai
2024-09-13regulator: Split up _regulator_get()Chen-Yu Tsai
2024-09-11regulator: core: fix the broken behavior of regulator_dev_lookup()Wei Fang
2024-09-04regulator: Move OF-specific regulator lookup code to of_regulator.cChen-Yu Tsai
2024-08-29regulator: Unify "negative error number" terminology in commentsChen-Yu Tsai
2024-08-29regulator: core: Add missing kerneldoc "Return" sectionsChen-Yu Tsai
2024-08-29regulator: core: Fix incorrectly formatted kerneldoc "Return" sectionsChen-Yu Tsai
2024-08-29regulator: core: Fix regulator_is_supported_voltage() kerneldoc return valueChen-Yu Tsai
2024-08-29regulator: core: Fix short description for _regulator_check_status_enabled()Chen-Yu Tsai
2024-08-22regulator: Clarify error message for "id == NULL" in _regulator_get()Chen-Yu Tsai
2024-06-26regulator: core: Add helper for allow HW access to enable/disable regulatorBiju Das
2024-06-10regulator: core: Fix modpost error "regulator_get_regmap" undefinedBiju Das
2024-05-14Merge tag 'regulator-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-09regulator: core: fix debugfs creation regressionJohan Hovold