Re: [PATCH net-next 0/4] net: ipa: simplify endpoint programming

From: David Miller
Date: Thu Jul 02 2020 - 17:31:43 EST


From: Alex Elder <elder@xxxxxxxxxx>
Date: Thu, 2 Jul 2020 06:25:33 -0500

> Add tests to functions so they don't update undefined endpoint
> registers, rather than requiring the caller to avoid calling them.
>
> Move the call to a workaround function required when suspending
> inside the function that puts an endpoint into suspend mode. This
> requires moving a few functions (which are otherwise unchanged).
>
> Then simplify ipa_endpoint_program() to call essentially all
> endpoint register update functions unconditionally.

Series applied, thank you.