Re: [PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop

2024-01-09 Thread Mark Cave-Ayland
On 05/01/2024 07:50, Mark Cave-Ayland wrote: On 09/11/2023 19:28, Philippe Mathieu-Daudé wrote: Missing review: #10 Hi, This series add support for (async) FIFO on the transmit path of the PL011 UART. Since v3: - Document migration bits (Alex, Richard) - Just check FIFO is not empty in pl01

Re: [PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop

2024-01-04 Thread Mark Cave-Ayland
On 09/11/2023 19:28, Philippe Mathieu-Daudé wrote: Missing review: #10 Hi, This series add support for (async) FIFO on the transmit path of the PL011 UART. Since v3: - Document migration bits (Alex, Richard) - Just check FIFO is not empty in pl011_xmit_fifo_state_needed (rth) - In pl011_xmit

Re: [PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop

2023-11-24 Thread Alex Bennée
Peter Maydell writes: > On Thu, 9 Nov 2023 at 20:59, Philippe Mathieu-Daudé wrote: >> >> Hi Peter, >> >> On 9/11/23 20:29, Peter Maydell wrote: >> > On Thu, 9 Nov 2023 at 19:28, Philippe Mathieu-Daudé >> > wrote: >> >> >> >> Missing review: #10 >> >> >> >> Hi, >> >> >> >> This series add suppo

Re: [PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop

2023-11-13 Thread Philippe Mathieu-Daudé
Hi Peter, Cc'ing Mikko. On 13/11/23 14:11, Peter Maydell wrote: On Thu, 9 Nov 2023 at 20:59, Philippe Mathieu-Daudé wrote: Hi Peter, On 9/11/23 20:29, Peter Maydell wrote: On Thu, 9 Nov 2023 at 19:28, Philippe Mathieu-Daudé wrote: Missing review: #10 Hi, This series add support for (a

Re: [PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop

2023-11-13 Thread Peter Maydell
On Thu, 9 Nov 2023 at 20:59, Philippe Mathieu-Daudé wrote: > > Hi Peter, > > On 9/11/23 20:29, Peter Maydell wrote: > > On Thu, 9 Nov 2023 at 19:28, Philippe Mathieu-Daudé > > wrote: > >> > >> Missing review: #10 > >> > >> Hi, > >> > >> This series add support for (async) FIFO on the transmit pa

Re: [PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop

2023-11-09 Thread Philippe Mathieu-Daudé
Hi Peter, On 9/11/23 20:29, Peter Maydell wrote: On Thu, 9 Nov 2023 at 19:28, Philippe Mathieu-Daudé wrote: Missing review: #10 Hi, This series add support for (async) FIFO on the transmit path of the PL011 UART. Hi; what's the rationale for the "for-8.2" targeting here? What bug are we f

[PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop

2023-11-09 Thread Philippe Mathieu-Daudé
Missing review: #10 Hi, This series add support for (async) FIFO on the transmit path of the PL011 UART. Since v3: - Document migration bits (Alex, Richard) - Just check FIFO is not empty in pl011_xmit_fifo_state_needed (rth) - In pl011_xmit check TX enabled first, and ignore < 8-bit TX (rth) S

Re: [PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop

2023-11-09 Thread Peter Maydell
On Thu, 9 Nov 2023 at 19:28, Philippe Mathieu-Daudé wrote: > > Missing review: #10 > > Hi, > > This series add support for (async) FIFO on the transmit path > of the PL011 UART. Hi; what's the rationale for the "for-8.2" targeting here? What bug are we fixing? thanks -- PMM