Commit 4ba5e35d authored by Russell King's avatar Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b7c84c6a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment