summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: mc13xxx: Constify regulator_ops variablesAxel Lin2019-03-044-10/+10
* regulator: palmas: Constify palmas_smps_ramp_delay arrayAxel Lin2019-03-041-1/+1
* regulator: wm831x-dcdc: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-041-36/+6Star
* regulator: pv88090: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-041-45/+8Star
* regulator: pv88080: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-041-47/+8Star
* regulator: pv88060: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-041-44/+7Star
* Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-03-045-7/+8
|\
| * regulator: wm831x-dcdc: Fix list of wm831x_dcdc_ilim from mA to uAAxel Lin2019-02-261-2/+2
| * regulator: tps65218.c: fix LS3 issuesChristian Hohnstaedt2019-02-201-2/+3
| * regulator: pv88090: Fix array out-of-bounds accessAxel Lin2019-02-191-1/+1
| * regulator: pv88080: Fix array out-of-bounds accessAxel Lin2019-02-191-1/+1
| * regulator: pv88060: Fix array out-of-bounds accessAxel Lin2019-02-191-1/+1
* | regulator: max77650: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-041-49/+25Star
* | regulator: lp873x: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-041-39/+6Star
* | regulator: lp872x: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-041-60/+10Star
* | regulator: da9210: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-041-46/+7Star
* | regulator: da9055: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-041-36/+9Star
* | regulator: core: Add set/get_current_limit helpers for regmap usersAxel Lin2019-03-041-0/+86
* | regulator: stm32-vrefbuf: add power management supportFabrice Gasnier2019-02-281-7/+114
* | regulator: 88pm8607: Remove unused fields from struct pm8607_regulator_infoAxel Lin2019-02-261-14/+5Star
* | regulator: 88pm8607: Simplify pm8607_list_voltage implementationAxel Lin2019-02-261-9/+10
* | regulator: cpcap: Constify omap4_regulators and xoom_regulatorsAxel Lin2019-02-261-2/+2
* | regulator: cpcap: Remove unused vsel_shift from struct cpcap_regulatorAxel Lin2019-02-261-52/+50Star
* | regulator: da9062: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-261-4/+2Star
* | regulator: mcp16502: Remove module versionAxel Lin2019-02-261-1/+0Star
* | regulator: fan53555: Check pdata->slew_rate settingAxel Lin2019-02-261-3/+5
* | regulator: arizona_ldo1: Simplify arizona_ldo1_hc_set/get_voltage_selAxel Lin2019-02-261-13/+6Star
* | regulator: da9063: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-221-4/+2Star
* | regulator: mt6311: Use linear instead of linear range for mt6311_buck_opsAxel Lin2019-02-221-8/+2Star
* | regulator: max77650: Fix set_current_limit implementationAxel Lin2019-02-221-4/+2Star
* | regulator: tps65218: Add support for LS2Christian Hohnstaedt2019-02-221-5/+13
* | regulator: s5m8767: Simplify s5m8767_set_voltage_time_sel implementationAxel Lin2019-02-211-5/+1Star
* | regulator: s5m8767: Constify s5m8767_opmode_regAxel Lin2019-02-211-1/+1
* | regulator: core: Log forbidden DRMS operationMarc Gonzalez2019-02-211-1/+3
* | regulator: lp873x: Constify lp873x_buck_ramp_delay arrayAxel Lin2019-02-211-1/+1
* | regulator: fan53555: Add support for FAN53526Bjorn Andersson2019-02-211-10/+91
* | regulator: twl6030: Constify regulator_opsAxel Lin2019-02-201-4/+4
* | regulator: twl6030: Use regulator_list_voltage_linear_range for twl6030ldo_opsAxel Lin2019-02-201-46/+27Star
* | regulator: max77650: Add missing .owner field in regulator_descAxel Lin2019-02-201-0/+6
* | regulator: max77620: Add missing .owner field in regulator_descAxel Lin2019-02-201-0/+2
* | regulator: axp20x: remove a redundant null check on rdevColin Ian King2019-02-191-3/+0Star
* | regulator: da9063: Select maximum current in specific range for set_current_l...Axel Lin2019-02-191-1/+1
* | regulator: da9062: Select maximum current in specific range for set_current_l...Axel Lin2019-02-191-1/+1
* | Merge branch 'regulator-5.0' into regulator-5.1 stpmic1 const/rangeMark Brown2019-02-1913-144/+153
|\|
| * regulator: stpmic1: Change buck1 voltage rangePascal PAILLET-LME2019-02-191-3/+4
| * regulator: axp20x: fix DCDCB and BLDO2 definitions for AXP806Ondrej Jirman2019-02-181-2/+2
| * regulator: core: Take lock before applying system loadNiklas Cassel2019-02-151-0/+2
| * regulator: s2mpa01: Fix step values for some LDOsStuart Menefy2019-02-131-5/+5
| * regulator: s2mps11: Fix steps for buck7, buck8 and LDO35Krzysztof Kozlowski2019-02-111-3/+3
| * regulator: fix device unlinkingGuennadi Liakhovetski2019-02-081-9/+1Star