]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
serial: xuartps: Fix register space size.
authorThomas Betker <thomas.betker@rohde-schwarz.com>
Tue, 10 Mar 2015 21:45:07 +0000 (22:45 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 16 Apr 2015 13:00:50 +0000 (15:00 +0200)
commit23b45fc333e9b04c312c0db56f4f45a2157b3573
tree8429744dcb7d8d321b2a883409f00cd52e8ebdc3
parent3913e72e53963bbe87f893ffa86a9f8c7260255b
serial: xuartps: Fix register space size.

The register space size is 0x1000, and this value [not 0xfff] should be
provided to request_mem_region(), ioremap(), etc.

Signed-off-by: Thomas Betker <thomas.betker@rohde-schwarz.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/tty/serial/xilinx_uartps.c