soc: qcom: dcc: Add snapshot of qcom-dcc driver

This is snapshot of the qcom-dcc driver as of msm-4.4 'commit 3906d34c64e5
("soc: qcom: Add Minidump support")'.

Change-Id: Id43000788604863ff23d071ccc8c6785e1642879
Signed-off-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Srinivasarao P <spathi@codeaurora.org>
This commit is contained in:
Mukesh Ojha 2017-12-04 17:46:09 +05:30 committed by Gerrit - the friendly Code Review server
parent 8753585c27
commit 0b5ccb81b4
3 changed files with 1351 additions and 0 deletions

View File

@ -815,6 +815,13 @@ config QTI_L2_REUSE
to let the power collapsed cluster's L2 cache usage by the active
cluster cpu. Use sysfs interface to control enabling this feature.
config QCOM_DCC
bool "QCOM Data Capture and Compare engine support"
help
This option enables driver for Data Capture and Compare engine. DCC
driver provides interface to configure DCC block and read back
captured data from DCC's internal SRAM.
config QTI_RPM_STATS_LOG
bool "Qualcomm Technologies RPM Stats Driver"
depends on QCOM_RPMH || MSM_RPM_SMD

View File

@ -86,6 +86,7 @@ ifdef CONFIG_QCOM_RPMH
else
obj-$(CONFIG_QTI_RPM_STATS_LOG) += rpm_master_stat.o
endif
obj-$(CONFIG_QCOM_DCC) += dcc.o
obj-$(CONFIG_QTI_RPM_STATS_LOG) += rpm_stats.o
obj-$(CONFIG_QCOM_MEM_OFFLINE) += mem-offline.o
obj-$(CONFIG_QTI_DDR_STATS_LOG) += ddr_stats.o

1343
drivers/soc/qcom/dcc.c Normal file

File diff suppressed because it is too large Load Diff