2 Oct 10:36
[PATCH RESEND] MAX3100 SPI UART driver
From: Christian Pellegrin <chripell <at> gmail.com>
Subject: [PATCH RESEND] MAX3100 SPI UART driver
Newsgroups: gmane.linux.serial, gmane.linux.kernel, gmane.linux.kernel.spi.devel
Date: 2008-10-02 08:39:13 GMT
Subject: [PATCH RESEND] MAX3100 SPI UART driver
Newsgroups: gmane.linux.serial, gmane.linux.kernel, gmane.linux.kernel.spi.devel
Date: 2008-10-02 08:39:13 GMT
This patch adds support for the MAX3100 SPI UART. I am still waiting for a minor number from device <at> lanana.org so that may change. Generated on 20081002 against v2.6.27-rc7 Signed-off-by: Christian Pellegrin <chripell <at> fsfe.org> --- drivers/serial/Kconfig | 6 +- drivers/serial/Makefile | 1 + drivers/serial/max3100.c | 924 ++++++++++++++++++++++++++++++++++++++++ include/linux/serial_core.h | 3 + include/linux/serial_max3100.h | 53 +++ 5 files changed, 986 insertions(+), 1 deletions(-) diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 77cb342..de3193d 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -509,7 +509,11 @@ config SERIAL_S3C2440 help Serial port support for the Samsung S3C2440 and S3C2442 SoC - +config SERIAL_MAX3100 + tristate "MAX3100 support" + depends on SPI + help + MAX3100 chip support(Continue reading)
I' going to reply immediately.
> Thanks.
>
Sorry again for the misunderstanding.
Bye,
RSS Feed