20 Sep 09:19
[PATCH] max3100 driver
From: Christian Pellegrin <chripell <at> gmail.com>
Subject: [PATCH] max3100 driver
Newsgroups: gmane.linux.serial, gmane.linux.kernel
Date: 2008-09-20 07:20:08 GMT
Subject: [PATCH] max3100 driver
Newsgroups: gmane.linux.serial, gmane.linux.kernel
Date: 2008-09-20 07:20:08 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> --- drivers/serial/Kconfig | 6 +- drivers/serial/Makefile | 1 + drivers/serial/max3100.c | 976 ++++++++++++++++++++++++++++++++++++++++ include/linux/serial_core.h | 3 + include/linux/serial_max3100.h | 31 ++ 5 files changed, 1016 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 config SERIAL_DZ bool "DECstation DZ serial driver"(Continue reading)
Anyway after Andrew comment I stopped using them since I'm too scared:
I'm not sure that it's safe without locking the entire struct.
RSS Feed