summaryrefslogtreecommitdiff
path: root/drivers/regulator/of_regulator.c
AgeCommit message (Expand)Author
2025-01-22Merge tag 'regulator-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-17regulator: Add support for power budgetKory Maincent
2025-01-06regulator: of: Implement the unwind path of of_regulator_match()Joe Hattori
2024-12-19regulator: rename regulator-uv-survival-time-ms according to DT bindingAhmad Fatoum
2024-09-30regulator: Add devres version of of_regulator_get_optional()Chen-Yu Tsai
2024-09-30regulator: Add of_regulator_get_optional() for pure DT regulator lookupChen-Yu Tsai
2024-09-05regulator: of: Refactor of_get_*regulator() to decrease indentationAndy Shevchenko
2024-09-04regulator: Move OF-specific regulator lookup code to of_regulator.cChen-Yu Tsai
2024-08-29regulator: of: Fix kerneldoc format for of_regulator_bulk_get_all()Chen-Yu Tsai
2024-08-29regulator: of: Fix incorrectly formatted kerneldoc "Return" sectionsChen-Yu Tsai
2024-08-22regulator: Fully clean up on error in of_regulator_bulk_get_all()Chen-Yu Tsai
2024-08-22regulator: Return actual error in of_regulator_bulk_get_all()Chen-Yu Tsai
2023-11-13regulator: Implement uv_survival_time for handling under-voltage eventsOleksij Rempel
2023-11-13regulator: Introduce handling for system-critical under-voltage eventsOleksij Rempel
2022-12-08regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang
2022-11-22regulator: of: fix a NULL vs IS_ERR() check in of_regulator_bulk_get_all()Peng Wu
2022-11-18regulator: Add of_regulator_bulk_get_allCorentin Labbe
2022-09-19regulator: of: Fix kernel-docJiapeng Chong
2022-07-15regulator: of: Fix refcount leak bug in of_get_regulation_constraints()Liang He
2021-06-21regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen
2021-04-21regulator: Avoid a double 'of_node_get' in 'regulator_of_get_init_node()'Christophe JAILLET
2020-11-23regulator: core: add of_match_full_name boolean flagCristian Marussi
2020-07-08regulator: of_regulator: Add missing colon for rdev kerneldoc argumentLee Jones
2019-10-23Merge tag 'regulator-fix-v5.4-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-17regulator: core: make regulator_register() EPROBE_DEFER awareMarco Felsch
2019-09-17regulator: of: fix suspend-min/max-voltage parsingMarco Felsch
2019-08-01regulator: of: Add of_node_put() before return in functionNishka Dasgupta
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose
2019-07-04Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown
2019-06-25regulator: core: Introduce API for regulators coupling customizationDmitry Osipenko
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-20regulator: of: Make regulator_of_get_init_node staticYueHaibing
2019-01-08regulator: Fix trivial language typosKrzysztof Kozlowski
2018-12-04regulator: Allow regulator nodes to contain their own init dataCharles Keepax
2018-12-04regulator: Factor out location of init data OF nodeCharles Keepax
2018-11-19Merge branch 'topic/coupled' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown
2018-11-13regulator: of: add support for parsing regulator-state-standbyAndrei.Stefanescu@microchip.com
2018-11-08regulator: core: Add new max_uV_step constraintDmitry Osipenko
2018-09-28Merge tag 'regulator-v4.19-rc5' into regulator-bd718xxMark Brown
2018-09-03regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski
2018-08-28regulator: Convert to using %pOFn instead of device_node.nameRob Herring
2018-05-17regulator: core: Parse coupled regulators propertiesMaciej Purski
2018-05-17regulator: of: add support for allowed modes configurationDavid Collins
2018-04-20regulator: Don't return or expect -errno from of_map_mode()Douglas Anderson
2018-02-12regulator: of: Add a missing 'of_node_put()' in an error handling path of 'of...Christophe JAILLET
2018-01-26Merge branch 'topic/suspend' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown
2018-01-26regulator: core: Move of_find_regulator_by_node() to of_regulator.cMaciej Purski
2018-01-26regulator: add PM suspend and resume hooksChunyan Zhang
2018-01-26regulator: leave one item to record whether regulator is enabledChunyan Zhang