summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
...
| * regulator: pv88060: Fix notifier mutex lock warningSteve Twiss2019-03-131-0/+4
| * regulator: ltc3676: Fix notifier mutex lock warningSteve Twiss2019-03-131-2/+8
| * regulator: ltc3589: Fix notifier mutex lock warningSteve Twiss2019-03-131-2/+8
| * regulator: lp8755: Fix notifier mutex lock warningSteve Twiss2019-03-131-3/+12
| * regulator: da9211: Fix notifier mutex lock warningSteve Twiss2019-03-131-0/+4
| * regulator: da9063: Fix notifier mutex lock warningSteve Twiss2019-03-131-1/+4
| * regulator: wm831x: Fix notifier mutex lock warningSteve Twiss2019-03-131-0/+4
| * regulator: pv88090: Fix notifier mutex lock warningSteve Twiss2019-03-131-0/+4
| * regulator: pv88080: Fix notifier mutex lock warningSteve Twiss2019-03-131-0/+4
| * regulator: da9062: Fix notifier mutex lock warningSteve Twiss2019-03-131-0/+2
| * regulator: da9055: Fix notifier mutex lock warningSteve Twiss2019-03-131-0/+2
| * regulator: gpio: Constify regulator_opsAxel Lin2019-03-131-2/+2
| * regulator: gpio: Convert to devm_regulator_registerAxel Lin2019-03-131-14/+4
| * regulator: wm8400: Fix trivial typoAxel Lin2019-03-111-1/+1
| * regulator: wm8400: Get rid of wm8400_block_read/wm8400_set_bits functionsAxel Lin2019-03-111-9/+8
| * regulator: ab3100: Remove ab3100_regulators_remove functionAxel Lin2019-03-111-22/+2
| * regulator: palmas: Remove *rdev[PALMAS_NUM_REGS] from struct palmas_pmicAxel Lin2019-03-111-12/+0
* | 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-031-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/+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
* | 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