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)
commit63f13b2e879679014f42b65fb50dabde02c85726
tree4dce45cf1760324f654b533ed5ebc31f7e3e034c
parentc17c4059df2471183a0e0d567677cbd7f0e0a980
parent37e0cf33f8a1ecf5ca58e884b9bceadad58500a7
Merge branch 'net-ipa-use-bulk-interconnect-interfaces'

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>