summaryrefslogtreecommitdiff
path: root/drivers/soc/qcom/spm.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04soc: qcom: spm: fix building with CONFIG_REGULATOR=nArnd Bergmann1-8/+4
2024-02-16soc: qcom: spm: add support for voltage regulatorDmitry Baryshkov1-5/+229
2024-02-16soc: qcom: spm: remove driver-internal structures from the driver APIDmitry Baryshkov1-0/+20
2023-07-15soc: qcom: Explicitly include correct DT includesRob Herring1-2/+0
2023-07-10soc: qcom: spm: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2022-11-06soc: qcom: spm: Implement support for SAWv2.3, MSM8976 L2 PMAngeloGioacchino Del Regno1-0/+33
2022-11-06soc: qcom: spm: Add MSM8939 SPM register dataVincent Knecht1-0/+13
2022-07-19soc: qcom: spm: Add CPU data for MSM8909Stephan Gerhold1-0/+14
2021-10-24soc: qcom: spm: Add 8916 SPM register dataLina Iyer1-0/+21
2021-09-22soc: qcom: spm: Add compatible for MSM8998 SAWv4.1 L2AngeloGioacchino Del Regno1-0/+16
2021-09-22soc: qcom: spm: Implement support for SAWv4.1, SDM630/660 L2 AVSAngeloGioacchino Del Regno1-3/+29
2021-09-22cpuidle: qcom_spm: Detach state machine from main SPM handlingAngeloGioacchino Del Regno1-0/+216
2020-05-26cpuidle: Convert Qualcomm SPM driver to a generic CPUidle driverStephan Gerhold1-378/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2018-09-14soc: qcom: spm: add SCM probe dependencyFelix Fietkau1-0/+3
2016-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+3
2016-04-20soc: qcom: spm: Use const and __initconst for qcom_cpuidle_opsJisheng Zhang1-1/+1
2016-03-31drivers: qcom: spm: avoid module usage in non-modular SPM driverLina Iyer1-5/+3
2016-01-23Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-1/+1
2016-01-22soc: qcom/spm: shut up uninitialized variable warningArnd Bergmann1-1/+1
2015-12-22ARM: 8485/1: cpuidle: remove cpu parameter from the cpuidle_ops suspend hookLorenzo Pieralisi1-5/+5
2015-07-01soc: qcom: spm: Fix idle on THUMB2 kernelsStephen Boyd1-1/+1
2015-04-28ARM: qcom: Add Subsystem Power Manager (SPM) driverLina Iyer1-0/+385