aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJames Morris <jmorris@macbook.(none)>2009-12-03 01:33:40 -0500
committerJames Morris <jmorris@macbook.(none)>2009-12-03 01:33:40 -0500
commitc84d6efd363a3948eb32ec40d46bab6338580454 (patch)
tree3ba7ac46e6626fe8ac843834588609eb6ccee5c6 /MAINTAINERS
parent7539cf4b92be4aecc573ea962135f246a7a33401 (diff)
parent22763c5cf3690a681551162c15d34d935308c8d7 (diff)
Merge branch 'master' into next
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS317
1 files changed, 212 insertions, 105 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c450f3abb8c9..4f96ac81089c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -65,43 +65,51 @@ trivial patch so apply some common sense.
65 65
668. Happy hacking. 668. Happy hacking.
67 67
68 ----------------------------------- 68Descriptions of section entries:
69 69
70Maintainers List (try to look for most precise areas first) 70 P: Person (obsolete)
71 M: Mail patches to: FullName <address@domain>
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
75 S: Status, one of the following:
76 Supported: Someone is actually paid to look after this.
77 Maintained: Someone actually looks after it.
78 Odd Fixes: It has a maintainer but they don't have time to do
79 much other than throw the odd patch in. See below..
80 Orphan: No current maintainer [but maybe you could take the
81 role as you write your new code].
82 Obsolete: Old code. Something tagged obsolete generally means
83 it has been replaced by a better system and you
84 should be using that.
85 F: Files and directories with wildcard patterns.
86 A trailing slash includes all files and subdirectory files.
87 F: drivers/net/ all files in and below drivers/net
88 F: drivers/net/* all files in drivers/net, but not below
89 F: */net/* all files in "any top level directory"/net
90 One pattern per line. Multiple F: lines acceptable.
91 X: Files and directories that are NOT maintained, same rules as F:
92 Files exclusions are tested before file matches.
93 Can be useful for excluding a specific subdirectory, for instance:
94 F: net/
95 X: net/ipv6/
96 matches all files in and below net excluding net/ipv6/
97 K: Keyword perl extended regex pattern to match content in a
98 patch or file. For instance:
99 K: of_get_profile
100 matches patches or files that contain "of_get_profile"
101 K: \b(printk|pr_(info|err))\b
102 matches patches or files that contain one or more of the words
103 printk, pr_info or pr_err
104 One regex pattern per line. Multiple K: lines acceptable.
71 105
72Note: For the hard of thinking, this list is meant to remain in alphabetical 106Note: For the hard of thinking, this list is meant to remain in alphabetical
73order. If you could add yourselves to it in alphabetical order that would be 107order. If you could add yourselves to it in alphabetical order that would be
74so much easier [Ed] 108so much easier [Ed]
75 109
76P: Person (obsolete) 110Maintainers List (try to look for most precise areas first)
77M: Mail patches to: FullName <address@domain>
78L: Mailing list that is relevant to this area
79W: Web-page with status/info
80T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
81S: Status, one of the following:
82
83 Supported: Someone is actually paid to look after this.
84 Maintained: Someone actually looks after it.
85 Odd Fixes: It has a maintainer but they don't have time to do
86 much other than throw the odd patch in. See below..
87 Orphan: No current maintainer [but maybe you could take the
88 role as you write your new code].
89 Obsolete: Old code. Something tagged obsolete generally means
90 it has been replaced by a better system and you
91 should be using that.
92 111
93F: Files and directories with wildcard patterns. 112 -----------------------------------
94 A trailing slash includes all files and subdirectory files.
95 F: drivers/net/ all files in and below drivers/net
96 F: drivers/net/* all files in drivers/net, but not below
97 F: */net/* all files in "any top level directory"/net
98 One pattern per line. Multiple F: lines acceptable.
99X: Files and directories that are NOT maintained, same rules as F:
100 Files exclusions are tested before file matches.
101 Can be useful for excluding a specific subdirectory, for instance:
102 F: net/
103 X: net/ipv6/
104 matches all files in and below net excluding net/ipv6/
105 113
1063C505 NETWORK DRIVER 1143C505 NETWORK DRIVER
107M: Philip Blundell <philb@gnu.org> 115M: Philip Blundell <philb@gnu.org>
@@ -174,7 +182,7 @@ M: Ron Minnich <rminnich@sandia.gov>
174M: Latchesar Ionkov <lucho@ionkov.net> 182M: Latchesar Ionkov <lucho@ionkov.net>
175L: v9fs-developer@lists.sourceforge.net 183L: v9fs-developer@lists.sourceforge.net
176W: http://swik.net/v9fs 184W: http://swik.net/v9fs
177T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git 185T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
178S: Maintained 186S: Maintained
179F: Documentation/filesystems/9p.txt 187F: Documentation/filesystems/9p.txt
180F: fs/9p/ 188F: fs/9p/
@@ -257,6 +265,13 @@ W: http://www.lesswatts.org/projects/acpi/
257S: Supported 265S: Supported
258F: drivers/acpi/fan.c 266F: drivers/acpi/fan.c
259 267
268ACPI PROCESSOR AGGREGATOR DRIVER
269M: Shaohua Li <shaohua.li@intel.com>
270L: linux-acpi@vger.kernel.org
271W: http://www.lesswatts.org/projects/acpi/
272S: Supported
273F: drivers/acpi/acpi_pad.c
274
260ACPI THERMAL DRIVER 275ACPI THERMAL DRIVER
261M: Zhang Rui <rui.zhang@intel.com> 276M: Zhang Rui <rui.zhang@intel.com>
262L: linux-acpi@vger.kernel.org 277L: linux-acpi@vger.kernel.org
@@ -497,10 +512,32 @@ W: http://www.arm.linux.org.uk/
497S: Maintained 512S: Maintained
498F: arch/arm/ 513F: arch/arm/
499 514
515ARM PRIMECELL AACI PL041 DRIVER
516M: Russell King <linux@arm.linux.org.uk>
517S: Maintained
518F: sound/arm/aaci.*
519
520ARM PRIMECELL CLCD PL110 DRIVER
521M: Russell King <linux@arm.linux.org.uk>
522S: Maintained
523F: drivers/video/amba-clcd.*
524
525ARM PRIMECELL KMI PL050 DRIVER
526M: Russell King <linux@arm.linux.org.uk>
527S: Maintained
528F: drivers/input/serio/ambakmi.*
529F: include/linux/amba/kmi.h
530
500ARM PRIMECELL MMCI PL180/1 DRIVER 531ARM PRIMECELL MMCI PL180/1 DRIVER
501S: Orphan 532S: Orphan
502F: drivers/mmc/host/mmci.* 533F: drivers/mmc/host/mmci.*
503 534
535ARM PRIMECELL BUS SUPPORT
536M: Russell King <linux@arm.linux.org.uk>
537S: Maintained
538F: drivers/amba/
539F: include/linux/amba/bus.h
540
504ARM/ADI ROADRUNNER MACHINE SUPPORT 541ARM/ADI ROADRUNNER MACHINE SUPPORT
505M: Lennert Buytenhek <kernel@wantstofly.org> 542M: Lennert Buytenhek <kernel@wantstofly.org>
506L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 543L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
@@ -570,6 +607,11 @@ M: Mike Rapoport <mike@compulab.co.il>
570L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 607L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
571S: Maintained 608S: Maintained
572 609
610ARM/CONTEC MICRO9 MACHINE SUPPORT
611M: Hubert Feurstein <hubert.feurstein@contec.at>
612S: Maintained
613F: arch/arm/mach-ep93xx/micro9.c
614
573ARM/CORGI MACHINE SUPPORT 615ARM/CORGI MACHINE SUPPORT
574M: Richard Purdie <rpurdie@rpsys.net> 616M: Richard Purdie <rpurdie@rpsys.net>
575S: Maintained 617S: Maintained
@@ -646,24 +688,24 @@ ARM/INTEL IOP32X ARM ARCHITECTURE
646M: Lennert Buytenhek <kernel@wantstofly.org> 688M: Lennert Buytenhek <kernel@wantstofly.org>
647M: Dan Williams <dan.j.williams@intel.com> 689M: Dan Williams <dan.j.williams@intel.com>
648L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 690L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
649S: Supported 691S: Maintained
650 692
651ARM/INTEL IOP33X ARM ARCHITECTURE 693ARM/INTEL IOP33X ARM ARCHITECTURE
652M: Dan Williams <dan.j.williams@intel.com> 694M: Dan Williams <dan.j.williams@intel.com>
653L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 695L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
654S: Supported 696S: Maintained
655 697
656ARM/INTEL IOP13XX ARM ARCHITECTURE 698ARM/INTEL IOP13XX ARM ARCHITECTURE
657M: Lennert Buytenhek <kernel@wantstofly.org> 699M: Lennert Buytenhek <kernel@wantstofly.org>
658M: Dan Williams <dan.j.williams@intel.com> 700M: Dan Williams <dan.j.williams@intel.com>
659L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 701L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
660S: Supported 702S: Maintained
661 703
662ARM/INTEL IQ81342EX MACHINE SUPPORT 704ARM/INTEL IQ81342EX MACHINE SUPPORT
663M: Lennert Buytenhek <kernel@wantstofly.org> 705M: Lennert Buytenhek <kernel@wantstofly.org>
664M: Dan Williams <dan.j.williams@intel.com> 706M: Dan Williams <dan.j.williams@intel.com>
665L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 707L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
666S: Supported 708S: Maintained
667 709
668ARM/INTEL IXP2000 ARM ARCHITECTURE 710ARM/INTEL IXP2000 ARM ARCHITECTURE
669M: Lennert Buytenhek <kernel@wantstofly.org> 711M: Lennert Buytenhek <kernel@wantstofly.org>
@@ -691,7 +733,7 @@ ARM/INTEL XSC3 (MANZANO) ARM CORE
691M: Lennert Buytenhek <kernel@wantstofly.org> 733M: Lennert Buytenhek <kernel@wantstofly.org>
692M: Dan Williams <dan.j.williams@intel.com> 734M: Dan Williams <dan.j.williams@intel.com>
693L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 735L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
694S: Supported 736S: Maintained
695 737
696ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT 738ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
697M: Lennert Buytenhek <kernel@wantstofly.org> 739M: Lennert Buytenhek <kernel@wantstofly.org>
@@ -741,23 +783,36 @@ M: Dirk Opfer <dirk@opfer-online.de>
741S: Maintained 783S: Maintained
742 784
743ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT 785ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
744P: Marek Vasut 786M: Marek Vasut <marek.vasut@gmail.com>
745M: marek.vasut@gmail.com
746L: linux-arm-kernel@lists.infradead.org 787L: linux-arm-kernel@lists.infradead.org
747W: http://hackndev.com 788W: http://hackndev.com
748S: Maintained 789S: Maintained
790F: arch/arm/mach-pxa/include/mach/palmtx.h
791F: arch/arm/mach-pxa/palmtx.c
792F: arch/arm/mach-pxa/include/mach/palmt5.h
793F: arch/arm/mach-pxa/palmt5.c
794F: arch/arm/mach-pxa/include/mach/palmld.h
795F: arch/arm/mach-pxa/palmld.c
796F: arch/arm/mach-pxa/include/mach/palmte2.h
797F: arch/arm/mach-pxa/palmte2.c
798F: arch/arm/mach-pxa/include/mach/palmtc.h
799F: arch/arm/mach-pxa/palmtc.c
749 800
750ARM/PALM TREO 680 SUPPORT 801ARM/PALM TREO 680 SUPPORT
751M: Tomas Cech <sleep_walker@suse.cz> 802M: Tomas Cech <sleep_walker@suse.cz>
752L: linux-arm-kernel@lists.infradead.org 803L: linux-arm-kernel@lists.infradead.org
753W: http://hackndev.com 804W: http://hackndev.com
754S: Maintained 805S: Maintained
806F: arch/arm/mach-pxa/include/mach/treo680.h
807F: arch/arm/mach-pxa/treo680.c
755 808
756ARM/PALMZ72 SUPPORT 809ARM/PALMZ72 SUPPORT
757M: Sergey Lapin <slapin@ossfans.org> 810M: Sergey Lapin <slapin@ossfans.org>
758L: linux-arm-kernel@lists.infradead.org 811L: linux-arm-kernel@lists.infradead.org
759W: http://hackndev.com 812W: http://hackndev.com
760S: Maintained 813S: Maintained
814F: arch/arm/mach-pxa/include/mach/palmz72.h
815F: arch/arm/mach-pxa/palmz72.c
761 816
762ARM/PLEB SUPPORT 817ARM/PLEB SUPPORT
763M: Peter Chubb <pleb@gelato.unsw.edu.au> 818M: Peter Chubb <pleb@gelato.unsw.edu.au>
@@ -873,7 +928,6 @@ M: Karol Kozimor <sziwan@users.sourceforge.net>
873L: acpi4asus-user@lists.sourceforge.net 928L: acpi4asus-user@lists.sourceforge.net
874W: http://acpi4asus.sf.net 929W: http://acpi4asus.sf.net
875S: Maintained 930S: Maintained
876F: arch/x86/kernel/acpi/boot.c
877F: drivers/platform/x86/asus_acpi.c 931F: drivers/platform/x86/asus_acpi.c
878 932
879ASUS ASB100 HARDWARE MONITOR DRIVER 933ASUS ASB100 HARDWARE MONITOR DRIVER
@@ -967,7 +1021,7 @@ F: drivers/net/atlx/
967 1021
968ATM 1022ATM
969M: Chas Williams <chas@cmf.nrl.navy.mil> 1023M: Chas Williams <chas@cmf.nrl.navy.mil>
970L: linux-atm-general@lists.sourceforge.net (subscribers-only) 1024L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
971L: netdev@vger.kernel.org 1025L: netdev@vger.kernel.org
972W: http://linux-atm.sourceforge.net 1026W: http://linux-atm.sourceforge.net
973S: Maintained 1027S: Maintained
@@ -995,7 +1049,7 @@ F: drivers/serial/atmel_serial.c
995 1049
996ATMEL LCDFB DRIVER 1050ATMEL LCDFB DRIVER
997M: Nicolas Ferre <nicolas.ferre@atmel.com> 1051M: Nicolas Ferre <nicolas.ferre@atmel.com>
998L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 1052L: linux-fbdev@vger.kernel.org
999S: Maintained 1053S: Maintained
1000F: drivers/video/atmel_lcdfb.c 1054F: drivers/video/atmel_lcdfb.c
1001F: include/video/atmel_lcdc.h 1055F: include/video/atmel_lcdc.h
@@ -1211,6 +1265,12 @@ L: netdev@vger.kernel.org
1211S: Supported 1265S: Supported
1212F: drivers/net/tg3.* 1266F: drivers/net/tg3.*
1213 1267
1268BROCADE BFA FC SCSI DRIVER
1269M: Jing Huang <huangj@brocade.com>
1270L: linux-scsi@vger.kernel.org
1271S: Supported
1272F: drivers/scsi/bfa/
1273
1214BSG (block layer generic sg v4 driver) 1274BSG (block layer generic sg v4 driver)
1215M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> 1275M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1216L: linux-scsi@vger.kernel.org 1276L: linux-scsi@vger.kernel.org
@@ -1448,6 +1508,7 @@ F: mm/*cgroup*
1448 1508
1449CORETEMP HARDWARE MONITORING DRIVER 1509CORETEMP HARDWARE MONITORING DRIVER
1450M: Rudolf Marek <r.marek@assembler.cz> 1510M: Rudolf Marek <r.marek@assembler.cz>
1511M: Huaxu Wan <huaxu.wan@intel.com>
1451L: lm-sensors@lm-sensors.org 1512L: lm-sensors@lm-sensors.org
1452S: Maintained 1513S: Maintained
1453F: Documentation/hwmon/coretemp 1514F: Documentation/hwmon/coretemp
@@ -2038,7 +2099,7 @@ S: Maintained
2038F: fs/* 2099F: fs/*
2039 2100
2040FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER 2101FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2041M: Riku Voipio <riku.vipio@iki.fi> 2102M: Riku Voipio <riku.voipio@iki.fi>
2042L: lm-sensors@lm-sensors.org 2103L: lm-sensors@lm-sensors.org
2043S: Maintained 2104S: Maintained
2044F: drivers/hwmon/f75375s.c 2105F: drivers/hwmon/f75375s.c
@@ -2074,7 +2135,7 @@ F: drivers/net/wan/dlci.c
2074F: drivers/net/wan/sdla.c 2135F: drivers/net/wan/sdla.c
2075 2136
2076FRAMEBUFFER LAYER 2137FRAMEBUFFER LAYER
2077L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2138L: linux-fbdev@vger.kernel.org
2078W: http://linux-fbdev.sourceforge.net/ 2139W: http://linux-fbdev.sourceforge.net/
2079S: Orphan 2140S: Orphan
2080F: Documentation/fb/ 2141F: Documentation/fb/
@@ -2097,7 +2158,7 @@ F: drivers/i2c/busses/i2c-cpm.c
2097 2158
2098FREESCALE IMX / MXC FRAMEBUFFER DRIVER 2159FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2099M: Sascha Hauer <kernel@pengutronix.de> 2160M: Sascha Hauer <kernel@pengutronix.de>
2100L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2161L: linux-fbdev@vger.kernel.org
2101L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 2162L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2102S: Maintained 2163S: Maintained
2103F: arch/arm/plat-mxc/include/mach/imxfb.h 2164F: arch/arm/plat-mxc/include/mach/imxfb.h
@@ -2119,7 +2180,7 @@ S: Supported
2119F: arch/powerpc/sysdev/qe_lib/ 2180F: arch/powerpc/sysdev/qe_lib/
2120F: arch/powerpc/include/asm/*qe.h 2181F: arch/powerpc/include/asm/*qe.h
2121 2182
2122FREESCALE USB PERIPHERIAL DRIVERS 2183FREESCALE USB PERIPHERAL DRIVERS
2123M: Li Yang <leoli@freescale.com> 2184M: Li Yang <leoli@freescale.com>
2124L: linux-usb@vger.kernel.org 2185L: linux-usb@vger.kernel.org
2125L: linuxppc-dev@ozlabs.org 2186L: linuxppc-dev@ozlabs.org
@@ -2170,18 +2231,6 @@ F: Documentation/filesystems/caching/
2170F: fs/fscache/ 2231F: fs/fscache/
2171F: include/linux/fscache*.h 2232F: include/linux/fscache*.h
2172 2233
2173TRACING
2174M: Steven Rostedt <rostedt@goodmis.org>
2175M: Frederic Weisbecker <fweisbec@gmail.com>
2176M: Ingo Molnar <mingo@redhat.com>
2177T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
2178S: Maintained
2179F: Documentation/trace/ftrace.txt
2180F: arch/*/*/*/ftrace.h
2181F: arch/*/kernel/ftrace.c
2182F: include/*/ftrace.h include/trace/ include/linux/trace*.h
2183F: kernel/trace/
2184
2185FUJITSU FR-V (FRV) PORT 2234FUJITSU FR-V (FRV) PORT
2186M: David Howells <dhowells@redhat.com> 2235M: David Howells <dhowells@redhat.com>
2187S: Maintained 2236S: Maintained
@@ -2240,9 +2289,8 @@ S: Maintained
2240F: include/asm-generic 2289F: include/asm-generic
2241 2290
2242GENERIC UIO DRIVER FOR PCI DEVICES 2291GENERIC UIO DRIVER FOR PCI DEVICES
2243M: Michael S. Tsirkin <mst@redhat.com> 2292M: "Michael S. Tsirkin" <mst@redhat.com>
2244L: kvm@vger.kernel.org 2293L: kvm@vger.kernel.org
2245L: linux-kernel@vger.kernel.org
2246S: Supported 2294S: Supported
2247F: drivers/uio/uio_pci_generic.c 2295F: drivers/uio/uio_pci_generic.c
2248 2296
@@ -2286,6 +2334,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2286S: Maintained 2334S: Maintained
2287F: drivers/media/video/gspca/finepix.c 2335F: drivers/media/video/gspca/finepix.c
2288 2336
2337GSPCA GL860 SUBDRIVER
2338M: Olivier Lorin <o.lorin@laposte.net>
2339L: linux-media@vger.kernel.org
2340T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2341S: Maintained
2342F: drivers/media/video/gspca/gl860/
2343
2289GSPCA M5602 SUBDRIVER 2344GSPCA M5602 SUBDRIVER
2290M: Erik Andren <erik.andren@gmail.com> 2345M: Erik Andren <erik.andren@gmail.com>
2291L: linux-media@vger.kernel.org 2346L: linux-media@vger.kernel.org
@@ -2507,8 +2562,7 @@ S: Maintained
2507F: Documentation/i2c/ 2562F: Documentation/i2c/
2508F: drivers/i2c/ 2563F: drivers/i2c/
2509F: include/linux/i2c.h 2564F: include/linux/i2c.h
2510F: include/linux/i2c-dev.h 2565F: include/linux/i2c-*.h
2511F: include/linux/i2c-id.h
2512 2566
2513I2C-TINY-USB DRIVER 2567I2C-TINY-USB DRIVER
2514M: Till Harbaum <till@harbaum.org> 2568M: Till Harbaum <till@harbaum.org>
@@ -2583,6 +2637,7 @@ L: linux1394-devel@lists.sourceforge.net
2583W: http://www.linux1394.org/ 2637W: http://www.linux1394.org/
2584T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 2638T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2585S: Maintained 2639S: Maintained
2640F: Documentation/debugging-via-ohci1394.txt
2586F: drivers/ieee1394/ 2641F: drivers/ieee1394/
2587 2642
2588IEEE 1394 RAW I/O DRIVER 2643IEEE 1394 RAW I/O DRIVER
@@ -2608,7 +2663,7 @@ S: Supported
2608F: security/integrity/ima/ 2663F: security/integrity/ima/
2609 2664
2610IMS TWINTURBO FRAMEBUFFER DRIVER 2665IMS TWINTURBO FRAMEBUFFER DRIVER
2611L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2666L: linux-fbdev@vger.kernel.org
2612S: Orphan 2667S: Orphan
2613F: drivers/video/imsttfb.c 2668F: drivers/video/imsttfb.c
2614 2669
@@ -2643,14 +2698,14 @@ F: drivers/input/
2643 2698
2644INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 2699INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2645M: Sylvain Meyer <sylvain.meyer@worldonline.fr> 2700M: Sylvain Meyer <sylvain.meyer@worldonline.fr>
2646L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2701L: linux-fbdev@vger.kernel.org
2647S: Maintained 2702S: Maintained
2648F: Documentation/fb/intelfb.txt 2703F: Documentation/fb/intelfb.txt
2649F: drivers/video/intelfb/ 2704F: drivers/video/intelfb/
2650 2705
2651INTEL 810/815 FRAMEBUFFER DRIVER 2706INTEL 810/815 FRAMEBUFFER DRIVER
2652M: Antonino Daplas <adaplas@gmail.com> 2707M: Antonino Daplas <adaplas@gmail.com>
2653L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2708L: linux-fbdev@vger.kernel.org
2654S: Maintained 2709S: Maintained
2655F: drivers/video/i810/ 2710F: drivers/video/i810/
2656 2711
@@ -2682,7 +2737,7 @@ F: include/linux/intel-iommu.h
2682 2737
2683INTEL IOP-ADMA DMA DRIVER 2738INTEL IOP-ADMA DMA DRIVER
2684M: Dan Williams <dan.j.williams@intel.com> 2739M: Dan Williams <dan.j.williams@intel.com>
2685S: Supported 2740S: Maintained
2686F: drivers/dma/iop-adma.c 2741F: drivers/dma/iop-adma.c
2687 2742
2688INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT 2743INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
@@ -2796,7 +2851,7 @@ F: drivers/infiniband/hw/ipath/
2796 2851
2797IPMI SUBSYSTEM 2852IPMI SUBSYSTEM
2798M: Corey Minyard <minyard@acm.org> 2853M: Corey Minyard <minyard@acm.org>
2799L: openipmi-developer@lists.sourceforge.net 2854L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
2800W: http://openipmi.sourceforge.net/ 2855W: http://openipmi.sourceforge.net/
2801S: Supported 2856S: Supported
2802F: Documentation/IPMI.txt 2857F: Documentation/IPMI.txt
@@ -2960,19 +3015,16 @@ S: Maintained
2960F: fs/autofs4/ 3015F: fs/autofs4/
2961 3016
2962KERNEL BUILD 3017KERNEL BUILD
2963M: Sam Ravnborg <sam@ravnborg.org>
2964T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
2965T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
2966L: linux-kbuild@vger.kernel.org 3018L: linux-kbuild@vger.kernel.org
2967S: Maintained 3019S: Orphan
2968F: Documentation/kbuild/ 3020F: Documentation/kbuild/
2969F: Makefile 3021F: Makefile
2970F: scripts/Makefile.* 3022F: scripts/Makefile.*
2971 3023
2972KERNEL JANITORS 3024KERNEL JANITORS
2973L: kernel-janitors@vger.kernel.org 3025L: kernel-janitors@vger.kernel.org
2974W: http://www.kerneljanitors.org/ 3026W: http://janitor.kernelnewbies.org/
2975S: Maintained 3027S: Odd Fixes
2976 3028
2977KERNEL NFSD, SUNRPC, AND LOCKD SERVERS 3029KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
2978M: "J. Bruce Fields" <bfields@fieldses.org> 3030M: "J. Bruce Fields" <bfields@fieldses.org>
@@ -3057,9 +3109,13 @@ F: kernel/kgdb.c
3057 3109
3058KMEMCHECK 3110KMEMCHECK
3059M: Vegard Nossum <vegardno@ifi.uio.no> 3111M: Vegard Nossum <vegardno@ifi.uio.no>
3060P Pekka Enberg 3112M: Pekka Enberg <penberg@cs.helsinki.fi>
3061M: penberg@cs.helsinki.fi
3062S: Maintained 3113S: Maintained
3114F: Documentation/kmemcheck.txt
3115F: arch/x86/include/asm/kmemcheck.h
3116F: arch/x86/mm/kmemcheck/
3117F: include/linux/kmemcheck.h
3118F: mm/kmemcheck.c
3063 3119
3064KMEMLEAK 3120KMEMLEAK
3065M: Catalin Marinas <catalin.marinas@arm.com> 3121M: Catalin Marinas <catalin.marinas@arm.com>
@@ -3360,7 +3416,7 @@ S: Supported
3360 3416
3361MATROX FRAMEBUFFER DRIVER 3417MATROX FRAMEBUFFER DRIVER
3362M: Petr Vandrovec <vandrove@vc.cvut.cz> 3418M: Petr Vandrovec <vandrove@vc.cvut.cz>
3363L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3419L: linux-fbdev@vger.kernel.org
3364S: Maintained 3420S: Maintained
3365F: drivers/video/matrox/matroxfb_* 3421F: drivers/video/matrox/matroxfb_*
3366F: include/linux/matroxfb.h 3422F: include/linux/matroxfb.h
@@ -3589,7 +3645,7 @@ L: netfilter@vger.kernel.org
3589L: coreteam@netfilter.org 3645L: coreteam@netfilter.org
3590W: http://www.netfilter.org/ 3646W: http://www.netfilter.org/
3591W: http://www.iptables.org/ 3647W: http://www.iptables.org/
3592T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git 3648T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3593S: Supported 3649S: Supported
3594F: include/linux/netfilter* 3650F: include/linux/netfilter*
3595F: include/linux/netfilter/ 3651F: include/linux/netfilter/
@@ -3623,11 +3679,20 @@ F: Documentation/blockdev/nbd.txt
3623F: drivers/block/nbd.c 3679F: drivers/block/nbd.c
3624F: include/linux/nbd.h 3680F: include/linux/nbd.h
3625 3681
3682NETWORK DROP MONITOR
3683M: Neil Horman <nhorman@tuxdriver.com>
3684L: netdev@vger.kernel.org
3685S: Maintained
3686W: https://fedorahosted.org/dropwatch/
3687F: net/core/drop_monitor.c
3688
3626NETWORKING [GENERAL] 3689NETWORKING [GENERAL]
3627M: "David S. Miller" <davem@davemloft.net> 3690M: "David S. Miller" <davem@davemloft.net>
3628L: netdev@vger.kernel.org 3691L: netdev@vger.kernel.org
3629W: http://www.linuxfoundation.org/en/Net 3692W: http://www.linuxfoundation.org/en/Net
3693W: http://patchwork.ozlabs.org/project/netdev/list/
3630T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3694T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3695T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3631S: Maintained 3696S: Maintained
3632F: net/ 3697F: net/
3633F: include/net/ 3698F: include/net/
@@ -3738,13 +3803,13 @@ F: fs/ntfs/
3738 3803
3739NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER 3804NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3740M: Antonino Daplas <adaplas@gmail.com> 3805M: Antonino Daplas <adaplas@gmail.com>
3741L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3806L: linux-fbdev@vger.kernel.org
3742S: Maintained 3807S: Maintained
3743F: drivers/video/riva/ 3808F: drivers/video/riva/
3744F: drivers/video/nvidia/ 3809F: drivers/video/nvidia/
3745 3810
3746OMAP SUPPORT 3811OMAP SUPPORT
3747M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com> 3812M: Tony Lindgren <tony@atomide.com>
3748L: linux-omap@vger.kernel.org 3813L: linux-omap@vger.kernel.org
3749W: http://www.muru.com/linux/omap/ 3814W: http://www.muru.com/linux/omap/
3750W: http://linux.omap.com/ 3815W: http://linux.omap.com/
@@ -3773,7 +3838,7 @@ F: sound/soc/omap/
3773 3838
3774OMAP FRAMEBUFFER SUPPORT 3839OMAP FRAMEBUFFER SUPPORT
3775M: Imre Deak <imre.deak@nokia.com> 3840M: Imre Deak <imre.deak@nokia.com>
3776L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3841L: linux-fbdev@vger.kernel.org
3777L: linux-omap@vger.kernel.org 3842L: linux-omap@vger.kernel.org
3778S: Maintained 3843S: Maintained
3779F: drivers/video/omap/ 3844F: drivers/video/omap/
@@ -3849,6 +3914,15 @@ S: Maintained
3849F: Documentation/i2c/busses/i2c-ocores 3914F: Documentation/i2c/busses/i2c-ocores
3850F: drivers/i2c/busses/i2c-ocores.c 3915F: drivers/i2c/busses/i2c-ocores.c
3851 3916
3917OPEN FIRMWARE AND FLATTENED DEVICE TREE
3918M: Grant Likely <grant.likely@secretlab.ca>
3919L: devicetree-discuss@lists.ozlabs.org
3920W: http://fdt.secretlab.ca
3921S: Maintained
3922F: drivers/of
3923F: include/linux/of*.h
3924K: of_get_property
3925
3852OPROFILE 3926OPROFILE
3853M: Robert Richter <robert.richter@amd.com> 3927M: Robert Richter <robert.richter@amd.com>
3854L: oprofile-list@lists.sf.net 3928L: oprofile-list@lists.sf.net
@@ -3953,6 +4027,7 @@ F: drivers/block/paride/
3953PARISC ARCHITECTURE 4027PARISC ARCHITECTURE
3954M: Kyle McMartin <kyle@mcmartin.ca> 4028M: Kyle McMartin <kyle@mcmartin.ca>
3955M: Helge Deller <deller@gmx.de> 4029M: Helge Deller <deller@gmx.de>
4030M: "James E.J. Bottomley" <jejb@parisc-linux.org>
3956L: linux-parisc@vger.kernel.org 4031L: linux-parisc@vger.kernel.org
3957W: http://www.parisc-linux.org/ 4032W: http://www.parisc-linux.org/
3958T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git 4033T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
@@ -4036,6 +4111,13 @@ M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4036M: Paul Mackerras <paulus@samba.org> 4111M: Paul Mackerras <paulus@samba.org>
4037M: Ingo Molnar <mingo@elte.hu> 4112M: Ingo Molnar <mingo@elte.hu>
4038S: Supported 4113S: Supported
4114F: kernel/perf_event.c
4115F: include/linux/perf_event.h
4116F: arch/*/*/kernel/perf_event.c
4117F: arch/*/include/asm/perf_event.h
4118F: arch/*/lib/perf_event.c
4119F: arch/*/kernel/perf_callchain.c
4120F: tools/perf/
4039 4121
4040PERSONALITY HANDLING 4122PERSONALITY HANDLING
4041M: Christoph Hellwig <hch@infradead.org> 4123M: Christoph Hellwig <hch@infradead.org>
@@ -4262,21 +4344,23 @@ F: include/linux/qnxtypes.h
4262 4344
4263RADEON FRAMEBUFFER DISPLAY DRIVER 4345RADEON FRAMEBUFFER DISPLAY DRIVER
4264M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 4346M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4265L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4347L: linux-fbdev@vger.kernel.org
4266S: Maintained 4348S: Maintained
4267F: drivers/video/aty/radeon* 4349F: drivers/video/aty/radeon*
4268F: include/linux/radeonfb.h 4350F: include/linux/radeonfb.h
4269 4351
4270RAGE128 FRAMEBUFFER DISPLAY DRIVER 4352RAGE128 FRAMEBUFFER DISPLAY DRIVER
4271M: Paul Mackerras <paulus@samba.org> 4353M: Paul Mackerras <paulus@samba.org>
4272L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4354L: linux-fbdev@vger.kernel.org
4273S: Maintained 4355S: Maintained
4274F: drivers/video/aty/aty128fb.c 4356F: drivers/video/aty/aty128fb.c
4275 4357
4276RALINK RT2X00 WIRELESS LAN DRIVER 4358RALINK RT2X00 WIRELESS LAN DRIVER
4277P: rt2x00 project 4359P: rt2x00 project
4360M: Ivo van Doorn <IvDoorn@gmail.com>
4361M: Gertjan van Wingerde <gwingerde@gmail.com>
4278L: linux-wireless@vger.kernel.org 4362L: linux-wireless@vger.kernel.org
4279L: users@rt2x00.serialmonkey.com 4363L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4280W: http://rt2x00.serialmonkey.com/ 4364W: http://rt2x00.serialmonkey.com/
4281S: Maintained 4365S: Maintained
4282T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git 4366T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
@@ -4362,7 +4446,7 @@ RFKILL
4362M: Johannes Berg <johannes@sipsolutions.net> 4446M: Johannes Berg <johannes@sipsolutions.net>
4363L: linux-wireless@vger.kernel.org 4447L: linux-wireless@vger.kernel.org
4364S: Maintained 4448S: Maintained
4365F Documentation/rfkill.txt 4449F: Documentation/rfkill.txt
4366F: net/rfkill/ 4450F: net/rfkill/
4367 4451
4368RISCOM8 DRIVER 4452RISCOM8 DRIVER
@@ -4406,7 +4490,7 @@ F: drivers/net/wireless/rtl818x/rtl8187*
4406 4490
4407S3 SAVAGE FRAMEBUFFER DRIVER 4491S3 SAVAGE FRAMEBUFFER DRIVER
4408M: Antonino Daplas <adaplas@gmail.com> 4492M: Antonino Daplas <adaplas@gmail.com>
4409L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4493L: linux-fbdev@vger.kernel.org
4410S: Maintained 4494S: Maintained
4411F: drivers/video/savage/ 4495F: drivers/video/savage/
4412 4496
@@ -4485,12 +4569,11 @@ F: kernel/sched*
4485F: include/linux/sched.h 4569F: include/linux/sched.h
4486 4570
4487SCORE ARCHITECTURE 4571SCORE ARCHITECTURE
4488P: Chen Liqin 4572M: Chen Liqin <liqin.chen@sunplusct.com>
4489M: liqin.chen@sunplusct.com 4573M: Lennox Wu <lennox.wu@gmail.com>
4490P: Lennox Wu
4491M: lennox.wu@gmail.com
4492W: http://www.sunplusct.com 4574W: http://www.sunplusct.com
4493S: Supported 4575S: Supported
4576F: arch/score/
4494 4577
4495SCSI CDROM DRIVER 4578SCSI CDROM DRIVER
4496M: Jens Axboe <axboe@kernel.dk> 4579M: Jens Axboe <axboe@kernel.dk>
@@ -4563,27 +4646,27 @@ S: Maintained
4563F: drivers/mmc/host/sdricoh_cs.c 4646F: drivers/mmc/host/sdricoh_cs.c
4564 4647
4565SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER 4648SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4566S: Orphan 4649S: Orphan
4567L: linux-mmc@vger.kernel.org 4650L: linux-mmc@vger.kernel.org
4568F: drivers/mmc/host/sdhci.* 4651F: drivers/mmc/host/sdhci.*
4569 4652
4570SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) 4653SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4571M: Anton Vorontsov <avorontsov@ru.mvista.com> 4654M: Anton Vorontsov <avorontsov@ru.mvista.com>
4572L: linuxppc-dev@ozlabs.org 4655L: linuxppc-dev@ozlabs.org
4573L: linux-mmc@vger.kernel.org 4656L: linux-mmc@vger.kernel.org
4574S: Maintained 4657S: Maintained
4575F: drivers/mmc/host/sdhci-of.* 4658F: drivers/mmc/host/sdhci-of.*
4576 4659
4577SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER 4660SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4578M: Ben Dooks <ben-linux@fluff.org> 4661M: Ben Dooks <ben-linux@fluff.org>
4579L: linux-mmc@vger.kernel.org 4662L: linux-mmc@vger.kernel.org
4580S: Maintained 4663S: Maintained
4581F: drivers/mmc/host/sdhci-s3c.c 4664F: drivers/mmc/host/sdhci-s3c.c
4582 4665
4583SECURITY SUBSYSTEM 4666SECURITY SUBSYSTEM
4584M: James Morris <jmorris@namei.org> 4667M: James Morris <jmorris@namei.org>
4585L: linux-security-module@vger.kernel.org (suggested Cc:) 4668L: linux-security-module@vger.kernel.org (suggested Cc:)
4586T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git 4669T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4587W: http://security.wiki.kernel.org/ 4670W: http://security.wiki.kernel.org/
4588S: Supported 4671S: Supported
4589F: security/ 4672F: security/
@@ -4618,6 +4701,13 @@ F: drivers/ata/
4618F: include/linux/ata.h 4701F: include/linux/ata.h
4619F: include/linux/libata.h 4702F: include/linux/libata.h
4620 4703
4704SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
4705M: Jayamohan Kallickal <jayamohank@serverengines.com>
4706L: linux-scsi@vger.kernel.org
4707W: http://www.serverengines.com
4708S: Supported
4709F: drivers/scsi/be2iscsi/
4710
4621SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER 4711SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4622M: Sathya Perla <sathyap@serverengines.com> 4712M: Sathya Perla <sathyap@serverengines.com>
4623M: Subbu Seetharaman <subbus@serverengines.com> 4713M: Subbu Seetharaman <subbus@serverengines.com>
@@ -4671,8 +4761,7 @@ F: drivers/usb/gadget/lh7a40*
4671F: drivers/usb/host/ohci-lh7a40* 4761F: drivers/usb/host/ohci-lh7a40*
4672 4762
4673SIMPLE FIRMWARE INTERFACE (SFI) 4763SIMPLE FIRMWARE INTERFACE (SFI)
4674P: Len Brown 4764M: Len Brown <lenb@kernel.org>
4675M: lenb@kernel.org
4676L: sfi-devel@simplefirmware.org 4765L: sfi-devel@simplefirmware.org
4677W: http://simplefirmware.org/ 4766W: http://simplefirmware.org/
4678T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git 4767T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
@@ -5120,6 +5209,20 @@ L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5120S: Maintained 5209S: Maintained
5121F: drivers/char/tpm/ 5210F: drivers/char/tpm/
5122 5211
5212TRACING
5213M: Steven Rostedt <rostedt@goodmis.org>
5214M: Frederic Weisbecker <fweisbec@gmail.com>
5215M: Ingo Molnar <mingo@redhat.com>
5216T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
5217S: Maintained
5218F: Documentation/trace/ftrace.txt
5219F: arch/*/*/*/ftrace.h
5220F: arch/*/kernel/ftrace.c
5221F: include/*/ftrace.h
5222F: include/linux/trace*.h
5223F: include/trace/
5224F: kernel/trace/
5225
5123TRIVIAL PATCHES 5226TRIVIAL PATCHES
5124M: Jiri Kosina <trivial@kernel.org> 5227M: Jiri Kosina <trivial@kernel.org>
5125T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git 5228T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
@@ -5550,7 +5653,7 @@ S: Maintained
5550 5653
5551UVESAFB DRIVER 5654UVESAFB DRIVER
5552M: Michal Januszewski <spock@gentoo.org> 5655M: Michal Januszewski <spock@gentoo.org>
5553L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 5656L: linux-fbdev@vger.kernel.org
5554W: http://dev.gentoo.org/~spock/projects/uvesafb/ 5657W: http://dev.gentoo.org/~spock/projects/uvesafb/
5555S: Maintained 5658S: Maintained
5556F: Documentation/fb/uvesafb.txt 5659F: Documentation/fb/uvesafb.txt
@@ -5583,7 +5686,7 @@ F: drivers/mmc/host/via-sdmmc.c
5583VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER 5686VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
5584M: Joseph Chan <JosephChan@via.com.tw> 5687M: Joseph Chan <JosephChan@via.com.tw>
5585M: Scott Fang <ScottFang@viatech.com.cn> 5688M: Scott Fang <ScottFang@viatech.com.cn>
5586L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 5689L: linux-fbdev@vger.kernel.org
5587S: Maintained 5690S: Maintained
5588F: drivers/video/via/ 5691F: drivers/video/via/
5589 5692
@@ -5608,6 +5711,13 @@ S: Maintained
5608F: drivers/vlynq/vlynq.c 5711F: drivers/vlynq/vlynq.c
5609F: include/linux/vlynq.h 5712F: include/linux/vlynq.h
5610 5713
5714VMWARE VMXNET3 ETHERNET DRIVER
5715M: Shreyas Bhatewara <sbhatewara@vmware.com>
5716M: "VMware, Inc." <pv-drivers@vmware.com>
5717L: netdev@vger.kernel.org
5718S: Maintained
5719F: drivers/net/vmxnet3/
5720
5611VOLTAGE AND CURRENT REGULATOR FRAMEWORK 5721VOLTAGE AND CURRENT REGULATOR FRAMEWORK
5612M: Liam Girdwood <lrg@slimlogic.co.uk> 5722M: Liam Girdwood <lrg@slimlogic.co.uk>
5613M: Mark Brown <broonie@opensource.wolfsonmicro.com> 5723M: Mark Brown <broonie@opensource.wolfsonmicro.com>
@@ -5679,8 +5789,7 @@ S: Maintained
5679F: drivers/scsi/wd7000.c 5789F: drivers/scsi/wd7000.c
5680 5790
5681WINBOND CIR DRIVER 5791WINBOND CIR DRIVER
5682P: David Härdeman 5792M: David Härdeman <david@hardeman.nu>
5683M: david@hardeman.nu
5684S: Maintained 5793S: Maintained
5685F: drivers/input/misc/winbond-cir.c 5794F: drivers/input/misc/winbond-cir.c
5686 5795
@@ -5737,9 +5846,7 @@ F: drivers/input/touchscreen/*wm97*
5737F: include/linux/wm97xx.h 5846F: include/linux/wm97xx.h
5738 5847
5739WOLFSON MICROELECTRONICS PMIC DRIVERS 5848WOLFSON MICROELECTRONICS PMIC DRIVERS
5740P: Mark Brown 5849M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5741M: broonie@opensource.wolfsonmicro.com
5742L: linux-kernel@vger.kernel.org
5743T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus 5850T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
5744W: http://opensource.wolfsonmicro.com/node/8 5851W: http://opensource.wolfsonmicro.com/node/8
5745S: Supported 5852S: Supported