]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tty/8250_dw: Add support for OCTEON UARTS.
authorDavid Daney <david.daney@cavium.com>
Tue, 18 Jun 2013 18:12:53 +0000 (18:12 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 18 Jun 2013 21:13:55 +0000 (23:13 +0200)
commitb919f710860f7c9d165460c49a28aa79f914391c
treee5aad3e8063228af37df25bd9bddb2429d680456
parente6b79ca58823eaea473cbcb824e31ee7a6716127
tty/8250_dw: Add support for OCTEON UARTS.

A few differences needed by OCTEON:

o These are DWC UARTS, but have USR at a different offset.

o OCTEON must have 64-bit wide register accesses, so we have OCTEON
  specific register accessors.

o No UCV register, so we hard code some properties.

Signed-off-by: David Daney <david.daney@cavium.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-mips@linux-mips.org
Cc: Jamie Iles <jamie@jamieiles.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jslaby@suse.cz>
Cc: linux-serial@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: http://patchwork.linux-mips.org/patch/5506/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/tty/serial/8250/8250_dw.c