From: David S. Miller Date: Thu, 2 Jul 2020 21:31:21 +0000 (-0700) Subject: Merge branch 'net-ipa-simplify-endpoint-programming' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dd2b7a66b6a9c7bdf2c3d62e5d5b1a2abdddb052;p=linux.git Merge branch 'net-ipa-simplify-endpoint-programming' Alex Elder says: ==================== net: ipa: simplify endpoint programming 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. ==================== Signed-off-by: David S. Miller --- dd2b7a66b6a9c7bdf2c3d62e5d5b1a2abdddb052