aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2018-12-21Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextGravatar Mark Brown 1-10/+2
2018-12-21regulator: tps65910: fix a missing check of return valueGravatar Kangjie Lu 1-1/+3
2018-12-21regulator: mcp16502: Select REGMAP_I2C to fix build errorGravatar Axel Lin 1-0/+1
2018-12-20regulator: convert to DEFINE_SHOW_ATTRIBUTEGravatar Yangtao Li 2-63/+9
2018-12-20regulator: mcp16502: Fix missing n_voltages settingGravatar Axel Lin 1-0/+1
2018-12-20regulator: mcp16502: Use #ifdef CONFIG_PM_SLEEP around mcp16502_suspend/resum...Gravatar Axel Lin 1-5/+2
2018-12-19regulator: mcp16502: code cleanupGravatar Andrei.Stefanescu@microchip.com 1-3/+3
2018-12-19regulator: act8945a-regulator: make symbol act8945a_pm staticGravatar Wei Yongjun 1-1/+1
2018-12-19drivers/regulator: fix a missing check of return valueGravatar Kangjie Lu 1-1/+4
2018-12-17regulator: act8945a-regulator: fix 'defined but not used' compiler warningGravatar Claudiu Beznea 1-1/+1
2018-12-17regulator: axp20x: fix set_ramp_delay for AXP209/dcdc2Gravatar Priit Laes 1-0/+1
2018-12-14regulator: mcp16502: add support for suspendGravatar Andrei.Stefanescu@microchip.com 1-0/+34
2018-12-13regulator: axp20x: add software based soft_start for AXP209 LDO3Gravatar Olliver Schinagl 1-1/+56
2018-12-13regulator: axp20x: add support for set_ramp_delay for AXP209Gravatar Olliver Schinagl 1-0/+85
2018-12-13Merge branch 'topic/axp20x' of https://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Mark Brown 1-178/+555
2018-12-13regulator: mcp16502: add regulator driver for MCP16502Gravatar Andrei.Stefanescu@microchip.com 3-0/+530
2018-12-12regulator: act8945a-regulator: add shutdown functionGravatar Claudiu Beznea 1-0/+11
2018-12-12regulator: act8945a-regulator: fix line over 80 chars warningGravatar Claudiu Beznea 1-1/+2
2018-12-12regulator: act8945a-regulator: Implement PM functionalitiesGravatar Boris Brezillon 1-5/+181
2018-12-12regulator: act8945a-regulator: unlock expert registersGravatar Claudiu Beznea 1-1/+12
2018-12-12regulator: arizona-ldo1: Rely on core to handle GPIO descriptorGravatar Linus Walleij 1-3/+0
2018-12-12regulator: wm8994: Rely on core to handle GPIO descriptorGravatar Linus Walleij 1-5/+6
2018-12-11regulator: core: Clean enabling always-on regulators + their suppliesGravatar Douglas Anderson 1-3/+16
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Mark Brown 2-11/+12
2018-12-11Merge branch 'regulator-4.20' into regulator-linusGravatar Mark Brown 2-11/+12
2018-12-11regulator: s2mps11: Hand over GPIO to regulator coreGravatar Linus Walleij 1-1/+6
2018-12-11regulator: tps65090: Hand over GPIO to regulator coreGravatar Linus Walleij 1-0/+6
2018-12-11regulator: s5m8767: Hand over GPIO to regulator coreGravatar Linus Walleij 1-1/+8
2018-12-11regulator: da9211: Hand over GPIO to regulator coreGravatar Linus Walleij 1-0/+6
2018-12-11regulator: max8973: Let core handle GPIO descriptorGravatar Linus Walleij 1-1/+7
2018-12-11regulator: max77686: Let core handle GPIO descriptorGravatar Linus Walleij 1-5/+9
2018-12-11regulator: max8952: Let core handle GPIO descriptorGravatar Linus Walleij 1-3/+7
2018-12-11regulator: lp8788-ldo: Let core handle GPIO descriptorGravatar Linus Walleij 1-2/+6
2018-12-11regulator: lm363x: Let core handle GPIO descriptorGravatar Linus Walleij 1-2/+6
2018-12-11regulator: fixed: Let core handle GPIO descriptorGravatar Linus Walleij 1-1/+5
2018-12-11regulator: core: Track dangling GPIO descriptorsGravatar Linus Walleij 1-10/+45
2018-12-06regulator: Use of_node_name_eq for node name comparisonsGravatar Rob Herring 6-6/+6
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-12-03regulator: stpmic1: fix regulator_lock usageGravatar Pascal PAILLET-LME 1-1/+1
2018-11-28regulator: axp20x: use defines for masksGravatar Olliver Schinagl 1-178/+555
2018-11-26regulator: core: Apply system load even if no consumer loadsGravatar Douglas Anderson 1-0/+6
2018-11-26regulator: core: enable power when setting up constraintsGravatar Olliver Schinagl 1-11/+11
2018-11-22regulator: core: Avoid propagating to supplies when possibleGravatar Douglas Anderson 1-7/+7
2018-11-22regulator: core: Only count load for enabled consumersGravatar Douglas Anderson 2-51/+144
2018-11-21regulator: wm8994: Don't use devres for enable GPIOsGravatar Charles Keepax 1-5/+9
2018-11-20regulator: core: Don't double-disable supplies in regulator_disable_deferred()Gravatar Douglas Anderson 1-10/+0
2018-11-20regulator: core: Properly expose requested_microamps in sysfsGravatar Douglas Anderson 1-4/+0
2018-11-20regulator: lochnagar: Move driver to binding from DTGravatar Charles Keepax 1-11/+37
2018-11-20regulator: s2mps11: Fix GPIO descriptor initializationGravatar Marek Szyprowski 1-3/+2