diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-22 22:59:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-22 22:59:04 -0400 |
commit | 73ecf3a6e3f0206bf56a0fefe3b3eda042fb7034 (patch) | |
tree | 866f0ebb2b148479e93b5ac955097b1cc94ceb4e /MAINTAINERS | |
parent | b9da0571050c09863e59f94d0b8594a290d61b88 (diff) | |
parent | cd3ecad19aea8debae9a48b53de2ec7a571f24e9 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6: (49 commits)
serial8250: ratelimit "too much work" error
serial: bfin_sport_uart: speed up sport RX sample rate to be 3% faster
serial: abstraction for 8250 legacy ports
serial/imx: check that the buffer is non-empty before sending it out
serial: mfd: add more baud rates support
jsm: Remove the uart port on errors
Alchemy: Add UART PM methods.
8250: allow platforms to override PM hook.
altera_uart: Don't use plain integer as NULL pointer
altera_uart: Fix missing prototype for registering an early console
altera_uart: Fixup type usage of port flags
altera_uart: Make it possible to use Altera UART and 8250 ports together
altera_uart: Add support for different address strides
altera_uart: Add support for getting mapbase and IRQ from resources
altera_uart: Add support for polling mode (IRQ-less)
serial: Factor out uart_poll_timeout() from 8250 driver
serial: mark the 8250 driver as maintained
serial: 8250: Don't delay after transmitter is ready.
tty: MAINTAINERS: add drivers/serial/jsm/ as maintained driver
vcs: invoke the vt update callback when /dev/vcs* is written to
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fd19b544a1b1..060e32ab35fb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -157,9 +157,11 @@ S: Maintained | |||
157 | F: drivers/net/r8169.c | 157 | F: drivers/net/r8169.c |
158 | 158 | ||
159 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER | 159 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER |
160 | M: Greg Kroah-Hartman <gregkh@suse.de> | ||
160 | L: linux-serial@vger.kernel.org | 161 | L: linux-serial@vger.kernel.org |
161 | W: http://serial.sourceforge.net | 162 | W: http://serial.sourceforge.net |
162 | S: Orphan | 163 | S: Maintained |
164 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | ||
163 | F: drivers/serial/8250* | 165 | F: drivers/serial/8250* |
164 | F: include/linux/serial_8250.h | 166 | F: include/linux/serial_8250.h |
165 | 167 | ||
@@ -3353,6 +3355,12 @@ F: fs/jbd*/ | |||
3353 | F: include/linux/ext*jbd*.h | 3355 | F: include/linux/ext*jbd*.h |
3354 | F: include/linux/jbd*.h | 3356 | F: include/linux/jbd*.h |
3355 | 3357 | ||
3358 | JSM Neo PCI based serial card | ||
3359 | M: Breno Leitao <leitao@linux.vnet.ibm.com> | ||
3360 | L: linux-serial@vger.kernel.org | ||
3361 | S: Maintained | ||
3362 | F: drivers/serial/jsm/ | ||
3363 | |||
3356 | K8TEMP HARDWARE MONITORING DRIVER | 3364 | K8TEMP HARDWARE MONITORING DRIVER |
3357 | M: Rudolf Marek <r.marek@assembler.cz> | 3365 | M: Rudolf Marek <r.marek@assembler.cz> |
3358 | L: lm-sensors@lm-sensors.org | 3366 | L: lm-sensors@lm-sensors.org |