commit | 869c5d2e54967a8dde25359708353df8d50ebfae | [log] [tgz] |
---|---|---|
author | Charles E. Youse <charles.youse@intel.com> | Thu May 02 14:22:00 2019 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat May 04 18:29:32 2019 -0400 |
tree | 56c33896fa022a01e9f964c8e300532b183d84b1 | |
parent | f2af5fe731b5d9c7cfc8b421ac47f8d01f56f4ad [diff] |
drivers/uart_ns16550: enable auto IRQ detection for PCI(e) endpoints If a UART is configured with IRQ == PCIE_IRQ_DETECT, then use the pcie_wired_irq() to determine the IRQ at runtime, and install the handler using the dynamic interrupt mechanism. Signed-off-by: Charles E. Youse <charles.youse@intel.com>