summaryrefslogtreecommitdiff
path: root/drivers/soc/qcom/spm_devices.c (follow)
Commit message (Collapse)AuthorAge
* soc: qcom: spm: Fix uninitialized variable warningMahesh Sivasubramanian2016-03-01
| | | | | | | Initialize local variable to 0 to fix uninitialized variable warning. Change-Id: I8aa718e0656e2c89280292219400df8eae20ba7e Signed-off-by: Mahesh Sivasubramanian <msivasub@codeaurora.org>
* soc: qcom: spm: Replace __get_cpu_ptrMahesh Sivasubramanian2016-03-01
| | | | | | | __get_cpu_ptr is now deprecated. Switch to using this_cpu_ptr Change-Id: If9a6c5d886ef4dd4f82915220c5c954588ead096 Signed-off-by: Mahesh Sivasubramanian <msivasub@codeaurora.org>
* soc: spm: Snapshot of the SPM driver from 3.18 kernelAbhijeet Dharmapurikar2016-03-01
This is a snapshot of the SPM driver from 3.18 kernel. The upstream spm.c file is used as a idle driver. So updated spm driver from 3.18 kernel to msm-spm.c on 4.4 kernel. Change-Id: I73b020214fdcc7eb695cf8f5b52cf7885a0a10cd Signed-off-by: Mahesh Sivasubramanian <msivasub@codeaurora.org>