Re: [PATCH 7/9] fifo8: add fifo8_peek_buf() function

2024-09-06 Thread Mark Cave-Ayland
On 28/08/2024 13:22, Mark Cave-Ayland wrote: This is a wrapper function around fifo8_peekpop_buf() that allows the caller to peek into FIFO, including handling the case where there is a wraparound of the peek into the FIFO Looks like I missed a "the" out in the commit message above. interna

Re: [PATCH 7/9] fifo8: add fifo8_peek_buf() function

2024-08-30 Thread Octavian Purdila
On Wed, Aug 28, 2024 at 5:23 AM Mark Cave-Ayland wrote: > > This is a wrapper function around fifo8_peekpop_buf() that allows the caller > to > peek into FIFO, including handling the case where there is a wraparound of the > internal FIFO buffer. > > Signed-off-by: Mark Cave-Ayland Reviewed-by:

Re: [PATCH 7/9] fifo8: add fifo8_peek_buf() function

2024-08-29 Thread Alistair Francis
On Wed, Aug 28, 2024 at 10:25 PM Mark Cave-Ayland wrote: > > This is a wrapper function around fifo8_peekpop_buf() that allows the caller > to > peek into FIFO, including handling the case where there is a wraparound of the > internal FIFO buffer. > > Signed-off-by: Mark Cave-Ayland Reviewed-by