7 Oct 02:36
[PATCH] serial: Add Cavium OCTEON UART definitions.
From: David Daney <ddaney <at> caviumnetworks.com>
Subject: [PATCH] serial: Add Cavium OCTEON UART definitions.
Newsgroups: gmane.linux.serial, gmane.linux.kernel, gmane.linux.ports.mips.general
Date: 2008-10-07 00:38:47 GMT
Subject: [PATCH] serial: Add Cavium OCTEON UART definitions.
Newsgroups: gmane.linux.serial, gmane.linux.kernel, gmane.linux.ports.mips.general
Date: 2008-10-07 00:38:47 GMT
cavium: 8250 serial driver changes As mentioned in '[PATCH 1/2] serial: Allow for replaceable I/O functions in 8250 driver.', we are in the process of preparing kernel support for the Cavium Networks OCTEON processor for inclusion in the main-line kernel sources. The OCTEON's UART differs from the existing uart_configs, so we add a new uart_config and check for it in several places. This patch depends on the aforementioned 'Allow for replaceable I/O functions in 8250 driver' patch. Since this patch is part of the Cavium OCTEON processor port, we don't expect that it would be committed until the rest of the port is accepted. However we would like feedback so that it might be adjusted if necessary. Signed-off-by: Tomaso Paoletti <tpaoletti <at> caviumnetworks.com> Signed-off-by: David Daney <ddaney <at> caviumnetworks.com> --- drivers/serial/8250.c | 30 +++++++++++++++++++++++++++--- include/linux/serial_core.h | 3 ++- include/linux/serial_reg.h | 6 ++++++ 3 files changed, 35 insertions(+), 4 deletions(-) diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c index 02771d6..2ef79e9 100644 --- a/drivers/serial/8250.c +++ b/drivers/serial/8250.c(Continue reading)

RSS Feed