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

2024-08-07 Thread Chris Lew
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

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

2024-08-05 Thread Bjorn Andersson
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 Ande