]> git.baikalelectronics.ru Git - kernel.git/commit
serial: suncore: Add 'ignore_line' argument to sunserial_console_match().
authorDavid S. Miller <davem@davemloft.net>
Tue, 24 Nov 2009 22:03:34 +0000 (14:03 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Nov 2009 22:03:34 +0000 (14:03 -0800)
commit601dac430d08c8ae44448d71657620694ca84a34
tree0eed98a48ff54e7fbdeb51227ed95f1b4774e056
parent1d67dff967ecb2ad640b4306e0dbe10d6424fafd
serial: suncore: Add 'ignore_line' argument to sunserial_console_match().

This tells the logic to ignore the line match when deciding whether the
device is the OpenFirmware specified console device or not.

This is going to be used in the SU driver for rsc-console detection.

There is probably a better way to handle this, but this is the least
intrusive solution for now which we can validate won't break any other
cases.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/serial/suncore.c
drivers/serial/suncore.h
drivers/serial/sunsab.c
drivers/serial/sunsu.c
drivers/serial/sunzilog.c