Merge "soc: qcom: Add snapshot of DCC driver"

This commit is contained in:
qctecmdr 2022-08-16 11:08:35 -07:00 committed by Gerrit - the friendly Code Review server
commit 88a494895f
3 changed files with 2150 additions and 0 deletions

View File

@ -51,6 +51,13 @@ config QCOM_CPUSS_SLEEP_STATS
low power modes. This driver creates debugfs entry which provide
provision to read those counters.
config QCOM_DCC_V2
tristate "Qualcomm Technologies Data Capture and Compare enigne support for V2"
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 QCOM_GENI_SE
tristate "QCOM GENI Serial Engine Driver"
depends on ARCH_QCOM || COMPILE_TEST

View File

@ -29,6 +29,7 @@ obj-$(CONFIG_QTI_ALTMODE_GLINK) += altmode-glink.o
obj-$(CONFIG_QCOM_MEM_BUF) += mem_buf/
obj-$(CONFIG_QCOM_SECURE_BUFFER) += secure_buffer.o
obj-$(CONFIG_QCOM_SOCINFO) += socinfo.o
obj-$(CONFIG_QCOM_DCC_V2) += dcc_v2.o
obj-$(CONFIG_QCOM_SPM) += spm.o
obj-$(CONFIG_QCOM_WDT_CORE) += qcom_wdt_core.o
obj-$(CONFIG_QCOM_SOC_WATCHDOG) += qcom_soc_wdt.o

2142
drivers/soc/qcom/dcc_v2.c Normal file

File diff suppressed because it is too large Load Diff