OSDN Git Service

net: ipa: rename "tag status" symbols
authorAlex Elder <elder@linaro.org>
Tue, 26 Jan 2021 18:56:58 +0000 (12:56 -0600)
committerJakub Kicinski <kuba@kernel.org>
Fri, 29 Jan 2021 04:23:25 +0000 (20:23 -0800)
commitaa56e3e5cdb4f7e1aee6dd04f0934a7429d30246
tree638cbcca7cf3c0314e5ab6eff1d7aa573e7e4b51
parent28af22c6c8dff6a16163e5b6a56211d5b535c97b
net: ipa: rename "tag status" symbols

There is a set of functions and symbols related to performing
"tag_process" immediate commands to clear the IPA pipeline.  The
name is related to one of the commands issued when doing this, but
it doesn't really convey the overall purpose of taking this action.

The purpose is to take some steps to "clear out" the hardware
pipeline, and to wait until that process completes, to ensure the
IPA hardware is in a well-defined state.

Rename these symbols to use "pipeline_clear" in their names instead.
Add some comments to explain a bit more about what's going on.

Signed-off-by: Alex Elder <elder@linaro.org>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/ipa_cmd.c
drivers/net/ipa/ipa_cmd.h
drivers/net/ipa/ipa_endpoint.c