]> asedeno.scripts.mit.edu Git - linux.git/commit
serial: exar: Fix initialization of EXAR registers for ports > 0
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 8 Feb 2017 16:09:04 +0000 (17:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Feb 2017 14:12:38 +0000 (15:12 +0100)
commit5b5f252d67afd7bd5b923c664206d60800bf5054
tree891e8c8161974a0f6a57ea46b151624fc5277b6a
parent24572af4fb6ce0726dbe12b0286de11d25ff008b
serial: exar: Fix initialization of EXAR registers for ports > 0

So far, pci_xr17v35x_setup always initialized 8XMODE, FCTR & Co. for
port 0 because it used the address of that port instead of moving the
pointer according to the port number. Fix this and remove the unneeded
temporary ioremap by moving default_setup up and reusing the membase it
fills into the port structure.

Fixes: 14faa8cce88e ("tty/8250 Add support for Commtech's Fastcom Async-335 and Fastcom Async-PCIe cards")
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_exar.c