[PATCH] Serial: Split 8250 port table
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 27 Jun 2005 10:12:54 +0000 (11:12 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 27 Jun 2005 10:12:54 +0000 (11:12 +0100)
commitec9f47cd6a14ca069bb7552a984c0a338fc7262b
tree61f26f0bd348c6ddac8b3b1105e00fa790ea3ea6
parentaddcc4a10f10ffde88b2ee6dc3af46fab6dff1e2
[PATCH] Serial: Split 8250 port table

Add separate files for the different 8250 ISA-based serial boards.

Looking across all the various architectures, it seems reasonable that
we can key the availability of the configuration options for these
beasts to the bus-related symbols (iow, CONFIG_ISA).  We also standardise
the base baud/uart clock rate for these boards - I'm sure that isn't
architecture specific, but is solely dependent on the crystal fitted
on the board (which should be the same no matter what type of machine
its fitted into.)

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/8250.c
drivers/serial/8250_accent.c [new file with mode: 0644]
drivers/serial/8250_boca.c [new file with mode: 0644]
drivers/serial/8250_fourport.c [new file with mode: 0644]
drivers/serial/8250_hub6.c [new file with mode: 0644]
drivers/serial/8250_mca.c [new file with mode: 0644]
drivers/serial/Kconfig
drivers/serial/Makefile
include/linux/serial_8250.h