]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfecfa5d89552a248759e1df392bd9b2b58ebba60
tree4b6af75cf4d6464b581e2dc33482c5f2f3b0a2f8
parent447ea4b2988a2191fe2478cf32f39a2a9e65a066
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