diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-16 18:11:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-16 18:11:04 -0400 |
commit | e6bee325e49f17c65c1fd66e9e8b348c85788341 (patch) | |
tree | bcc9e5d8e82efa9009edd481a837cc3626360091 /MAINTAINERS | |
parent | a5e6b135bdff649e4330f98e2e80dbb1984f7e77 (diff) | |
parent | 6ae705b23be8da52d3163be9d81e9b767876aaf9 (diff) |
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
* 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6: (76 commits)
pch_uart: reference clock on CM-iTC
pch_phub: add new device ML7213
n_gsm: fix UIH control byte : P bit should be 0
n_gsm: add a documentation
serial: msm_serial_hs: Add MSM high speed UART driver
tty_audit: fix tty_audit_add_data live lock on audit disabled
tty: move cd1865.h to drivers/staging/tty/
Staging: tty: fix build with epca.c driver
pcmcia: synclink_cs: fix prototype for mgslpc_ioctl()
Staging: generic_serial: fix double locking bug
nozomi: don't use flush_scheduled_work()
tty/serial: Relax the device_type restriction from of_serial
MAINTAINERS: Update HVC file patterns
tty: phase out of ioctl file pointer for tty3270 as well
tty: forgot to remove ipwireless from drivers/char/pcmcia/Makefile
pch_uart: Fix DMA channel miss-setting issue.
pch_uart: fix exclusive access issue
pch_uart: fix auto flow control miss-setting issue
pch_uart: fix uart clock setting issue
pch_uart : Use dev_xxx not pr_xxx
...
Fix up trivial conflicts in drivers/misc/pch_phub.c (same patch applied
twice, then changes to the same area in one branch)
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2a2cddd2f88c..b7c4000672f0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -465,6 +465,16 @@ M: Matt Turner <mattst88@gmail.com> | |||
465 | L: linux-alpha@vger.kernel.org | 465 | L: linux-alpha@vger.kernel.org |
466 | F: arch/alpha/ | 466 | F: arch/alpha/ |
467 | 467 | ||
468 | ALTERA UART/JTAG UART SERIAL DRIVERS | ||
469 | M: Tobias Klauser <tklauser@distanz.ch> | ||
470 | L: linux-serial@vger.kernel.org | ||
471 | L: nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers) | ||
472 | S: Maintained | ||
473 | F: drivers/tty/serial/altera_uart.c | ||
474 | F: drivers/tty/serial/altera_jtaguart.c | ||
475 | F: include/linux/altera_uart.h | ||
476 | F: include/linux/altera_jtaguart.h | ||
477 | |||
468 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER | 478 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER |
469 | M: Thomas Dahlmann <dahlmann.thomas@arcor.de> | 479 | M: Thomas Dahlmann <dahlmann.thomas@arcor.de> |
470 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) | 480 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) |
@@ -2833,7 +2843,7 @@ F: mm/hwpoison-inject.c | |||
2833 | HYPERVISOR VIRTUAL CONSOLE DRIVER | 2843 | HYPERVISOR VIRTUAL CONSOLE DRIVER |
2834 | L: linuxppc-dev@lists.ozlabs.org | 2844 | L: linuxppc-dev@lists.ozlabs.org |
2835 | S: Odd Fixes | 2845 | S: Odd Fixes |
2836 | F: drivers/char/hvc_* | 2846 | F: drivers/tty/hvc/ |
2837 | 2847 | ||
2838 | iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER | 2848 | iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER |
2839 | M: Peter Jones <pjones@redhat.com> | 2849 | M: Peter Jones <pjones@redhat.com> |
@@ -3448,7 +3458,7 @@ M: Jiri Kosina <jkosina@suse.cz> | |||
3448 | M: David Sterba <dsterba@suse.cz> | 3458 | M: David Sterba <dsterba@suse.cz> |
3449 | S: Maintained | 3459 | S: Maintained |
3450 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git | 3460 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git |
3451 | F: drivers/char/pcmcia/ipwireless/ | 3461 | F: drivers/tty/ipwireless/ |
3452 | 3462 | ||
3453 | IPX NETWORK LAYER | 3463 | IPX NETWORK LAYER |
3454 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | 3464 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
@@ -6102,7 +6112,7 @@ M: Chris Metcalf <cmetcalf@tilera.com> | |||
6102 | W: http://www.tilera.com/scm/ | 6112 | W: http://www.tilera.com/scm/ |
6103 | S: Supported | 6113 | S: Supported |
6104 | F: arch/tile/ | 6114 | F: arch/tile/ |
6105 | F: drivers/char/hvc_tile.c | 6115 | F: drivers/tty/hvc/hvc_tile.c |
6106 | F: drivers/net/tile/ | 6116 | F: drivers/net/tile/ |
6107 | 6117 | ||
6108 | TLAN NETWORK DRIVER | 6118 | TLAN NETWORK DRIVER |