diff options
author | Mahesh Sivasubramanian <msivasub@codeaurora.org> | 2018-04-10 19:57:23 +0200 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-05-25 22:53:52 +0200 |
commit | 312416d9171a1460b7ed8d182b5b540c910ce80d (patch) | |
tree | 4c8d0c8e04bceb4a34af121b4c05a344321698a8 /drivers/soc/qcom/Makefile | |
parent | soc: qcom: Add GENI based QUP Wrapper driver (diff) | |
download | linux-312416d9171a1460b7ed8d182b5b540c910ce80d.tar.xz linux-312416d9171a1460b7ed8d182b5b540c910ce80d.zip |
drivers: qcom: add command DB driver
Command DB is a simple database in the shared memory of QCOM SoCs, that
provides information regarding shared resources. Some shared resources
in the SoC have properties that are probed dynamically at boot by the
remote processor. The information pertaining to the SoC and the platform
are made available in the shared memory. Drivers can query this
information using predefined strings.
Signed-off-by: Mahesh Sivasubramanian <msivasub@codeaurora.org>
Signed-off-by: Lina Iyer <ilina@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'drivers/soc/qcom/Makefile')
-rw-r--r-- | drivers/soc/qcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Makefile b/drivers/soc/qcom/Makefile index 959aa748f5ac..cbf414cfe6aa 100644 --- a/drivers/soc/qcom/Makefile +++ b/drivers/soc/qcom/Makefile @@ -1,5 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_QCOM_GENI_SE) += qcom-geni-se.o +obj-$(CONFIG_QCOM_COMMAND_DB) += cmd-db.o obj-$(CONFIG_QCOM_GLINK_SSR) += glink_ssr.o obj-$(CONFIG_QCOM_GSBI) += qcom_gsbi.o obj-$(CONFIG_QCOM_MDT_LOADER) += mdt_loader.o |