Message ID | 20220204195044.1082026-1-elder@linaro.org |
---|---|
Headers | show |
Series | net: ipa: use bulk interconnect interfaces | expand |
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@linaro.org> We got a kbuild bot complaint here, for some reason off-list. Let me drop it from PW for now.
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@linaro.org> > > 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