+25
−0
drivers/tty/serial/8250_dw.c
0 → 100644
+194
−0
Loading
The Synopsys DesignWare 8250 is an 8250 that has an extra interrupt that gets raised when writing to the LCR when busy. To handle this we need special serial_out, serial_in and handle_irq methods. Add a new platform driver that uses these accessors. Cc: Alan Cox <alan@linux.intel.com> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by:Jamie Iles <jamie@jamieiles.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>