mbox series

[v2,0/4] stm32f2xx_usart: implement TX interrupts

Message ID 20231020170009.86870-1-philmd@linaro.org
Headers show
Series stm32f2xx_usart: implement TX interrupts | expand

Message

Philippe Mathieu-Daudé Oct. 20, 2023, 5 p.m. UTC
Hi Hans-Erik,

Here is the respin of your patch [*] split in 4
parts for easy reviewing.

[*] https://lore.kernel.org/qemu-devel/20231020111428.3260965-1-hans-erik.floryd@rt-labs.com/

Hans-Erik Floryd (4):
  hw/char/stm32f2xx_usart: Extract common IRQ update code to
    update_irq()
  hw/char/stm32f2xx_usart: Update IRQ when SR is read
  hw/char/stm32f2xx_usart: Update IRQ when DR is written
  hw/char/stm32f2xx_usart: Add more definitions for CR1 register

 include/hw/char/stm32f2xx_usart.h | 10 ++++++----
 hw/char/stm32f2xx_usart.c         | 30 ++++++++++++++++++------------
 2 files changed, 24 insertions(+), 16 deletions(-)