summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* regulator: max77620: Fix regulator info setting for max20024Axel Lin2019-04-251-1/+1
* regulator: core: Actually put the gpiod after useLinus Walleij2019-04-251-0/+1
* regulator: core: Avoid potential deadlock on regulator_unregisterCharles Keepax2019-04-051-1/+2
* regulator: tps65217: Fix off-by-one for latest seletor of tps65217_uv1_rangesAxel Lin2019-03-261-1/+1
* regulator: core: fix error path for regulator_set_voltage_unlockedSteve Twiss2019-03-191-7/+4
* 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/+6
* regulator: pv88090: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-041-45/+8
* regulator: pv88080: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-031-47/+8
* regulator: pv88060: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-031-44/+7
* Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-03-035-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-031-49/+25
* | regulator: lp873x: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-031-39/+6
* | regulator: lp872x: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-031-60/+10
* | regulator: da9210: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-031-46/+7
* | regulator: da9055: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-031-36/+9
* | regulator: core: Add set/get_current_limit helpers for regmap usersAxel Lin2019-03-032-0/+93
* | regulator: Fix comment for csel_reg and csel_maskAxel Lin2019-03-031-2/+2
* | 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/+5
* | 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/+50
* | dt-bindings: regulator: tps65218: rectify units of LS3Christian Hohnstaedt2019-02-261-2/+2
* | dt-bindings: regulator: add LS2 load switch documentationChristian Hohnstaedt2019-02-261-0/+5
* | regulator: da9062: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-261-4/+2
* | regulator: mcp16502: Remove module versionAxel Lin2019-02-261-1/+0
* | 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/+6
* | regulator: da9063: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-221-4/+2
* | regulator: mt6311: Use linear instead of linear range for mt6311_buck_opsAxel Lin2019-02-221-8/+2
* | regulator: max77650: Fix set_current_limit implementationAxel Lin2019-02-221-4/+2
* | regulator: tps65218: Add support for LS2Christian Hohnstaedt2019-02-222-6/+15
* | regulator: s5m8767: Simplify s5m8767_set_voltage_time_sel implementationAxel Lin2019-02-211-5/+1
* | 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
* | .mailmap: Add Mathieu OthaceheMathieu Othacehe2019-02-211-0/+1
* | regulator: fan53555: Add support for FAN53526Bjorn Andersson2019-02-212-11/+93
* | 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/+27
* | 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/+0