]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc0f709b5b73d881c83fc021b1509be052ba3c2e7
tree4dce45cf1760324f654b533ed5ebc31f7e3e034c
parent4cf8a6785844671115a5f3dda1278e3c318f6196
parent26c41c6427bd416d907947ff6a79c2e3ea249501
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>