net: ipa: use bulk operations to set up interconnects
authorAlex Elder <elder@linaro.org>
Wed, 9 Mar 2022 19:20:34 +0000 (13:20 -0600)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Mar 2022 05:19:05 +0000 (21:19 -0800)
commitba22a9778dd826b944654bb22e58e149941c4211
tree4b6af75cf4d6464b581e2dc33482c5f2f3b0a2f8
parent90078e63e601f6281200726f1fbf5e00b9211669
net: ipa: use bulk operations to set up interconnects

Use of_icc_bulk_get() and icc_bulk_put(), icc_bulk_set_bw(), and
icc_bulk_enable() and icc_bulk_disable() to initialize individual
IPA interconnects.  Those functions already log messages in the
event of error so we don't need to.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/ipa_power.c