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 7faf7296b843..bb6493bfe08a 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> |
@@ -974,6 +967,18 @@ M: Wan ZongShun <mcuos.com@gmail.com> | |||
974 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 967 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
975 | W: http://www.mcuos.com | 968 | W: http://www.mcuos.com |
976 | S: Maintained | 969 | S: Maintained |
970 | F: arch/arm/mach-w90x900/ | ||
971 | F: arch/arm/mach-nuc93x/ | ||
972 | F: drivers/input/keyboard/w90p910_keypad.c | ||
973 | F: drivers/input/touchscreen/w90p910_ts.c | ||
974 | F: drivers/watchdog/nuc900_wdt.c | ||
975 | F: drivers/net/arm/w90p910_ether.c | ||
976 | F: drivers/mtd/nand/w90p910_nand.c | ||
977 | F: drivers/rtc/rtc-nuc900.c | ||
978 | F: drivers/spi/spi_nuc900.c | ||
979 | F: drivers/usb/host/ehci-w90x900.c | ||
980 | F: drivers/video/nuc900fb.c | ||
981 | F: drivers/sound/soc/nuc900/ | ||
977 | 982 | ||
978 | ARM/U300 MACHINE SUPPORT | 983 | ARM/U300 MACHINE SUPPORT |
979 | M: Linus Walleij <linus.walleij@stericsson.com> | 984 | M: Linus Walleij <linus.walleij@stericsson.com> |
@@ -2880,6 +2885,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git | |||
2880 | S: Maintained | 2885 | S: Maintained |
2881 | F: drivers/input/ | 2886 | F: drivers/input/ |
2882 | 2887 | ||
2888 | INTEL IDLE DRIVER | ||
2889 | M: Len Brown <lenb@kernel.org> | ||
2890 | L: linux-pm@lists.linux-foundation.org | ||
2891 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git | ||
2892 | S: Supported | ||
2893 | F: drivers/idle/intel_idle.c | ||
2894 | |||
2883 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) | 2895 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
2884 | M: Maik Broemme <mbroemme@plusserver.de> | 2896 | M: Maik Broemme <mbroemme@plusserver.de> |
2885 | L: linux-fbdev@vger.kernel.org | 2897 | L: linux-fbdev@vger.kernel.org |
@@ -3315,15 +3327,17 @@ F: include/linux/key-type.h | |||
3315 | F: include/keys/ | 3327 | F: include/keys/ |
3316 | F: security/keys/ | 3328 | F: security/keys/ |
3317 | 3329 | ||
3318 | KGDB | 3330 | KGDB / KDB /debug_core |
3319 | M: Jason Wessel <jason.wessel@windriver.com> | 3331 | M: Jason Wessel <jason.wessel@windriver.com> |
3332 | W: http://kgdb.wiki.kernel.org/ | ||
3320 | L: kgdb-bugreport@lists.sourceforge.net | 3333 | L: kgdb-bugreport@lists.sourceforge.net |
3321 | S: Maintained | 3334 | S: Maintained |
3322 | F: Documentation/DocBook/kgdb.tmpl | 3335 | F: Documentation/DocBook/kgdb.tmpl |
3323 | F: drivers/misc/kgdbts.c | 3336 | F: drivers/misc/kgdbts.c |
3324 | F: drivers/serial/kgdboc.c | 3337 | F: drivers/serial/kgdboc.c |
3338 | F: include/linux/kdb.h | ||
3325 | F: include/linux/kgdb.h | 3339 | F: include/linux/kgdb.h |
3326 | F: kernel/kgdb.c | 3340 | F: kernel/debug/ |
3327 | 3341 | ||
3328 | KMEMCHECK | 3342 | KMEMCHECK |
3329 | M: Vegard Nossum <vegardno@ifi.uio.no> | 3343 | M: Vegard Nossum <vegardno@ifi.uio.no> |
@@ -4609,6 +4623,14 @@ S: Supported | |||
4609 | F: Documentation/scsi/LICENSE.qla2xxx | 4623 | F: Documentation/scsi/LICENSE.qla2xxx |
4610 | F: drivers/scsi/qla2xxx/ | 4624 | F: drivers/scsi/qla2xxx/ |
4611 | 4625 | ||
4626 | QLOGIC QLA4XXX iSCSI DRIVER | ||
4627 | M: Ravi Anand <ravi.anand@qlogic.com> | ||
4628 | M: Vikas Chaudhary <vikas.chaudhary@qlogic.com> | ||
4629 | M: iscsi-driver@qlogic.com | ||
4630 | L: linux-scsi@vger.kernel.org | ||
4631 | S: Supported | ||
4632 | F: drivers/scsi/qla4xxx/ | ||
4633 | |||
4612 | QLOGIC QLA3XXX NETWORK DRIVER | 4634 | QLOGIC QLA3XXX NETWORK DRIVER |
4613 | M: Ron Mercer <ron.mercer@qlogic.com> | 4635 | M: Ron Mercer <ron.mercer@qlogic.com> |
4614 | M: linux-driver@qlogic.com | 4636 | M: linux-driver@qlogic.com |
@@ -4749,6 +4771,12 @@ S: Maintained | |||
4749 | F: Documentation/rfkill.txt | 4771 | F: Documentation/rfkill.txt |
4750 | F: net/rfkill/ | 4772 | F: net/rfkill/ |
4751 | 4773 | ||
4774 | RICOH SMARTMEDIA/XD DRIVER | ||
4775 | M: Maxim Levitsky <maximlevitsky@gmail.com> | ||
4776 | S: Maintained | ||
4777 | F: drivers/mtd/nand/r822.c | ||
4778 | F: drivers/mtd/nand/r822.h | ||
4779 | |||
4752 | RISCOM8 DRIVER | 4780 | RISCOM8 DRIVER |
4753 | S: Orphan | 4781 | S: Orphan |
4754 | F: Documentation/serial/riscom8.txt | 4782 | F: Documentation/serial/riscom8.txt |
@@ -4803,6 +4831,9 @@ W: http://www.ibm.com/developerworks/linux/linux390/ | |||
4803 | S: Supported | 4831 | S: Supported |
4804 | F: arch/s390/ | 4832 | F: arch/s390/ |
4805 | F: drivers/s390/ | 4833 | F: drivers/s390/ |
4834 | F: fs/partitions/ibm.c | ||
4835 | F: Documentation/s390/ | ||
4836 | F: Documentation/DocBook/s390* | ||
4806 | 4837 | ||
4807 | S390 NETWORK DRIVERS | 4838 | S390 NETWORK DRIVERS |
4808 | M: Ursula Braun <ursula.braun@de.ibm.com> | 4839 | M: Ursula Braun <ursula.braun@de.ibm.com> |
@@ -4971,6 +5002,12 @@ L: linux-mmc@vger.kernel.org | |||
4971 | S: Maintained | 5002 | S: Maintained |
4972 | F: drivers/mmc/host/sdhci-s3c.c | 5003 | F: drivers/mmc/host/sdhci-s3c.c |
4973 | 5004 | ||
5005 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER | ||
5006 | M: Viresh Kumar <viresh.kumar@st.com> | ||
5007 | L: linux-mmc@vger.kernel.org | ||
5008 | S: Maintained | ||
5009 | F: drivers/mmc/host/sdhci-spear.c | ||
5010 | |||
4974 | SECURITY SUBSYSTEM | 5011 | SECURITY SUBSYSTEM |
4975 | M: James Morris <jmorris@namei.org> | 5012 | M: James Morris <jmorris@namei.org> |
4976 | L: linux-security-module@vger.kernel.org (suggested Cc:) | 5013 | L: linux-security-module@vger.kernel.org (suggested Cc:) |