Re: [PATCH net-next v3 0/7] net: ipa: wake up system on RX available

From: David Miller
Date: Fri Sep 18 2020 - 20:47:26 EST


From: Alex Elder <elder@xxxxxxxxxx>
Date: Thu, 17 Sep 2020 12:39:19 -0500

> This series arranges for the IPA driver to wake up a suspended
> system if the IPA hardware has a packet to deliver to the AP.
>
> Version 2 replaced the first patch from version 1 with three
> patches, in response to David Miller's feedback. And based on
> Bjorn Andersson's feedback on version 2, this version reworks
> the tracking of IPA clock references. As a result, we no
> longer need a flag to determine whether a "don't' suspend" clock
> reference is held (though an bit in a bitmask is still used for
> a different purpose).
...

Series applied, thanks.