aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS47
1 files changed, 34 insertions, 13 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index a20df9bf8ab0..ea4d0058fd1b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1543,6 +1543,7 @@ F: arch/arm/mach-pxa/include/mach/z2.h
1543 1543
1544ARM/ZYNQ ARCHITECTURE 1544ARM/ZYNQ ARCHITECTURE
1545M: Michal Simek <michal.simek@xilinx.com> 1545M: Michal Simek <michal.simek@xilinx.com>
1546R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1546L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1547L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1547W: http://wiki.xilinx.com 1548W: http://wiki.xilinx.com
1548T: git git://git.xilinx.com/linux-xlnx.git 1549T: git git://git.xilinx.com/linux-xlnx.git
@@ -1749,6 +1750,13 @@ M: Nicolas Ferre <nicolas.ferre@atmel.com>
1749S: Supported 1750S: Supported
1750F: drivers/spi/spi-atmel.* 1751F: drivers/spi/spi-atmel.*
1751 1752
1753ATMEL SSC DRIVER
1754M: Bo Shen <voice.shen@atmel.com>
1755L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1756S: Supported
1757F: drivers/misc/atmel-ssc.c
1758F: include/linux/atmel-ssc.h
1759
1752ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS 1760ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1753M: Nicolas Ferre <nicolas.ferre@atmel.com> 1761M: Nicolas Ferre <nicolas.ferre@atmel.com>
1754L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1762L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
@@ -2064,8 +2072,9 @@ F: drivers/clocksource/bcm_kona_timer.c
2064 2072
2065BROADCOM BCM2835 ARM ARCHITECTURE 2073BROADCOM BCM2835 ARM ARCHITECTURE
2066M: Stephen Warren <swarren@wwwdotorg.org> 2074M: Stephen Warren <swarren@wwwdotorg.org>
2075M: Lee Jones <lee@kernel.org>
2067L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers) 2076L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2068T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git 2077T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2069S: Maintained 2078S: Maintained
2070N: bcm2835 2079N: bcm2835
2071 2080
@@ -4305,8 +4314,10 @@ F: Documentation/blockdev/cpqarray.txt
4305F: drivers/block/cpqarray.* 4314F: drivers/block/cpqarray.*
4306 4315
4307HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa) 4316HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4308M: "Stephen M. Cameron" <scameron@beardog.cce.hp.com> 4317M: Don Brace <don.brace@pmcs.com>
4309L: iss_storagedev@hp.com 4318L: iss_storagedev@hp.com
4319L: storagedev@pmcs.com
4320L: linux-scsi@vger.kernel.org
4310S: Supported 4321S: Supported
4311F: Documentation/scsi/hpsa.txt 4322F: Documentation/scsi/hpsa.txt
4312F: drivers/scsi/hpsa*.[ch] 4323F: drivers/scsi/hpsa*.[ch]
@@ -4314,8 +4325,10 @@ F: include/linux/cciss*.h
4314F: include/uapi/linux/cciss*.h 4325F: include/uapi/linux/cciss*.h
4315 4326
4316HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) 4327HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4317M: Mike Miller <mike.miller@hp.com> 4328M: Don Brace <don.brace@pmcs.com>
4318L: iss_storagedev@hp.com 4329L: iss_storagedev@hp.com
4330L: storagedev@pmcs.com
4331L: linux-scsi@vger.kernel.org
4319S: Supported 4332S: Supported
4320F: Documentation/blockdev/cciss.txt 4333F: Documentation/blockdev/cciss.txt
4321F: drivers/block/cciss* 4334F: drivers/block/cciss*
@@ -4601,7 +4614,7 @@ S: Supported
4601F: drivers/crypto/nx/ 4614F: drivers/crypto/nx/
4602 4615
4603IBM Power 842 compression accelerator 4616IBM Power 842 compression accelerator
4604M: Nathan Fontenot <nfont@linux.vnet.ibm.com> 4617M: Dan Streetman <ddstreet@us.ibm.com>
4605S: Supported 4618S: Supported
4606F: drivers/crypto/nx/nx-842.c 4619F: drivers/crypto/nx/nx-842.c
4607F: include/linux/nx842.h 4620F: include/linux/nx842.h
@@ -5834,6 +5847,14 @@ S: Maintained
5834F: drivers/net/macvlan.c 5847F: drivers/net/macvlan.c
5835F: include/linux/if_macvlan.h 5848F: include/linux/if_macvlan.h
5836 5849
5850MAILBOX API
5851M: Jassi Brar <jassisinghbrar@gmail.com>
5852L: linux-kernel@vger.kernel.org
5853S: Maintained
5854F: drivers/mailbox/
5855F: include/linux/mailbox_client.h
5856F: include/linux/mailbox_controller.h
5857
5837MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 5858MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5838M: Michael Kerrisk <mtk.manpages@gmail.com> 5859M: Michael Kerrisk <mtk.manpages@gmail.com>
5839W: http://www.kernel.org/doc/man-pages 5860W: http://www.kernel.org/doc/man-pages
@@ -6822,7 +6843,7 @@ S: Orphan
6822F: drivers/net/wireless/orinoco/ 6843F: drivers/net/wireless/orinoco/
6823 6844
6824OSD LIBRARY and FILESYSTEM 6845OSD LIBRARY and FILESYSTEM
6825M: Boaz Harrosh <bharrosh@panasas.com> 6846M: Boaz Harrosh <ooo@electrozaur.com>
6826M: Benny Halevy <bhalevy@primarydata.com> 6847M: Benny Halevy <bhalevy@primarydata.com>
6827L: osd-dev@open-osd.org 6848L: osd-dev@open-osd.org
6828W: http://open-osd.org 6849W: http://open-osd.org
@@ -6832,6 +6853,13 @@ F: drivers/scsi/osd/
6832F: include/scsi/osd_* 6853F: include/scsi/osd_*
6833F: fs/exofs/ 6854F: fs/exofs/
6834 6855
6856OVERLAYFS FILESYSTEM
6857M: Miklos Szeredi <miklos@szeredi.hu>
6858L: linux-fsdevel@vger.kernel.org
6859S: Supported
6860F: fs/overlayfs/*
6861F: Documentation/filesystems/overlayfs.txt
6862
6835P54 WIRELESS DRIVER 6863P54 WIRELESS DRIVER
6836M: Christian Lamparter <chunkeey@googlemail.com> 6864M: Christian Lamparter <chunkeey@googlemail.com>
6837L: linux-wireless@vger.kernel.org 6865L: linux-wireless@vger.kernel.org
@@ -7153,6 +7181,7 @@ F: drivers/crypto/picoxcell*
7153 7181
7154PIN CONTROL SUBSYSTEM 7182PIN CONTROL SUBSYSTEM
7155M: Linus Walleij <linus.walleij@linaro.org> 7183M: Linus Walleij <linus.walleij@linaro.org>
7184L: linux-gpio@vger.kernel.org
7156S: Maintained 7185S: Maintained
7157F: drivers/pinctrl/ 7186F: drivers/pinctrl/
7158F: include/linux/pinctrl/ 7187F: include/linux/pinctrl/
@@ -8457,7 +8486,6 @@ F: arch/arm/mach-s3c24xx/bast-irq.c
8457TI DAVINCI MACHINE SUPPORT 8486TI DAVINCI MACHINE SUPPORT
8458M: Sekhar Nori <nsekhar@ti.com> 8487M: Sekhar Nori <nsekhar@ti.com>
8459M: Kevin Hilman <khilman@deeprootsystems.com> 8488M: Kevin Hilman <khilman@deeprootsystems.com>
8460L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
8461T: git git://gitorious.org/linux-davinci/linux-davinci.git 8489T: git git://gitorious.org/linux-davinci/linux-davinci.git
8462Q: http://patchwork.kernel.org/project/linux-davinci/list/ 8490Q: http://patchwork.kernel.org/project/linux-davinci/list/
8463S: Supported 8491S: Supported
@@ -8467,7 +8495,6 @@ F: drivers/i2c/busses/i2c-davinci.c
8467TI DAVINCI SERIES MEDIA DRIVER 8495TI DAVINCI SERIES MEDIA DRIVER
8468M: Lad, Prabhakar <prabhakar.csengg@gmail.com> 8496M: Lad, Prabhakar <prabhakar.csengg@gmail.com>
8469L: linux-media@vger.kernel.org 8497L: linux-media@vger.kernel.org
8470L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
8471W: http://linuxtv.org/ 8498W: http://linuxtv.org/
8472Q: http://patchwork.linuxtv.org/project/linux-media/list/ 8499Q: http://patchwork.linuxtv.org/project/linux-media/list/
8473T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git 8500T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
@@ -9584,7 +9611,6 @@ F: drivers/staging/unisys/
9584 9611
9585UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER 9612UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9586M: Vinayak Holikatti <vinholikatti@gmail.com> 9613M: Vinayak Holikatti <vinholikatti@gmail.com>
9587M: Santosh Y <santoshsy@gmail.com>
9588L: linux-scsi@vger.kernel.org 9614L: linux-scsi@vger.kernel.org
9589S: Supported 9615S: Supported
9590F: Documentation/scsi/ufs.txt 9616F: Documentation/scsi/ufs.txt
@@ -9678,11 +9704,6 @@ S: Maintained
9678F: Documentation/hid/hiddev.txt 9704F: Documentation/hid/hiddev.txt
9679F: drivers/hid/usbhid/ 9705F: drivers/hid/usbhid/
9680 9706
9681USB/IP DRIVERS
9682L: linux-usb@vger.kernel.org
9683S: Orphan
9684F: drivers/staging/usbip/
9685
9686USB ISP116X DRIVER 9707USB ISP116X DRIVER
9687M: Olav Kongas <ok@artecdesign.ee> 9708M: Olav Kongas <ok@artecdesign.ee>
9688L: linux-usb@vger.kernel.org 9709L: linux-usb@vger.kernel.org