aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/interconnect/Makefile
diff options
context:
space:
mode:
authorGeorgi Djakov <georgi.djakov@linaro.org>2020-07-29 15:34:39 +0300
committerGeorgi Djakov <georgi.djakov@linaro.org>2020-09-08 16:28:49 +0300
commitb41b0ce5982693e27307cfe0aaf49bc8e3a20900 (patch)
treee616cf1187c5588ad3bf1ea9ce235270673b239b /drivers/interconnect/Makefile
parentinterconnect: qcom: Fix small BW votes being truncated to zero (diff)
downloadlinux-dev-b41b0ce5982693e27307cfe0aaf49bc8e3a20900.tar.xz
linux-dev-b41b0ce5982693e27307cfe0aaf49bc8e3a20900.zip
interconnect: Add bulk API helpers
There are drivers which just need to get multiple interconnect paths, request some predefined amounts of bandwidth and then just toggle the paths between enabled/disabled state. The aim of this patch is simplify the above and to allow drivers to put all the path names and bandwidth data into a single static icc_bulk_data table and call the icc_bulk_* functions on that table in order to scale all the interconnect paths in parallel. Suggested-by: Evan Green <evgreen@chromium.org> Suggested-by: Bjorn Andersson <bjorn.andersson@linaro.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20200729123439.9961-1-georgi.djakov@linaro.org Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Diffstat (limited to 'drivers/interconnect/Makefile')
-rw-r--r--drivers/interconnect/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/interconnect/Makefile b/drivers/interconnect/Makefile
index 4825c287ca13..d203520b0a56 100644
--- a/drivers/interconnect/Makefile
+++ b/drivers/interconnect/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
CFLAGS_core.o := -I$(src)
-icc-core-objs := core.o
+icc-core-objs := core.o bulk.o
obj-$(CONFIG_INTERCONNECT) += icc-core.o
obj-$(CONFIG_INTERCONNECT_IMX) += imx/