diff options
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 63 |
1 files changed, 50 insertions, 13 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 837a7547786b..2ebb56710f4d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -131,19 +131,12 @@ L: netdev@vger.kernel.org | |||
131 | S: Maintained | 131 | S: Maintained |
132 | F: drivers/net/typhoon* | 132 | F: drivers/net/typhoon* |
133 | 133 | ||
134 | 3W-9XXX SATA-RAID CONTROLLER DRIVER | 134 | 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) |
135 | M: Adam Radford <linuxraid@amcc.com> | 135 | M: Adam Radford <linuxraid@lsi.com> |
136 | L: linux-scsi@vger.kernel.org | 136 | L: linux-scsi@vger.kernel.org |
137 | W: http://www.amcc.com | 137 | W: http://www.lsi.com |
138 | S: Supported | 138 | S: Supported |
139 | F: drivers/scsi/3w-9xxx* | 139 | F: drivers/scsi/3w-* |
140 | |||
141 | 3W-XXXX ATA-RAID CONTROLLER DRIVER | ||
142 | M: Adam Radford <linuxraid@amcc.com> | ||
143 | L: linux-scsi@vger.kernel.org | ||
144 | W: http://www.amcc.com | ||
145 | S: Supported | ||
146 | F: drivers/scsi/3w-xxxx* | ||
147 | 140 | ||
148 | 53C700 AND 53C700-66 SCSI DRIVER | 141 | 53C700 AND 53C700-66 SCSI DRIVER |
149 | M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> | 142 | M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> |
@@ -976,6 +969,18 @@ M: Wan ZongShun <mcuos.com@gmail.com> | |||
976 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 969 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
977 | W: http://www.mcuos.com | 970 | W: http://www.mcuos.com |
978 | S: Maintained | 971 | S: Maintained |
972 | F: arch/arm/mach-w90x900/ | ||
973 | F: arch/arm/mach-nuc93x/ | ||
974 | F: drivers/input/keyboard/w90p910_keypad.c | ||
975 | F: drivers/input/touchscreen/w90p910_ts.c | ||
976 | F: drivers/watchdog/nuc900_wdt.c | ||
977 | F: drivers/net/arm/w90p910_ether.c | ||
978 | F: drivers/mtd/nand/w90p910_nand.c | ||
979 | F: drivers/rtc/rtc-nuc900.c | ||
980 | F: drivers/spi/spi_nuc900.c | ||
981 | F: drivers/usb/host/ehci-w90x900.c | ||
982 | F: drivers/video/nuc900fb.c | ||
983 | F: drivers/sound/soc/nuc900/ | ||
979 | 984 | ||
980 | ARM/U300 MACHINE SUPPORT | 985 | ARM/U300 MACHINE SUPPORT |
981 | M: Linus Walleij <linus.walleij@stericsson.com> | 986 | M: Linus Walleij <linus.walleij@stericsson.com> |
@@ -2882,6 +2887,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git | |||
2882 | S: Maintained | 2887 | S: Maintained |
2883 | F: drivers/input/ | 2888 | F: drivers/input/ |
2884 | 2889 | ||
2890 | INTEL IDLE DRIVER | ||
2891 | M: Len Brown <lenb@kernel.org> | ||
2892 | L: linux-pm@lists.linux-foundation.org | ||
2893 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git | ||
2894 | S: Supported | ||
2895 | F: drivers/idle/intel_idle.c | ||
2896 | |||
2885 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) | 2897 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
2886 | M: Maik Broemme <mbroemme@plusserver.de> | 2898 | M: Maik Broemme <mbroemme@plusserver.de> |
2887 | L: linux-fbdev@vger.kernel.org | 2899 | L: linux-fbdev@vger.kernel.org |
@@ -3317,15 +3329,17 @@ F: include/linux/key-type.h | |||
3317 | F: include/keys/ | 3329 | F: include/keys/ |
3318 | F: security/keys/ | 3330 | F: security/keys/ |
3319 | 3331 | ||
3320 | KGDB | 3332 | KGDB / KDB /debug_core |
3321 | M: Jason Wessel <jason.wessel@windriver.com> | 3333 | M: Jason Wessel <jason.wessel@windriver.com> |
3334 | W: http://kgdb.wiki.kernel.org/ | ||
3322 | L: kgdb-bugreport@lists.sourceforge.net | 3335 | L: kgdb-bugreport@lists.sourceforge.net |
3323 | S: Maintained | 3336 | S: Maintained |
3324 | F: Documentation/DocBook/kgdb.tmpl | 3337 | F: Documentation/DocBook/kgdb.tmpl |
3325 | F: drivers/misc/kgdbts.c | 3338 | F: drivers/misc/kgdbts.c |
3326 | F: drivers/serial/kgdboc.c | 3339 | F: drivers/serial/kgdboc.c |
3340 | F: include/linux/kdb.h | ||
3327 | F: include/linux/kgdb.h | 3341 | F: include/linux/kgdb.h |
3328 | F: kernel/kgdb.c | 3342 | F: kernel/debug/ |
3329 | 3343 | ||
3330 | KMEMCHECK | 3344 | KMEMCHECK |
3331 | M: Vegard Nossum <vegardno@ifi.uio.no> | 3345 | M: Vegard Nossum <vegardno@ifi.uio.no> |
@@ -4612,6 +4626,14 @@ S: Supported | |||
4612 | F: Documentation/scsi/LICENSE.qla2xxx | 4626 | F: Documentation/scsi/LICENSE.qla2xxx |
4613 | F: drivers/scsi/qla2xxx/ | 4627 | F: drivers/scsi/qla2xxx/ |
4614 | 4628 | ||
4629 | QLOGIC QLA4XXX iSCSI DRIVER | ||
4630 | M: Ravi Anand <ravi.anand@qlogic.com> | ||
4631 | M: Vikas Chaudhary <vikas.chaudhary@qlogic.com> | ||
4632 | M: iscsi-driver@qlogic.com | ||
4633 | L: linux-scsi@vger.kernel.org | ||
4634 | S: Supported | ||
4635 | F: drivers/scsi/qla4xxx/ | ||
4636 | |||
4615 | QLOGIC QLA3XXX NETWORK DRIVER | 4637 | QLOGIC QLA3XXX NETWORK DRIVER |
4616 | M: Ron Mercer <ron.mercer@qlogic.com> | 4638 | M: Ron Mercer <ron.mercer@qlogic.com> |
4617 | M: linux-driver@qlogic.com | 4639 | M: linux-driver@qlogic.com |
@@ -4752,6 +4774,12 @@ S: Maintained | |||
4752 | F: Documentation/rfkill.txt | 4774 | F: Documentation/rfkill.txt |
4753 | F: net/rfkill/ | 4775 | F: net/rfkill/ |
4754 | 4776 | ||
4777 | RICOH SMARTMEDIA/XD DRIVER | ||
4778 | M: Maxim Levitsky <maximlevitsky@gmail.com> | ||
4779 | S: Maintained | ||
4780 | F: drivers/mtd/nand/r822.c | ||
4781 | F: drivers/mtd/nand/r822.h | ||
4782 | |||
4755 | RISCOM8 DRIVER | 4783 | RISCOM8 DRIVER |
4756 | S: Orphan | 4784 | S: Orphan |
4757 | F: Documentation/serial/riscom8.txt | 4785 | F: Documentation/serial/riscom8.txt |
@@ -4806,6 +4834,9 @@ W: http://www.ibm.com/developerworks/linux/linux390/ | |||
4806 | S: Supported | 4834 | S: Supported |
4807 | F: arch/s390/ | 4835 | F: arch/s390/ |
4808 | F: drivers/s390/ | 4836 | F: drivers/s390/ |
4837 | F: fs/partitions/ibm.c | ||
4838 | F: Documentation/s390/ | ||
4839 | F: Documentation/DocBook/s390* | ||
4809 | 4840 | ||
4810 | S390 NETWORK DRIVERS | 4841 | S390 NETWORK DRIVERS |
4811 | M: Ursula Braun <ursula.braun@de.ibm.com> | 4842 | M: Ursula Braun <ursula.braun@de.ibm.com> |
@@ -4974,6 +5005,12 @@ L: linux-mmc@vger.kernel.org | |||
4974 | S: Maintained | 5005 | S: Maintained |
4975 | F: drivers/mmc/host/sdhci-s3c.c | 5006 | F: drivers/mmc/host/sdhci-s3c.c |
4976 | 5007 | ||
5008 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER | ||
5009 | M: Viresh Kumar <viresh.kumar@st.com> | ||
5010 | L: linux-mmc@vger.kernel.org | ||
5011 | S: Maintained | ||
5012 | F: drivers/mmc/host/sdhci-spear.c | ||
5013 | |||
4977 | SECURITY SUBSYSTEM | 5014 | SECURITY SUBSYSTEM |
4978 | M: James Morris <jmorris@namei.org> | 5015 | M: James Morris <jmorris@namei.org> |
4979 | L: linux-security-module@vger.kernel.org (suggested Cc:) | 5016 | L: linux-security-module@vger.kernel.org (suggested Cc:) |