20 Sep 14:56
[PATCH RESEND] max3100 driver
From: Christian Pellegrin <chripell <at> gmail.com>
Subject: [PATCH RESEND] max3100 driver
Newsgroups: gmane.linux.serial, gmane.linux.kernel, gmane.linux.kernel.spi.devel
Date: 2008-09-20 12:57:38 GMT
Subject: [PATCH RESEND] max3100 driver
Newsgroups: gmane.linux.serial, gmane.linux.kernel, gmane.linux.kernel.spi.devel
Date: 2008-09-20 12:57:38 GMT
This patch adds support for the MAX3100 SPI UART. Generated on 20080920 against v2.6.27-rc6 Signed-off-by: Christian Pellegrin <chripell <at> fsfe.org> --- Documentation/devices.txt | 3 + drivers/serial/Kconfig | 6 +- drivers/serial/Makefile | 1 + drivers/serial/max3100.c | 953 ++++++++++++++++++++++++++++++++++++++++ include/linux/serial_core.h | 3 + include/linux/serial_max3100.h | 31 ++ 6 files changed, 996 insertions(+), 1 deletions(-) diff --git a/Documentation/devices.txt b/Documentation/devices.txt index 05c8064..c228887 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt @@ -2807,6 +2807,9 @@ Your cooperation is appreciated. ... 190 = /dev/ttyUL3 Xilinx uartlite - port 3 191 = /dev/xvc0 Xen virtual console - port 0 + 192 = /dev/ttyMAX0 first MAX3100 UART + ... + 195 = /dev/ttyMAX3 fourth MAX3100 UART 205 char Low-density serial ports (alternate device) 0 = /dev/culu0 Callout device for ttyLU0 diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 77cb342..de3193d 100644(Continue reading)
RSS Feed