Re: [PATCH v3 0/3] stm32f2xx_usart: implement TX interrupts

2023-11-02 Thread Peter Maydell
On Mon, 30 Oct 2023 at 15:15, Hans-Erik Floryd wrote: > > Generate interrupt if either of the TXE, TC or RXNE bits are active > and the corresponding interrupt enable bit is set. > > v3: > - Drop patch "hw/char/stm32f2xx_usart: Update IRQ when SR is read" as >it is not required Applied to ta

[PATCH v3 0/3] stm32f2xx_usart: implement TX interrupts

2023-10-30 Thread Hans-Erik Floryd
Generate interrupt if either of the TXE, TC or RXNE bits are active and the corresponding interrupt enable bit is set. v3: - Drop patch "hw/char/stm32f2xx_usart: Update IRQ when SR is read" as it is not required Hans-Erik Floryd (3): hw/char/stm32f2xx_usart: Extract common IRQ update code t