summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown2018-12-211-10/+2
|\
| * regulator: core: Don't double-disable supplies in regulator_disable_deferred()Douglas Anderson2018-11-201-10/+0
| * regulator: core: Export regulator_lock and regulator_unlockDmitry Osipenko2018-11-201-0/+2
* | regulator: tps65910: fix a missing check of return valueKangjie Lu2018-12-211-1/+3
* | regulator: mcp16502: Select REGMAP_I2C to fix build errorAxel Lin2018-12-211-0/+1
* | regulator: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-202-63/+9
* | regulator: mcp16502: Fix missing n_voltages settingAxel Lin2018-12-201-0/+1
* | regulator: mcp16502: Use #ifdef CONFIG_PM_SLEEP around mcp16502_suspend/resum...Axel Lin2018-12-201-5/+2
* | regulator: mcp16502: code cleanupAndrei.Stefanescu@microchip.com2018-12-191-3/+3
* | regulator: act8945a-regulator: make symbol act8945a_pm staticWei Yongjun2018-12-191-1/+1
* | drivers/regulator: fix a missing check of return valueKangjie Lu2018-12-191-1/+4
* | regulator: act8945a-regulator: fix 'defined but not used' compiler warningClaudiu Beznea2018-12-171-1/+1
* | regulator: axp20x: fix set_ramp_delay for AXP209/dcdc2Priit Laes2018-12-171-0/+1
* | regulator: mcp16502: add support for suspendAndrei.Stefanescu@microchip.com2018-12-141-0/+34
* | regulator: axp20x: add software based soft_start for AXP209 LDO3Olliver Schinagl2018-12-131-1/+56
* | regulator: axp20x: add support for set_ramp_delay for AXP209Olliver Schinagl2018-12-131-0/+85
* | Merge branch 'topic/axp20x' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown2018-12-131-178/+555
|\ \
| * | regulator: axp20x: use defines for masksOlliver Schinagl2018-11-281-178/+555
* | | regulator: mcp16502: add regulator driver for MCP16502Andrei.Stefanescu@microchip.com2018-12-133-0/+530
* | | regulator: act8945a-regulator: add shutdown functionClaudiu Beznea2018-12-121-0/+11
* | | regulator: act8945a-regulator: fix line over 80 chars warningClaudiu Beznea2018-12-121-1/+2
* | | regulator: act8945a-regulator: Implement PM functionalitiesBoris Brezillon2018-12-121-5/+181
* | | regulator: act8945a-regulator: unlock expert registersClaudiu Beznea2018-12-121-1/+12
* | | regulator: arizona-ldo1: Rely on core to handle GPIO descriptorLinus Walleij2018-12-121-3/+0
* | | regulator: wm8994: Rely on core to handle GPIO descriptorLinus Walleij2018-12-121-5/+6
* | | regulator: core: Clean enabling always-on regulators + their suppliesDouglas Anderson2018-12-111-3/+16
* | | Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2018-12-112-11/+12
|\ \ \
| * \ \ Merge branch 'regulator-4.20' into regulator-linusMark Brown2018-12-112-11/+12
| |\ \ \ | | |/ / | |/| |
| | * | regulator: core: enable power when setting up constraintsOlliver Schinagl2018-11-261-11/+11
| | * | regulator: bd718x7: add missing linux/of.h inclusion (deja-vu)Matti Vaittinen2018-11-081-0/+1
* | | | regulator: s2mps11: Hand over GPIO to regulator coreLinus Walleij2018-12-111-1/+6
* | | | regulator: tps65090: Hand over GPIO to regulator coreLinus Walleij2018-12-111-0/+6
* | | | regulator: s5m8767: Hand over GPIO to regulator coreLinus Walleij2018-12-111-1/+8
* | | | regulator: da9211: Hand over GPIO to regulator coreLinus Walleij2018-12-111-0/+6
* | | | regulator: max8973: Let core handle GPIO descriptorLinus Walleij2018-12-111-1/+7
* | | | regulator: max77686: Let core handle GPIO descriptorLinus Walleij2018-12-111-5/+9
* | | | regulator: max8952: Let core handle GPIO descriptorLinus Walleij2018-12-111-3/+7
* | | | regulator: lp8788-ldo: Let core handle GPIO descriptorLinus Walleij2018-12-111-2/+6
* | | | regulator: lm363x: Let core handle GPIO descriptorLinus Walleij2018-12-111-2/+6
* | | | regulator: fixed: Let core handle GPIO descriptorLinus Walleij2018-12-111-1/+5
* | | | regulator: core: Track dangling GPIO descriptorsLinus Walleij2018-12-111-10/+45
* | | | regulator: Use of_node_name_eq for node name comparisonsRob Herring2018-12-066-6/+6
* | | | 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
* | | | regulator: stpmic1: fix regulator_lock usagePascal PAILLET-LME2018-12-031-1/+1
* | | | regulator: core: Apply system load even if no consumer loadsDouglas Anderson2018-11-261-0/+6
* | | | regulator: core: Avoid propagating to supplies when possibleDouglas Anderson2018-11-221-7/+7
* | | | regulator: core: Only count load for enabled consumersDouglas Anderson2018-11-222-51/+144
* | | | regulator: wm8994: Don't use devres for enable GPIOsCharles Keepax2018-11-211-5/+9
* | | | regulator: core: Properly expose requested_microamps in sysfsDouglas Anderson2018-11-201-4/+0