nuttx/drivers/serial
p-szafonimateusz 545774eb88 serial/pci_16550: make sure that interrupts are disabled during init
Make sure that interrups are disabled during initialization.
This is a proper fix for an unexpected MSI interrupt for PCI serial driver.

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
2024-09-18 23:54:12 +08:00
..
CMakeLists.txt drivers: add UART 16550 compatible PCI device support 2024-09-15 03:37:58 +08:00
Kconfig drivers: add UART 16550 compatible PCI device support 2024-09-15 03:37:58 +08:00
Kconfig-16550
Kconfig-cmsdk
Kconfig-lpuart
Kconfig-pci drivers: add UART 16550 compatible PCI device support 2024-09-15 03:37:58 +08:00
Kconfig-pl011
Kconfig-sci
Kconfig-uart
Kconfig-usart
Make.defs drivers: add UART 16550 compatible PCI device support 2024-09-15 03:37:58 +08:00
ptmx.c
pty.c drivers/pty: support pty write to send signal, like serial driver 2024-09-17 20:11:10 +08:00
pty.h
serial_cmsdk.c
serial_dma.c
serial_gdbstub.c
serial_io.c
serial.c
uart_16550.c
uart_bth4.c
uart_bth5.c
uart_pci_16550.c serial/pci_16550: make sure that interrupts are disabled during init 2024-09-18 23:54:12 +08:00
uart_pl011.c
uart_ram.c
uart_rpmsg.c