Re: [PATCH 1/3] rpmsg: glink: Tidy up RX advance handling

From: Chris Lew
Date: Wed Aug 07 2024 - 19:42:31 EST




On 8/5/2024 8:56 PM, Bjorn Andersson wrote:
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@xxxxxxxxxxx>
---
drivers/rpmsg/qcom_glink_native.c | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)


Reviewed-by: Chris Lew <quic_clew@xxxxxxxxxxx>