summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/of_regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: of: Add of_node_put() before return in functionNishka Dasgupta2019-08-011-1/+3
* Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown2019-07-041-20/+43
|\
| * regulator: core: Introduce API for regulators coupling customizationDmitry Osipenko2019-06-251-20/+43
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* regulator: of: Make regulator_of_get_init_node staticYueHaibing2019-03-201-2/+3
* regulator: Fix trivial language typosKrzysztof Kozlowski2019-01-081-2/+2
* regulator: Allow regulator nodes to contain their own init dataCharles Keepax2018-12-041-2/+6
* regulator: Factor out location of init data OF nodeCharles Keepax2018-12-041-27/+37
* Merge branch 'topic/coupled' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2018-11-191-0/+4
|\
| * regulator: core: Add new max_uV_step constraintDmitry Osipenko2018-11-081-0/+4
* | regulator: of: add support for parsing regulator-state-standbyAndrei.Stefanescu@microchip.com2018-11-131-1/+4
|/
* Merge tag 'regulator-v4.19-rc5' into regulator-bd718xxMark Brown2018-09-281-2/+0Star
|\
| * regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski2018-09-031-2/+0Star
* | regulator: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-281-22/+22
|/
* regulator: core: Parse coupled regulators propertiesMaciej Purski2018-05-171-0/+151
* regulator: of: add support for allowed modes configurationDavid Collins2018-05-171-1/+28
* regulator: Don't return or expect -errno from of_map_mode()Douglas Anderson2018-04-201-6/+7
* regulator: of: Add a missing 'of_node_put()' in an error handling path of 'of...Christophe JAILLET2018-02-121-0/+1
* Merge branch 'topic/suspend' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2018-01-261-2/+18
|\
| * regulator: add PM suspend and resume hooksChunyan Zhang2018-01-261-0/+14
| * regulator: leave one item to record whether regulator is enabledChunyan Zhang2018-01-261-2/+4
* | regulator: core: Move of_find_regulator_by_node() to of_regulator.cMaciej Purski2018-01-261-0/+14
|/
* Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-051-1/+1
|\
| * PM / s2idle: Rename PM_SUSPEND_FREEZE to PM_SUSPEND_TO_IDLERafael J. Wysocki2017-08-111-1/+1
* | regulator: of: regulator_of_get_init_data() missing of_node_get()Frank Rowand2017-07-191-1/+1
|/
* regulator: Allow for asymmetric settling timesMatthias Kaehlcke2017-05-171-0/+19
* regulator: Add settling time for non-linear voltage transitionLaxman Dewangan2017-04-051-0/+4
* regulator: of: setup initial suspend stateKeerthy2016-06-221-0/+3
* regulator: of: Don't flag voltage change as possible for exact voltagesMark Brown2016-03-301-2/+4
* regulator: core: Ensure we are at least in bounds for our constraintsMark Brown2016-03-271-1/+1
* regulator: core: Always flag voltage constraints as appliableMark Brown2016-03-221-4/+2Star
*-. Merge remote-tracking branches 'regulator/topic/mt6397', 'regulator/topic/of'...Mark Brown2016-03-131-8/+7Star
|\ \
| | * regulator: of: Use of_property_read_u32() for reading min/maxLaxman Dewangan2016-03-121-8/+7Star
| |/
* / regulator: core: Add support for active-discharge configurationLaxman Dewangan2016-03-021-0/+6
|/
* regulator: Introduce property to flag set-load supportBjorn Andersson2015-09-171-0/+3
* regulator: Add over current protection (OCP) supportStephen Boyd2015-07-241-0/+3
*---. Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pwm', '...Mark Brown2015-06-221-1/+1
|\ \ \
| * | | regulator: of: Skip disabled regulator nodesStephen Boyd2015-05-131-1/+1
| |/ /
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'regulator/topic/da9063', 'regulator/topic/doc...Mark Brown2015-06-221-0/+12
|\ \ \ \ | | |/ / | |/| |
| | * | regulator: Add input current limit supportStephen Boyd2015-06-121-0/+4
| | |/
| | * regulator: Add soft start supportStephen Boyd2015-06-121-0/+3
| | * regulator: Add pull down supportStephen Boyd2015-06-121-0/+2
| | * regulator: Add system_load constraintStephen Boyd2015-06-121-0/+3
| |/
* / regulator: Remove unneeded semicolonsKrzysztof Kozlowski2015-04-271-1/+1
|/
* regulator: Allow parsing custom properties when using simplified DT parsingKrzysztof Kozlowski2015-01-081-0/+11
* Merge tag 'v3.18-rc4' into regulator-max77802Mark Brown2014-11-261-1/+2
|\
| * regulator: of: Lower the severity of the error with no containerMark Brown2014-10-291-1/+2
* | regulator: of: Add support for parsing initial and suspend modesJavier Martinez Canillas2014-11-261-2/+31
* | regulator: of: Pass the regulator description in the match tableJavier Martinez Canillas2014-11-261-1/+2
* | regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas2014-11-261-3/+6