OSDN Git Service

soc: qcom: Add support for gladiator error reporting
authorAbhimanyu Kapur <abhimany@codeaurora.org>
Sat, 14 Feb 2015 00:42:38 +0000 (16:42 -0800)
committerDavid Keitel <dkeitel@codeaurora.org>
Tue, 22 Mar 2016 18:08:36 +0000 (11:08 -0700)
commit33f308b99921c02c9e97cb98de644cab58b6f5ad
tree32771f582bd725ddb533e32eee35f9420e1d3781
parent29ed1335c5999dad04b51358d4732d586c34b068
soc: qcom: Add support for gladiator error reporting

Add support for gladiator cache interconnect error
detection and reporting. The Gladiator is the cache
coherent interconnect in between two or more CPU
clusters. This driver helps detect the errors related to
snoop data transfer and Distributed Virtual Memory(DVM)
on READ/WRITE transactions.

Change-Id: Ic1aa2066df239672a8ed3d99a63318ed32a11af2
Signed-off-by: Abhimanyu Kapur <abhimany@codeaurora.org>
Signed-off-by: Srinivas Ramana <sramana@codeaurora.org>
Documentation/devicetree/bindings/cache/msm_gladiator_erp.txt [new file with mode: 0644]
drivers/soc/qcom/Kconfig
drivers/soc/qcom/Makefile
drivers/soc/qcom/gladiator_erp.c [new file with mode: 0644]