summaryrefslogtreecommitdiffstats
path: root/include/soc/qcom/kryo-l2-accessors.h
AgeCommit message (Collapse)AuthorFilesLines
2020-07-10soc: qcom: Separate kryo l2 accessors from PMU driverIlia Lin1-0/+12
The driver provides kernel level API for other drivers to access the MSM8996 L2 cache registers. Separating the L2 access code from the PMU driver and making it public to allow other drivers use it. The accesses must be separated with a single spinlock, maintained in this driver. Signed-off-by: Ilia Lin <ilialin@codeaurora.org> Signed-off-by: Loic Poulain <loic.poulain@linaro.org> Link: https://lore.kernel.org/r/1593766185-16346-2-git-send-email-loic.poulain@linaro.org Acked-by: Will Deacon <will@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>