]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: use interconnect bulk enable/disable operations
authorAlex Elder <elder@linaro.org>
Wed, 9 Mar 2022 19:20:33 +0000 (13:20 -0600)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Mar 2022 05:19:05 +0000 (21:19 -0800)
commit447ea4b2988a2191fe2478cf32f39a2a9e65a066
tree2601f56b81319b930b5dbd11ef1fa2f4a9c274e0
parent541b87b9ba3d45a2573af0b0db240a2ffe3dcb39
net: ipa: use interconnect bulk enable/disable operations

The power interconnect array is now an array of icc_bulk_data
structures, which is what the interconnect bulk enable and disable
functions require.

Get rid of ipa_interconnect_enable() and ipa_interconnect_disable(),
and just call icc_bulk_enable() and icc_bulk_disable() instead.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/ipa_power.c