]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit833745d96601e3e2ad563057ea8726a9f6019f96
tree638cbcca7cf3c0314e5ab6eff1d7aa573e7e4b51
parent835293e30d79f40ba22fb266061ce58350ec0def
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