summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/of_regulator.c
AgeCommit message (Expand)AuthorLines
2019-10-23Merge tag 'regulator-fix-v5.4-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-9/+18
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+1
2019-09-17regulator: core: make regulator_register() EPROBE_DEFER awareMarco Felsch-5/+14
2019-09-17regulator: of: fix suspend-min/max-voltage parsingMarco Felsch-4/+4
2019-08-01regulator: of: Add of_node_put() before return in functionNishka Dasgupta-1/+3
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose-6/+1
2019-07-04Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown-20/+43
2019-06-25regulator: core: Introduce API for regulators coupling customizationDmitry Osipenko-20/+43
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-03-20regulator: of: Make regulator_of_get_init_node staticYueHaibing-2/+3
2019-01-08regulator: Fix trivial language typosKrzysztof Kozlowski-2/+2
2018-12-04regulator: Allow regulator nodes to contain their own init dataCharles Keepax-2/+6
2018-12-04regulator: Factor out location of init data OF nodeCharles Keepax-27/+37
2018-11-19Merge branch 'topic/coupled' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown-0/+4
2018-11-13regulator: of: add support for parsing regulator-state-standbyAndrei.Stefanescu@microchip.com-1/+4
2018-11-08regulator: core: Add new max_uV_step constraintDmitry Osipenko-0/+4
2018-09-28Merge tag 'regulator-v4.19-rc5' into regulator-bd718xxMark Brown-2/+0
2018-09-03regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski-2/+0
2018-08-28regulator: Convert to using %pOFn instead of device_node.nameRob Herring-22/+22
2018-05-17regulator: core: Parse coupled regulators propertiesMaciej Purski-0/+151
2018-05-17regulator: of: add support for allowed modes configurationDavid Collins-1/+28
2018-04-20regulator: Don't return or expect -errno from of_map_mode()Douglas Anderson-6/+7
2018-02-12regulator: of: Add a missing 'of_node_put()' in an error handling path of 'of...Christophe JAILLET-0/+1
2018-01-26Merge branch 'topic/suspend' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown-2/+18
2018-01-26regulator: core: Move of_find_regulator_by_node() to of_regulator.cMaciej Purski-0/+14
2018-01-26regulator: add PM suspend and resume hooksChunyan Zhang-0/+14
2018-01-26regulator: leave one item to record whether regulator is enabledChunyan Zhang-2/+4
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+1
2017-08-11PM / s2idle: Rename PM_SUSPEND_FREEZE to PM_SUSPEND_TO_IDLERafael J. Wysocki-1/+1
2017-07-19regulator: of: regulator_of_get_init_data() missing of_node_get()Frank Rowand-1/+1
2017-05-17regulator: Allow for asymmetric settling timesMatthias Kaehlcke-0/+19
2017-04-05regulator: Add settling time for non-linear voltage transitionLaxman Dewangan-0/+4
2016-06-22regulator: of: setup initial suspend stateKeerthy-0/+3
2016-03-30regulator: of: Don't flag voltage change as possible for exact voltagesMark Brown-2/+4
2016-03-27regulator: core: Ensure we are at least in bounds for our constraintsMark Brown-1/+1
2016-03-22regulator: core: Always flag voltage constraints as appliableMark Brown-4/+2
2016-03-13Merge remote-tracking branches 'regulator/topic/mt6397', 'regulator/topic/of'...Mark Brown-8/+7
2016-03-12regulator: of: Use of_property_read_u32() for reading min/maxLaxman Dewangan-8/+7
2016-03-02regulator: core: Add support for active-discharge configurationLaxman Dewangan-0/+6
2015-09-17regulator: Introduce property to flag set-load supportBjorn Andersson-0/+3
2015-07-24regulator: Add over current protection (OCP) supportStephen Boyd-0/+3
2015-06-22Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pwm', '...Mark Brown-1/+1
2015-06-22Merge remote-tracking branches 'regulator/topic/da9063', 'regulator/topic/doc...Mark Brown-0/+12
2015-06-12regulator: Add input current limit supportStephen Boyd-0/+4
2015-06-12regulator: Add soft start supportStephen Boyd-0/+3
2015-06-12regulator: Add pull down supportStephen Boyd-0/+2
2015-06-12regulator: Add system_load constraintStephen Boyd-0/+3
2015-05-13regulator: of: Skip disabled regulator nodesStephen Boyd-1/+1
2015-04-27regulator: Remove unneeded semicolonsKrzysztof Kozlowski-1/+1
2015-01-08regulator: Allow parsing custom properties when using simplified DT parsingKrzysztof Kozlowski-0/+11