summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorLines
2022-07-28regulator: Consumer load management improvementsMark Brown-8/+40
2022-07-27regulator: core: Allow drivers to define their init data as constDouglas Anderson-0/+28
2022-07-27regulator: core: Allow specifying an initial load w/ the bulk APIDouglas Anderson-8/+12
2022-07-27regulator: mt6380: Fix unused array warningJean Delvare-1/+1
2022-07-19regulator: core: Fix off-on-delay-us for always-on/boot-on regulatorsChristian Kohlschütter-2/+3
2022-07-15regulator: of: Fix refcount leak bug in of_get_regulation_constraints()Liang He-1/+5
2022-07-14regulator: max597x: Don't return uninitialized variable in .probeAxel Lin-3/+0
2022-07-11regulator: qcom_spmi: add support for PMP8074 regulatorsRobert Marko-0/+23
2022-07-11regulator: qcom_spmi: add support for HT_P600Robert Marko-0/+7
2022-07-11regulator: qcom_spmi: add support for HT_P150Robert Marko-0/+7
2022-07-11regulator: max597x: Remove unused including <linux/version.h>Jiapeng Chong-1/+0
2022-07-07regulator: Fix MFD_MAX597X dependencyMark Brown-1/+1
2022-07-05regulator: Fix parameter declaration and spelling mistake.Zhang Jiaming-2/+2
2022-07-05regulator: max597x: Add support for max597x regulatorPatrick Rudolph-0/+517
2022-06-30regulator: qcom_smd: Add PM8909 and fix pm8916_pldo rangeMark Brown-6/+30
2022-06-30regulator: scmi: Add missing of_node_get()Liang He-0/+1
2022-06-29regulator: qcom_smd: Add PM8909 RPM regulatorsStephan Gerhold-0/+24
2022-06-29regulator: qcom_smd: Fix pm8916_pldo rangeStephan Gerhold-2/+2
2022-06-29regulator: mt6370: Use the correct header for platform_device_idChiYuan Huang-0/+1
2022-06-29regulator: mt6370: Use 'fwnode_gpiod_get_index' to fix gpio parsingChiYuan Huang-1/+2
2022-06-23regulator: mt6370: Add mt6370 DisplayBias and VibLDO supportChiYuan Huang-0/+397
2022-06-23regulator: rt5120: Add PMIC regulator supportChiYuan Huang-0/+431
2022-06-13regulator: rpi-panel-attiny: Use backlight helperStephen Kitt-5/+1
2022-06-07regulator: qcom_smd: add get_voltage to MP5496Robert Marko-0/+1
2022-06-07regulator: qcom_smd: correct MP5496 rangesRobert Marko-4/+4
2022-06-07regulator: mp5416: remove kernel.h includeRobert Marko-1/+0
2022-06-06regulator: rt5190a: check if init_data is NULL, bypass rt5190a_of_parse_cbChiYuan Huang-0/+3
2022-06-06regulator: mp5416: add support for MP5496Robert Marko-0/+13
2022-06-06regulator: mp5416: use OF match dataRobert Marko-2/+8
2022-06-06regulator: mp5416: alphabetically sort header includesRobert Marko-3/+3
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