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

2020-07-02 Thread David Miller
From: Alex Elder 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 endp

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

2020-07-02 Thread Alex Elder
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 (whic