Skip to content

Commit

Permalink
soc: qcom: ipa: immediate commands
Browse files Browse the repository at this point in the history
One TX endpoint (per EE) is used for issuing immediate commands to
the IPA.  These commands request activites beyond simple data
transfers to be done by the IPA hardware.  For example, the IPA is
able to manage routing packets among endpoints, and immediate commands
are used to configure tables used for that routing.

Immediate commands are built on top of GSI transactions.  They are
different from normal transfers (in that they use a special endpoint,
and their "payload" is interpreted differently), so separate functions
are used to issue immediate command transactions.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alex Elder authored and David S. Miller committed Mar 9, 2020
1 parent 2b9feef commit 731c46e
Show file tree
Hide file tree
Showing 2 changed files with 875 additions and 0 deletions.
Loading

0 comments on commit 731c46e

Please sign in to comment.