summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2019-07-26regulator: s2mps11: Fix buck7 and buck8 wrong voltagesKrzysztof Kozlowski1-2/+2
2019-07-26regulator: s2mps11: Fix ERR_PTR dereference on GPIO lookup failureKrzysztof Kozlowski1-0/+1
2019-07-26gpio: Fix return value mismatch of function gpiod_get_from_of_node()Waibel Georg4-5/+12
2019-05-31regulator: da9055: Fix notifier mutex lock warningSteve Twiss1-0/+2
2019-05-31regulator: da9062: Fix notifier mutex lock warningSteve Twiss1-0/+2
2019-05-31regulator: pv88090: Fix notifier mutex lock warningSteve Twiss1-0/+4
2019-05-31regulator: wm831x: Fix notifier mutex lock warningSteve Twiss1-0/+4
2019-05-31regulator: pv88080: Fix notifier mutex lock warningSteve Twiss1-0/+4
2019-05-31regulator: da9063: Fix notifier mutex lock warningSteve Twiss1-1/+4
2019-05-31regulator: da9211: Fix notifier mutex lock warningSteve Twiss1-0/+4
2019-05-31regulator: lp8755: Fix notifier mutex lock warningSteve Twiss1-3/+12
2019-05-31regulator: pv88060: Fix notifier mutex lock warningSteve Twiss1-0/+4
2019-05-31regulator: ltc3589: Fix notifier mutex lock warningSteve Twiss1-2/+8
2019-05-31regulator: ltc3676: Fix notifier mutex lock warningSteve Twiss1-2/+8
2019-05-31regulator: wm831x isink: Fix notifier mutex lock warningSteve Twiss1-0/+2
2019-05-31regulator: wm831x ldo: Fix notifier mutex lock warningSteve Twiss1-0/+2
2019-05-31regulator: core: Avoid potential deadlock on regulator_unregisterCharles Keepax1-1/+2
2019-05-31regulator: core: Actually put the gpiod after useLinus Walleij1-0/+1
2019-05-25regulator: core: fix error path for regulator_set_voltage_unlockedSteve Twiss1-7/+4
2019-03-04regulator: mc13xxx: Constify regulator_ops variablesAxel Lin4-10/+10
2019-03-04regulator: palmas: Constify palmas_smps_ramp_delay arrayAxel Lin1-1/+1
2019-03-04regulator: wm831x-dcdc: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-36/+6
2019-03-04regulator: pv88090: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-45/+8
2019-03-04regulator: pv88080: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-47/+8
2019-03-04regulator: pv88060: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-44/+7
2019-03-04Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown5-7/+8
2019-03-04regulator: max77650: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-49/+25
2019-03-04regulator: lp873x: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-39/+6
2019-03-04regulator: lp872x: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-60/+10
2019-03-04regulator: da9210: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-46/+7
2019-03-04regulator: da9055: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-36/+9
2019-03-04regulator: core: Add set/get_current_limit helpers for regmap usersAxel Lin1-0/+86
2019-02-28regulator: stm32-vrefbuf: add power management supportFabrice Gasnier1-7/+114
2019-02-26regulator: 88pm8607: Remove unused fields from struct pm8607_regulator_infoAxel Lin1-14/+5
2019-02-26regulator: 88pm8607: Simplify pm8607_list_voltage implementationAxel Lin1-9/+10
2019-02-26regulator: cpcap: Constify omap4_regulators and xoom_regulatorsAxel Lin1-2/+2
2019-02-26regulator: cpcap: Remove unused vsel_shift from struct cpcap_regulatorAxel Lin1-52/+50
2019-02-26regulator: da9062: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-4/+2
2019-02-26regulator: mcp16502: Remove module versionAxel Lin1-1/+0
2019-02-26regulator: fan53555: Check pdata->slew_rate settingAxel Lin1-3/+5
2019-02-26regulator: arizona_ldo1: Simplify arizona_ldo1_hc_set/get_voltage_selAxel Lin1-13/+6
2019-02-26regulator: wm831x-dcdc: Fix list of wm831x_dcdc_ilim from mA to uAAxel Lin1-2/+2
2019-02-22regulator: da9063: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-4/+2
2019-02-22regulator: mt6311: Use linear instead of linear range for mt6311_buck_opsAxel Lin1-8/+2
2019-02-22regulator: max77650: Fix set_current_limit implementationAxel Lin1-4/+2
2019-02-22regulator: tps65218: Add support for LS2Christian Hohnstaedt1-5/+13
2019-02-21regulator: s5m8767: Simplify s5m8767_set_voltage_time_sel implementationAxel Lin1-5/+1
2019-02-21regulator: s5m8767: Constify s5m8767_opmode_regAxel Lin1-1/+1
2019-02-21regulator: core: Log forbidden DRMS operationMarc Gonzalez1-1/+3
2019-02-21regulator: lp873x: Constify lp873x_buck_ramp_delay arrayAxel Lin1-1/+1