Re: [PATCH net-next 3/7] net: ipa: use interconnect bulk enable/disable operations

From: Alex Elder
Date: Sat Feb 05 2022 - 09:36:03 EST


On 2/4/22 10:23 PM, Jakub Kicinski wrote:
On Fri, 4 Feb 2022 13:50:40 -0600 Alex Elder wrote:
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@xxxxxxxxxx>

We got a kbuild bot complaint here, for some reason off-list.
Let me drop it from PW for now.

OK. I guess the interconnect code isn't ready for COMPILE_TEST.
I'll investigate that a little more and if we can get past that
I'll send out a new version. Not sure how long that will take
though...

Thanks, I retract this series for now.

-Alex