commit | 7d4008ebb1c971ce4baf57e45993690b0fa6d9f9 | [log] [tgz] |
---|---|---|
author | Jamie Iles <jamie@jamieiles.com> | Fri Aug 26 19:04:50 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Aug 26 11:38:46 2011 -0700 |
tree | d316b3c7fc44cd77124b3c85a57603dea3c000f2 | |
parent | c7a1bdc5c951aae15021d13e3f5c0b2fe9d56112 [diff] |
tty: add a DesignWare 8250 driver 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>