aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2009-11-03 15:14:39 -0500
committerJens Axboe <jens.axboe@oracle.com>2009-11-03 15:14:39 -0500
commit2058297d2d045cb57138c33b87cfabcc80e65186 (patch)
tree7ccffd0e162cbd7471f643561e79f23abb989a62 /MAINTAINERS
parent150e6c67f4bf6ab51e62defc41bd19a2eefe5709 (diff)
parent4b27e1bb442e964903f8a3fa6bdf33a602dc0941 (diff)
Merge branch 'for-linus' into for-2.6.33
Conflicts: block/cfq-iosched.c Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS196
1 files changed, 127 insertions, 69 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5a7ba81cf2c..1371648c0aa 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>
@@ -577,6 +585,11 @@ M: Mike Rapoport <mike@compulab.co.il>
577L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 585L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
578S: Maintained 586S: Maintained
579 587
588ARM/CONTEC MICRO9 MACHINE SUPPORT
589M: Hubert Feurstein <hubert.feurstein@contec.at>
590S: Maintained
591F: arch/arm/mach-ep93xx/micro9.c
592
580ARM/CORGI MACHINE SUPPORT 593ARM/CORGI MACHINE SUPPORT
581M: Richard Purdie <rpurdie@rpsys.net> 594M: Richard Purdie <rpurdie@rpsys.net>
582S: Maintained 595S: Maintained
@@ -987,7 +1000,7 @@ F: drivers/net/atlx/
987 1000
988ATM 1001ATM
989M: Chas Williams <chas@cmf.nrl.navy.mil> 1002M: Chas Williams <chas@cmf.nrl.navy.mil>
990L: linux-atm-general@lists.sourceforge.net (subscribers-only) 1003L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
991L: netdev@vger.kernel.org 1004L: netdev@vger.kernel.org
992W: http://linux-atm.sourceforge.net 1005W: http://linux-atm.sourceforge.net
993S: Maintained 1006S: Maintained
@@ -1231,6 +1244,13 @@ L: netdev@vger.kernel.org
1231S: Supported 1244S: Supported
1232F: drivers/net/tg3.* 1245F: drivers/net/tg3.*
1233 1246
1247BROCADE BFA FC SCSI DRIVER
1248P: Jing Huang
1249M: huangj@brocade.com
1250L: linux-scsi@vger.kernel.org
1251S: Supported
1252F: drivers/scsi/bfa/
1253
1234BSG (block layer generic sg v4 driver) 1254BSG (block layer generic sg v4 driver)
1235M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> 1255M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1236L: linux-scsi@vger.kernel.org 1256L: linux-scsi@vger.kernel.org
@@ -1468,6 +1488,7 @@ F: mm/*cgroup*
1468 1488
1469CORETEMP HARDWARE MONITORING DRIVER 1489CORETEMP HARDWARE MONITORING DRIVER
1470M: Rudolf Marek <r.marek@assembler.cz> 1490M: Rudolf Marek <r.marek@assembler.cz>
1491M: Huaxu Wan <huaxu.wan@intel.com>
1471L: lm-sensors@lm-sensors.org 1492L: lm-sensors@lm-sensors.org
1472S: Maintained 1493S: Maintained
1473F: Documentation/hwmon/coretemp 1494F: Documentation/hwmon/coretemp
@@ -2071,7 +2092,7 @@ S: Maintained
2071F: fs/* 2092F: fs/*
2072 2093
2073FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER 2094FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2074M: Riku Voipio <riku.vipio@iki.fi> 2095M: Riku Voipio <riku.voipio@iki.fi>
2075L: lm-sensors@lm-sensors.org 2096L: lm-sensors@lm-sensors.org
2076S: Maintained 2097S: Maintained
2077F: drivers/hwmon/f75375s.c 2098F: drivers/hwmon/f75375s.c
@@ -2152,7 +2173,7 @@ S: Supported
2152F: arch/powerpc/sysdev/qe_lib/ 2173F: arch/powerpc/sysdev/qe_lib/
2153F: arch/powerpc/include/asm/*qe.h 2174F: arch/powerpc/include/asm/*qe.h
2154 2175
2155FREESCALE USB PERIPHERIAL DRIVERS 2176FREESCALE USB PERIPHERAL DRIVERS
2156M: Li Yang <leoli@freescale.com> 2177M: Li Yang <leoli@freescale.com>
2157L: linux-usb@vger.kernel.org 2178L: linux-usb@vger.kernel.org
2158L: linuxppc-dev@ozlabs.org 2179L: linuxppc-dev@ozlabs.org
@@ -2203,18 +2224,6 @@ F: Documentation/filesystems/caching/
2203F: fs/fscache/ 2224F: fs/fscache/
2204F: include/linux/fscache*.h 2225F: include/linux/fscache*.h
2205 2226
2206TRACING
2207M: Steven Rostedt <rostedt@goodmis.org>
2208M: Frederic Weisbecker <fweisbec@gmail.com>
2209M: Ingo Molnar <mingo@redhat.com>
2210T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
2211S: Maintained
2212F: Documentation/trace/ftrace.txt
2213F: arch/*/*/*/ftrace.h
2214F: arch/*/kernel/ftrace.c
2215F: include/*/ftrace.h include/trace/ include/linux/trace*.h
2216F: kernel/trace/
2217
2218FUJITSU FR-V (FRV) PORT 2227FUJITSU FR-V (FRV) PORT
2219M: David Howells <dhowells@redhat.com> 2228M: David Howells <dhowells@redhat.com>
2220S: Maintained 2229S: Maintained
@@ -2273,9 +2282,8 @@ S: Maintained
2273F: include/asm-generic 2282F: include/asm-generic
2274 2283
2275GENERIC UIO DRIVER FOR PCI DEVICES 2284GENERIC UIO DRIVER FOR PCI DEVICES
2276M: Michael S. Tsirkin <mst@redhat.com> 2285M: "Michael S. Tsirkin" <mst@redhat.com>
2277L: kvm@vger.kernel.org 2286L: kvm@vger.kernel.org
2278L: linux-kernel@vger.kernel.org
2279S: Supported 2287S: Supported
2280F: drivers/uio/uio_pci_generic.c 2288F: drivers/uio/uio_pci_generic.c
2281 2289
@@ -2616,6 +2624,7 @@ L: linux1394-devel@lists.sourceforge.net
2616W: http://www.linux1394.org/ 2624W: http://www.linux1394.org/
2617T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 2625T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2618S: Maintained 2626S: Maintained
2627F: Documentation/debugging-via-ohci1394.txt
2619F: drivers/ieee1394/ 2628F: drivers/ieee1394/
2620 2629
2621IEEE 1394 RAW I/O DRIVER 2630IEEE 1394 RAW I/O DRIVER
@@ -3004,8 +3013,8 @@ F: scripts/Makefile.*
3004 3013
3005KERNEL JANITORS 3014KERNEL JANITORS
3006L: kernel-janitors@vger.kernel.org 3015L: kernel-janitors@vger.kernel.org
3007W: http://www.kerneljanitors.org/ 3016W: http://janitor.kernelnewbies.org/
3008S: Maintained 3017S: Odd Fixes
3009 3018
3010KERNEL NFSD, SUNRPC, AND LOCKD SERVERS 3019KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3011M: "J. Bruce Fields" <bfields@fieldses.org> 3020M: "J. Bruce Fields" <bfields@fieldses.org>
@@ -3656,10 +3665,18 @@ F: Documentation/blockdev/nbd.txt
3656F: drivers/block/nbd.c 3665F: drivers/block/nbd.c
3657F: include/linux/nbd.h 3666F: include/linux/nbd.h
3658 3667
3668NETWORK DROP MONITOR
3669M: Neil Horman <nhorman@tuxdriver.com>
3670L: netdev@vger.kernel.org
3671S: Maintained
3672W: https://fedorahosted.org/dropwatch/
3673F: net/core/drop_monitor.c
3674
3659NETWORKING [GENERAL] 3675NETWORKING [GENERAL]
3660M: "David S. Miller" <davem@davemloft.net> 3676M: "David S. Miller" <davem@davemloft.net>
3661L: netdev@vger.kernel.org 3677L: netdev@vger.kernel.org
3662W: http://www.linuxfoundation.org/en/Net 3678W: http://www.linuxfoundation.org/en/Net
3679W: http://patchwork.ozlabs.org/project/netdev/list/
3663T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3680T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3664S: Maintained 3681S: Maintained
3665F: net/ 3682F: net/
@@ -3777,7 +3794,7 @@ F: drivers/video/riva/
3777F: drivers/video/nvidia/ 3794F: drivers/video/nvidia/
3778 3795
3779OMAP SUPPORT 3796OMAP SUPPORT
3780M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com> 3797M: Tony Lindgren <tony@atomide.com>
3781L: linux-omap@vger.kernel.org 3798L: linux-omap@vger.kernel.org
3782W: http://www.muru.com/linux/omap/ 3799W: http://www.muru.com/linux/omap/
3783W: http://linux.omap.com/ 3800W: http://linux.omap.com/
@@ -3882,6 +3899,15 @@ S: Maintained
3882F: Documentation/i2c/busses/i2c-ocores 3899F: Documentation/i2c/busses/i2c-ocores
3883F: drivers/i2c/busses/i2c-ocores.c 3900F: drivers/i2c/busses/i2c-ocores.c
3884 3901
3902OPEN FIRMWARE AND FLATTENED DEVICE TREE
3903M: Grant Likely <grant.likely@secretlab.ca>
3904L: devicetree-discuss@lists.ozlabs.org
3905W: http://fdt.secretlab.ca
3906S: Maintained
3907F: drivers/of
3908F: include/linux/of*.h
3909K: of_get_property
3910
3885OPROFILE 3911OPROFILE
3886M: Robert Richter <robert.richter@amd.com> 3912M: Robert Richter <robert.richter@amd.com>
3887L: oprofile-list@lists.sf.net 3913L: oprofile-list@lists.sf.net
@@ -3986,6 +4012,7 @@ F: drivers/block/paride/
3986PARISC ARCHITECTURE 4012PARISC ARCHITECTURE
3987M: Kyle McMartin <kyle@mcmartin.ca> 4013M: Kyle McMartin <kyle@mcmartin.ca>
3988M: Helge Deller <deller@gmx.de> 4014M: Helge Deller <deller@gmx.de>
4015M: "James E.J. Bottomley" <jejb@parisc-linux.org>
3989L: linux-parisc@vger.kernel.org 4016L: linux-parisc@vger.kernel.org
3990W: http://www.parisc-linux.org/ 4017W: http://www.parisc-linux.org/
3991T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git 4018T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
@@ -4069,6 +4096,13 @@ M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4069M: Paul Mackerras <paulus@samba.org> 4096M: Paul Mackerras <paulus@samba.org>
4070M: Ingo Molnar <mingo@elte.hu> 4097M: Ingo Molnar <mingo@elte.hu>
4071S: Supported 4098S: Supported
4099F: kernel/perf_event.c
4100F: include/linux/perf_event.h
4101F: arch/*/*/kernel/perf_event.c
4102F: arch/*/include/asm/perf_event.h
4103F: arch/*/lib/perf_event.c
4104F: arch/*/kernel/perf_callchain.c
4105F: tools/perf/
4072 4106
4073PERSONALITY HANDLING 4107PERSONALITY HANDLING
4074M: Christoph Hellwig <hch@infradead.org> 4108M: Christoph Hellwig <hch@infradead.org>
@@ -4309,7 +4343,7 @@ F: drivers/video/aty/aty128fb.c
4309RALINK RT2X00 WIRELESS LAN DRIVER 4343RALINK RT2X00 WIRELESS LAN DRIVER
4310P: rt2x00 project 4344P: rt2x00 project
4311L: linux-wireless@vger.kernel.org 4345L: linux-wireless@vger.kernel.org
4312L: users@rt2x00.serialmonkey.com 4346L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4313W: http://rt2x00.serialmonkey.com/ 4347W: http://rt2x00.serialmonkey.com/
4314S: Maintained 4348S: Maintained
4315T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git 4349T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
@@ -4518,12 +4552,11 @@ F: kernel/sched*
4518F: include/linux/sched.h 4552F: include/linux/sched.h
4519 4553
4520SCORE ARCHITECTURE 4554SCORE ARCHITECTURE
4521P: Chen Liqin 4555M: Chen Liqin <liqin.chen@sunplusct.com>
4522M: liqin.chen@sunplusct.com 4556M: Lennox Wu <lennox.wu@gmail.com>
4523P: Lennox Wu
4524M: lennox.wu@gmail.com
4525W: http://www.sunplusct.com 4557W: http://www.sunplusct.com
4526S: Supported 4558S: Supported
4559F: arch/score/
4527 4560
4528SCSI CDROM DRIVER 4561SCSI CDROM DRIVER
4529M: Jens Axboe <axboe@kernel.dk> 4562M: Jens Axboe <axboe@kernel.dk>
@@ -4596,20 +4629,20 @@ S: Maintained
4596F: drivers/mmc/host/sdricoh_cs.c 4629F: drivers/mmc/host/sdricoh_cs.c
4597 4630
4598SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER 4631SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4599S: Orphan 4632S: Orphan
4600L: linux-mmc@vger.kernel.org 4633L: linux-mmc@vger.kernel.org
4601F: drivers/mmc/host/sdhci.* 4634F: drivers/mmc/host/sdhci.*
4602 4635
4603SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) 4636SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4604M: Anton Vorontsov <avorontsov@ru.mvista.com> 4637M: Anton Vorontsov <avorontsov@ru.mvista.com>
4605L: linuxppc-dev@ozlabs.org 4638L: linuxppc-dev@ozlabs.org
4606L: linux-mmc@vger.kernel.org 4639L: linux-mmc@vger.kernel.org
4607S: Maintained 4640S: Maintained
4608F: drivers/mmc/host/sdhci-of.* 4641F: drivers/mmc/host/sdhci-of.*
4609 4642
4610SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER 4643SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4611M: Ben Dooks <ben-linux@fluff.org> 4644M: Ben Dooks <ben-linux@fluff.org>
4612L: linux-mmc@vger.kernel.org 4645L: linux-mmc@vger.kernel.org
4613S: Maintained 4646S: Maintained
4614F: drivers/mmc/host/sdhci-s3c.c 4647F: drivers/mmc/host/sdhci-s3c.c
4615 4648
@@ -4651,6 +4684,14 @@ F: drivers/ata/
4651F: include/linux/ata.h 4684F: include/linux/ata.h
4652F: include/linux/libata.h 4685F: include/linux/libata.h
4653 4686
4687SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
4688P: Jayamohan Kallickal
4689M: jayamohank@serverengines.com
4690L: linux-scsi@vger.kernel.org
4691W: http://www.serverengines.com
4692S: Supported
4693F: drivers/scsi/be2iscsi/
4694
4654SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER 4695SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4655M: Sathya Perla <sathyap@serverengines.com> 4696M: Sathya Perla <sathyap@serverengines.com>
4656M: Subbu Seetharaman <subbus@serverengines.com> 4697M: Subbu Seetharaman <subbus@serverengines.com>
@@ -4704,8 +4745,7 @@ F: drivers/usb/gadget/lh7a40*
4704F: drivers/usb/host/ohci-lh7a40* 4745F: drivers/usb/host/ohci-lh7a40*
4705 4746
4706SIMPLE FIRMWARE INTERFACE (SFI) 4747SIMPLE FIRMWARE INTERFACE (SFI)
4707P: Len Brown 4748M: Len Brown <lenb@kernel.org>
4708M: lenb@kernel.org
4709L: sfi-devel@simplefirmware.org 4749L: sfi-devel@simplefirmware.org
4710W: http://simplefirmware.org/ 4750W: http://simplefirmware.org/
4711T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git 4751T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
@@ -5153,6 +5193,20 @@ L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5153S: Maintained 5193S: Maintained
5154F: drivers/char/tpm/ 5194F: drivers/char/tpm/
5155 5195
5196TRACING
5197M: Steven Rostedt <rostedt@goodmis.org>
5198M: Frederic Weisbecker <fweisbec@gmail.com>
5199M: Ingo Molnar <mingo@redhat.com>
5200T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
5201S: Maintained
5202F: Documentation/trace/ftrace.txt
5203F: arch/*/*/*/ftrace.h
5204F: arch/*/kernel/ftrace.c
5205F: include/*/ftrace.h
5206F: include/linux/trace*.h
5207F: include/trace/
5208F: kernel/trace/
5209
5156TRIVIAL PATCHES 5210TRIVIAL PATCHES
5157M: Jiri Kosina <trivial@kernel.org> 5211M: Jiri Kosina <trivial@kernel.org>
5158T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git 5212T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
@@ -5641,6 +5695,13 @@ S: Maintained
5641F: drivers/vlynq/vlynq.c 5695F: drivers/vlynq/vlynq.c
5642F: include/linux/vlynq.h 5696F: include/linux/vlynq.h
5643 5697
5698VMWARE VMXNET3 ETHERNET DRIVER
5699M: Shreyas Bhatewara <sbhatewara@vmware.com>
5700M: VMware, Inc. <pv-drivers@vmware.com>
5701L: netdev@vger.kernel.org
5702S: Maintained
5703F: drivers/net/vmxnet3/
5704
5644VOLTAGE AND CURRENT REGULATOR FRAMEWORK 5705VOLTAGE AND CURRENT REGULATOR FRAMEWORK
5645M: Liam Girdwood <lrg@slimlogic.co.uk> 5706M: Liam Girdwood <lrg@slimlogic.co.uk>
5646M: Mark Brown <broonie@opensource.wolfsonmicro.com> 5707M: Mark Brown <broonie@opensource.wolfsonmicro.com>
@@ -5712,8 +5773,7 @@ S: Maintained
5712F: drivers/scsi/wd7000.c 5773F: drivers/scsi/wd7000.c
5713 5774
5714WINBOND CIR DRIVER 5775WINBOND CIR DRIVER
5715P: David Härdeman 5776M: David Härdeman <david@hardeman.nu>
5716M: david@hardeman.nu
5717S: Maintained 5777S: Maintained
5718F: drivers/input/misc/winbond-cir.c 5778F: drivers/input/misc/winbond-cir.c
5719 5779
@@ -5770,9 +5830,7 @@ F: drivers/input/touchscreen/*wm97*
5770F: include/linux/wm97xx.h 5830F: include/linux/wm97xx.h
5771 5831
5772WOLFSON MICROELECTRONICS PMIC DRIVERS 5832WOLFSON MICROELECTRONICS PMIC DRIVERS
5773P: Mark Brown 5833M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5774M: broonie@opensource.wolfsonmicro.com
5775L: linux-kernel@vger.kernel.org
5776T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus 5834T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
5777W: http://opensource.wolfsonmicro.com/node/8 5835W: http://opensource.wolfsonmicro.com/node/8
5778S: Supported 5836S: Supported