aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/of_regulator.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-08regulator: core: Use different devices for resource allocation and DT lookupGravatar ChiYuan Huang 1-1/+1
2022-11-22regulator: of: fix a NULL vs IS_ERR() check in of_regulator_bulk_get_all()Gravatar Peng Wu 1-1/+1
2022-11-18regulator: Add of_regulator_bulk_get_allGravatar Corentin Labbe 1-0/+92
2022-09-19regulator: of: Fix kernel-docGravatar Jiapeng Chong 1-1/+1
2022-07-15regulator: of: Fix refcount leak bug in of_get_regulation_constraints()Gravatar Liang He 1-1/+5
2021-06-21regulator: add property parsing and callbacks to set protection limitsGravatar Matti Vaittinen 1-0/+58
2021-04-21regulator: Avoid a double 'of_node_get' in 'regulator_of_get_init_node()'Gravatar Christophe JAILLET 1-1/+5
2020-11-23regulator: core: add of_match_full_name boolean flagGravatar Cristian Marussi 1-2/+6
2020-07-08regulator: of_regulator: Add missing colon for rdev kerneldoc argumentGravatar Lee Jones 1-1/+1
2019-10-23Merge tag 'regulator-fix-v5.4-rc4' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-9/+18
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+1
2019-09-17regulator: core: make regulator_register() EPROBE_DEFER awareGravatar Marco Felsch 1-5/+14
2019-09-17regulator: of: fix suspend-min/max-voltage parsingGravatar Marco Felsch 1-4/+4
2019-08-01regulator: of: Add of_node_put() before return in functionGravatar Nishka Dasgupta 1-1/+3
2019-07-30drivers: Introduce device lookup variants by of_nodeGravatar Suzuki K Poulose 1-6/+1
2019-07-04Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextGravatar Mark Brown 1-20/+43
2019-06-25regulator: core: Introduce API for regulators coupling customizationGravatar Dmitry Osipenko 1-20/+43
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-03-20regulator: of: Make regulator_of_get_init_node staticGravatar YueHaibing 1-2/+3
2019-01-08regulator: Fix trivial language typosGravatar Krzysztof Kozlowski 1-2/+2
2018-12-04regulator: Allow regulator nodes to contain their own init dataGravatar Charles Keepax 1-2/+6
2018-12-04regulator: Factor out location of init data OF nodeGravatar Charles Keepax 1-27/+37
2018-11-19Merge branch 'topic/coupled' of https://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Mark Brown 1-0/+4
2018-11-13regulator: of: add support for parsing regulator-state-standbyGravatar Andrei.Stefanescu@microchip.com 1-1/+4
2018-11-08regulator: core: Add new max_uV_step constraintGravatar Dmitry Osipenko 1-0/+4
2018-09-28Merge tag 'regulator-v4.19-rc5' into regulator-bd718xxGravatar Mark Brown 1-2/+0
2018-09-03regulator: Fix 'do-nothing' value for regulators without suspend stateGravatar Marek Szyprowski 1-2/+0
2018-08-28regulator: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-22/+22
2018-05-17regulator: core: Parse coupled regulators propertiesGravatar Maciej Purski 1-0/+151
2018-05-17regulator: of: add support for allowed modes configurationGravatar David Collins 1-1/+28
2018-04-20regulator: Don't return or expect -errno from of_map_mode()Gravatar Douglas Anderson 1-6/+7
2018-02-12regulator: of: Add a missing 'of_node_put()' in an error handling path of 'of...Gravatar Christophe JAILLET 1-0/+1
2018-01-26Merge branch 'topic/suspend' of https://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Mark Brown 1-2/+18
2018-01-26regulator: core: Move of_find_regulator_by_node() to of_regulator.cGravatar Maciej Purski 1-0/+14
2018-01-26regulator: add PM suspend and resume hooksGravatar Chunyan Zhang 1-0/+14
2018-01-26regulator: leave one item to record whether regulator is enabledGravatar Chunyan Zhang 1-2/+4
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+1
2017-08-11PM / s2idle: Rename PM_SUSPEND_FREEZE to PM_SUSPEND_TO_IDLEGravatar Rafael J. Wysocki 1-1/+1
2017-07-19regulator: of: regulator_of_get_init_data() missing of_node_get()Gravatar Frank Rowand 1-1/+1
2017-05-17regulator: Allow for asymmetric settling timesGravatar Matthias Kaehlcke 1-0/+19
2017-04-05regulator: Add settling time for non-linear voltage transitionGravatar Laxman Dewangan 1-0/+4
2016-06-22regulator: of: setup initial suspend stateGravatar Keerthy 1-0/+3
2016-03-30regulator: of: Don't flag voltage change as possible for exact voltagesGravatar Mark Brown 1-2/+4
2016-03-27regulator: core: Ensure we are at least in bounds for our constraintsGravatar Mark Brown 1-1/+1
2016-03-22regulator: core: Always flag voltage constraints as appliableGravatar Mark Brown 1-4/+2
2016-03-13Merge remote-tracking branches 'regulator/topic/mt6397', 'regulator/topic/of'...Gravatar Mark Brown 1-8/+7
2016-03-12regulator: of: Use of_property_read_u32() for reading min/maxGravatar Laxman Dewangan 1-8/+7
2016-03-02regulator: core: Add support for active-discharge configurationGravatar Laxman Dewangan 1-0/+6
2015-09-17regulator: Introduce property to flag set-load supportGravatar Bjorn Andersson 1-0/+3
2015-07-24regulator: Add over current protection (OCP) supportGravatar Stephen Boyd 1-0/+3