]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitd71a862d76210ac426e8feec3f01c6f8390c1b62
tree61f26f0bd348c6ddac8b3b1105e00fa790ea3ea6
parent48ffa1c42c6f998428745c12a0279ee8636cfb23
[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