aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki1-25/+17
2022-05-19regulator: pfuze100: Use devm_register_sys_off_handler()Dmitry Osipenko1-25/+17
2022-05-17Merge remote-tracking branch 'regulator/for-5.19' into regulator-nextMark Brown14-57/+915
2022-05-17regulator: scmi: Fix refcount leak in scmi_regulator_probeMiaoqian Lin1-1/+1
2022-05-11regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dtMiaoqian Lin1-0/+2
2022-05-09regulator: qcom_smd: Fix up PM8950 regulator configurationKonrad Dybcio1-18/+17
2022-05-05regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss1-2/+5
2022-05-04regulator: core: Add error flags to sysfs attributesZev Weiss1-0/+45
2022-05-03regulator: pca9450: Enable DVS control via PMIC_STBY_REQRickard x Andersson1-0/+8
2022-05-03regulator: pca9450: Make warm reset on WDOG_B assertionRickard x Andersson1-1/+7
2022-05-03regulator: pca9450: Make I2C Level Translator configurablePer-Daniel Olsson1-0/+11
2022-04-26regulator: sm5703-regulator: Add regulators support for SM5703 MFDMarkuss Broks3-0/+175
2022-04-25regulator: richtek,rt4801: parse GPIOs per regulatorKrzysztof Kozlowski1-11/+38
2022-04-21regulator: core: Sleep (not delay) in set_voltage()Brian Norris1-6/+1
2022-04-21regulator: core: Rename _regulator_enable_delay()Brian Norris1-8/+8
2022-04-21regulator: da9121: Fix uninit-value in da9121_assign_chip_model()Wei Yongjun1-0/+2
2022-04-19regulator: stm32-vrefbuf: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-20/+10
2022-04-07regulator Add Richtek RT5759 buck converter supportMark Brown3-0/+380
2022-04-06regulator: rpi-panel-attiny: Get rid of duplicate of_node assignmentAndy Shevchenko1-1/+0
2022-04-05regulator: Add support for MediaTek PMIC MT6366Mark Brown1-5/+208
2022-04-04regulator: mt6366: Add support for MT6366 regulatorJohnson Wang1-5/+208
2022-04-04regulator: atc260x: Fix missing active_discharge_on settingAxel Lin1-0/+1
2022-04-04regulator: Flag uncontrollable regulators as always_onMark Brown1-0/+18
2022-04-04regulator: fixed: Remove print on allocation failureMark Brown1-4/+1
2022-04-04regulator: rt5759: Add support for Richtek RT5759 DCDC converterChiYuan Huang3-0/+380
2022-04-04regulator: rtq2134: Fix missing active_discharge_on settingAxel Lin1-0/+1
2022-04-04regulator: wm8994: Add an off-on delay for WM8994 variantJonathan Bakker1-3/+39
2022-03-30Merge tag 'regulator-fix-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-0/+3
2022-03-25Merge tag 'mfd-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds2-3/+5
2022-03-25regulator: rt4831: Add active_discharge_on to fix discharge APIChiYuan Huang1-0/+2
2022-03-25regulator: rt4831: Add bypass mask to fix set_bypass API workChiYuan Huang1-0/+1
2022-03-21Merge tag 'regulator-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds13-61/+1023
2022-03-18regulator: qcom-rpmh: Add support for SDX65Rohit Agarwal1-0/+37
2022-03-15regulator: vctrl: Use min() instead of doing it manuallyHaowen Bai1-4/+1
2022-03-09regulator: rt5190a: Add support for Richtek RT5190A PMICChiYuan Huang3-0/+524
2022-03-07regulator: cleanup commentsTom Rix4-6/+6
2022-03-02regulator: virtual: add devicetree supportVincent Whitchurch1-0/+18
2022-03-02regulator: virtual: warn against production useVincent Whitchurch1-0/+13
2022-03-02regulator: virtual: use dev_err_probe()Vincent Whitchurch1-6/+4
2022-02-22regulator: da9121: Remove surplus DA9141 parametersAdam Ward1-4/+0
2022-02-22regulator: da9121: Fix DA914x voltage valueAdam Ward1-1/+1
2022-02-22regulator: da9121: Fix DA914x current valuesAdam Ward1-5/+5
2022-02-08regulator: Add support for TPS6286xVincent Whitchurch3-0/+169
2022-02-08regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta1-10/+3
2022-02-08regulator: sy7636a: Remove requirement on sy7636a mfdAlistair Francis2-3/+5
2022-01-28regulator/rpi-panel-attiny: Use two transactions for I2C readDave Stevenson1-1/+34
2022-01-28regulator/rpi-panel-attiny: Use the regmap cacheDave Stevenson1-1/+1
2022-01-28regulator: rpi-panel: Remove get_brightness hookDave Stevenson1-23/+0
2022-01-28regulator: rpi-panel: Add GPIO control for panel and touch resetsDave Stevenson2-18/+98
2022-01-28regulator: rpi-panel: Convert to drive lines directlyDave Stevenson1-51/+60