[PATCH v11 16/19] serial: asc: Add support for KGDB's FIQ/NMI mode

2014-09-02 Thread Daniel Thompson
Add a .poll_init() function that enables UART RX and registers the UART's irq with KGDB. By providing this information to KGDB the serial driver offers "permission" for KGDB to route the UART interrupt signal from the drivers own handler to KGDBs FIQ handler (which will eventually use the UART's

[PATCH v11 16/19] serial: asc: Add support for KGDB's FIQ/NMI mode

2014-09-02 Thread Daniel Thompson
Add a .poll_init() function that enables UART RX and registers the UART's irq with KGDB. By providing this information to KGDB the serial driver offers permission for KGDB to route the UART interrupt signal from the drivers own handler to KGDBs FIQ handler (which will eventually use the UART's