summaryrefslogtreecommitdiff
path: root/drivers/soc/qcom/Makefile
diff options
context:
space:
mode:
authorKarthik Parsha <kparsha@codeaurora.org>2015-06-17 16:49:04 -0700
committerNaresh Malladi <namall@codeaurora.org>2017-02-14 16:33:38 +0530
commit70e9765c9307c27142eef65a70a34e22abfa36cb (patch)
treea2f27b514b7f0d48b98312f05523d49f53e1ce14 /drivers/soc/qcom/Makefile
parent9c9289f6002c01216e976a8f843c8e47b4cdef56 (diff)
rpm-rail-stats: Add support to read RPM rail stats
Shared rails such as CX, MX are controlled by the RPM. RPM aggregates the votes to these rails and sets the rails at a corner voltage to satisfy the needs of all the masters. Add support to read and print the CX, MX rail-stats from shared memory. cat /d/rpm_rail_stats Number of Rails:2 rail:mx num_corners:4 current_corner:2 last_entered:0 corner:ret time:0 corner:svs time:0 corner:nom time:0 corner:turb time:0 rail:cx num_corners:5 current_corner:1 last_entered:0 corner:ret time:0 corner:svs2 time:0 corner:svs time:0 corner:nom time:0 corner:turb time:0 Change-Id: I730c4accc1bf4c152ef95f9ce9343a58022c2630 Signed-off-by: Karthik Parsha <kparsha@codeaurora.org> Signed-off-by: Naresh Malladi <namall@codeaurora.org>
Diffstat (limited to 'drivers/soc/qcom/Makefile')
-rw-r--r--drivers/soc/qcom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/Makefile b/drivers/soc/qcom/Makefile
index f56c6bf1539a..003f07bb9998 100644
--- a/drivers/soc/qcom/Makefile
+++ b/drivers/soc/qcom/Makefile
@@ -95,7 +95,7 @@ obj-$(CONFIG_QCOM_REMOTEQDSS) += remoteqdss.o
obj-$(CONFIG_MSM_SERVICE_LOCATOR) += service-locator.o
obj-$(CONFIG_MSM_QBT1000) += qbt1000.o
obj-$(CONFIG_MSM_RPM_RBCPR_STATS_V2_LOG) += rpm_rbcpr_stats_v2.o
-obj-$(CONFIG_MSM_RPM_STATS_LOG) += rpm_stats.o rpm_master_stat.o system_stats.o
+obj-$(CONFIG_MSM_RPM_STATS_LOG) += rpm_stats.o rpm_master_stat.o rpm_rail_stats.o system_stats.o
obj-$(CONFIG_MSM_RPM_LOG) += rpm_log.o
obj-$(CONFIG_QSEE_IPC_IRQ_BRIDGE) += qsee_ipc_irq_bridge.o
obj-$(CONFIG_WCD_DSP_GLINK) += wcd-dsp-glink.o