Merge branch 'net-ipa-use-bulk-interconnect-interfaces'
authorJakub Kicinski <kuba@kernel.org>
Fri, 11 Mar 2022 05:20:07 +0000 (21:20 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Mar 2022 05:20:08 +0000 (21:20 -0800)
Alex Elder says:

====================
net: ipa: use bulk interconnect interfaces

The IPA code currently enables and disables interconnects by setting
the bandwidth of each to a non-zero value, or to zero.  The
interconnect API now supports enable/disable functions, so we can
use those instead.  In addition, the interconnect API provides bulk
interfaces that allow all interconnects to be operated on at once.

This series converts the IPA driver to use the bulk enable and
disable interfaces.  In the process it uses some existing data
structures rather than defining new ones.
====================

Link: https://lore.kernel.org/r/20220309192037.667879-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge