03 Jul, 2006
1 commit
-
Signed-off-by: Thomas Gleixner
Cc: Ingo Molnar
Cc: "David S. Miller"
Cc: Benjamin Herrenschmidt
Cc: Russell King
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
01 Jul, 2006
1 commit
-
Signed-off-by: Jörn Engel
Signed-off-by: Adrian Bunk
27 Jun, 2006
1 commit
-
Also fixes all serial drivers.
Signed-off-by: Greg Kroah-Hartman
20 Jun, 2006
1 commit
-
Patch from Andrew Victor
This patch includes a number of updates to the AT91RM9200 serial driver.
Changes include:
1. Conversion to a platform_driver. [Ivan Kokshaysky]
2. Replaced all references to AT91RM9200 with AT91. This driver can now
also be used for the AT91SAM9216.
3. Allow TIOCM_LOOP to configure local loopback mode.
4. Cleaned up the 'read_status_mask' usage and interrupt handler code.
[Chip Coldwell]
5. Suspend/resume support. [David Brownell]There are a few 'unused variable' warning when compiling this - I
removed the new DMA support to keep this first patch simpler.Signed-off-by: Andrew Victor
Signed-off-by: Russell King
21 Mar, 2006
1 commit
-
Glen Turner reported that writing LFCR rather than the more
traditional CRLF causes issues with some terminals.Since this aflicts many serial drivers, extract the common code
to a library function (uart_console_write) and arrange for each
driver to supply a "putchar" function.Signed-off-by: Russell King
19 Jan, 2006
1 commit
-
Patch from Andrew Victor
This patch fixes two small issues with 2.6.15-git12.
1) Corrected major/minor numbers for ttyAT devices in the KConfig help.
(Patch from Karl Olsen)2) tty->flip.count has been removed.
Signed-off-by: Andrew Victor
Signed-off-by: Russell King
11 Jan, 2006
1 commit
-
Patch from Andrew Victor
This patch adds support to the 2.6 kernel series for the Atmel
AT91RM9200 processor.This patch is the Serial driver.
This version uses the newly re-written GPL'ed hardware headers.
Signed-off-by: Andrew Victor
Signed-off-by: Russell King