aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2019-01-28regulator: lp87565: Constify lp87565_buck_ramp_delay and lp87565_buck_opsAxel Lin1-2/+2
2019-01-28regulator: lp8755: Constify lp8755_regulatorsAxel Lin1-1/+1
2019-01-28regulator: lp873x: Constify lp873x_buck01_ops and lp873x_ldo01_opsAxel Lin1-2/+2
2019-01-28regulator: lp872x: Constify regulator_ops and regulator_descAxel Lin1-6/+6
2019-01-28regulator: lp3972: Constify lp3972_ldo_ops and lp3972_dcdc_opsAxel Lin1-2/+2
2019-01-28regulator: lp3971: Constify lp3971_ldo_ops and lp3971_dcdc_opsAxel Lin1-2/+2
2019-01-25regulator: da9052: Use lowercase regulator names to match the DTRob Herring1-32/+32
2019-01-25regulator: mc13xxx: Use lowercase regulator names to match the DTRob Herring3-80/+80
2019-01-24regulator: bd9571mwv: Constify regulator_opsAxel Lin1-4/+4
2019-01-24regulator: bd718x7: Constify regulator_opsAxel Lin1-7/+7
2019-01-24regulator: bd70528: Constify regulator_linear_range and regulator_opsAxel Lin1-9/+8
2019-01-23regulator: stpmic1: Add static const qualifier at peroper placesAxel Lin1-21/+17
2019-01-23regulator: bd70528: Support ROHM BD70528 regulator blockMatti Vaittinen3-0/+302
2019-01-22regulator: qcom-smd: Batch up requests for disabled regulatorsBjorn Andersson1-35/+69
2019-01-22regulator: wm831x-dcdc: Convert to use regulator_linear_range for wm831x_buckvAxel Lin1-30/+9
2019-01-22regulator: twl: Use of_device_get_match_data()Axel Lin1-6/+1
2019-01-22regulator: arizona-ldo1: Convert to use regulator_linear_range for ldo1_hcAxel Lin1-28/+9
2019-01-18regulator: lochnagar: Add missing MODULE_DEVICE_TABLECharles Keepax1-1/+2
2019-01-14regulator: act8865: Fix act8600_sudcdc_voltage_ranges settingAxel Lin1-2/+3
2019-01-14regulator: twl6030: Use of_device_get_match_data()Axel Lin1-6/+1
2019-01-14regulator: max14577: Remove redundant MODULE_ALIASAxel Lin1-1/+0
2019-01-14regulator: pwm: No need to make a copy of regulator_ops per instanceAxel Lin1-12/+5
2019-01-14regulator: hi655x: Removed unused ctrl_regs field from struct hi655x_regulatorAxel Lin1-1/+0
2019-01-10regulator: max77620: Initialize values for DT propertiesMark Zhang1-1/+9
2019-01-09regulator: provide rdev_get_regmap()Bartosz Golaszewski1-0/+6
2019-01-09regulator: axp20x: check rdev is null before dereferencing itColin Ian King1-2/+6
2019-01-08regulator: Fix trivial language typosKrzysztof Kozlowski4-16/+16
2019-01-07regulator: act8945a: Use rdev_get_id() to access id of regulatorAxel Lin1-5/+6
2019-01-07regulator: bcm590xx: Fix .enable_reg for BCM590XX_REG_VSRAxel Lin1-0/+4
2019-01-07Merge branch 'regulator-4.21' into regulator-5.0Mark Brown1-1/+1
2018-12-31regulator: lochnagar: Set up correct .data field for "cirrus,lochnagar2-mic2vdd"Axel Lin1-1/+1
2018-12-21Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown1-10/+2
2018-12-21regulator: tps65910: fix a missing check of return valueKangjie Lu1-1/+3
2018-12-21regulator: mcp16502: Select REGMAP_I2C to fix build errorAxel Lin1-0/+1
2018-12-20regulator: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2-63/+9
2018-12-20regulator: mcp16502: Fix missing n_voltages settingAxel Lin1-0/+1
2018-12-20regulator: mcp16502: Use #ifdef CONFIG_PM_SLEEP around mcp16502_suspend/resume_noirqAxel Lin1-5/+2
2018-12-19regulator: mcp16502: code cleanupAndrei.Stefanescu@microchip.com1-3/+3
2018-12-19regulator: act8945a-regulator: make symbol act8945a_pm staticWei Yongjun1-1/+1
2018-12-19drivers/regulator: fix a missing check of return valueKangjie Lu1-1/+4
2018-12-17regulator: act8945a-regulator: fix 'defined but not used' compiler warningClaudiu Beznea1-1/+1
2018-12-17regulator: axp20x: fix set_ramp_delay for AXP209/dcdc2Priit Laes1-0/+1
2018-12-14regulator: mcp16502: add support for suspendAndrei.Stefanescu@microchip.com1-0/+34
2018-12-13regulator: axp20x: add software based soft_start for AXP209 LDO3Olliver Schinagl1-1/+56
2018-12-13regulator: axp20x: add support for set_ramp_delay for AXP209Olliver Schinagl1-0/+85
2018-12-13Merge branch 'topic/axp20x' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-4.21Mark Brown1-178/+555
2018-12-13regulator: mcp16502: add regulator driver for MCP16502Andrei.Stefanescu@microchip.com3-0/+530
2018-12-12regulator: act8945a-regulator: add shutdown functionClaudiu Beznea1-0/+11
2018-12-12regulator: act8945a-regulator: fix line over 80 chars warningClaudiu Beznea1-1/+2
2018-12-12regulator: act8945a-regulator: Implement PM functionalitiesBoris Brezillon1-5/+181