summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: wm8994: Add an off-on delay for WM8994 variantJonathan Bakker2022-04-201-3/+39
* regulator: atc260x: Fix missing active_discharge_on settingAxel Lin2022-04-131-0/+1
* regulator: rtq2134: Fix missing active_discharge_on settingAxel Lin2022-04-131-0/+1
* regulator: rpi-panel: Handle I2C errors/timing to the AtmelDave Stevenson2022-04-081-10/+46
* regulator: qcom_smd: fix for_each_child.cocci warningskernel test robot2022-04-081-1/+3
* regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta2022-03-081-10/+3
* regulator: qcom_smd: Align probe function with rpmh-regulatorKonrad Dybcio2022-01-271-30/+70
* regulator: da9121: Prevent current limit change when enabledAdam Ward2022-01-271-0/+5
* regulator: qcom-labibb: OCP interrupts are not a failure while disabledMarijn Suijten2022-01-271-1/+1
* regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is disa...Krzysztof Kozlowski2021-11-181-12/+9
* regulator: max14577: Revert "regulator: max14577: Add proper module aliases s...Krzysztof Kozlowski2021-09-171-2/+0
* regulator: qcom-rpmh-regulator: fix pm8009-1 ldo7 resource nameDmitry Baryshkov2021-09-011-1/+1
* regulator: vctrl: Avoid lockdep warning in enable/disable opsChen-Yu Tsai2021-08-251-30/+42
* regulator: vctrl: Use locked regulator_get_voltage in probe pathChen-Yu Tsai2021-08-251-1/+2
* regulator: Documentation fix for regulator error notification helperMatti Vaittinen2021-08-231-1/+1
* regulator: sy7636a: Use the regmap directlyAlistair Francis2021-08-091-7/+6
* regulator: sy7636a: Store the epd-pwr-good GPIO locallyAlistair Francis2021-08-031-5/+16
* regulator: sy7636a: Use the parent driver dataAlistair Francis2021-08-031-6/+6
* regulator: sy7636a: Remove the poll_enable_timeAlistair Francis2021-08-031-3/+0
* regulator: sy8827n: Enable REGCACHE_FLATJisheng Zhang2021-08-031-0/+14
* regulator: sy8824x: Enable REGCACHE_FLATJisheng Zhang2021-08-031-1/+15
* regulator: rtq2134: Fix coding styleChiYuan Huang2021-07-301-2/+2
* regulator: hi6421v600: rename voltage range arraysMauro Carvalho Chehab2021-07-261-14/+14
* Merge branch 'regulator-5.14' into regulator-5.15Mark Brown2021-07-262-27/+31
|\
| * regulator: hi6421v600: use lowercase for ldoMauro Carvalho Chehab2021-07-261-18/+18
| * regulator: hi6421: Fix getting wrong drvdataAxel Lin2021-07-111-9/+13
* | regulator: fixed: use dev_err_probe for registerChris Morgan2021-07-221-2/+3
* | regulator: rtq2134: Add support for Richtek RTQ2134 SubPMICChiYuan Huang2021-07-203-0/+385
* | regulator: Fix a couple of spelling mistakes in KconfigColin Ian King2021-07-191-2/+2
* | regulator: rtq6752: fix reg reset behaviorChiYuan Huang2021-07-161-3/+7
* | regulator: da9063: Add support for full-current mode.Vincent Pelletier2021-07-151-2/+130
* | regulator: rt6245: make a const array func_base static, makes object smallerColin Ian King2021-07-151-1/+1
* | regulator: rtq6752: Fix the typo for reg define and author nameChiYuan Huang2021-07-141-2/+2
* | Merge series "regulator: devres: remove unused device-managed unregister APIs...Mark Brown2021-07-121-67/+2
|\ \
| * | regulator: devres: unexport devm_regulator_unregister_supply_alias()Alexandru Ardelean2021-07-111-14/+2
| * | regulator: devres: remove devm_regulator_bulk_unregister_supply_alias()Alexandru Ardelean2021-07-111-24/+0
| * | regulator: devres: remove devm_regulator_unregister() functionAlexandru Ardelean2021-07-111-29/+0
* | | Merge series "Move Hisilicon 6421v600 SPMI and USB drivers out of staging" fr...Mark Brown2021-07-121-1/+1
|\ \ \
| * | | regulator: hi6421v600-regulator: add a missing dot at copyrightMauro Carvalho Chehab2021-07-111-1/+1
| |/ /
* | | regulator: bd718x7: Suopport configuring UVP/OVP stateMatti Vaittinen2021-07-111-109/+260
* | | regulator: Replace symbolic permissions with octal permissionsJinchao Wang2021-07-111-2/+2
* | | regulator: rt6752: Add support for Richtek RTQ6752ChiYuan Huang2021-07-113-0/+295
* | | regulator: rt5033: Use linear ranges to map all voltage selectionChiYuan Huang2021-07-111-6/+15
* | | regulator: tps65910: Silence deferred probe errorDmitry Osipenko2021-07-111-6/+4
* | | regulator: mt6397: Remove modeset_shift from struct mt6397_regulator_infoAxel Lin2021-07-111-7/+8
* | | regulator: mt6359: Remove shift fields from struct mt6359_regulator_infoAxel Lin2021-07-111-11/+8
* | | regulator: mt6358: Remove shift fields from struct mt6358_regulator_infoAxel Lin2021-07-111-47/+40
|/ /
* | Merge existing fixes from regulator/for-5.14Mark Brown2021-07-114-12/+13
|\|
| * regulator: mtk-dvfsrc: Fix wrong dev pointer for devm_regulator_registerAxel Lin2021-07-071-2/+1
| * regulator: bd9576: Fix testing wrong flag in check_temp_flag_mismatchAxel Lin2021-07-011-2/+2