From: Sergei Shtylyov Date: Mon, 28 Aug 2006 15:49:03 +0000 (+0400) Subject: [SERIAL] Make uart_match_port() work with all memory mapped UARTs X-Git-Tag: v2.6.18-rc6~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d21b55d30b46c0b43821a2980e4998965fa37e33;p=pandora-kernel.git [SERIAL] Make uart_match_port() work with all memory mapped UARTs uart_match_port() always fails with UPIO_MEM32, UPIO_AU, and UPIO_TSI cases. Since they match to the memory mapped UARTs, they should be handled just like UPIO_MEM case. Signed-off-by: Sergei Shtylyov Signed-off-by: Russell King --- Reading git-diff-tree failed