[SERIAL] serial_cs: convert IBM post-init handling to a quirk
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 16 Sep 2006 20:34:11 +0000 (21:34 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Oct 2006 16:06:30 +0000 (17:06 +0100)
commiteee3a883cebefca6c450c3c1c18a996e23001c2c
tree9f6c0ae92c4bdf97485f0cf40747225d49717048
parenta8244b564ccc46dabf2367008aecf2b380a9be8d
[SERIAL] serial_cs: convert IBM post-init handling to a quirk

Move IBM quirk handling into its own quirk entry.  Note that doing
quirk handling after we've registered the ports is racy, but since
I don't know if moving this will have an undesired effect, it's
probably better to leave where it is.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/serial_cs.c