Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/serial/uart_pci_16550.c: various fixes
various fixes for uart_pci_16550 after testing with NuttX upstream: - use pcierr() instead of nerr() - fix type g_pci_u16550_qemu_x3 -> g_pci_u16550_qemu_x4 - move early irq attach from u16550_bind() to pci_u16550_initialize() otherwise up_enable_irq() can be called more than once, which triggers assertion in intel64 code Signed-off-by: p-szafonimateusz <[email protected]>
- Loading branch information