]> 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)
commit761f621b12a568f135e60aafc4ccc2bb25729cb7
tree4b6af75cf4d6464b581e2dc33482c5f2f3b0a2f8
parent1ce73e2cb67be8305cddf5213d707d7d018da29a
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