summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorLines
2022-06-07regulator: qcom_smd: correct MP5496 rangesRobert Marko-4/+4
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki-25/+17
2022-05-19regulator: pfuze100: Use devm_register_sys_off_handler()Dmitry Osipenko-25/+17
2022-05-17Merge remote-tracking branch 'regulator/for-5.19' into regulator-nextMark Brown-57/+915
2022-05-17regulator: scmi: Fix refcount leak in scmi_regulator_probeMiaoqian Lin-1/+1
2022-05-11regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dtMiaoqian Lin-0/+2
2022-05-09regulator: qcom_smd: Fix up PM8950 regulator configurationKonrad Dybcio-18/+17
2022-05-05regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss-2/+5
2022-05-04regulator: core: Add error flags to sysfs attributesZev Weiss-0/+45
2022-05-03regulator: pca9450: Enable DVS control via PMIC_STBY_REQRickard x Andersson-0/+8
2022-05-03regulator: pca9450: Make warm reset on WDOG_B assertionRickard x Andersson-1/+7
2022-05-03regulator: pca9450: Make I2C Level Translator configurablePer-Daniel Olsson-0/+11
2022-04-26regulator: sm5703-regulator: Add regulators support for SM5703 MFDMarkuss Broks-0/+175
2022-04-25regulator: richtek,rt4801: parse GPIOs per regulatorKrzysztof Kozlowski-11/+38
2022-04-21regulator: core: Sleep (not delay) in set_voltage()Brian Norris-6/+1
2022-04-21regulator: core: Rename _regulator_enable_delay()Brian Norris-8/+8
2022-04-21regulator: da9121: Fix uninit-value in da9121_assign_chip_model()Wei Yongjun-0/+2
2022-04-19regulator: stm32-vrefbuf: using pm_runtime_resume_and_get instead of pm_runti...Minghao Chi-20/+10
2022-04-07regulator Add Richtek RT5759 buck converter supportMark Brown-0/+380
2022-04-06regulator: rpi-panel-attiny: Get rid of duplicate of_node assignmentAndy Shevchenko-1/+0
2022-04-05regulator: Add support for MediaTek PMIC MT6366Mark Brown-5/+208
2022-04-04regulator: mt6366: Add support for MT6366 regulatorJohnson Wang-5/+208
2022-04-04regulator: atc260x: Fix missing active_discharge_on settingAxel Lin-0/+1
2022-04-04regulator: Flag uncontrollable regulators as always_onMark Brown-0/+18
2022-04-04regulator: fixed: Remove print on allocation failureMark Brown-4/+1
2022-04-04regulator: rt5759: Add support for Richtek RT5759 DCDC converterChiYuan Huang-0/+380
2022-04-04regulator: rtq2134: Fix missing active_discharge_on settingAxel Lin-0/+1
2022-04-04regulator: wm8994: Add an off-on delay for WM8994 variantJonathan Bakker-3/+39
2022-03-30Merge tag 'regulator-fix-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+3
2022-03-25Merge tag 'mfd-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-3/+5
2022-03-25regulator: rt4831: Add active_discharge_on to fix discharge APIChiYuan Huang-0/+2
2022-03-25regulator: rt4831: Add bypass mask to fix set_bypass API workChiYuan Huang-0/+1
2022-03-21Merge tag 'regulator-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-61/+1023
2022-03-18regulator: qcom-rpmh: Add support for SDX65Rohit Agarwal-0/+37
2022-03-15regulator: vctrl: Use min() instead of doing it manuallyHaowen Bai-4/+1
2022-03-09regulator: rt5190a: Add support for Richtek RT5190A PMICChiYuan Huang-0/+524
2022-03-07regulator: cleanup commentsTom Rix-6/+6
2022-03-02regulator: virtual: add devicetree supportVincent Whitchurch-0/+18
2022-03-02regulator: virtual: warn against production useVincent Whitchurch-0/+13
2022-03-02regulator: virtual: use dev_err_probe()Vincent Whitchurch-6/+4
2022-02-22regulator: da9121: Remove surplus DA9141 parametersAdam Ward-4/+0
2022-02-22regulator: da9121: Fix DA914x voltage valueAdam Ward-1/+1
2022-02-22regulator: da9121: Fix DA914x current valuesAdam Ward-5/+5
2022-02-08regulator: Add support for TPS6286xVincent Whitchurch-0/+169
2022-02-08regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta-10/+3
2022-02-08regulator: sy7636a: Remove requirement on sy7636a mfdAlistair Francis-3/+5
2022-01-28regulator/rpi-panel-attiny: Use two transactions for I2C readDave Stevenson-1/+34
2022-01-28regulator/rpi-panel-attiny: Use the regmap cacheDave Stevenson-1/+1
2022-01-28regulator: rpi-panel: Remove get_brightness hookDave Stevenson-23/+0
2022-01-28regulator: rpi-panel: Add GPIO control for panel and touch resetsDave Stevenson-18/+98