]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rpmsg: glink: Tidy up RX advance handling
authorBjorn Andersson <quic_bjorande@quicinc.com>
Tue, 6 Aug 2024 03:56:25 +0000 (20:56 -0700)
committerBjorn Andersson <andersson@kernel.org>
Mon, 12 Aug 2024 22:26:28 +0000 (15:26 -0700)
commit159c79764f37f081b79d577e71b62f0b1b2b1062
treeed02a034af2f6fea0697afeddf9eaa03ba4c8423
parent8400291e289ee6b2bf9779ff1c83a291501f017b
rpmsg: glink: Tidy up RX advance handling

The operation of advancing the FIFO receive pointer is sprinkled between
the interrupt handler itself, and functions being called from this.

Push all the RX advancement operations to the individual handlers, to
unify the style across the handling of the various messages.

Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Chris Lew <quic_clew@quicinc.com>
Link: https://lore.kernel.org/r/20240805-glink-tracepoints-v1-1-a5f3293fb09e@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/rpmsg/qcom_glink_native.c