aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-08Merge tag 'regulator-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds2-3/+8
2022-08-25regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulator_probe()Xiaolei Wang1-1/+1
2022-08-22regulator: core: Clean up on enable failureAndrew Halaney1-2/+7
2022-08-16Merge tag 'regulator-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-1/+1
2022-08-10regulator: core: Fix missing error return from regulator_bulk_get()Douglas Anderson1-1/+1
2022-08-04Merge tag 'tag-chrome-platform-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-33/+3
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds13-132/+13
2022-07-28regulator: Consumer load management improvementsMark Brown2-8/+40
2022-07-27regulator: core: Allow drivers to define their init data as constDouglas Anderson1-0/+28
2022-07-27regulator: core: Allow specifying an initial load w/ the bulk APIDouglas Anderson1-8/+12
2022-07-27regulator: mt6380: Fix unused array warningJean Delvare1-1/+1
2022-07-19regulator: core: Fix off-on-delay-us for always-on/boot-on regulatorsChristian Kohlschütter1-2/+3
2022-07-15regulator: of: Fix refcount leak bug in of_get_regulation_constraints()Liang He1-1/+5
2022-07-14regulator: max597x: Don't return uninitialized variable in .probeAxel Lin1-3/+0
2022-07-11regulator: qcom_spmi: add support for PMP8074 regulatorsRobert Marko1-0/+23
2022-07-11regulator: qcom_spmi: add support for HT_P600Robert Marko1-0/+7
2022-07-11regulator: qcom_spmi: add support for HT_P150Robert Marko1-0/+7
2022-07-11regulator: max597x: Remove unused including <linux/version.h>Jiapeng Chong1-1/+0
2022-07-07regulator: Fix MFD_MAX597X dependencyMark Brown1-1/+1
2022-07-05regulator: Fix parameter declaration and spelling mistake.Zhang Jiaming1-2/+2
2022-07-05regulator: max597x: Add support for max597x regulatorPatrick Rudolph3-0/+517
2022-06-30regulator: qcom_smd: Add PM8909 and fix pm8916_pldo rangeMark Brown1-6/+30
2022-06-30regulator: scmi: Add missing of_node_get()Liang He1-0/+1
2022-06-29regulator: qcom_smd: Add PM8909 RPM regulatorsStephan Gerhold1-0/+24
2022-06-29regulator: qcom_smd: Fix pm8916_pldo rangeStephan Gerhold1-2/+2
2022-06-29regulator: mt6370: Use the correct header for platform_device_idChiYuan Huang1-0/+1
2022-06-29regulator: mt6370: Use 'fwnode_gpiod_get_index' to fix gpio parsingChiYuan Huang1-1/+2
2022-06-23regulator: mt6370: Add mt6370 DisplayBias and VibLDO supportChiYuan Huang3-0/+397
2022-06-23regulator: rt5120: Add PMIC regulator supportChiYuan Huang3-0/+431
2022-06-13regulator: rpi-panel-attiny: Use backlight helperStephen Kitt1-5/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner1-9/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_319.RULEThomas Gleixner4-36/+4
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_318.RULEThomas Gleixner3-42/+3
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 2)Thomas Gleixner5-45/+5
2022-06-08platform/chrome: cros_ec_proto: Rename cros_ec_command functionPrashant Malani1-12/+12
2022-06-08regulator: cros-ec: Use common cros_ec_command()Prashant Malani1-42/+12
2022-06-07regulator: qcom_smd: add get_voltage to MP5496Robert Marko1-0/+1
2022-06-07regulator: qcom_smd: correct MP5496 rangesRobert Marko1-4/+4
2022-06-07regulator: mp5416: remove kernel.h includeRobert Marko1-1/+0
2022-06-06regulator: rt5190a: check if init_data is NULL, bypass rt5190a_of_parse_cbChiYuan Huang1-0/+3
2022-06-06regulator: mp5416: add support for MP5496Robert Marko1-0/+13
2022-06-06regulator: mp5416: use OF match dataRobert Marko1-2/+8
2022-06-06regulator: mp5416: alphabetically sort header includesRobert Marko1-3/+3
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