soc: qcom: ipa: IPA interface to GSI
authorAlex Elder <elder@linaro.org>
Fri, 6 Mar 2020 04:28:22 +0000 (22:28 -0600)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Mar 2020 05:07:10 +0000 (22:07 -0700)
commitc3f398b141a8d80e502d36ad56102608f3031aa3
treee354d3e9f28432f21a4bd96f522e131b00776bd4
parent650d1603825d8bac13557d1c0e971e9f93b386f3
soc: qcom: ipa: IPA interface to GSI

This patch provides interface functions supplied by the IPA layer
that are called from the GSI layer.  One function is called when a
GSI transaction has completed.  The others allow the GSI layer to
inform the IPA layer when the hardware has been told it has new TREs
to execute, and when the hardware has indicated transactions have
completed.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_gsi.c [new file with mode: 0644]
drivers/net/ipa/ipa_gsi.h [new file with mode: 0644]