From: Russell King Date: Thu, 23 Jun 2005 09:43:04 +0000 (+0100) Subject: [PATCH] Serial: Convert 8250 revision-based bug fixes to bug bitmask X-Git-Tag: v2.6.13-rc1~68^2~384^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba5e35daa90871fcb9b01f5ad1e5723343cc0a9;p=pandora-kernel.git [PATCH] Serial: Convert 8250 revision-based bug fixes to bug bitmask For some 8250 port types, we used to check the type of the port, and then determine whether the chip revision means the device is buggy. Instead, introduce a bit array, and set the appropriate bit(s) when we discover a buggy device. Signed-off-by: Russell King --- Reading git-diff-tree failed