[SERIAL] 8250 resourse management fixes
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Sat, 9 Sep 2006 18:23:56 +0000 (22:23 +0400)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Oct 2006 16:06:49 +0000 (17:06 +0100)
commit0b30d668a20acd2ffd4268f7bbe799b0dd73d5cf
tree2fd85c1f910ff4cec8f8ea499d78373c9a14648b
parentf3d106881b06a423455f95916e666acebe6503f2
[SERIAL] 8250 resourse management fixes

I think register ranges obviously need to be claimed/released for all UARTs
including those with UPIO_MEM32 and UPIO_TSI iotype.

Also, serial8250_request_rsa_resources() returns false positives with
UPIO_MEM32, UPIO_AU, and UPIO_TSI iotype -- I don't think this makes any sense.

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/8250.c