Commit 5921dfe8dc2acc132600aa3e6eba53ecc9cd4c32

Authored by Linus Torvalds

Merge tag 'staging-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging

Pull staging tree fixes from Greg KH:
 "Here are two tiny staging tree fixes.  One for the nvec driver to
  resolve a reported problem, and one to add a MAINTAINERS entry for the
  Android drivers"

* tag 'staging-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
  MAINTAINERS: add Android driver entries
  staging: nvec: specify a platform-device base id

Showing 2 changed files Inline Diff

1 1
2 2
3 List of maintainers and how to submit kernel changes 3 List of maintainers and how to submit kernel changes
4 4
5 Please try to follow the guidelines below. This will make things 5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every 6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense. 7 trivial patch so apply some common sense.
8 8
9 1. Always _test_ your changes, however small, on at least 4 or 9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more. 10 5 people, preferably many more.
11 11
12 2. Try to release a few ALPHA test versions to the net. Announce 12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially 13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way 14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs 15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the 16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the 17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.) 18 SMC etherpower for that.)
19 19
20 3. Make sure your changes compile correctly in multiple 20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a 21 configurations. In particular check that changes work both as a
22 module and built into the kernel. 22 module and built into the kernel.
23 23
24 4. When you are happy with a change make it generally available for 24 4. When you are happy with a change make it generally available for
25 testing and await feedback. 25 testing and await feedback.
26 26
27 5. Make a patch available to the relevant maintainer in the list. Use 27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your 28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting 29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One 30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things 31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in 32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a 33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time. 34 generalized kernel feature ready for next time.
35 35
36 PLEASE check your patch with the automated style checker 36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trival style violations. 37 (scripts/checkpatch.pl) to catch trival style violations.
38 See Documentation/CodingStyle for guidance here. 38 See Documentation/CodingStyle for guidance here.
39 39
40 PLEASE CC: the maintainers and mailing lists that are generated 40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the 41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making 42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree. 43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details. 44 See Documentation/SubmittingPatches for details.
45 45
46 PLEASE try to include any credit lines you want added with the 46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes 47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't. 48 it easier to know who wants adding and who doesn't.
49 49
50 PLEASE document known bugs. If it doesn't work for everything 50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it. 51 or does something very odd once a month document it.
52 52
53 PLEASE remember that submissions must be made under the terms 53 PLEASE remember that submissions must be made under the terms
54 of the OSDL certificate of contribution and should include a 54 of the OSDL certificate of contribution and should include a
55 Signed-off-by: line. The current version of this "Developer's 55 Signed-off-by: line. The current version of this "Developer's
56 Certificate of Origin" (DCO) is listed in the file 56 Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches. 57 Documentation/SubmittingPatches.
58 58
59 6. Make sure you have the right to send any changes you make. If you 59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch 60 do changes at work you may find your employer owns the patch
61 not you. 61 not you.
62 62
63 7. When sending security related changes or reports to a maintainer 63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer 64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond. 65 does not respond.
66 66
67 8. Happy hacking. 67 8. Happy hacking.
68 68
69 Descriptions of section entries: 69 Descriptions of section entries:
70 70
71 P: Person (obsolete) 71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain> 72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain> 73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches. 74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area 75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info 76 W: Web-page with status/info
77 Q: Patchwork web based patch tracking system site 77 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location. 78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit 79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following: 80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this. 81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it. 82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do 83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below.. 84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the 85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code]. 86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means 87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you 88 it has been replaced by a better system and you
89 should be using that. 89 should be using that.
90 F: Files and directories with wildcard patterns. 90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files. 91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net 92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below 93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net 94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable. 95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns. 96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra 97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable. 98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that 99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default, 100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern 101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used 102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures. 103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F: 104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches. 105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance: 106 Can be useful for excluding a specific subdirectory, for instance:
107 F: net/ 107 F: net/
108 X: net/ipv6/ 108 X: net/ipv6/
109 matches all files in and below net excluding net/ipv6/ 109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a 110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance: 111 patch or file. For instance:
112 K: of_get_profile 112 K: of_get_profile
113 matches patches or files that contain "of_get_profile" 113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b 114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words 115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err 116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable. 117 One regex pattern per line. Multiple K: lines acceptable.
118 118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical 119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be 120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed] 121 so much easier [Ed]
122 122
123 Maintainers List (try to look for most precise areas first) 123 Maintainers List (try to look for most precise areas first)
124 124
125 ----------------------------------- 125 -----------------------------------
126 126
127 3C59X NETWORK DRIVER 127 3C59X NETWORK DRIVER
128 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de> 128 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L: netdev@vger.kernel.org 129 L: netdev@vger.kernel.org
130 S: Maintained 130 S: Maintained
131 F: Documentation/networking/vortex.txt 131 F: Documentation/networking/vortex.txt
132 F: drivers/net/ethernet/3com/3c59x.c 132 F: drivers/net/ethernet/3com/3c59x.c
133 133
134 3CR990 NETWORK DRIVER 134 3CR990 NETWORK DRIVER
135 M: David Dillow <dave@thedillows.org> 135 M: David Dillow <dave@thedillows.org>
136 L: netdev@vger.kernel.org 136 L: netdev@vger.kernel.org
137 S: Maintained 137 S: Maintained
138 F: drivers/net/ethernet/3com/typhoon* 138 F: drivers/net/ethernet/3com/typhoon*
139 139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M: Adam Radford <linuxraid@lsi.com> 141 M: Adam Radford <linuxraid@lsi.com>
142 L: linux-scsi@vger.kernel.org 142 L: linux-scsi@vger.kernel.org
143 W: http://www.lsi.com 143 W: http://www.lsi.com
144 S: Supported 144 S: Supported
145 F: drivers/scsi/3w-* 145 F: drivers/scsi/3w-*
146 146
147 53C700 AND 53C700-66 SCSI DRIVER 147 53C700 AND 53C700-66 SCSI DRIVER
148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L: linux-scsi@vger.kernel.org 149 L: linux-scsi@vger.kernel.org
150 S: Maintained 150 S: Maintained
151 F: drivers/scsi/53c700* 151 F: drivers/scsi/53c700*
152 152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4) 153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M: Alexander Aring <alex.aring@gmail.com> 154 M: Alexander Aring <alex.aring@gmail.com>
155 M: Jukka Rissanen <jukka.rissanen@linux.intel.com> 155 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L: linux-bluetooth@vger.kernel.org 156 L: linux-bluetooth@vger.kernel.org
157 L: linux-wpan@vger.kernel.org 157 L: linux-wpan@vger.kernel.org
158 S: Maintained 158 S: Maintained
159 F: net/6lowpan/ 159 F: net/6lowpan/
160 F: include/net/6lowpan.h 160 F: include/net/6lowpan.h
161 161
162 6PACK NETWORK DRIVER FOR AX.25 162 6PACK NETWORK DRIVER FOR AX.25
163 M: Andreas Koensgen <ajk@comnets.uni-bremen.de> 163 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L: linux-hams@vger.kernel.org 164 L: linux-hams@vger.kernel.org
165 S: Maintained 165 S: Maintained
166 F: drivers/net/hamradio/6pack.c 166 F: drivers/net/hamradio/6pack.c
167 167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER 168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M: Realtek linux nic maintainers <nic_swsd@realtek.com> 169 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L: netdev@vger.kernel.org 170 L: netdev@vger.kernel.org
171 S: Maintained 171 S: Maintained
172 F: drivers/net/ethernet/realtek/r8169.c 172 F: drivers/net/ethernet/realtek/r8169.c
173 173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER 174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 175 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L: linux-serial@vger.kernel.org 176 L: linux-serial@vger.kernel.org
177 W: http://serial.sourceforge.net 177 W: http://serial.sourceforge.net
178 S: Maintained 178 S: Maintained
179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git 179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F: drivers/tty/serial/8250* 180 F: drivers/tty/serial/8250*
181 F: include/linux/serial_8250.h 181 F: include/linux/serial_8250.h
182 182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] 183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L: netdev@vger.kernel.org 184 L: netdev@vger.kernel.org
185 S: Orphan / Obsolete 185 S: Orphan / Obsolete
186 F: drivers/net/ethernet/8390/ 186 F: drivers/net/ethernet/8390/
187 187
188 9P FILE SYSTEM 188 9P FILE SYSTEM
189 M: Eric Van Hensbergen <ericvh@gmail.com> 189 M: Eric Van Hensbergen <ericvh@gmail.com>
190 M: Ron Minnich <rminnich@sandia.gov> 190 M: Ron Minnich <rminnich@sandia.gov>
191 M: Latchesar Ionkov <lucho@ionkov.net> 191 M: Latchesar Ionkov <lucho@ionkov.net>
192 L: v9fs-developer@lists.sourceforge.net 192 L: v9fs-developer@lists.sourceforge.net
193 W: http://swik.net/v9fs 193 W: http://swik.net/v9fs
194 Q: http://patchwork.kernel.org/project/v9fs-devel/list/ 194 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git 195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S: Maintained 196 S: Maintained
197 F: Documentation/filesystems/9p.txt 197 F: Documentation/filesystems/9p.txt
198 F: fs/9p/ 198 F: fs/9p/
199 F: net/9p/ 199 F: net/9p/
200 F: include/net/9p/ 200 F: include/net/9p/
201 F: include/uapi/linux/virtio_9p.h 201 F: include/uapi/linux/virtio_9p.h
202 F: include/trace/events/9p.h 202 F: include/trace/events/9p.h
203 203
204 204
205 A8293 MEDIA DRIVER 205 A8293 MEDIA DRIVER
206 M: Antti Palosaari <crope@iki.fi> 206 M: Antti Palosaari <crope@iki.fi>
207 L: linux-media@vger.kernel.org 207 L: linux-media@vger.kernel.org
208 W: http://linuxtv.org/ 208 W: http://linuxtv.org/
209 W: http://palosaari.fi/linux/ 209 W: http://palosaari.fi/linux/
210 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 210 Q: http://patchwork.linuxtv.org/project/linux-media/list/
211 T: git git://linuxtv.org/anttip/media_tree.git 211 T: git git://linuxtv.org/anttip/media_tree.git
212 S: Maintained 212 S: Maintained
213 F: drivers/media/dvb-frontends/a8293* 213 F: drivers/media/dvb-frontends/a8293*
214 214
215 AACRAID SCSI RAID DRIVER 215 AACRAID SCSI RAID DRIVER
216 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> 216 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L: linux-scsi@vger.kernel.org 217 L: linux-scsi@vger.kernel.org
218 W: http://www.adaptec.com/ 218 W: http://www.adaptec.com/
219 S: Supported 219 S: Supported
220 F: Documentation/scsi/aacraid.txt 220 F: Documentation/scsi/aacraid.txt
221 F: drivers/scsi/aacraid/ 221 F: drivers/scsi/aacraid/
222 222
223 ABI/API 223 ABI/API
224 L: linux-api@vger.kernel.org 224 L: linux-api@vger.kernel.org
225 F: Documentation/ABI/ 225 F: Documentation/ABI/
226 F: include/linux/syscalls.h 226 F: include/linux/syscalls.h
227 F: include/uapi/ 227 F: include/uapi/
228 F: kernel/sys_ni.c 228 F: kernel/sys_ni.c
229 229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER 230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M: Hans de Goede <hdegoede@redhat.com> 231 M: Hans de Goede <hdegoede@redhat.com>
232 L: lm-sensors@lm-sensors.org 232 L: lm-sensors@lm-sensors.org
233 S: Maintained 233 S: Maintained
234 F: drivers/hwmon/abituguru.c 234 F: drivers/hwmon/abituguru.c
235 235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER 236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M: Alistair John Strachan <alistair@devzero.co.uk> 237 M: Alistair John Strachan <alistair@devzero.co.uk>
238 L: lm-sensors@lm-sensors.org 238 L: lm-sensors@lm-sensors.org
239 S: Maintained 239 S: Maintained
240 F: drivers/hwmon/abituguru3.c 240 F: drivers/hwmon/abituguru3.c
241 241
242 ACENIC DRIVER 242 ACENIC DRIVER
243 M: Jes Sorensen <jes@trained-monkey.org> 243 M: Jes Sorensen <jes@trained-monkey.org>
244 L: linux-acenic@sunsite.dk 244 L: linux-acenic@sunsite.dk
245 S: Maintained 245 S: Maintained
246 F: drivers/net/ethernet/alteon/acenic* 246 F: drivers/net/ethernet/alteon/acenic*
247 247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER 248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M: Peter Feuerer <peter@piie.net> 249 M: Peter Feuerer <peter@piie.net>
250 L: platform-driver-x86@vger.kernel.org 250 L: platform-driver-x86@vger.kernel.org
251 W: http://piie.net/?section=acerhdf 251 W: http://piie.net/?section=acerhdf
252 S: Maintained 252 S: Maintained
253 F: drivers/platform/x86/acerhdf.c 253 F: drivers/platform/x86/acerhdf.c
254 254
255 ACER WMI LAPTOP EXTRAS 255 ACER WMI LAPTOP EXTRAS
256 M: "Lee, Chun-Yi" <jlee@suse.com> 256 M: "Lee, Chun-Yi" <jlee@suse.com>
257 L: platform-driver-x86@vger.kernel.org 257 L: platform-driver-x86@vger.kernel.org
258 S: Maintained 258 S: Maintained
259 F: drivers/platform/x86/acer-wmi.c 259 F: drivers/platform/x86/acer-wmi.c
260 260
261 ACPI 261 ACPI
262 M: Rafael J. Wysocki <rjw@rjwysocki.net> 262 M: Rafael J. Wysocki <rjw@rjwysocki.net>
263 M: Len Brown <lenb@kernel.org> 263 M: Len Brown <lenb@kernel.org>
264 L: linux-acpi@vger.kernel.org 264 L: linux-acpi@vger.kernel.org
265 W: https://01.org/linux-acpi 265 W: https://01.org/linux-acpi
266 Q: https://patchwork.kernel.org/project/linux-acpi/list/ 266 Q: https://patchwork.kernel.org/project/linux-acpi/list/
267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm 267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S: Supported 268 S: Supported
269 F: drivers/acpi/ 269 F: drivers/acpi/
270 F: drivers/pnp/pnpacpi/ 270 F: drivers/pnp/pnpacpi/
271 F: include/linux/acpi.h 271 F: include/linux/acpi.h
272 F: include/acpi/ 272 F: include/acpi/
273 F: Documentation/acpi 273 F: Documentation/acpi
274 F: Documentation/ABI/testing/sysfs-bus-acpi 274 F: Documentation/ABI/testing/sysfs-bus-acpi
275 F: drivers/pci/*acpi* 275 F: drivers/pci/*acpi*
276 F: drivers/pci/*/*acpi* 276 F: drivers/pci/*/*acpi*
277 F: drivers/pci/*/*/*acpi* 277 F: drivers/pci/*/*/*acpi*
278 F: tools/power/acpi 278 F: tools/power/acpi
279 279
280 ACPI COMPONENT ARCHITECTURE (ACPICA) 280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M: Robert Moore <robert.moore@intel.com> 281 M: Robert Moore <robert.moore@intel.com>
282 M: Lv Zheng <lv.zheng@intel.com> 282 M: Lv Zheng <lv.zheng@intel.com>
283 M: Rafael J. Wysocki <rafael.j.wysocki@intel.com> 283 M: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L: linux-acpi@vger.kernel.org 284 L: linux-acpi@vger.kernel.org
285 L: devel@acpica.org 285 L: devel@acpica.org
286 W: https://acpica.org/ 286 W: https://acpica.org/
287 W: https://github.com/acpica/acpica/ 287 W: https://github.com/acpica/acpica/
288 Q: https://patchwork.kernel.org/project/linux-acpi/list/ 288 Q: https://patchwork.kernel.org/project/linux-acpi/list/
289 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm 289 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S: Supported 290 S: Supported
291 F: drivers/acpi/acpica/ 291 F: drivers/acpi/acpica/
292 F: include/acpi/ 292 F: include/acpi/
293 F: tools/power/acpi/ 293 F: tools/power/acpi/
294 294
295 ACPI FAN DRIVER 295 ACPI FAN DRIVER
296 M: Zhang Rui <rui.zhang@intel.com> 296 M: Zhang Rui <rui.zhang@intel.com>
297 L: linux-acpi@vger.kernel.org 297 L: linux-acpi@vger.kernel.org
298 W: https://01.org/linux-acpi 298 W: https://01.org/linux-acpi
299 S: Supported 299 S: Supported
300 F: drivers/acpi/fan.c 300 F: drivers/acpi/fan.c
301 301
302 ACPI THERMAL DRIVER 302 ACPI THERMAL DRIVER
303 M: Zhang Rui <rui.zhang@intel.com> 303 M: Zhang Rui <rui.zhang@intel.com>
304 L: linux-acpi@vger.kernel.org 304 L: linux-acpi@vger.kernel.org
305 W: https://01.org/linux-acpi 305 W: https://01.org/linux-acpi
306 S: Supported 306 S: Supported
307 F: drivers/acpi/*thermal* 307 F: drivers/acpi/*thermal*
308 308
309 ACPI VIDEO DRIVER 309 ACPI VIDEO DRIVER
310 M: Zhang Rui <rui.zhang@intel.com> 310 M: Zhang Rui <rui.zhang@intel.com>
311 L: linux-acpi@vger.kernel.org 311 L: linux-acpi@vger.kernel.org
312 W: https://01.org/linux-acpi 312 W: https://01.org/linux-acpi
313 S: Supported 313 S: Supported
314 F: drivers/acpi/video.c 314 F: drivers/acpi/video.c
315 315
316 ACPI WMI DRIVER 316 ACPI WMI DRIVER
317 L: platform-driver-x86@vger.kernel.org 317 L: platform-driver-x86@vger.kernel.org
318 S: Orphan 318 S: Orphan
319 F: drivers/platform/x86/wmi.c 319 F: drivers/platform/x86/wmi.c
320 320
321 AD1889 ALSA SOUND DRIVER 321 AD1889 ALSA SOUND DRIVER
322 M: Thibaut Varene <T-Bone@parisc-linux.org> 322 M: Thibaut Varene <T-Bone@parisc-linux.org>
323 W: http://wiki.parisc-linux.org/AD1889 323 W: http://wiki.parisc-linux.org/AD1889
324 L: linux-parisc@vger.kernel.org 324 L: linux-parisc@vger.kernel.org
325 S: Maintained 325 S: Maintained
326 F: sound/pci/ad1889.* 326 F: sound/pci/ad1889.*
327 327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER 328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M: Michael Hennerich <michael.hennerich@analog.com> 329 M: Michael Hennerich <michael.hennerich@analog.com>
330 W: http://wiki.analog.com/AD5254 330 W: http://wiki.analog.com/AD5254
331 W: http://ez.analog.com/community/linux-device-drivers 331 W: http://ez.analog.com/community/linux-device-drivers
332 S: Supported 332 S: Supported
333 F: drivers/misc/ad525x_dpot.c 333 F: drivers/misc/ad525x_dpot.c
334 334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821) 335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M: Michael Hennerich <michael.hennerich@analog.com> 336 M: Michael Hennerich <michael.hennerich@analog.com>
337 W: http://wiki.analog.com/AD5398 337 W: http://wiki.analog.com/AD5398
338 W: http://ez.analog.com/community/linux-device-drivers 338 W: http://ez.analog.com/community/linux-device-drivers
339 S: Supported 339 S: Supported
340 F: drivers/regulator/ad5398.c 340 F: drivers/regulator/ad5398.c
341 341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A) 342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M: Michael Hennerich <michael.hennerich@analog.com> 343 M: Michael Hennerich <michael.hennerich@analog.com>
344 W: http://wiki.analog.com/AD7142 344 W: http://wiki.analog.com/AD7142
345 W: http://ez.analog.com/community/linux-device-drivers 345 W: http://ez.analog.com/community/linux-device-drivers
346 S: Supported 346 S: Supported
347 F: drivers/input/misc/ad714x.c 347 F: drivers/input/misc/ad714x.c
348 348
349 AD7877 TOUCHSCREEN DRIVER 349 AD7877 TOUCHSCREEN DRIVER
350 M: Michael Hennerich <michael.hennerich@analog.com> 350 M: Michael Hennerich <michael.hennerich@analog.com>
351 W: http://wiki.analog.com/AD7877 351 W: http://wiki.analog.com/AD7877
352 W: http://ez.analog.com/community/linux-device-drivers 352 W: http://ez.analog.com/community/linux-device-drivers
353 S: Supported 353 S: Supported
354 F: drivers/input/touchscreen/ad7877.c 354 F: drivers/input/touchscreen/ad7877.c
355 355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889) 356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M: Michael Hennerich <michael.hennerich@analog.com> 357 M: Michael Hennerich <michael.hennerich@analog.com>
358 W: http://wiki.analog.com/AD7879 358 W: http://wiki.analog.com/AD7879
359 W: http://ez.analog.com/community/linux-device-drivers 359 W: http://ez.analog.com/community/linux-device-drivers
360 S: Supported 360 S: Supported
361 F: drivers/input/touchscreen/ad7879.c 361 F: drivers/input/touchscreen/ad7879.c
362 362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR) 363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M: Jiri Kosina <jkosina@suse.cz> 364 M: Jiri Kosina <jkosina@suse.cz>
365 S: Maintained 365 S: Maintained
366 366
367 ADM1025 HARDWARE MONITOR DRIVER 367 ADM1025 HARDWARE MONITOR DRIVER
368 M: Jean Delvare <jdelvare@suse.de> 368 M: Jean Delvare <jdelvare@suse.de>
369 L: lm-sensors@lm-sensors.org 369 L: lm-sensors@lm-sensors.org
370 S: Maintained 370 S: Maintained
371 F: Documentation/hwmon/adm1025 371 F: Documentation/hwmon/adm1025
372 F: drivers/hwmon/adm1025.c 372 F: drivers/hwmon/adm1025.c
373 373
374 ADM1029 HARDWARE MONITOR DRIVER 374 ADM1029 HARDWARE MONITOR DRIVER
375 M: Corentin Labbe <clabbe.montjoie@gmail.com> 375 M: Corentin Labbe <clabbe.montjoie@gmail.com>
376 L: lm-sensors@lm-sensors.org 376 L: lm-sensors@lm-sensors.org
377 S: Maintained 377 S: Maintained
378 F: drivers/hwmon/adm1029.c 378 F: drivers/hwmon/adm1029.c
379 379
380 ADM8211 WIRELESS DRIVER 380 ADM8211 WIRELESS DRIVER
381 L: linux-wireless@vger.kernel.org 381 L: linux-wireless@vger.kernel.org
382 W: http://wireless.kernel.org/ 382 W: http://wireless.kernel.org/
383 S: Orphan 383 S: Orphan
384 F: drivers/net/wireless/adm8211.* 384 F: drivers/net/wireless/adm8211.*
385 385
386 ADP1653 FLASH CONTROLLER DRIVER 386 ADP1653 FLASH CONTROLLER DRIVER
387 M: Sakari Ailus <sakari.ailus@iki.fi> 387 M: Sakari Ailus <sakari.ailus@iki.fi>
388 L: linux-media@vger.kernel.org 388 L: linux-media@vger.kernel.org
389 S: Maintained 389 S: Maintained
390 F: drivers/media/i2c/adp1653.c 390 F: drivers/media/i2c/adp1653.c
391 F: include/media/adp1653.h 391 F: include/media/adp1653.h
392 392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501) 393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M: Michael Hennerich <michael.hennerich@analog.com> 394 M: Michael Hennerich <michael.hennerich@analog.com>
395 W: http://wiki.analog.com/ADP5520 395 W: http://wiki.analog.com/ADP5520
396 W: http://ez.analog.com/community/linux-device-drivers 396 W: http://ez.analog.com/community/linux-device-drivers
397 S: Supported 397 S: Supported
398 F: drivers/mfd/adp5520.c 398 F: drivers/mfd/adp5520.c
399 F: drivers/video/backlight/adp5520_bl.c 399 F: drivers/video/backlight/adp5520_bl.c
400 F: drivers/leds/leds-adp5520.c 400 F: drivers/leds/leds-adp5520.c
401 F: drivers/gpio/gpio-adp5520.c 401 F: drivers/gpio/gpio-adp5520.c
402 F: drivers/input/keyboard/adp5520-keys.c 402 F: drivers/input/keyboard/adp5520-keys.c
403 403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587) 404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M: Michael Hennerich <michael.hennerich@analog.com> 405 M: Michael Hennerich <michael.hennerich@analog.com>
406 W: http://wiki.analog.com/ADP5588 406 W: http://wiki.analog.com/ADP5588
407 W: http://ez.analog.com/community/linux-device-drivers 407 W: http://ez.analog.com/community/linux-device-drivers
408 S: Supported 408 S: Supported
409 F: drivers/input/keyboard/adp5588-keys.c 409 F: drivers/input/keyboard/adp5588-keys.c
410 F: drivers/gpio/gpio-adp5588.c 410 F: drivers/gpio/gpio-adp5588.c
411 411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863) 412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M: Michael Hennerich <michael.hennerich@analog.com> 413 M: Michael Hennerich <michael.hennerich@analog.com>
414 W: http://wiki.analog.com/ADP8860 414 W: http://wiki.analog.com/ADP8860
415 W: http://ez.analog.com/community/linux-device-drivers 415 W: http://ez.analog.com/community/linux-device-drivers
416 S: Supported 416 S: Supported
417 F: drivers/video/backlight/adp8860_bl.c 417 F: drivers/video/backlight/adp8860_bl.c
418 418
419 ADS1015 HARDWARE MONITOR DRIVER 419 ADS1015 HARDWARE MONITOR DRIVER
420 M: Dirk Eibach <eibach@gdsys.de> 420 M: Dirk Eibach <eibach@gdsys.de>
421 L: lm-sensors@lm-sensors.org 421 L: lm-sensors@lm-sensors.org
422 S: Maintained 422 S: Maintained
423 F: Documentation/hwmon/ads1015 423 F: Documentation/hwmon/ads1015
424 F: drivers/hwmon/ads1015.c 424 F: drivers/hwmon/ads1015.c
425 F: include/linux/i2c/ads1015.h 425 F: include/linux/i2c/ads1015.h
426 426
427 ADT746X FAN DRIVER 427 ADT746X FAN DRIVER
428 M: Colin Leroy <colin@colino.net> 428 M: Colin Leroy <colin@colino.net>
429 S: Maintained 429 S: Maintained
430 F: drivers/macintosh/therm_adt746x.c 430 F: drivers/macintosh/therm_adt746x.c
431 431
432 ADT7475 HARDWARE MONITOR DRIVER 432 ADT7475 HARDWARE MONITOR DRIVER
433 M: Jean Delvare <jdelvare@suse.de> 433 M: Jean Delvare <jdelvare@suse.de>
434 L: lm-sensors@lm-sensors.org 434 L: lm-sensors@lm-sensors.org
435 S: Maintained 435 S: Maintained
436 F: Documentation/hwmon/adt7475 436 F: Documentation/hwmon/adt7475
437 F: drivers/hwmon/adt7475.c 437 F: drivers/hwmon/adt7475.c
438 438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346) 439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M: Michael Hennerich <michael.hennerich@analog.com> 440 M: Michael Hennerich <michael.hennerich@analog.com>
441 W: http://wiki.analog.com/ADXL345 441 W: http://wiki.analog.com/ADXL345
442 W: http://ez.analog.com/community/linux-device-drivers 442 W: http://ez.analog.com/community/linux-device-drivers
443 S: Supported 443 S: Supported
444 F: drivers/input/misc/adxl34x.c 444 F: drivers/input/misc/adxl34x.c
445 445
446 ADVANSYS SCSI DRIVER 446 ADVANSYS SCSI DRIVER
447 M: Matthew Wilcox <matthew@wil.cx> 447 M: Matthew Wilcox <matthew@wil.cx>
448 L: linux-scsi@vger.kernel.org 448 L: linux-scsi@vger.kernel.org
449 S: Maintained 449 S: Maintained
450 F: Documentation/scsi/advansys.txt 450 F: Documentation/scsi/advansys.txt
451 F: drivers/scsi/advansys.c 451 F: drivers/scsi/advansys.c
452 452
453 AEDSP16 DRIVER 453 AEDSP16 DRIVER
454 M: Riccardo Facchetti <fizban@tin.it> 454 M: Riccardo Facchetti <fizban@tin.it>
455 S: Maintained 455 S: Maintained
456 F: sound/oss/aedsp16.c 456 F: sound/oss/aedsp16.c
457 457
458 AF9013 MEDIA DRIVER 458 AF9013 MEDIA DRIVER
459 M: Antti Palosaari <crope@iki.fi> 459 M: Antti Palosaari <crope@iki.fi>
460 L: linux-media@vger.kernel.org 460 L: linux-media@vger.kernel.org
461 W: http://linuxtv.org/ 461 W: http://linuxtv.org/
462 W: http://palosaari.fi/linux/ 462 W: http://palosaari.fi/linux/
463 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 463 Q: http://patchwork.linuxtv.org/project/linux-media/list/
464 T: git git://linuxtv.org/anttip/media_tree.git 464 T: git git://linuxtv.org/anttip/media_tree.git
465 S: Maintained 465 S: Maintained
466 F: drivers/media/dvb-frontends/af9013* 466 F: drivers/media/dvb-frontends/af9013*
467 467
468 AF9033 MEDIA DRIVER 468 AF9033 MEDIA DRIVER
469 M: Antti Palosaari <crope@iki.fi> 469 M: Antti Palosaari <crope@iki.fi>
470 L: linux-media@vger.kernel.org 470 L: linux-media@vger.kernel.org
471 W: http://linuxtv.org/ 471 W: http://linuxtv.org/
472 W: http://palosaari.fi/linux/ 472 W: http://palosaari.fi/linux/
473 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 473 Q: http://patchwork.linuxtv.org/project/linux-media/list/
474 T: git git://linuxtv.org/anttip/media_tree.git 474 T: git git://linuxtv.org/anttip/media_tree.git
475 S: Maintained 475 S: Maintained
476 F: drivers/media/dvb-frontends/af9033* 476 F: drivers/media/dvb-frontends/af9033*
477 477
478 AFFS FILE SYSTEM 478 AFFS FILE SYSTEM
479 L: linux-fsdevel@vger.kernel.org 479 L: linux-fsdevel@vger.kernel.org
480 S: Orphan 480 S: Orphan
481 F: Documentation/filesystems/affs.txt 481 F: Documentation/filesystems/affs.txt
482 F: fs/affs/ 482 F: fs/affs/
483 483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN 484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M: David Howells <dhowells@redhat.com> 485 M: David Howells <dhowells@redhat.com>
486 L: linux-afs@lists.infradead.org 486 L: linux-afs@lists.infradead.org
487 S: Supported 487 S: Supported
488 F: fs/afs/ 488 F: fs/afs/
489 F: include/net/af_rxrpc.h 489 F: include/net/af_rxrpc.h
490 F: net/rxrpc/af_rxrpc.c 490 F: net/rxrpc/af_rxrpc.c
491 491
492 AGPGART DRIVER 492 AGPGART DRIVER
493 M: David Airlie <airlied@linux.ie> 493 M: David Airlie <airlied@linux.ie>
494 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint) 494 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S: Maintained 495 S: Maintained
496 F: drivers/char/agp/ 496 F: drivers/char/agp/
497 F: include/linux/agp* 497 F: include/linux/agp*
498 F: include/uapi/linux/agp* 498 F: include/uapi/linux/agp*
499 499
500 AHA152X SCSI DRIVER 500 AHA152X SCSI DRIVER
501 M: "Juergen E. Fischer" <fischer@norbit.de> 501 M: "Juergen E. Fischer" <fischer@norbit.de>
502 L: linux-scsi@vger.kernel.org 502 L: linux-scsi@vger.kernel.org
503 S: Maintained 503 S: Maintained
504 F: drivers/scsi/aha152x* 504 F: drivers/scsi/aha152x*
505 F: drivers/scsi/pcmcia/aha152x* 505 F: drivers/scsi/pcmcia/aha152x*
506 506
507 AIC7XXX / AIC79XX SCSI DRIVER 507 AIC7XXX / AIC79XX SCSI DRIVER
508 M: Hannes Reinecke <hare@suse.de> 508 M: Hannes Reinecke <hare@suse.de>
509 L: linux-scsi@vger.kernel.org 509 L: linux-scsi@vger.kernel.org
510 S: Maintained 510 S: Maintained
511 F: drivers/scsi/aic7xxx/ 511 F: drivers/scsi/aic7xxx/
512 512
513 AIMSLAB FM RADIO RECEIVER DRIVER 513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M: Hans Verkuil <hverkuil@xs4all.nl> 514 M: Hans Verkuil <hverkuil@xs4all.nl>
515 L: linux-media@vger.kernel.org 515 L: linux-media@vger.kernel.org
516 T: git git://linuxtv.org/media_tree.git 516 T: git git://linuxtv.org/media_tree.git
517 W: http://linuxtv.org 517 W: http://linuxtv.org
518 S: Maintained 518 S: Maintained
519 F: drivers/media/radio/radio-aimslab* 519 F: drivers/media/radio/radio-aimslab*
520 520
521 AIO 521 AIO
522 M: Benjamin LaHaise <bcrl@kvack.org> 522 M: Benjamin LaHaise <bcrl@kvack.org>
523 L: linux-aio@kvack.org 523 L: linux-aio@kvack.org
524 S: Supported 524 S: Supported
525 F: fs/aio.c 525 F: fs/aio.c
526 F: include/linux/*aio*.h 526 F: include/linux/*aio*.h
527 527
528 AIRSPY MEDIA DRIVER 528 AIRSPY MEDIA DRIVER
529 M: Antti Palosaari <crope@iki.fi> 529 M: Antti Palosaari <crope@iki.fi>
530 L: linux-media@vger.kernel.org 530 L: linux-media@vger.kernel.org
531 W: http://linuxtv.org/ 531 W: http://linuxtv.org/
532 W: http://palosaari.fi/linux/ 532 W: http://palosaari.fi/linux/
533 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 533 Q: http://patchwork.linuxtv.org/project/linux-media/list/
534 T: git git://linuxtv.org/anttip/media_tree.git 534 T: git git://linuxtv.org/anttip/media_tree.git
535 S: Maintained 535 S: Maintained
536 F: drivers/media/usb/airspy/ 536 F: drivers/media/usb/airspy/
537 537
538 ALCATEL SPEEDTOUCH USB DRIVER 538 ALCATEL SPEEDTOUCH USB DRIVER
539 M: Duncan Sands <duncan.sands@free.fr> 539 M: Duncan Sands <duncan.sands@free.fr>
540 L: linux-usb@vger.kernel.org 540 L: linux-usb@vger.kernel.org
541 W: http://www.linux-usb.org/SpeedTouch/ 541 W: http://www.linux-usb.org/SpeedTouch/
542 S: Maintained 542 S: Maintained
543 F: drivers/usb/atm/speedtch.c 543 F: drivers/usb/atm/speedtch.c
544 F: drivers/usb/atm/usbatm.c 544 F: drivers/usb/atm/usbatm.c
545 545
546 ALCHEMY AU1XX0 MMC DRIVER 546 ALCHEMY AU1XX0 MMC DRIVER
547 M: Manuel Lauss <manuel.lauss@gmail.com> 547 M: Manuel Lauss <manuel.lauss@gmail.com>
548 S: Maintained 548 S: Maintained
549 F: drivers/mmc/host/au1xmmc.c 549 F: drivers/mmc/host/au1xmmc.c
550 550
551 ALI1563 I2C DRIVER 551 ALI1563 I2C DRIVER
552 M: Rudolf Marek <r.marek@assembler.cz> 552 M: Rudolf Marek <r.marek@assembler.cz>
553 L: linux-i2c@vger.kernel.org 553 L: linux-i2c@vger.kernel.org
554 S: Maintained 554 S: Maintained
555 F: Documentation/i2c/busses/i2c-ali1563 555 F: Documentation/i2c/busses/i2c-ali1563
556 F: drivers/i2c/busses/i2c-ali1563.c 556 F: drivers/i2c/busses/i2c-ali1563.c
557 557
558 ALPHA PORT 558 ALPHA PORT
559 M: Richard Henderson <rth@twiddle.net> 559 M: Richard Henderson <rth@twiddle.net>
560 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru> 560 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M: Matt Turner <mattst88@gmail.com> 561 M: Matt Turner <mattst88@gmail.com>
562 S: Odd Fixes 562 S: Odd Fixes
563 L: linux-alpha@vger.kernel.org 563 L: linux-alpha@vger.kernel.org
564 F: arch/alpha/ 564 F: arch/alpha/
565 565
566 ALTERA TRIPLE SPEED ETHERNET DRIVER 566 ALTERA TRIPLE SPEED ETHERNET DRIVER
567 M: Vince Bridgers <vbridger@opensource.altera.com> 567 M: Vince Bridgers <vbridger@opensource.altera.com>
568 L: netdev@vger.kernel.org 568 L: netdev@vger.kernel.org
569 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers) 569 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570 S: Maintained 570 S: Maintained
571 F: drivers/net/ethernet/altera/ 571 F: drivers/net/ethernet/altera/
572 572
573 ALTERA UART/JTAG UART SERIAL DRIVERS 573 ALTERA UART/JTAG UART SERIAL DRIVERS
574 M: Tobias Klauser <tklauser@distanz.ch> 574 M: Tobias Klauser <tklauser@distanz.ch>
575 L: linux-serial@vger.kernel.org 575 L: linux-serial@vger.kernel.org
576 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers) 576 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S: Maintained 577 S: Maintained
578 F: drivers/tty/serial/altera_uart.c 578 F: drivers/tty/serial/altera_uart.c
579 F: drivers/tty/serial/altera_jtaguart.c 579 F: drivers/tty/serial/altera_jtaguart.c
580 F: include/linux/altera_uart.h 580 F: include/linux/altera_uart.h
581 F: include/linux/altera_jtaguart.h 581 F: include/linux/altera_jtaguart.h
582 582
583 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER 583 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
584 M: Tom Lendacky <thomas.lendacky@amd.com> 584 M: Tom Lendacky <thomas.lendacky@amd.com>
585 L: linux-crypto@vger.kernel.org 585 L: linux-crypto@vger.kernel.org
586 S: Supported 586 S: Supported
587 F: drivers/crypto/ccp/ 587 F: drivers/crypto/ccp/
588 F: include/linux/ccp.h 588 F: include/linux/ccp.h
589 589
590 AMD FAM15H PROCESSOR POWER MONITORING DRIVER 590 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
591 M: Andreas Herrmann <herrmann.der.user@googlemail.com> 591 M: Andreas Herrmann <herrmann.der.user@googlemail.com>
592 L: lm-sensors@lm-sensors.org 592 L: lm-sensors@lm-sensors.org
593 S: Maintained 593 S: Maintained
594 F: Documentation/hwmon/fam15h_power 594 F: Documentation/hwmon/fam15h_power
595 F: drivers/hwmon/fam15h_power.c 595 F: drivers/hwmon/fam15h_power.c
596 596
597 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER 597 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
598 M: Thomas Dahlmann <dahlmann.thomas@arcor.de> 598 M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
599 L: linux-geode@lists.infradead.org (moderated for non-subscribers) 599 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
600 S: Supported 600 S: Supported
601 F: drivers/usb/gadget/udc/amd5536udc.* 601 F: drivers/usb/gadget/udc/amd5536udc.*
602 602
603 AMD GEODE PROCESSOR/CHIPSET SUPPORT 603 AMD GEODE PROCESSOR/CHIPSET SUPPORT
604 P: Andres Salomon <dilinger@queued.net> 604 P: Andres Salomon <dilinger@queued.net>
605 L: linux-geode@lists.infradead.org (moderated for non-subscribers) 605 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
606 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html 606 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
607 S: Supported 607 S: Supported
608 F: drivers/char/hw_random/geode-rng.c 608 F: drivers/char/hw_random/geode-rng.c
609 F: drivers/crypto/geode* 609 F: drivers/crypto/geode*
610 F: drivers/video/fbdev/geode/ 610 F: drivers/video/fbdev/geode/
611 F: arch/x86/include/asm/geode.h 611 F: arch/x86/include/asm/geode.h
612 612
613 AMD IOMMU (AMD-VI) 613 AMD IOMMU (AMD-VI)
614 M: Joerg Roedel <joro@8bytes.org> 614 M: Joerg Roedel <joro@8bytes.org>
615 L: iommu@lists.linux-foundation.org 615 L: iommu@lists.linux-foundation.org
616 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git 616 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
617 S: Maintained 617 S: Maintained
618 F: drivers/iommu/amd_iommu*.[ch] 618 F: drivers/iommu/amd_iommu*.[ch]
619 F: include/linux/amd-iommu.h 619 F: include/linux/amd-iommu.h
620 620
621 AMD KFD 621 AMD KFD
622 M: Oded Gabbay <oded.gabbay@amd.com> 622 M: Oded Gabbay <oded.gabbay@amd.com>
623 L: dri-devel@lists.freedesktop.org 623 L: dri-devel@lists.freedesktop.org
624 T: git git://people.freedesktop.org/~gabbayo/linux.git 624 T: git git://people.freedesktop.org/~gabbayo/linux.git
625 S: Supported 625 S: Supported
626 F: drivers/gpu/drm/amd/amdkfd/ 626 F: drivers/gpu/drm/amd/amdkfd/
627 F: drivers/gpu/drm/radeon/radeon_kfd.c 627 F: drivers/gpu/drm/radeon/radeon_kfd.c
628 F: drivers/gpu/drm/radeon/radeon_kfd.h 628 F: drivers/gpu/drm/radeon/radeon_kfd.h
629 F: include/uapi/linux/kfd_ioctl.h 629 F: include/uapi/linux/kfd_ioctl.h
630 630
631 AMD MICROCODE UPDATE SUPPORT 631 AMD MICROCODE UPDATE SUPPORT
632 M: Andreas Herrmann <herrmann.der.user@googlemail.com> 632 M: Andreas Herrmann <herrmann.der.user@googlemail.com>
633 L: amd64-microcode@amd64.org 633 L: amd64-microcode@amd64.org
634 S: Maintained 634 S: Maintained
635 F: arch/x86/kernel/cpu/microcode/amd* 635 F: arch/x86/kernel/cpu/microcode/amd*
636 636
637 AMD XGBE DRIVER 637 AMD XGBE DRIVER
638 M: Tom Lendacky <thomas.lendacky@amd.com> 638 M: Tom Lendacky <thomas.lendacky@amd.com>
639 L: netdev@vger.kernel.org 639 L: netdev@vger.kernel.org
640 S: Supported 640 S: Supported
641 F: drivers/net/ethernet/amd/xgbe/ 641 F: drivers/net/ethernet/amd/xgbe/
642 F: drivers/net/phy/amd-xgbe-phy.c 642 F: drivers/net/phy/amd-xgbe-phy.c
643 643
644 AMS (Apple Motion Sensor) DRIVER 644 AMS (Apple Motion Sensor) DRIVER
645 M: Michael Hanselmann <linux-kernel@hansmi.ch> 645 M: Michael Hanselmann <linux-kernel@hansmi.ch>
646 S: Supported 646 S: Supported
647 F: drivers/macintosh/ams/ 647 F: drivers/macintosh/ams/
648 648
649 AMSO1100 RNIC DRIVER 649 AMSO1100 RNIC DRIVER
650 M: Tom Tucker <tom@opengridcomputing.com> 650 M: Tom Tucker <tom@opengridcomputing.com>
651 M: Steve Wise <swise@opengridcomputing.com> 651 M: Steve Wise <swise@opengridcomputing.com>
652 L: linux-rdma@vger.kernel.org 652 L: linux-rdma@vger.kernel.org
653 S: Maintained 653 S: Maintained
654 F: drivers/infiniband/hw/amso1100/ 654 F: drivers/infiniband/hw/amso1100/
655 655
656 ANALOG DEVICES INC AD9389B DRIVER 656 ANALOG DEVICES INC AD9389B DRIVER
657 M: Hans Verkuil <hans.verkuil@cisco.com> 657 M: Hans Verkuil <hans.verkuil@cisco.com>
658 L: linux-media@vger.kernel.org 658 L: linux-media@vger.kernel.org
659 S: Maintained 659 S: Maintained
660 F: drivers/media/i2c/ad9389b* 660 F: drivers/media/i2c/ad9389b*
661 661
662 ANALOG DEVICES INC ADV7511 DRIVER 662 ANALOG DEVICES INC ADV7511 DRIVER
663 M: Hans Verkuil <hans.verkuil@cisco.com> 663 M: Hans Verkuil <hans.verkuil@cisco.com>
664 L: linux-media@vger.kernel.org 664 L: linux-media@vger.kernel.org
665 S: Maintained 665 S: Maintained
666 F: drivers/media/i2c/adv7511* 666 F: drivers/media/i2c/adv7511*
667 667
668 ANALOG DEVICES INC ADV7604 DRIVER 668 ANALOG DEVICES INC ADV7604 DRIVER
669 M: Hans Verkuil <hans.verkuil@cisco.com> 669 M: Hans Verkuil <hans.verkuil@cisco.com>
670 L: linux-media@vger.kernel.org 670 L: linux-media@vger.kernel.org
671 S: Maintained 671 S: Maintained
672 F: drivers/media/i2c/adv7604* 672 F: drivers/media/i2c/adv7604*
673 673
674 ANALOG DEVICES INC ADV7842 DRIVER 674 ANALOG DEVICES INC ADV7842 DRIVER
675 M: Hans Verkuil <hans.verkuil@cisco.com> 675 M: Hans Verkuil <hans.verkuil@cisco.com>
676 L: linux-media@vger.kernel.org 676 L: linux-media@vger.kernel.org
677 S: Maintained 677 S: Maintained
678 F: drivers/media/i2c/adv7842* 678 F: drivers/media/i2c/adv7842*
679 679
680 ANALOG DEVICES INC ASOC CODEC DRIVERS 680 ANALOG DEVICES INC ASOC CODEC DRIVERS
681 M: Lars-Peter Clausen <lars@metafoo.de> 681 M: Lars-Peter Clausen <lars@metafoo.de>
682 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 682 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
683 W: http://wiki.analog.com/ 683 W: http://wiki.analog.com/
684 W: http://ez.analog.com/community/linux-device-drivers 684 W: http://ez.analog.com/community/linux-device-drivers
685 S: Supported 685 S: Supported
686 F: sound/soc/codecs/adau* 686 F: sound/soc/codecs/adau*
687 F: sound/soc/codecs/adav* 687 F: sound/soc/codecs/adav*
688 F: sound/soc/codecs/ad1* 688 F: sound/soc/codecs/ad1*
689 F: sound/soc/codecs/ad7* 689 F: sound/soc/codecs/ad7*
690 F: sound/soc/codecs/ssm* 690 F: sound/soc/codecs/ssm*
691 F: sound/soc/codecs/sigmadsp.* 691 F: sound/soc/codecs/sigmadsp.*
692 692
693 ANALOG DEVICES INC ASOC DRIVERS 693 ANALOG DEVICES INC ASOC DRIVERS
694 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers) 694 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
695 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 695 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
696 W: http://blackfin.uclinux.org/ 696 W: http://blackfin.uclinux.org/
697 S: Supported 697 S: Supported
698 F: sound/soc/blackfin/* 698 F: sound/soc/blackfin/*
699 699
700 ANALOG DEVICES INC IIO DRIVERS 700 ANALOG DEVICES INC IIO DRIVERS
701 M: Lars-Peter Clausen <lars@metafoo.de> 701 M: Lars-Peter Clausen <lars@metafoo.de>
702 M: Michael Hennerich <Michael.Hennerich@analog.com> 702 M: Michael Hennerich <Michael.Hennerich@analog.com>
703 W: http://wiki.analog.com/ 703 W: http://wiki.analog.com/
704 W: http://ez.analog.com/community/linux-device-drivers 704 W: http://ez.analog.com/community/linux-device-drivers
705 S: Supported 705 S: Supported
706 F: drivers/iio/*/ad* 706 F: drivers/iio/*/ad*
707 X: drivers/iio/*/adjd* 707 X: drivers/iio/*/adjd*
708 F: drivers/staging/iio/*/ad* 708 F: drivers/staging/iio/*/ad*
709 F: staging/iio/trigger/iio-trig-bfin-timer.c 709 F: staging/iio/trigger/iio-trig-bfin-timer.c
710 710
711 ANDROID DRIVERS
712 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
713 M: Arve Hjรธnnevรฅg <arve@android.com>
714 M: Riley Andrews <riandrews@android.com>
715 T: git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
716 L: devel@driverdev.osuosl.org
717 S: Supported
718 F: drivers/android/
719 F: drivers/staging/android/
720
711 AOA (Apple Onboard Audio) ALSA DRIVER 721 AOA (Apple Onboard Audio) ALSA DRIVER
712 M: Johannes Berg <johannes@sipsolutions.net> 722 M: Johannes Berg <johannes@sipsolutions.net>
713 L: linuxppc-dev@lists.ozlabs.org 723 L: linuxppc-dev@lists.ozlabs.org
714 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 724 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
715 S: Maintained 725 S: Maintained
716 F: sound/aoa/ 726 F: sound/aoa/
717 727
718 APM DRIVER 728 APM DRIVER
719 M: Jiri Kosina <jkosina@suse.cz> 729 M: Jiri Kosina <jkosina@suse.cz>
720 S: Odd fixes 730 S: Odd fixes
721 F: arch/x86/kernel/apm_32.c 731 F: arch/x86/kernel/apm_32.c
722 F: include/linux/apm_bios.h 732 F: include/linux/apm_bios.h
723 F: include/uapi/linux/apm_bios.h 733 F: include/uapi/linux/apm_bios.h
724 F: drivers/char/apm-emulation.c 734 F: drivers/char/apm-emulation.c
725 735
726 APPLE BCM5974 MULTITOUCH DRIVER 736 APPLE BCM5974 MULTITOUCH DRIVER
727 M: Henrik Rydberg <rydberg@bitmath.org> 737 M: Henrik Rydberg <rydberg@bitmath.org>
728 L: linux-input@vger.kernel.org 738 L: linux-input@vger.kernel.org
729 S: Odd fixes 739 S: Odd fixes
730 F: drivers/input/mouse/bcm5974.c 740 F: drivers/input/mouse/bcm5974.c
731 741
732 APPLE SMC DRIVER 742 APPLE SMC DRIVER
733 M: Henrik Rydberg <rydberg@bitmath.org> 743 M: Henrik Rydberg <rydberg@bitmath.org>
734 L: lm-sensors@lm-sensors.org 744 L: lm-sensors@lm-sensors.org
735 S: Odd fixes 745 S: Odd fixes
736 F: drivers/hwmon/applesmc.c 746 F: drivers/hwmon/applesmc.c
737 747
738 APPLETALK NETWORK LAYER 748 APPLETALK NETWORK LAYER
739 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 749 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
740 S: Maintained 750 S: Maintained
741 F: drivers/net/appletalk/ 751 F: drivers/net/appletalk/
742 F: net/appletalk/ 752 F: net/appletalk/
743 753
744 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER 754 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
745 M: Iyappan Subramanian <isubramanian@apm.com> 755 M: Iyappan Subramanian <isubramanian@apm.com>
746 M: Keyur Chudgar <kchudgar@apm.com> 756 M: Keyur Chudgar <kchudgar@apm.com>
747 S: Supported 757 S: Supported
748 F: drivers/net/ethernet/apm/xgene/ 758 F: drivers/net/ethernet/apm/xgene/
749 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt 759 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
750 760
751 APTINA CAMERA SENSOR PLL 761 APTINA CAMERA SENSOR PLL
752 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com> 762 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
753 L: linux-media@vger.kernel.org 763 L: linux-media@vger.kernel.org
754 S: Maintained 764 S: Maintained
755 F: drivers/media/i2c/aptina-pll.* 765 F: drivers/media/i2c/aptina-pll.*
756 766
757 ARC FRAMEBUFFER DRIVER 767 ARC FRAMEBUFFER DRIVER
758 M: Jaya Kumar <jayalk@intworks.biz> 768 M: Jaya Kumar <jayalk@intworks.biz>
759 S: Maintained 769 S: Maintained
760 F: drivers/video/fbdev/arcfb.c 770 F: drivers/video/fbdev/arcfb.c
761 F: drivers/video/fbdev/core/fb_defio.c 771 F: drivers/video/fbdev/core/fb_defio.c
762 772
763 ARM MFM AND FLOPPY DRIVERS 773 ARM MFM AND FLOPPY DRIVERS
764 M: Ian Molton <spyro@f2s.com> 774 M: Ian Molton <spyro@f2s.com>
765 S: Maintained 775 S: Maintained
766 F: arch/arm/lib/floppydma.S 776 F: arch/arm/lib/floppydma.S
767 F: arch/arm/include/asm/floppy.h 777 F: arch/arm/include/asm/floppy.h
768 778
769 ARM PMU PROFILING AND DEBUGGING 779 ARM PMU PROFILING AND DEBUGGING
770 M: Will Deacon <will.deacon@arm.com> 780 M: Will Deacon <will.deacon@arm.com>
771 S: Maintained 781 S: Maintained
772 F: arch/arm/kernel/perf_event* 782 F: arch/arm/kernel/perf_event*
773 F: arch/arm/oprofile/common.c 783 F: arch/arm/oprofile/common.c
774 F: arch/arm/include/asm/pmu.h 784 F: arch/arm/include/asm/pmu.h
775 F: arch/arm/kernel/hw_breakpoint.c 785 F: arch/arm/kernel/hw_breakpoint.c
776 F: arch/arm/include/asm/hw_breakpoint.h 786 F: arch/arm/include/asm/hw_breakpoint.h
777 787
778 ARM PORT 788 ARM PORT
779 M: Russell King <linux@arm.linux.org.uk> 789 M: Russell King <linux@arm.linux.org.uk>
780 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 790 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
781 W: http://www.arm.linux.org.uk/ 791 W: http://www.arm.linux.org.uk/
782 S: Maintained 792 S: Maintained
783 F: arch/arm/ 793 F: arch/arm/
784 794
785 ARM SUB-ARCHITECTURES 795 ARM SUB-ARCHITECTURES
786 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 796 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
787 S: Maintained 797 S: Maintained
788 F: arch/arm/mach-*/ 798 F: arch/arm/mach-*/
789 F: arch/arm/plat-*/ 799 F: arch/arm/plat-*/
790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git 800 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
791 801
792 ARM PRIMECELL AACI PL041 DRIVER 802 ARM PRIMECELL AACI PL041 DRIVER
793 M: Russell King <linux@arm.linux.org.uk> 803 M: Russell King <linux@arm.linux.org.uk>
794 S: Maintained 804 S: Maintained
795 F: sound/arm/aaci.* 805 F: sound/arm/aaci.*
796 806
797 ARM PRIMECELL CLCD PL110 DRIVER 807 ARM PRIMECELL CLCD PL110 DRIVER
798 M: Russell King <linux@arm.linux.org.uk> 808 M: Russell King <linux@arm.linux.org.uk>
799 S: Maintained 809 S: Maintained
800 F: drivers/video/fbdev/amba-clcd.* 810 F: drivers/video/fbdev/amba-clcd.*
801 811
802 ARM PRIMECELL KMI PL050 DRIVER 812 ARM PRIMECELL KMI PL050 DRIVER
803 M: Russell King <linux@arm.linux.org.uk> 813 M: Russell King <linux@arm.linux.org.uk>
804 S: Maintained 814 S: Maintained
805 F: drivers/input/serio/ambakmi.* 815 F: drivers/input/serio/ambakmi.*
806 F: include/linux/amba/kmi.h 816 F: include/linux/amba/kmi.h
807 817
808 ARM PRIMECELL MMCI PL180/1 DRIVER 818 ARM PRIMECELL MMCI PL180/1 DRIVER
809 M: Russell King <linux@arm.linux.org.uk> 819 M: Russell King <linux@arm.linux.org.uk>
810 S: Maintained 820 S: Maintained
811 F: drivers/mmc/host/mmci.* 821 F: drivers/mmc/host/mmci.*
812 F: include/linux/amba/mmci.h 822 F: include/linux/amba/mmci.h
813 823
814 ARM PRIMECELL UART PL010 AND PL011 DRIVERS 824 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
815 M: Russell King <linux@arm.linux.org.uk> 825 M: Russell King <linux@arm.linux.org.uk>
816 S: Maintained 826 S: Maintained
817 F: drivers/tty/serial/amba-pl01*.c 827 F: drivers/tty/serial/amba-pl01*.c
818 F: include/linux/amba/serial.h 828 F: include/linux/amba/serial.h
819 829
820 ARM PRIMECELL BUS SUPPORT 830 ARM PRIMECELL BUS SUPPORT
821 M: Russell King <linux@arm.linux.org.uk> 831 M: Russell King <linux@arm.linux.org.uk>
822 S: Maintained 832 S: Maintained
823 F: drivers/amba/ 833 F: drivers/amba/
824 F: include/linux/amba/bus.h 834 F: include/linux/amba/bus.h
825 835
826 ARM/ADS SPHERE MACHINE SUPPORT 836 ARM/ADS SPHERE MACHINE SUPPORT
827 M: Lennert Buytenhek <kernel@wantstofly.org> 837 M: Lennert Buytenhek <kernel@wantstofly.org>
828 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 838 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
829 S: Maintained 839 S: Maintained
830 840
831 ARM/AFEB9260 MACHINE SUPPORT 841 ARM/AFEB9260 MACHINE SUPPORT
832 M: Sergey Lapin <slapin@ossfans.org> 842 M: Sergey Lapin <slapin@ossfans.org>
833 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 843 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
834 S: Maintained 844 S: Maintained
835 845
836 ARM/AJECO 1ARM MACHINE SUPPORT 846 ARM/AJECO 1ARM MACHINE SUPPORT
837 M: Lennert Buytenhek <kernel@wantstofly.org> 847 M: Lennert Buytenhek <kernel@wantstofly.org>
838 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 848 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839 S: Maintained 849 S: Maintained
840 850
841 ARM/Allwinner A1X SoC support 851 ARM/Allwinner A1X SoC support
842 M: Maxime Ripard <maxime.ripard@free-electrons.com> 852 M: Maxime Ripard <maxime.ripard@free-electrons.com>
843 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 853 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844 S: Maintained 854 S: Maintained
845 N: sun[x4567]i 855 N: sun[x4567]i
846 856
847 ARM/Allwinner SoC Clock Support 857 ARM/Allwinner SoC Clock Support
848 M: Emilio Lรณpez <emilio@elopez.com.ar> 858 M: Emilio Lรƒยณpez <emilio@elopez.com.ar>
849 S: Maintained 859 S: Maintained
850 F: drivers/clk/sunxi/ 860 F: drivers/clk/sunxi/
851 861
852 ARM/Amlogic MesonX SoC support 862 ARM/Amlogic MesonX SoC support
853 M: Carlo Caione <carlo@caione.org> 863 M: Carlo Caione <carlo@caione.org>
854 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 864 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
855 S: Maintained 865 S: Maintained
856 F: drivers/media/rc/meson-ir.c 866 F: drivers/media/rc/meson-ir.c
857 N: meson[x68] 867 N: meson[x68]
858 868
859 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES 869 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
860 M: Andrew Victor <linux@maxim.org.za> 870 M: Andrew Victor <linux@maxim.org.za>
861 M: Nicolas Ferre <nicolas.ferre@atmel.com> 871 M: Nicolas Ferre <nicolas.ferre@atmel.com>
862 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> 872 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
863 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 873 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
864 W: http://maxim.org.za/at91_26.html 874 W: http://maxim.org.za/at91_26.html
865 W: http://www.linux4sam.org 875 W: http://www.linux4sam.org
866 S: Supported 876 S: Supported
867 F: arch/arm/mach-at91/ 877 F: arch/arm/mach-at91/
868 F: include/soc/at91/ 878 F: include/soc/at91/
869 F: arch/arm/boot/dts/at91*.dts 879 F: arch/arm/boot/dts/at91*.dts
870 F: arch/arm/boot/dts/at91*.dtsi 880 F: arch/arm/boot/dts/at91*.dtsi
871 F: arch/arm/boot/dts/sama*.dts 881 F: arch/arm/boot/dts/sama*.dts
872 F: arch/arm/boot/dts/sama*.dtsi 882 F: arch/arm/boot/dts/sama*.dtsi
873 883
874 ARM/ATMEL AT91 Clock Support 884 ARM/ATMEL AT91 Clock Support
875 M: Boris Brezillon <boris.brezillon@free-electrons.com> 885 M: Boris Brezillon <boris.brezillon@free-electrons.com>
876 S: Maintained 886 S: Maintained
877 F: drivers/clk/at91 887 F: drivers/clk/at91
878 888
879 ARM/CALXEDA HIGHBANK ARCHITECTURE 889 ARM/CALXEDA HIGHBANK ARCHITECTURE
880 M: Rob Herring <robh@kernel.org> 890 M: Rob Herring <robh@kernel.org>
881 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 891 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
882 S: Maintained 892 S: Maintained
883 F: arch/arm/mach-highbank/ 893 F: arch/arm/mach-highbank/
884 894
885 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT 895 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
886 M: Krzysztof Halasa <khalasa@piap.pl> 896 M: Krzysztof Halasa <khalasa@piap.pl>
887 S: Maintained 897 S: Maintained
888 F: arch/arm/mach-cns3xxx/ 898 F: arch/arm/mach-cns3xxx/
889 899
890 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE 900 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
891 M: Alexander Shiyan <shc_work@mail.ru> 901 M: Alexander Shiyan <shc_work@mail.ru>
892 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 902 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
893 S: Odd Fixes 903 S: Odd Fixes
894 N: clps711x 904 N: clps711x
895 905
896 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE 906 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
897 M: Hartley Sweeten <hsweeten@visionengravers.com> 907 M: Hartley Sweeten <hsweeten@visionengravers.com>
898 M: Ryan Mallon <rmallon@gmail.com> 908 M: Ryan Mallon <rmallon@gmail.com>
899 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 909 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
900 S: Maintained 910 S: Maintained
901 F: arch/arm/mach-ep93xx/ 911 F: arch/arm/mach-ep93xx/
902 F: arch/arm/mach-ep93xx/include/mach/ 912 F: arch/arm/mach-ep93xx/include/mach/
903 913
904 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT 914 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
905 M: Lennert Buytenhek <kernel@wantstofly.org> 915 M: Lennert Buytenhek <kernel@wantstofly.org>
906 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 916 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
907 S: Maintained 917 S: Maintained
908 918
909 ARM/CLKDEV SUPPORT 919 ARM/CLKDEV SUPPORT
910 M: Russell King <linux@arm.linux.org.uk> 920 M: Russell King <linux@arm.linux.org.uk>
911 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 921 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
912 S: Maintained 922 S: Maintained
913 F: arch/arm/include/asm/clkdev.h 923 F: arch/arm/include/asm/clkdev.h
914 F: drivers/clk/clkdev.c 924 F: drivers/clk/clkdev.c
915 925
916 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT 926 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
917 M: Mike Rapoport <mike@compulab.co.il> 927 M: Mike Rapoport <mike@compulab.co.il>
918 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 928 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 S: Maintained 929 S: Maintained
920 930
921 ARM/CONTEC MICRO9 MACHINE SUPPORT 931 ARM/CONTEC MICRO9 MACHINE SUPPORT
922 M: Hubert Feurstein <hubert.feurstein@contec.at> 932 M: Hubert Feurstein <hubert.feurstein@contec.at>
923 S: Maintained 933 S: Maintained
924 F: arch/arm/mach-ep93xx/micro9.c 934 F: arch/arm/mach-ep93xx/micro9.c
925 935
926 ARM/CORESIGHT FRAMEWORK AND DRIVERS 936 ARM/CORESIGHT FRAMEWORK AND DRIVERS
927 M: Mathieu Poirier <mathieu.poirier@linaro.org> 937 M: Mathieu Poirier <mathieu.poirier@linaro.org>
928 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 938 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S: Maintained 939 S: Maintained
930 F: drivers/coresight/* 940 F: drivers/coresight/*
931 F: Documentation/trace/coresight.txt 941 F: Documentation/trace/coresight.txt
932 F: Documentation/devicetree/bindings/arm/coresight.txt 942 F: Documentation/devicetree/bindings/arm/coresight.txt
933 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-* 943 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
934 944
935 ARM/CORGI MACHINE SUPPORT 945 ARM/CORGI MACHINE SUPPORT
936 M: Richard Purdie <rpurdie@rpsys.net> 946 M: Richard Purdie <rpurdie@rpsys.net>
937 S: Maintained 947 S: Maintained
938 948
939 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE 949 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
940 M: Hans Ulli Kroll <ulli.kroll@googlemail.com> 950 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
941 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 951 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 T: git git://git.berlios.de/gemini-board 952 T: git git://git.berlios.de/gemini-board
943 S: Maintained 953 S: Maintained
944 F: arch/arm/mach-gemini/ 954 F: arch/arm/mach-gemini/
945 955
946 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT 956 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
947 M: Barry Song <baohua@kernel.org> 957 M: Barry Song <baohua@kernel.org>
948 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 958 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git 959 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
950 S: Maintained 960 S: Maintained
951 F: arch/arm/mach-prima2/ 961 F: arch/arm/mach-prima2/
952 F: drivers/clk/sirf/ 962 F: drivers/clk/sirf/
953 F: drivers/clocksource/timer-prima2.c 963 F: drivers/clocksource/timer-prima2.c
954 F: drivers/clocksource/timer-marco.c 964 F: drivers/clocksource/timer-marco.c
955 N: [^a-z]sirf 965 N: [^a-z]sirf
956 966
957 ARM/EBSA110 MACHINE SUPPORT 967 ARM/EBSA110 MACHINE SUPPORT
958 M: Russell King <linux@arm.linux.org.uk> 968 M: Russell King <linux@arm.linux.org.uk>
959 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 969 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
960 W: http://www.arm.linux.org.uk/ 970 W: http://www.arm.linux.org.uk/
961 S: Maintained 971 S: Maintained
962 F: arch/arm/mach-ebsa110/ 972 F: arch/arm/mach-ebsa110/
963 F: drivers/net/ethernet/amd/am79c961a.* 973 F: drivers/net/ethernet/amd/am79c961a.*
964 974
965 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT 975 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
966 M: Uwe Kleine-Kรถnig <kernel@pengutronix.de> 976 M: Uwe Kleine-Kรƒยถnig <kernel@pengutronix.de>
967 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 977 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968 S: Maintained 978 S: Maintained
969 N: efm32 979 N: efm32
970 980
971 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) 981 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
972 M: Daniel Ribeiro <drwyrm@gmail.com> 982 M: Daniel Ribeiro <drwyrm@gmail.com>
973 M: Stefan Schmidt <stefan@openezx.org> 983 M: Stefan Schmidt <stefan@openezx.org>
974 M: Harald Welte <laforge@openezx.org> 984 M: Harald Welte <laforge@openezx.org>
975 L: openezx-devel@lists.openezx.org (moderated for non-subscribers) 985 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
976 W: http://www.openezx.org/ 986 W: http://www.openezx.org/
977 S: Maintained 987 S: Maintained
978 T: topgit git://git.openezx.org/openezx.git 988 T: topgit git://git.openezx.org/openezx.git
979 F: arch/arm/mach-pxa/ezx.c 989 F: arch/arm/mach-pxa/ezx.c
980 990
981 ARM/FARADAY FA526 PORT 991 ARM/FARADAY FA526 PORT
982 M: Hans Ulli Kroll <ulli.kroll@googlemail.com> 992 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
983 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 993 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
984 S: Maintained 994 S: Maintained
985 T: git git://git.berlios.de/gemini-board 995 T: git git://git.berlios.de/gemini-board
986 F: arch/arm/mm/*-fa* 996 F: arch/arm/mm/*-fa*
987 997
988 ARM/FOOTBRIDGE ARCHITECTURE 998 ARM/FOOTBRIDGE ARCHITECTURE
989 M: Russell King <linux@arm.linux.org.uk> 999 M: Russell King <linux@arm.linux.org.uk>
990 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1000 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 W: http://www.arm.linux.org.uk/ 1001 W: http://www.arm.linux.org.uk/
992 S: Maintained 1002 S: Maintained
993 F: arch/arm/include/asm/hardware/dec21285.h 1003 F: arch/arm/include/asm/hardware/dec21285.h
994 F: arch/arm/mach-footbridge/ 1004 F: arch/arm/mach-footbridge/
995 1005
996 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE 1006 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
997 M: Shawn Guo <shawn.guo@linaro.org> 1007 M: Shawn Guo <shawn.guo@linaro.org>
998 M: Sascha Hauer <kernel@pengutronix.de> 1008 M: Sascha Hauer <kernel@pengutronix.de>
999 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1009 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S: Maintained 1010 S: Maintained
1001 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git 1011 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1002 F: arch/arm/mach-imx/ 1012 F: arch/arm/mach-imx/
1003 F: arch/arm/mach-mxs/ 1013 F: arch/arm/mach-mxs/
1004 F: arch/arm/boot/dts/imx* 1014 F: arch/arm/boot/dts/imx*
1005 F: arch/arm/configs/imx*_defconfig 1015 F: arch/arm/configs/imx*_defconfig
1006 1016
1007 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT 1017 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1008 M: Lennert Buytenhek <kernel@wantstofly.org> 1018 M: Lennert Buytenhek <kernel@wantstofly.org>
1009 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1019 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1010 S: Maintained 1020 S: Maintained
1011 1021
1012 ARM/GUMSTIX MACHINE SUPPORT 1022 ARM/GUMSTIX MACHINE SUPPORT
1013 M: Steve Sakoman <sakoman@gmail.com> 1023 M: Steve Sakoman <sakoman@gmail.com>
1014 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1024 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015 S: Maintained 1025 S: Maintained
1016 1026
1017 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT 1027 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1018 M: Philipp Zabel <philipp.zabel@gmail.com> 1028 M: Philipp Zabel <philipp.zabel@gmail.com>
1019 M: Paul Parsons <lost.distance@yahoo.com> 1029 M: Paul Parsons <lost.distance@yahoo.com>
1020 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1030 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1021 S: Maintained 1031 S: Maintained
1022 F: arch/arm/mach-pxa/hx4700.c 1032 F: arch/arm/mach-pxa/hx4700.c
1023 F: arch/arm/mach-pxa/include/mach/hx4700.h 1033 F: arch/arm/mach-pxa/include/mach/hx4700.h
1024 F: sound/soc/pxa/hx4700.c 1034 F: sound/soc/pxa/hx4700.c
1025 1035
1026 ARM/HISILICON SOC SUPPORT 1036 ARM/HISILICON SOC SUPPORT
1027 M: Wei Xu <xuwei5@hisilicon.com> 1037 M: Wei Xu <xuwei5@hisilicon.com>
1028 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1038 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 W: http://www.hisilicon.com 1039 W: http://www.hisilicon.com
1030 S: Supported 1040 S: Supported
1031 T: git git://github.com/hisilicon/linux-hisi.git 1041 T: git git://github.com/hisilicon/linux-hisi.git
1032 F: arch/arm/mach-hisi/ 1042 F: arch/arm/mach-hisi/
1033 1043
1034 ARM/HP JORNADA 7XX MACHINE SUPPORT 1044 ARM/HP JORNADA 7XX MACHINE SUPPORT
1035 M: Kristoffer Ericson <kristoffer.ericson@gmail.com> 1045 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1036 W: www.jlime.com 1046 W: www.jlime.com
1037 S: Maintained 1047 S: Maintained
1038 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git 1048 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1039 F: arch/arm/mach-sa1100/jornada720.c 1049 F: arch/arm/mach-sa1100/jornada720.c
1040 F: arch/arm/mach-sa1100/include/mach/jornada720.h 1050 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1041 1051
1042 ARM/IGEP MACHINE SUPPORT 1052 ARM/IGEP MACHINE SUPPORT
1043 M: Enric Balletbo i Serra <eballetbo@gmail.com> 1053 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1044 M: Javier Martinez Canillas <javier@dowhile0.org> 1054 M: Javier Martinez Canillas <javier@dowhile0.org>
1045 L: linux-omap@vger.kernel.org 1055 L: linux-omap@vger.kernel.org
1046 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1056 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S: Maintained 1057 S: Maintained
1048 F: arch/arm/boot/dts/omap3-igep* 1058 F: arch/arm/boot/dts/omap3-igep*
1049 1059
1050 ARM/INCOME PXA270 SUPPORT 1060 ARM/INCOME PXA270 SUPPORT
1051 M: Marek Vasut <marek.vasut@gmail.com> 1061 M: Marek Vasut <marek.vasut@gmail.com>
1052 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1062 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1053 S: Maintained 1063 S: Maintained
1054 F: arch/arm/mach-pxa/colibri-pxa270-income.c 1064 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1055 1065
1056 ARM/INTEL IOP32X ARM ARCHITECTURE 1066 ARM/INTEL IOP32X ARM ARCHITECTURE
1057 M: Lennert Buytenhek <kernel@wantstofly.org> 1067 M: Lennert Buytenhek <kernel@wantstofly.org>
1058 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1068 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 S: Maintained 1069 S: Maintained
1060 1070
1061 ARM/INTEL IOP33X ARM ARCHITECTURE 1071 ARM/INTEL IOP33X ARM ARCHITECTURE
1062 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1072 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 S: Orphan 1073 S: Orphan
1064 1074
1065 ARM/INTEL IOP13XX ARM ARCHITECTURE 1075 ARM/INTEL IOP13XX ARM ARCHITECTURE
1066 M: Lennert Buytenhek <kernel@wantstofly.org> 1076 M: Lennert Buytenhek <kernel@wantstofly.org>
1067 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1077 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S: Maintained 1078 S: Maintained
1069 1079
1070 ARM/INTEL IQ81342EX MACHINE SUPPORT 1080 ARM/INTEL IQ81342EX MACHINE SUPPORT
1071 M: Lennert Buytenhek <kernel@wantstofly.org> 1081 M: Lennert Buytenhek <kernel@wantstofly.org>
1072 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1082 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1073 S: Maintained 1083 S: Maintained
1074 1084
1075 ARM/INTEL IXDP2850 MACHINE SUPPORT 1085 ARM/INTEL IXDP2850 MACHINE SUPPORT
1076 M: Lennert Buytenhek <kernel@wantstofly.org> 1086 M: Lennert Buytenhek <kernel@wantstofly.org>
1077 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1087 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 S: Maintained 1088 S: Maintained
1079 1089
1080 ARM/INTEL IXP4XX ARM ARCHITECTURE 1090 ARM/INTEL IXP4XX ARM ARCHITECTURE
1081 M: Imre Kaloz <kaloz@openwrt.org> 1091 M: Imre Kaloz <kaloz@openwrt.org>
1082 M: Krzysztof Halasa <khalasa@piap.pl> 1092 M: Krzysztof Halasa <khalasa@piap.pl>
1083 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1093 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S: Maintained 1094 S: Maintained
1085 F: arch/arm/mach-ixp4xx/ 1095 F: arch/arm/mach-ixp4xx/
1086 1096
1087 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT 1097 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1088 M: Jonathan Cameron <jic23@cam.ac.uk> 1098 M: Jonathan Cameron <jic23@cam.ac.uk>
1089 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1099 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 S: Maintained 1100 S: Maintained
1091 F: arch/arm/mach-pxa/stargate2.c 1101 F: arch/arm/mach-pxa/stargate2.c
1092 F: drivers/pcmcia/pxa2xx_stargate2.c 1102 F: drivers/pcmcia/pxa2xx_stargate2.c
1093 1103
1094 ARM/INTEL XSC3 (MANZANO) ARM CORE 1104 ARM/INTEL XSC3 (MANZANO) ARM CORE
1095 M: Lennert Buytenhek <kernel@wantstofly.org> 1105 M: Lennert Buytenhek <kernel@wantstofly.org>
1096 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1106 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 S: Maintained 1107 S: Maintained
1098 1108
1099 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT 1109 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1100 M: Lennert Buytenhek <kernel@wantstofly.org> 1110 M: Lennert Buytenhek <kernel@wantstofly.org>
1101 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1111 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102 S: Maintained 1112 S: Maintained
1103 1113
1104 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE 1114 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1105 M: Santosh Shilimkar <ssantosh@kernel.org> 1115 M: Santosh Shilimkar <ssantosh@kernel.org>
1106 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1116 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1107 S: Maintained 1117 S: Maintained
1108 F: arch/arm/mach-keystone/ 1118 F: arch/arm/mach-keystone/
1109 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git 1119 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1110 1120
1111 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK 1121 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1112 M: Santosh Shilimkar <ssantosh@kernel.org> 1122 M: Santosh Shilimkar <ssantosh@kernel.org>
1113 L: linux-kernel@vger.kernel.org 1123 L: linux-kernel@vger.kernel.org
1114 S: Maintained 1124 S: Maintained
1115 F: drivers/clk/keystone/ 1125 F: drivers/clk/keystone/
1116 1126
1117 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE 1127 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1118 M: Santosh Shilimkar <ssantosh@kernel.org> 1128 M: Santosh Shilimkar <ssantosh@kernel.org>
1119 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1129 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 L: linux-kernel@vger.kernel.org 1130 L: linux-kernel@vger.kernel.org
1121 S: Maintained 1131 S: Maintained
1122 F: drivers/clocksource/timer-keystone.c 1132 F: drivers/clocksource/timer-keystone.c
1123 1133
1124 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER 1134 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1125 M: Santosh Shilimkar <ssantosh@kernel.org> 1135 M: Santosh Shilimkar <ssantosh@kernel.org>
1126 L: linux-kernel@vger.kernel.org 1136 L: linux-kernel@vger.kernel.org
1127 S: Maintained 1137 S: Maintained
1128 F: drivers/power/reset/keystone-reset.c 1138 F: drivers/power/reset/keystone-reset.c
1129 1139
1130 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS 1140 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1131 M: Santosh Shilimkar <ssantosh@kernel.org> 1141 M: Santosh Shilimkar <ssantosh@kernel.org>
1132 L: linux-kernel@vger.kernel.org 1142 L: linux-kernel@vger.kernel.org
1133 S: Maintained 1143 S: Maintained
1134 F: drivers/memory/*emif* 1144 F: drivers/memory/*emif*
1135 1145
1136 ARM/LOGICPD PXA270 MACHINE SUPPORT 1146 ARM/LOGICPD PXA270 MACHINE SUPPORT
1137 M: Lennert Buytenhek <kernel@wantstofly.org> 1147 M: Lennert Buytenhek <kernel@wantstofly.org>
1138 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1148 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1139 S: Maintained 1149 S: Maintained
1140 1150
1141 ARM/MAGICIAN MACHINE SUPPORT 1151 ARM/MAGICIAN MACHINE SUPPORT
1142 M: Philipp Zabel <philipp.zabel@gmail.com> 1152 M: Philipp Zabel <philipp.zabel@gmail.com>
1143 S: Maintained 1153 S: Maintained
1144 1154
1145 ARM/Marvell Armada 370 and Armada XP SOC support 1155 ARM/Marvell Armada 370 and Armada XP SOC support
1146 M: Jason Cooper <jason@lakedaemon.net> 1156 M: Jason Cooper <jason@lakedaemon.net>
1147 M: Andrew Lunn <andrew@lunn.ch> 1157 M: Andrew Lunn <andrew@lunn.ch>
1148 M: Gregory Clement <gregory.clement@free-electrons.com> 1158 M: Gregory Clement <gregory.clement@free-electrons.com>
1149 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> 1159 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1150 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1160 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1151 S: Maintained 1161 S: Maintained
1152 F: arch/arm/mach-mvebu/ 1162 F: arch/arm/mach-mvebu/
1153 1163
1154 ARM/Marvell Berlin SoC support 1164 ARM/Marvell Berlin SoC support
1155 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> 1165 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1156 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1166 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1157 S: Maintained 1167 S: Maintained
1158 F: arch/arm/mach-berlin/ 1168 F: arch/arm/mach-berlin/
1159 1169
1160 ARM/Marvell Dove/MV78xx0/Orion SOC support 1170 ARM/Marvell Dove/MV78xx0/Orion SOC support
1161 M: Jason Cooper <jason@lakedaemon.net> 1171 M: Jason Cooper <jason@lakedaemon.net>
1162 M: Andrew Lunn <andrew@lunn.ch> 1172 M: Andrew Lunn <andrew@lunn.ch>
1163 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> 1173 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1164 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1174 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 S: Maintained 1175 S: Maintained
1166 F: arch/arm/mach-dove/ 1176 F: arch/arm/mach-dove/
1167 F: arch/arm/mach-mv78xx0/ 1177 F: arch/arm/mach-mv78xx0/
1168 F: arch/arm/mach-orion5x/ 1178 F: arch/arm/mach-orion5x/
1169 F: arch/arm/plat-orion/ 1179 F: arch/arm/plat-orion/
1170 1180
1171 ARM/Orion SoC/Technologic Systems TS-78xx platform support 1181 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1172 M: Alexander Clouter <alex@digriz.org.uk> 1182 M: Alexander Clouter <alex@digriz.org.uk>
1173 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1183 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 W: http://www.digriz.org.uk/ts78xx/kernel 1184 W: http://www.digriz.org.uk/ts78xx/kernel
1175 S: Maintained 1185 S: Maintained
1176 F: arch/arm/mach-orion5x/ts78xx-* 1186 F: arch/arm/mach-orion5x/ts78xx-*
1177 1187
1178 ARM/Mediatek SoC support 1188 ARM/Mediatek SoC support
1179 M: Matthias Brugger <matthias.bgg@gmail.com> 1189 M: Matthias Brugger <matthias.bgg@gmail.com>
1180 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S: Maintained 1191 S: Maintained
1182 F: arch/arm/boot/dts/mt6* 1192 F: arch/arm/boot/dts/mt6*
1183 F: arch/arm/boot/dts/mt8* 1193 F: arch/arm/boot/dts/mt8*
1184 F: arch/arm/mach-mediatek/ 1194 F: arch/arm/mach-mediatek/
1185 N: mtk 1195 N: mtk
1186 K: mediatek 1196 K: mediatek
1187 1197
1188 ARM/MICREL KS8695 ARCHITECTURE 1198 ARM/MICREL KS8695 ARCHITECTURE
1189 M: Greg Ungerer <gerg@uclinux.org> 1199 M: Greg Ungerer <gerg@uclinux.org>
1190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1200 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 F: arch/arm/mach-ks8695/ 1201 F: arch/arm/mach-ks8695/
1192 S: Odd Fixes 1202 S: Odd Fixes
1193 1203
1194 ARM/MIOA701 MACHINE SUPPORT 1204 ARM/MIOA701 MACHINE SUPPORT
1195 M: Robert Jarzmik <robert.jarzmik@free.fr> 1205 M: Robert Jarzmik <robert.jarzmik@free.fr>
1196 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1206 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 F: arch/arm/mach-pxa/mioa701.c 1207 F: arch/arm/mach-pxa/mioa701.c
1198 S: Maintained 1208 S: Maintained
1199 1209
1200 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT 1210 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1201 M: Michael Petchkovsky <mkpetch@internode.on.net> 1211 M: Michael Petchkovsky <mkpetch@internode.on.net>
1202 S: Maintained 1212 S: Maintained
1203 1213
1204 ARM/NOMADIK ARCHITECTURE 1214 ARM/NOMADIK ARCHITECTURE
1205 M: Alessandro Rubini <rubini@unipv.it> 1215 M: Alessandro Rubini <rubini@unipv.it>
1206 M: Linus Walleij <linus.walleij@linaro.org> 1216 M: Linus Walleij <linus.walleij@linaro.org>
1207 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1217 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 S: Maintained 1218 S: Maintained
1209 F: arch/arm/mach-nomadik/ 1219 F: arch/arm/mach-nomadik/
1210 F: drivers/pinctrl/nomadik/ 1220 F: drivers/pinctrl/nomadik/
1211 F: drivers/i2c/busses/i2c-nomadik.c 1221 F: drivers/i2c/busses/i2c-nomadik.c
1212 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git 1222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1213 1223
1214 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT 1224 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1215 M: Nelson Castillo <arhuaco@freaks-unidos.net> 1225 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1216 L: openmoko-kernel@lists.openmoko.org (subscribers-only) 1226 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1217 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner 1227 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1218 S: Supported 1228 S: Supported
1219 1229
1220 ARM/QUALCOMM MSM MACHINE SUPPORT 1230 ARM/QUALCOMM MSM MACHINE SUPPORT
1221 M: David Brown <davidb@codeaurora.org> 1231 M: David Brown <davidb@codeaurora.org>
1222 M: Daniel Walker <dwalker@fifo99.com> 1232 M: Daniel Walker <dwalker@fifo99.com>
1223 M: Bryan Huntsman <bryanh@codeaurora.org> 1233 M: Bryan Huntsman <bryanh@codeaurora.org>
1224 L: linux-arm-msm@vger.kernel.org 1234 L: linux-arm-msm@vger.kernel.org
1225 F: arch/arm/mach-msm/ 1235 F: arch/arm/mach-msm/
1226 F: drivers/video/fbdev/msm/ 1236 F: drivers/video/fbdev/msm/
1227 F: drivers/mmc/host/msm_sdcc.c 1237 F: drivers/mmc/host/msm_sdcc.c
1228 F: drivers/mmc/host/msm_sdcc.h 1238 F: drivers/mmc/host/msm_sdcc.h
1229 F: drivers/tty/serial/msm_serial.h 1239 F: drivers/tty/serial/msm_serial.h
1230 F: drivers/tty/serial/msm_serial.c 1240 F: drivers/tty/serial/msm_serial.c
1231 F: drivers/*/pm8???-* 1241 F: drivers/*/pm8???-*
1232 F: drivers/mfd/ssbi.c 1242 F: drivers/mfd/ssbi.c
1233 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git 1243 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1234 S: Maintained 1244 S: Maintained
1235 1245
1236 ARM/TOSA MACHINE SUPPORT 1246 ARM/TOSA MACHINE SUPPORT
1237 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 1247 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1238 M: Dirk Opfer <dirk@opfer-online.de> 1248 M: Dirk Opfer <dirk@opfer-online.de>
1239 S: Maintained 1249 S: Maintained
1240 1250
1241 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT 1251 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1242 M: Marek Vasut <marek.vasut@gmail.com> 1252 M: Marek Vasut <marek.vasut@gmail.com>
1243 L: linux-arm-kernel@lists.infradead.org 1253 L: linux-arm-kernel@lists.infradead.org
1244 W: http://hackndev.com 1254 W: http://hackndev.com
1245 S: Maintained 1255 S: Maintained
1246 F: arch/arm/mach-pxa/include/mach/palmtx.h 1256 F: arch/arm/mach-pxa/include/mach/palmtx.h
1247 F: arch/arm/mach-pxa/palmtx.c 1257 F: arch/arm/mach-pxa/palmtx.c
1248 F: arch/arm/mach-pxa/include/mach/palmt5.h 1258 F: arch/arm/mach-pxa/include/mach/palmt5.h
1249 F: arch/arm/mach-pxa/palmt5.c 1259 F: arch/arm/mach-pxa/palmt5.c
1250 F: arch/arm/mach-pxa/include/mach/palmld.h 1260 F: arch/arm/mach-pxa/include/mach/palmld.h
1251 F: arch/arm/mach-pxa/palmld.c 1261 F: arch/arm/mach-pxa/palmld.c
1252 F: arch/arm/mach-pxa/include/mach/palmte2.h 1262 F: arch/arm/mach-pxa/include/mach/palmte2.h
1253 F: arch/arm/mach-pxa/palmte2.c 1263 F: arch/arm/mach-pxa/palmte2.c
1254 F: arch/arm/mach-pxa/include/mach/palmtc.h 1264 F: arch/arm/mach-pxa/include/mach/palmtc.h
1255 F: arch/arm/mach-pxa/palmtc.c 1265 F: arch/arm/mach-pxa/palmtc.c
1256 1266
1257 ARM/PALM TREO SUPPORT 1267 ARM/PALM TREO SUPPORT
1258 M: Tomas Cech <sleep_walker@suse.cz> 1268 M: Tomas Cech <sleep_walker@suse.cz>
1259 L: linux-arm-kernel@lists.infradead.org 1269 L: linux-arm-kernel@lists.infradead.org
1260 W: http://hackndev.com 1270 W: http://hackndev.com
1261 S: Maintained 1271 S: Maintained
1262 F: arch/arm/mach-pxa/include/mach/palmtreo.h 1272 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1263 F: arch/arm/mach-pxa/palmtreo.c 1273 F: arch/arm/mach-pxa/palmtreo.c
1264 1274
1265 ARM/PALMZ72 SUPPORT 1275 ARM/PALMZ72 SUPPORT
1266 M: Sergey Lapin <slapin@ossfans.org> 1276 M: Sergey Lapin <slapin@ossfans.org>
1267 L: linux-arm-kernel@lists.infradead.org 1277 L: linux-arm-kernel@lists.infradead.org
1268 W: http://hackndev.com 1278 W: http://hackndev.com
1269 S: Maintained 1279 S: Maintained
1270 F: arch/arm/mach-pxa/include/mach/palmz72.h 1280 F: arch/arm/mach-pxa/include/mach/palmz72.h
1271 F: arch/arm/mach-pxa/palmz72.c 1281 F: arch/arm/mach-pxa/palmz72.c
1272 1282
1273 ARM/PLEB SUPPORT 1283 ARM/PLEB SUPPORT
1274 M: Peter Chubb <pleb@gelato.unsw.edu.au> 1284 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1275 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB 1285 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1276 S: Maintained 1286 S: Maintained
1277 1287
1278 ARM/PT DIGITAL BOARD PORT 1288 ARM/PT DIGITAL BOARD PORT
1279 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de> 1289 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1280 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1290 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 W: http://www.arm.linux.org.uk/ 1291 W: http://www.arm.linux.org.uk/
1282 S: Maintained 1292 S: Maintained
1283 1293
1284 ARM/QUALCOMM SUPPORT 1294 ARM/QUALCOMM SUPPORT
1285 M: Kumar Gala <galak@codeaurora.org> 1295 M: Kumar Gala <galak@codeaurora.org>
1286 M: David Brown <davidb@codeaurora.org> 1296 M: David Brown <davidb@codeaurora.org>
1287 L: linux-arm-msm@vger.kernel.org 1297 L: linux-arm-msm@vger.kernel.org
1288 S: Maintained 1298 S: Maintained
1289 F: arch/arm/mach-qcom/ 1299 F: arch/arm/mach-qcom/
1290 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git 1300 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1291 1301
1292 ARM/RADISYS ENP2611 MACHINE SUPPORT 1302 ARM/RADISYS ENP2611 MACHINE SUPPORT
1293 M: Lennert Buytenhek <kernel@wantstofly.org> 1303 M: Lennert Buytenhek <kernel@wantstofly.org>
1294 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1304 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 S: Maintained 1305 S: Maintained
1296 1306
1297 ARM/RISCPC ARCHITECTURE 1307 ARM/RISCPC ARCHITECTURE
1298 M: Russell King <linux@arm.linux.org.uk> 1308 M: Russell King <linux@arm.linux.org.uk>
1299 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1309 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1300 W: http://www.arm.linux.org.uk/ 1310 W: http://www.arm.linux.org.uk/
1301 S: Maintained 1311 S: Maintained
1302 F: arch/arm/include/asm/hardware/entry-macro-iomd.S 1312 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1303 F: arch/arm/include/asm/hardware/ioc.h 1313 F: arch/arm/include/asm/hardware/ioc.h
1304 F: arch/arm/include/asm/hardware/iomd.h 1314 F: arch/arm/include/asm/hardware/iomd.h
1305 F: arch/arm/include/asm/hardware/memc.h 1315 F: arch/arm/include/asm/hardware/memc.h
1306 F: arch/arm/mach-rpc/ 1316 F: arch/arm/mach-rpc/
1307 F: drivers/net/ethernet/8390/etherh.c 1317 F: drivers/net/ethernet/8390/etherh.c
1308 F: drivers/net/ethernet/i825xx/ether1* 1318 F: drivers/net/ethernet/i825xx/ether1*
1309 F: drivers/net/ethernet/seeq/ether3* 1319 F: drivers/net/ethernet/seeq/ether3*
1310 F: drivers/scsi/arm/ 1320 F: drivers/scsi/arm/
1311 1321
1312 ARM/Rockchip SoC support 1322 ARM/Rockchip SoC support
1313 M: Heiko Stuebner <heiko@sntech.de> 1323 M: Heiko Stuebner <heiko@sntech.de>
1314 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1324 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1315 L: linux-rockchip@lists.infradead.org 1325 L: linux-rockchip@lists.infradead.org
1316 S: Maintained 1326 S: Maintained
1317 F: arch/arm/boot/dts/rk3* 1327 F: arch/arm/boot/dts/rk3*
1318 F: arch/arm/mach-rockchip/ 1328 F: arch/arm/mach-rockchip/
1319 F: drivers/clk/rockchip/ 1329 F: drivers/clk/rockchip/
1320 F: drivers/i2c/busses/i2c-rk3x.c 1330 F: drivers/i2c/busses/i2c-rk3x.c
1321 F: drivers/*/*rockchip* 1331 F: drivers/*/*rockchip*
1322 F: drivers/*/*/*rockchip* 1332 F: drivers/*/*/*rockchip*
1323 F: sound/soc/rockchip/ 1333 F: sound/soc/rockchip/
1324 1334
1325 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES 1335 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1326 M: Kukjin Kim <kgene@kernel.org> 1336 M: Kukjin Kim <kgene@kernel.org>
1327 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1337 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1328 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) 1338 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1329 S: Maintained 1339 S: Maintained
1330 F: arch/arm/boot/dts/s3c* 1340 F: arch/arm/boot/dts/s3c*
1331 F: arch/arm/boot/dts/exynos* 1341 F: arch/arm/boot/dts/exynos*
1332 F: arch/arm/plat-samsung/ 1342 F: arch/arm/plat-samsung/
1333 F: arch/arm/mach-s3c24*/ 1343 F: arch/arm/mach-s3c24*/
1334 F: arch/arm/mach-s3c64xx/ 1344 F: arch/arm/mach-s3c64xx/
1335 F: arch/arm/mach-s5p*/ 1345 F: arch/arm/mach-s5p*/
1336 F: arch/arm/mach-exynos*/ 1346 F: arch/arm/mach-exynos*/
1337 F: drivers/*/*s3c2410* 1347 F: drivers/*/*s3c2410*
1338 F: drivers/*/*/*s3c2410* 1348 F: drivers/*/*/*s3c2410*
1339 F: drivers/spi/spi-s3c* 1349 F: drivers/spi/spi-s3c*
1340 F: sound/soc/samsung/* 1350 F: sound/soc/samsung/*
1341 N: exynos 1351 N: exynos
1342 1352
1343 ARM/SAMSUNG MOBILE MACHINE SUPPORT 1353 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1344 M: Kyungmin Park <kyungmin.park@samsung.com> 1354 M: Kyungmin Park <kyungmin.park@samsung.com>
1345 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1355 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1346 S: Maintained 1356 S: Maintained
1347 F: arch/arm/mach-s5pv210/ 1357 F: arch/arm/mach-s5pv210/
1348 1358
1349 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT 1359 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1350 M: Kyungmin Park <kyungmin.park@samsung.com> 1360 M: Kyungmin Park <kyungmin.park@samsung.com>
1351 M: Kamil Debski <k.debski@samsung.com> 1361 M: Kamil Debski <k.debski@samsung.com>
1352 L: linux-arm-kernel@lists.infradead.org 1362 L: linux-arm-kernel@lists.infradead.org
1353 L: linux-media@vger.kernel.org 1363 L: linux-media@vger.kernel.org
1354 S: Maintained 1364 S: Maintained
1355 F: drivers/media/platform/s5p-g2d/ 1365 F: drivers/media/platform/s5p-g2d/
1356 1366
1357 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT 1367 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1358 M: Kyungmin Park <kyungmin.park@samsung.com> 1368 M: Kyungmin Park <kyungmin.park@samsung.com>
1359 M: Kamil Debski <k.debski@samsung.com> 1369 M: Kamil Debski <k.debski@samsung.com>
1360 M: Jeongtae Park <jtp.park@samsung.com> 1370 M: Jeongtae Park <jtp.park@samsung.com>
1361 L: linux-arm-kernel@lists.infradead.org 1371 L: linux-arm-kernel@lists.infradead.org
1362 L: linux-media@vger.kernel.org 1372 L: linux-media@vger.kernel.org
1363 S: Maintained 1373 S: Maintained
1364 F: arch/arm/plat-samsung/s5p-dev-mfc.c 1374 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1365 F: drivers/media/platform/s5p-mfc/ 1375 F: drivers/media/platform/s5p-mfc/
1366 1376
1367 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT 1377 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1368 M: Kyungmin Park <kyungmin.park@samsung.com> 1378 M: Kyungmin Park <kyungmin.park@samsung.com>
1369 M: Tomasz Stanislawski <t.stanislaws@samsung.com> 1379 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1370 L: linux-arm-kernel@lists.infradead.org 1380 L: linux-arm-kernel@lists.infradead.org
1371 L: linux-media@vger.kernel.org 1381 L: linux-media@vger.kernel.org
1372 S: Maintained 1382 S: Maintained
1373 F: drivers/media/platform/s5p-tv/ 1383 F: drivers/media/platform/s5p-tv/
1374 1384
1375 ARM/SHMOBILE ARM ARCHITECTURE 1385 ARM/SHMOBILE ARM ARCHITECTURE
1376 M: Simon Horman <horms@verge.net.au> 1386 M: Simon Horman <horms@verge.net.au>
1377 M: Magnus Damm <magnus.damm@gmail.com> 1387 M: Magnus Damm <magnus.damm@gmail.com>
1378 L: linux-sh@vger.kernel.org 1388 L: linux-sh@vger.kernel.org
1379 W: http://oss.renesas.com 1389 W: http://oss.renesas.com
1380 Q: http://patchwork.kernel.org/project/linux-sh/list/ 1390 Q: http://patchwork.kernel.org/project/linux-sh/list/
1381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next 1391 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1382 S: Supported 1392 S: Supported
1383 F: arch/arm/boot/dts/emev2* 1393 F: arch/arm/boot/dts/emev2*
1384 F: arch/arm/boot/dts/r7s* 1394 F: arch/arm/boot/dts/r7s*
1385 F: arch/arm/boot/dts/r8a* 1395 F: arch/arm/boot/dts/r8a*
1386 F: arch/arm/boot/dts/sh* 1396 F: arch/arm/boot/dts/sh*
1387 F: arch/arm/configs/ape6evm_defconfig 1397 F: arch/arm/configs/ape6evm_defconfig
1388 F: arch/arm/configs/armadillo800eva_defconfig 1398 F: arch/arm/configs/armadillo800eva_defconfig
1389 F: arch/arm/configs/bockw_defconfig 1399 F: arch/arm/configs/bockw_defconfig
1390 F: arch/arm/configs/kzm9g_defconfig 1400 F: arch/arm/configs/kzm9g_defconfig
1391 F: arch/arm/configs/lager_defconfig 1401 F: arch/arm/configs/lager_defconfig
1392 F: arch/arm/configs/mackerel_defconfig 1402 F: arch/arm/configs/mackerel_defconfig
1393 F: arch/arm/configs/marzen_defconfig 1403 F: arch/arm/configs/marzen_defconfig
1394 F: arch/arm/configs/shmobile_defconfig 1404 F: arch/arm/configs/shmobile_defconfig
1395 F: arch/arm/include/debug/renesas-scif.S 1405 F: arch/arm/include/debug/renesas-scif.S
1396 F: arch/arm/mach-shmobile/ 1406 F: arch/arm/mach-shmobile/
1397 F: drivers/sh/ 1407 F: drivers/sh/
1398 1408
1399 ARM/SOCFPGA ARCHITECTURE 1409 ARM/SOCFPGA ARCHITECTURE
1400 M: Dinh Nguyen <dinguyen@opensource.altera.com> 1410 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1401 S: Maintained 1411 S: Maintained
1402 F: arch/arm/mach-socfpga/ 1412 F: arch/arm/mach-socfpga/
1403 W: http://www.rocketboards.org 1413 W: http://www.rocketboards.org
1404 T: git://git.rocketboards.org/linux-socfpga.git 1414 T: git://git.rocketboards.org/linux-socfpga.git
1405 T: git://git.rocketboards.org/linux-socfpga-next.git 1415 T: git://git.rocketboards.org/linux-socfpga-next.git
1406 1416
1407 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT 1417 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1408 M: Dinh Nguyen <dinguyen@opensource.altera.com> 1418 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1409 S: Maintained 1419 S: Maintained
1410 F: drivers/clk/socfpga/ 1420 F: drivers/clk/socfpga/
1411 1421
1412 ARM/SOCFPGA EDAC SUPPORT 1422 ARM/SOCFPGA EDAC SUPPORT
1413 M: Thor Thayer <tthayer@opensource.altera.com> 1423 M: Thor Thayer <tthayer@opensource.altera.com>
1414 S: Maintained 1424 S: Maintained
1415 F: drivers/edac/altera_edac. 1425 F: drivers/edac/altera_edac.
1416 1426
1417 ARM/STI ARCHITECTURE 1427 ARM/STI ARCHITECTURE
1418 M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com> 1428 M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1419 M: Maxime Coquelin <maxime.coquelin@st.com> 1429 M: Maxime Coquelin <maxime.coquelin@st.com>
1420 M: Patrice Chotard <patrice.chotard@st.com> 1430 M: Patrice Chotard <patrice.chotard@st.com>
1421 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1431 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1422 L: kernel@stlinux.com 1432 L: kernel@stlinux.com
1423 W: http://www.stlinux.com 1433 W: http://www.stlinux.com
1424 S: Maintained 1434 S: Maintained
1425 F: arch/arm/mach-sti/ 1435 F: arch/arm/mach-sti/
1426 F: arch/arm/boot/dts/sti* 1436 F: arch/arm/boot/dts/sti*
1427 F: drivers/clocksource/arm_global_timer.c 1437 F: drivers/clocksource/arm_global_timer.c
1428 F: drivers/i2c/busses/i2c-st.c 1438 F: drivers/i2c/busses/i2c-st.c
1429 F: drivers/media/rc/st_rc.c 1439 F: drivers/media/rc/st_rc.c
1430 F: drivers/mmc/host/sdhci-st.c 1440 F: drivers/mmc/host/sdhci-st.c
1431 F: drivers/phy/phy-stih407-usb.c 1441 F: drivers/phy/phy-stih407-usb.c
1432 F: drivers/phy/phy-stih41x-usb.c 1442 F: drivers/phy/phy-stih41x-usb.c
1433 F: drivers/pinctrl/pinctrl-st.c 1443 F: drivers/pinctrl/pinctrl-st.c
1434 F: drivers/reset/sti/ 1444 F: drivers/reset/sti/
1435 F: drivers/tty/serial/st-asc.c 1445 F: drivers/tty/serial/st-asc.c
1436 F: drivers/usb/dwc3/dwc3-st.c 1446 F: drivers/usb/dwc3/dwc3-st.c
1437 F: drivers/usb/host/ehci-st.c 1447 F: drivers/usb/host/ehci-st.c
1438 F: drivers/usb/host/ohci-st.c 1448 F: drivers/usb/host/ohci-st.c
1439 F: drivers/ata/ahci_st.c 1449 F: drivers/ata/ahci_st.c
1440 1450
1441 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT 1451 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1442 M: Lennert Buytenhek <kernel@wantstofly.org> 1452 M: Lennert Buytenhek <kernel@wantstofly.org>
1443 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1453 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444 S: Maintained 1454 S: Maintained
1445 1455
1446 ARM/TETON BGA MACHINE SUPPORT 1456 ARM/TETON BGA MACHINE SUPPORT
1447 M: "Mark F. Brown" <mark.brown314@gmail.com> 1457 M: "Mark F. Brown" <mark.brown314@gmail.com>
1448 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1458 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1449 S: Maintained 1459 S: Maintained
1450 1460
1451 ARM/THECUS N2100 MACHINE SUPPORT 1461 ARM/THECUS N2100 MACHINE SUPPORT
1452 M: Lennert Buytenhek <kernel@wantstofly.org> 1462 M: Lennert Buytenhek <kernel@wantstofly.org>
1453 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1463 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1454 S: Maintained 1464 S: Maintained
1455 1465
1456 ARM/NUVOTON W90X900 ARM ARCHITECTURE 1466 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1457 M: Wan ZongShun <mcuos.com@gmail.com> 1467 M: Wan ZongShun <mcuos.com@gmail.com>
1458 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1468 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1459 W: http://www.mcuos.com 1469 W: http://www.mcuos.com
1460 S: Maintained 1470 S: Maintained
1461 F: arch/arm/mach-w90x900/ 1471 F: arch/arm/mach-w90x900/
1462 F: drivers/input/keyboard/w90p910_keypad.c 1472 F: drivers/input/keyboard/w90p910_keypad.c
1463 F: drivers/input/touchscreen/w90p910_ts.c 1473 F: drivers/input/touchscreen/w90p910_ts.c
1464 F: drivers/watchdog/nuc900_wdt.c 1474 F: drivers/watchdog/nuc900_wdt.c
1465 F: drivers/net/ethernet/nuvoton/w90p910_ether.c 1475 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1466 F: drivers/mtd/nand/nuc900_nand.c 1476 F: drivers/mtd/nand/nuc900_nand.c
1467 F: drivers/rtc/rtc-nuc900.c 1477 F: drivers/rtc/rtc-nuc900.c
1468 F: drivers/spi/spi-nuc900.c 1478 F: drivers/spi/spi-nuc900.c
1469 F: drivers/usb/host/ehci-w90x900.c 1479 F: drivers/usb/host/ehci-w90x900.c
1470 F: drivers/video/fbdev/nuc900fb.c 1480 F: drivers/video/fbdev/nuc900fb.c
1471 1481
1472 ARM/U300 MACHINE SUPPORT 1482 ARM/U300 MACHINE SUPPORT
1473 M: Linus Walleij <linus.walleij@linaro.org> 1483 M: Linus Walleij <linus.walleij@linaro.org>
1474 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1484 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1475 S: Supported 1485 S: Supported
1476 F: arch/arm/mach-u300/ 1486 F: arch/arm/mach-u300/
1477 F: drivers/clocksource/timer-u300.c 1487 F: drivers/clocksource/timer-u300.c
1478 F: drivers/i2c/busses/i2c-stu300.c 1488 F: drivers/i2c/busses/i2c-stu300.c
1479 F: drivers/rtc/rtc-coh901331.c 1489 F: drivers/rtc/rtc-coh901331.c
1480 F: drivers/watchdog/coh901327_wdt.c 1490 F: drivers/watchdog/coh901327_wdt.c
1481 F: drivers/dma/coh901318* 1491 F: drivers/dma/coh901318*
1482 F: drivers/mfd/ab3100* 1492 F: drivers/mfd/ab3100*
1483 F: drivers/rtc/rtc-ab3100.c 1493 F: drivers/rtc/rtc-ab3100.c
1484 F: drivers/rtc/rtc-coh901331.c 1494 F: drivers/rtc/rtc-coh901331.c
1485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git 1495 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1486 1496
1487 ARM/Ux500 ARM ARCHITECTURE 1497 ARM/Ux500 ARM ARCHITECTURE
1488 M: Linus Walleij <linus.walleij@linaro.org> 1498 M: Linus Walleij <linus.walleij@linaro.org>
1489 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1499 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1490 S: Maintained 1500 S: Maintained
1491 F: arch/arm/mach-ux500/ 1501 F: arch/arm/mach-ux500/
1492 F: drivers/clocksource/clksrc-dbx500-prcmu.c 1502 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1493 F: drivers/dma/ste_dma40* 1503 F: drivers/dma/ste_dma40*
1494 F: drivers/hwspinlock/u8500_hsem.c 1504 F: drivers/hwspinlock/u8500_hsem.c
1495 F: drivers/mfd/abx500* 1505 F: drivers/mfd/abx500*
1496 F: drivers/mfd/ab8500* 1506 F: drivers/mfd/ab8500*
1497 F: drivers/mfd/dbx500* 1507 F: drivers/mfd/dbx500*
1498 F: drivers/mfd/db8500* 1508 F: drivers/mfd/db8500*
1499 F: drivers/pinctrl/nomadik/pinctrl-ab* 1509 F: drivers/pinctrl/nomadik/pinctrl-ab*
1500 F: drivers/pinctrl/nomadik/pinctrl-nomadik* 1510 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1501 F: drivers/rtc/rtc-ab8500.c 1511 F: drivers/rtc/rtc-ab8500.c
1502 F: drivers/rtc/rtc-pl031.c 1512 F: drivers/rtc/rtc-pl031.c
1503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git 1513 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1504 1514
1505 ARM/Ux500 CLOCK FRAMEWORK SUPPORT 1515 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1506 M: Ulf Hansson <ulf.hansson@linaro.org> 1516 M: Ulf Hansson <ulf.hansson@linaro.org>
1507 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1517 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1508 T: git git://git.linaro.org/people/ulfh/clk.git 1518 T: git git://git.linaro.org/people/ulfh/clk.git
1509 S: Maintained 1519 S: Maintained
1510 F: drivers/clk/ux500/ 1520 F: drivers/clk/ux500/
1511 F: include/linux/platform_data/clk-ux500.h 1521 F: include/linux/platform_data/clk-ux500.h
1512 1522
1513 ARM/VERSATILE EXPRESS PLATFORM 1523 ARM/VERSATILE EXPRESS PLATFORM
1514 M: Liviu Dudau <liviu.dudau@arm.com> 1524 M: Liviu Dudau <liviu.dudau@arm.com>
1515 M: Sudeep Holla <sudeep.holla@arm.com> 1525 M: Sudeep Holla <sudeep.holla@arm.com>
1516 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 1526 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1517 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1527 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1518 S: Maintained 1528 S: Maintained
1519 F: arch/arm/boot/dts/vexpress* 1529 F: arch/arm/boot/dts/vexpress*
1520 F: arch/arm/mach-vexpress/ 1530 F: arch/arm/mach-vexpress/
1521 F: */*/vexpress* 1531 F: */*/vexpress*
1522 F: */*/*/vexpress* 1532 F: */*/*/vexpress*
1523 F: drivers/clk/versatile/clk-vexpress-osc.c 1533 F: drivers/clk/versatile/clk-vexpress-osc.c
1524 F: drivers/clocksource/versatile.c 1534 F: drivers/clocksource/versatile.c
1525 1535
1526 ARM/VFP SUPPORT 1536 ARM/VFP SUPPORT
1527 M: Russell King <linux@arm.linux.org.uk> 1537 M: Russell King <linux@arm.linux.org.uk>
1528 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1538 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1529 W: http://www.arm.linux.org.uk/ 1539 W: http://www.arm.linux.org.uk/
1530 S: Maintained 1540 S: Maintained
1531 F: arch/arm/vfp/ 1541 F: arch/arm/vfp/
1532 1542
1533 ARM/VOIPAC PXA270 SUPPORT 1543 ARM/VOIPAC PXA270 SUPPORT
1534 M: Marek Vasut <marek.vasut@gmail.com> 1544 M: Marek Vasut <marek.vasut@gmail.com>
1535 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1545 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1536 S: Maintained 1546 S: Maintained
1537 F: arch/arm/mach-pxa/vpac270.c 1547 F: arch/arm/mach-pxa/vpac270.c
1538 F: arch/arm/mach-pxa/include/mach/vpac270.h 1548 F: arch/arm/mach-pxa/include/mach/vpac270.h
1539 1549
1540 ARM/VT8500 ARM ARCHITECTURE 1550 ARM/VT8500 ARM ARCHITECTURE
1541 M: Tony Prisk <linux@prisktech.co.nz> 1551 M: Tony Prisk <linux@prisktech.co.nz>
1542 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1552 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543 S: Maintained 1553 S: Maintained
1544 F: arch/arm/mach-vt8500/ 1554 F: arch/arm/mach-vt8500/
1545 F: drivers/clocksource/vt8500_timer.c 1555 F: drivers/clocksource/vt8500_timer.c
1546 F: drivers/i2c/busses/i2c-wmt.c 1556 F: drivers/i2c/busses/i2c-wmt.c
1547 F: drivers/mmc/host/wmt-sdmmc.c 1557 F: drivers/mmc/host/wmt-sdmmc.c
1548 F: drivers/pwm/pwm-vt8500.c 1558 F: drivers/pwm/pwm-vt8500.c
1549 F: drivers/rtc/rtc-vt8500.c 1559 F: drivers/rtc/rtc-vt8500.c
1550 F: drivers/tty/serial/vt8500_serial.c 1560 F: drivers/tty/serial/vt8500_serial.c
1551 F: drivers/usb/host/ehci-platform.c 1561 F: drivers/usb/host/ehci-platform.c
1552 F: drivers/usb/host/uhci-platform.c 1562 F: drivers/usb/host/uhci-platform.c
1553 F: drivers/video/fbdev/vt8500lcdfb.* 1563 F: drivers/video/fbdev/vt8500lcdfb.*
1554 F: drivers/video/fbdev/wm8505fb* 1564 F: drivers/video/fbdev/wm8505fb*
1555 F: drivers/video/fbdev/wmt_ge_rops.* 1565 F: drivers/video/fbdev/wmt_ge_rops.*
1556 1566
1557 ARM/ZIPIT Z2 SUPPORT 1567 ARM/ZIPIT Z2 SUPPORT
1558 M: Marek Vasut <marek.vasut@gmail.com> 1568 M: Marek Vasut <marek.vasut@gmail.com>
1559 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1569 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1560 S: Maintained 1570 S: Maintained
1561 F: arch/arm/mach-pxa/z2.c 1571 F: arch/arm/mach-pxa/z2.c
1562 F: arch/arm/mach-pxa/include/mach/z2.h 1572 F: arch/arm/mach-pxa/include/mach/z2.h
1563 1573
1564 ARM/ZYNQ ARCHITECTURE 1574 ARM/ZYNQ ARCHITECTURE
1565 M: Michal Simek <michal.simek@xilinx.com> 1575 M: Michal Simek <michal.simek@xilinx.com>
1566 R: Sรถren Brinkmann <soren.brinkmann@xilinx.com> 1576 R: Sรƒยถren Brinkmann <soren.brinkmann@xilinx.com>
1567 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1577 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1568 W: http://wiki.xilinx.com 1578 W: http://wiki.xilinx.com
1569 T: git git://git.xilinx.com/linux-xlnx.git 1579 T: git git://git.xilinx.com/linux-xlnx.git
1570 S: Supported 1580 S: Supported
1571 F: arch/arm/mach-zynq/ 1581 F: arch/arm/mach-zynq/
1572 F: drivers/cpuidle/cpuidle-zynq.c 1582 F: drivers/cpuidle/cpuidle-zynq.c
1573 F: drivers/block/xsysace.c 1583 F: drivers/block/xsysace.c
1574 N: zynq 1584 N: zynq
1575 N: xilinx 1585 N: xilinx
1576 F: drivers/clocksource/cadence_ttc_timer.c 1586 F: drivers/clocksource/cadence_ttc_timer.c
1577 F: drivers/i2c/busses/i2c-cadence.c 1587 F: drivers/i2c/busses/i2c-cadence.c
1578 F: drivers/mmc/host/sdhci-of-arasan.c 1588 F: drivers/mmc/host/sdhci-of-arasan.c
1579 1589
1580 ARM SMMU DRIVER 1590 ARM SMMU DRIVER
1581 M: Will Deacon <will.deacon@arm.com> 1591 M: Will Deacon <will.deacon@arm.com>
1582 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1592 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1583 S: Maintained 1593 S: Maintained
1584 F: drivers/iommu/arm-smmu.c 1594 F: drivers/iommu/arm-smmu.c
1585 1595
1586 ARM64 PORT (AARCH64 ARCHITECTURE) 1596 ARM64 PORT (AARCH64 ARCHITECTURE)
1587 M: Catalin Marinas <catalin.marinas@arm.com> 1597 M: Catalin Marinas <catalin.marinas@arm.com>
1588 M: Will Deacon <will.deacon@arm.com> 1598 M: Will Deacon <will.deacon@arm.com>
1589 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1599 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1590 S: Maintained 1600 S: Maintained
1591 F: arch/arm64/ 1601 F: arch/arm64/
1592 F: Documentation/arm64/ 1602 F: Documentation/arm64/
1593 1603
1594 AS3645A LED FLASH CONTROLLER DRIVER 1604 AS3645A LED FLASH CONTROLLER DRIVER
1595 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 1605 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1596 L: linux-media@vger.kernel.org 1606 L: linux-media@vger.kernel.org
1597 T: git git://linuxtv.org/media_tree.git 1607 T: git git://linuxtv.org/media_tree.git
1598 S: Maintained 1608 S: Maintained
1599 F: drivers/media/i2c/as3645a.c 1609 F: drivers/media/i2c/as3645a.c
1600 F: include/media/as3645a.h 1610 F: include/media/as3645a.h
1601 1611
1602 ASC7621 HARDWARE MONITOR DRIVER 1612 ASC7621 HARDWARE MONITOR DRIVER
1603 M: George Joseph <george.joseph@fairview5.com> 1613 M: George Joseph <george.joseph@fairview5.com>
1604 L: lm-sensors@lm-sensors.org 1614 L: lm-sensors@lm-sensors.org
1605 S: Maintained 1615 S: Maintained
1606 F: Documentation/hwmon/asc7621 1616 F: Documentation/hwmon/asc7621
1607 F: drivers/hwmon/asc7621.c 1617 F: drivers/hwmon/asc7621.c
1608 1618
1609 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS 1619 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1610 M: Corentin Chary <corentin.chary@gmail.com> 1620 M: Corentin Chary <corentin.chary@gmail.com>
1611 L: acpi4asus-user@lists.sourceforge.net 1621 L: acpi4asus-user@lists.sourceforge.net
1612 L: platform-driver-x86@vger.kernel.org 1622 L: platform-driver-x86@vger.kernel.org
1613 W: http://acpi4asus.sf.net 1623 W: http://acpi4asus.sf.net
1614 S: Maintained 1624 S: Maintained
1615 F: drivers/platform/x86/asus*.c 1625 F: drivers/platform/x86/asus*.c
1616 F: drivers/platform/x86/eeepc*.c 1626 F: drivers/platform/x86/eeepc*.c
1617 1627
1618 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API 1628 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1619 R: Dan Williams <dan.j.williams@intel.com> 1629 R: Dan Williams <dan.j.williams@intel.com>
1620 W: http://sourceforge.net/projects/xscaleiop 1630 W: http://sourceforge.net/projects/xscaleiop
1621 S: Odd fixes 1631 S: Odd fixes
1622 F: Documentation/crypto/async-tx-api.txt 1632 F: Documentation/crypto/async-tx-api.txt
1623 F: crypto/async_tx/ 1633 F: crypto/async_tx/
1624 F: drivers/dma/ 1634 F: drivers/dma/
1625 F: include/linux/dmaengine.h 1635 F: include/linux/dmaengine.h
1626 F: include/linux/async_tx.h 1636 F: include/linux/async_tx.h
1627 1637
1628 AT24 EEPROM DRIVER 1638 AT24 EEPROM DRIVER
1629 M: Wolfram Sang <wsa@the-dreams.de> 1639 M: Wolfram Sang <wsa@the-dreams.de>
1630 L: linux-i2c@vger.kernel.org 1640 L: linux-i2c@vger.kernel.org
1631 S: Maintained 1641 S: Maintained
1632 F: drivers/misc/eeprom/at24.c 1642 F: drivers/misc/eeprom/at24.c
1633 F: include/linux/platform_data/at24.h 1643 F: include/linux/platform_data/at24.h
1634 1644
1635 ATA OVER ETHERNET (AOE) DRIVER 1645 ATA OVER ETHERNET (AOE) DRIVER
1636 M: "Ed L. Cashin" <ecashin@coraid.com> 1646 M: "Ed L. Cashin" <ecashin@coraid.com>
1637 W: http://support.coraid.com/support/linux 1647 W: http://support.coraid.com/support/linux
1638 S: Supported 1648 S: Supported
1639 F: Documentation/aoe/ 1649 F: Documentation/aoe/
1640 F: drivers/block/aoe/ 1650 F: drivers/block/aoe/
1641 1651
1642 ATHEROS ATH GENERIC UTILITIES 1652 ATHEROS ATH GENERIC UTILITIES
1643 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com> 1653 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1644 L: linux-wireless@vger.kernel.org 1654 L: linux-wireless@vger.kernel.org
1645 S: Supported 1655 S: Supported
1646 F: drivers/net/wireless/ath/* 1656 F: drivers/net/wireless/ath/*
1647 1657
1648 ATHEROS ATH5K WIRELESS DRIVER 1658 ATHEROS ATH5K WIRELESS DRIVER
1649 M: Jiri Slaby <jirislaby@gmail.com> 1659 M: Jiri Slaby <jirislaby@gmail.com>
1650 M: Nick Kossifidis <mickflemm@gmail.com> 1660 M: Nick Kossifidis <mickflemm@gmail.com>
1651 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com> 1661 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1652 L: linux-wireless@vger.kernel.org 1662 L: linux-wireless@vger.kernel.org
1653 L: ath5k-devel@lists.ath5k.org 1663 L: ath5k-devel@lists.ath5k.org
1654 W: http://wireless.kernel.org/en/users/Drivers/ath5k 1664 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1655 S: Maintained 1665 S: Maintained
1656 F: drivers/net/wireless/ath/ath5k/ 1666 F: drivers/net/wireless/ath/ath5k/
1657 1667
1658 ATHEROS ATH6KL WIRELESS DRIVER 1668 ATHEROS ATH6KL WIRELESS DRIVER
1659 M: Kalle Valo <kvalo@qca.qualcomm.com> 1669 M: Kalle Valo <kvalo@qca.qualcomm.com>
1660 L: linux-wireless@vger.kernel.org 1670 L: linux-wireless@vger.kernel.org
1661 W: http://wireless.kernel.org/en/users/Drivers/ath6kl 1671 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1662 T: git git://github.com/kvalo/ath.git 1672 T: git git://github.com/kvalo/ath.git
1663 S: Supported 1673 S: Supported
1664 F: drivers/net/wireless/ath/ath6kl/ 1674 F: drivers/net/wireless/ath/ath6kl/
1665 1675
1666 WILOCITY WIL6210 WIRELESS DRIVER 1676 WILOCITY WIL6210 WIRELESS DRIVER
1667 M: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> 1677 M: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1668 L: linux-wireless@vger.kernel.org 1678 L: linux-wireless@vger.kernel.org
1669 L: wil6210@qca.qualcomm.com 1679 L: wil6210@qca.qualcomm.com
1670 S: Supported 1680 S: Supported
1671 W: http://wireless.kernel.org/en/users/Drivers/wil6210 1681 W: http://wireless.kernel.org/en/users/Drivers/wil6210
1672 F: drivers/net/wireless/ath/wil6210/ 1682 F: drivers/net/wireless/ath/wil6210/
1673 F: include/uapi/linux/wil6210_uapi.h 1683 F: include/uapi/linux/wil6210_uapi.h
1674 1684
1675 CARL9170 LINUX COMMUNITY WIRELESS DRIVER 1685 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1676 M: Christian Lamparter <chunkeey@googlemail.com> 1686 M: Christian Lamparter <chunkeey@googlemail.com>
1677 L: linux-wireless@vger.kernel.org 1687 L: linux-wireless@vger.kernel.org
1678 W: http://wireless.kernel.org/en/users/Drivers/carl9170 1688 W: http://wireless.kernel.org/en/users/Drivers/carl9170
1679 S: Maintained 1689 S: Maintained
1680 F: drivers/net/wireless/ath/carl9170/ 1690 F: drivers/net/wireless/ath/carl9170/
1681 1691
1682 ATK0110 HWMON DRIVER 1692 ATK0110 HWMON DRIVER
1683 M: Luca Tettamanti <kronos.it@gmail.com> 1693 M: Luca Tettamanti <kronos.it@gmail.com>
1684 L: lm-sensors@lm-sensors.org 1694 L: lm-sensors@lm-sensors.org
1685 S: Maintained 1695 S: Maintained
1686 F: drivers/hwmon/asus_atk0110.c 1696 F: drivers/hwmon/asus_atk0110.c
1687 1697
1688 ATI_REMOTE2 DRIVER 1698 ATI_REMOTE2 DRIVER
1689 M: Ville Syrjala <syrjala@sci.fi> 1699 M: Ville Syrjala <syrjala@sci.fi>
1690 S: Maintained 1700 S: Maintained
1691 F: drivers/input/misc/ati_remote2.c 1701 F: drivers/input/misc/ati_remote2.c
1692 1702
1693 ATLX ETHERNET DRIVERS 1703 ATLX ETHERNET DRIVERS
1694 M: Jay Cliburn <jcliburn@gmail.com> 1704 M: Jay Cliburn <jcliburn@gmail.com>
1695 M: Chris Snook <chris.snook@gmail.com> 1705 M: Chris Snook <chris.snook@gmail.com>
1696 L: netdev@vger.kernel.org 1706 L: netdev@vger.kernel.org
1697 W: http://sourceforge.net/projects/atl1 1707 W: http://sourceforge.net/projects/atl1
1698 W: http://atl1.sourceforge.net 1708 W: http://atl1.sourceforge.net
1699 S: Maintained 1709 S: Maintained
1700 F: drivers/net/ethernet/atheros/ 1710 F: drivers/net/ethernet/atheros/
1701 1711
1702 ATM 1712 ATM
1703 M: Chas Williams <chas@cmf.nrl.navy.mil> 1713 M: Chas Williams <chas@cmf.nrl.navy.mil>
1704 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers) 1714 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1705 L: netdev@vger.kernel.org 1715 L: netdev@vger.kernel.org
1706 W: http://linux-atm.sourceforge.net 1716 W: http://linux-atm.sourceforge.net
1707 S: Maintained 1717 S: Maintained
1708 F: drivers/atm/ 1718 F: drivers/atm/
1709 F: include/linux/atm* 1719 F: include/linux/atm*
1710 F: include/uapi/linux/atm* 1720 F: include/uapi/linux/atm*
1711 1721
1712 ATMEL AT91 / AT32 MCI DRIVER 1722 ATMEL AT91 / AT32 MCI DRIVER
1713 M: Ludovic Desroches <ludovic.desroches@atmel.com> 1723 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1714 S: Maintained 1724 S: Maintained
1715 F: drivers/mmc/host/atmel-mci.c 1725 F: drivers/mmc/host/atmel-mci.c
1716 F: drivers/mmc/host/atmel-mci-regs.h 1726 F: drivers/mmc/host/atmel-mci-regs.h
1717 1727
1718 ATMEL AT91 / AT32 SERIAL DRIVER 1728 ATMEL AT91 / AT32 SERIAL DRIVER
1719 M: Nicolas Ferre <nicolas.ferre@atmel.com> 1729 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1720 S: Supported 1730 S: Supported
1721 F: drivers/tty/serial/atmel_serial.c 1731 F: drivers/tty/serial/atmel_serial.c
1722 1732
1723 ATMEL Audio ALSA driver 1733 ATMEL Audio ALSA driver
1724 M: Bo Shen <voice.shen@atmel.com> 1734 M: Bo Shen <voice.shen@atmel.com>
1725 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 1735 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1726 S: Supported 1736 S: Supported
1727 F: sound/soc/atmel 1737 F: sound/soc/atmel
1728 1738
1729 ATMEL DMA DRIVER 1739 ATMEL DMA DRIVER
1730 M: Nicolas Ferre <nicolas.ferre@atmel.com> 1740 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1731 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1741 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1732 S: Supported 1742 S: Supported
1733 F: drivers/dma/at_hdmac.c 1743 F: drivers/dma/at_hdmac.c
1734 F: drivers/dma/at_hdmac_regs.h 1744 F: drivers/dma/at_hdmac_regs.h
1735 F: include/linux/platform_data/dma-atmel.h 1745 F: include/linux/platform_data/dma-atmel.h
1736 1746
1737 ATMEL XDMA DRIVER 1747 ATMEL XDMA DRIVER
1738 M: Ludovic Desroches <ludovic.desroches@atmel.com> 1748 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1739 L: linux-arm-kernel@lists.infradead.org 1749 L: linux-arm-kernel@lists.infradead.org
1740 L: dmaengine@vger.kernel.org 1750 L: dmaengine@vger.kernel.org
1741 S: Supported 1751 S: Supported
1742 F: drivers/dma/at_xdmac.c 1752 F: drivers/dma/at_xdmac.c
1743 1753
1744 ATMEL I2C DRIVER 1754 ATMEL I2C DRIVER
1745 M: Ludovic Desroches <ludovic.desroches@atmel.com> 1755 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1746 L: linux-i2c@vger.kernel.org 1756 L: linux-i2c@vger.kernel.org
1747 S: Supported 1757 S: Supported
1748 F: drivers/i2c/busses/i2c-at91.c 1758 F: drivers/i2c/busses/i2c-at91.c
1749 1759
1750 ATMEL ISI DRIVER 1760 ATMEL ISI DRIVER
1751 M: Josh Wu <josh.wu@atmel.com> 1761 M: Josh Wu <josh.wu@atmel.com>
1752 L: linux-media@vger.kernel.org 1762 L: linux-media@vger.kernel.org
1753 S: Supported 1763 S: Supported
1754 F: drivers/media/platform/soc_camera/atmel-isi.c 1764 F: drivers/media/platform/soc_camera/atmel-isi.c
1755 F: include/media/atmel-isi.h 1765 F: include/media/atmel-isi.h
1756 1766
1757 ATMEL LCDFB DRIVER 1767 ATMEL LCDFB DRIVER
1758 M: Nicolas Ferre <nicolas.ferre@atmel.com> 1768 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1759 L: linux-fbdev@vger.kernel.org 1769 L: linux-fbdev@vger.kernel.org
1760 S: Maintained 1770 S: Maintained
1761 F: drivers/video/fbdev/atmel_lcdfb.c 1771 F: drivers/video/fbdev/atmel_lcdfb.c
1762 F: include/video/atmel_lcdc.h 1772 F: include/video/atmel_lcdc.h
1763 1773
1764 ATMEL MACB ETHERNET DRIVER 1774 ATMEL MACB ETHERNET DRIVER
1765 M: Nicolas Ferre <nicolas.ferre@atmel.com> 1775 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1766 S: Supported 1776 S: Supported
1767 F: drivers/net/ethernet/cadence/ 1777 F: drivers/net/ethernet/cadence/
1768 1778
1769 ATMEL NAND DRIVER 1779 ATMEL NAND DRIVER
1770 M: Josh Wu <josh.wu@atmel.com> 1780 M: Josh Wu <josh.wu@atmel.com>
1771 L: linux-mtd@lists.infradead.org 1781 L: linux-mtd@lists.infradead.org
1772 S: Supported 1782 S: Supported
1773 F: drivers/mtd/nand/atmel_nand* 1783 F: drivers/mtd/nand/atmel_nand*
1774 1784
1775 ATMEL SPI DRIVER 1785 ATMEL SPI DRIVER
1776 M: Nicolas Ferre <nicolas.ferre@atmel.com> 1786 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1777 S: Supported 1787 S: Supported
1778 F: drivers/spi/spi-atmel.* 1788 F: drivers/spi/spi-atmel.*
1779 1789
1780 ATMEL SSC DRIVER 1790 ATMEL SSC DRIVER
1781 M: Bo Shen <voice.shen@atmel.com> 1791 M: Bo Shen <voice.shen@atmel.com>
1782 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1792 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1783 S: Supported 1793 S: Supported
1784 F: drivers/misc/atmel-ssc.c 1794 F: drivers/misc/atmel-ssc.c
1785 F: include/linux/atmel-ssc.h 1795 F: include/linux/atmel-ssc.h
1786 1796
1787 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS 1797 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1788 M: Nicolas Ferre <nicolas.ferre@atmel.com> 1798 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1789 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1799 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1790 S: Supported 1800 S: Supported
1791 F: drivers/misc/atmel_tclib.c 1801 F: drivers/misc/atmel_tclib.c
1792 F: drivers/clocksource/tcb_clksrc.c 1802 F: drivers/clocksource/tcb_clksrc.c
1793 1803
1794 ATMEL USBA UDC DRIVER 1804 ATMEL USBA UDC DRIVER
1795 M: Nicolas Ferre <nicolas.ferre@atmel.com> 1805 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1796 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1806 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1797 S: Supported 1807 S: Supported
1798 F: drivers/usb/gadget/udc/atmel_usba_udc.* 1808 F: drivers/usb/gadget/udc/atmel_usba_udc.*
1799 1809
1800 ATMEL WIRELESS DRIVER 1810 ATMEL WIRELESS DRIVER
1801 M: Simon Kelley <simon@thekelleys.org.uk> 1811 M: Simon Kelley <simon@thekelleys.org.uk>
1802 L: linux-wireless@vger.kernel.org 1812 L: linux-wireless@vger.kernel.org
1803 W: http://www.thekelleys.org.uk/atmel 1813 W: http://www.thekelleys.org.uk/atmel
1804 W: http://atmelwlandriver.sourceforge.net/ 1814 W: http://atmelwlandriver.sourceforge.net/
1805 S: Maintained 1815 S: Maintained
1806 F: drivers/net/wireless/atmel* 1816 F: drivers/net/wireless/atmel*
1807 1817
1808 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER 1818 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1809 M: Bradley Grove <linuxdrivers@attotech.com> 1819 M: Bradley Grove <linuxdrivers@attotech.com>
1810 L: linux-scsi@vger.kernel.org 1820 L: linux-scsi@vger.kernel.org
1811 W: http://www.attotech.com 1821 W: http://www.attotech.com
1812 S: Supported 1822 S: Supported
1813 F: drivers/scsi/esas2r 1823 F: drivers/scsi/esas2r
1814 1824
1815 AUDIT SUBSYSTEM 1825 AUDIT SUBSYSTEM
1816 M: Paul Moore <paul@paul-moore.com> 1826 M: Paul Moore <paul@paul-moore.com>
1817 M: Eric Paris <eparis@redhat.com> 1827 M: Eric Paris <eparis@redhat.com>
1818 L: linux-audit@redhat.com (moderated for non-subscribers) 1828 L: linux-audit@redhat.com (moderated for non-subscribers)
1819 W: http://people.redhat.com/sgrubb/audit/ 1829 W: http://people.redhat.com/sgrubb/audit/
1820 T: git git://git.infradead.org/users/pcmoore/audit 1830 T: git git://git.infradead.org/users/pcmoore/audit
1821 S: Maintained 1831 S: Maintained
1822 F: include/linux/audit.h 1832 F: include/linux/audit.h
1823 F: include/uapi/linux/audit.h 1833 F: include/uapi/linux/audit.h
1824 F: kernel/audit* 1834 F: kernel/audit*
1825 1835
1826 AUXILIARY DISPLAY DRIVERS 1836 AUXILIARY DISPLAY DRIVERS
1827 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 1837 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1828 W: http://miguelojeda.es/auxdisplay.htm 1838 W: http://miguelojeda.es/auxdisplay.htm
1829 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1839 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1830 S: Maintained 1840 S: Maintained
1831 F: drivers/auxdisplay/ 1841 F: drivers/auxdisplay/
1832 F: include/linux/cfag12864b.h 1842 F: include/linux/cfag12864b.h
1833 1843
1834 AVR32 ARCHITECTURE 1844 AVR32 ARCHITECTURE
1835 M: Haavard Skinnemoen <hskinnemoen@gmail.com> 1845 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1836 M: Hans-Christian Egtvedt <egtvedt@samfundet.no> 1846 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1837 W: http://www.atmel.com/products/AVR32/ 1847 W: http://www.atmel.com/products/AVR32/
1838 W: http://mirror.egtvedt.no/avr32linux.org/ 1848 W: http://mirror.egtvedt.no/avr32linux.org/
1839 W: http://avrfreaks.net/ 1849 W: http://avrfreaks.net/
1840 S: Maintained 1850 S: Maintained
1841 F: arch/avr32/ 1851 F: arch/avr32/
1842 1852
1843 AVR32/AT32AP MACHINE SUPPORT 1853 AVR32/AT32AP MACHINE SUPPORT
1844 M: Haavard Skinnemoen <hskinnemoen@gmail.com> 1854 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1845 M: Hans-Christian Egtvedt <egtvedt@samfundet.no> 1855 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1846 S: Maintained 1856 S: Maintained
1847 F: arch/avr32/mach-at32ap/ 1857 F: arch/avr32/mach-at32ap/
1848 1858
1849 AX.25 NETWORK LAYER 1859 AX.25 NETWORK LAYER
1850 M: Ralf Baechle <ralf@linux-mips.org> 1860 M: Ralf Baechle <ralf@linux-mips.org>
1851 L: linux-hams@vger.kernel.org 1861 L: linux-hams@vger.kernel.org
1852 W: http://www.linux-ax25.org/ 1862 W: http://www.linux-ax25.org/
1853 S: Maintained 1863 S: Maintained
1854 F: include/uapi/linux/ax25.h 1864 F: include/uapi/linux/ax25.h
1855 F: include/net/ax25.h 1865 F: include/net/ax25.h
1856 F: net/ax25/ 1866 F: net/ax25/
1857 1867
1858 AZ6007 DVB DRIVER 1868 AZ6007 DVB DRIVER
1859 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 1869 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1860 L: linux-media@vger.kernel.org 1870 L: linux-media@vger.kernel.org
1861 W: http://linuxtv.org 1871 W: http://linuxtv.org
1862 T: git git://linuxtv.org/media_tree.git 1872 T: git git://linuxtv.org/media_tree.git
1863 S: Maintained 1873 S: Maintained
1864 F: drivers/media/usb/dvb-usb-v2/az6007.c 1874 F: drivers/media/usb/dvb-usb-v2/az6007.c
1865 1875
1866 AZTECH FM RADIO RECEIVER DRIVER 1876 AZTECH FM RADIO RECEIVER DRIVER
1867 M: Hans Verkuil <hverkuil@xs4all.nl> 1877 M: Hans Verkuil <hverkuil@xs4all.nl>
1868 L: linux-media@vger.kernel.org 1878 L: linux-media@vger.kernel.org
1869 T: git git://linuxtv.org/media_tree.git 1879 T: git git://linuxtv.org/media_tree.git
1870 W: http://linuxtv.org 1880 W: http://linuxtv.org
1871 S: Maintained 1881 S: Maintained
1872 F: drivers/media/radio/radio-aztech* 1882 F: drivers/media/radio/radio-aztech*
1873 1883
1874 B43 WIRELESS DRIVER 1884 B43 WIRELESS DRIVER
1875 M: Stefano Brivio <stefano.brivio@polimi.it> 1885 M: Stefano Brivio <stefano.brivio@polimi.it>
1876 L: linux-wireless@vger.kernel.org 1886 L: linux-wireless@vger.kernel.org
1877 L: b43-dev@lists.infradead.org 1887 L: b43-dev@lists.infradead.org
1878 W: http://wireless.kernel.org/en/users/Drivers/b43 1888 W: http://wireless.kernel.org/en/users/Drivers/b43
1879 S: Maintained 1889 S: Maintained
1880 F: drivers/net/wireless/b43/ 1890 F: drivers/net/wireless/b43/
1881 1891
1882 B43LEGACY WIRELESS DRIVER 1892 B43LEGACY WIRELESS DRIVER
1883 M: Larry Finger <Larry.Finger@lwfinger.net> 1893 M: Larry Finger <Larry.Finger@lwfinger.net>
1884 M: Stefano Brivio <stefano.brivio@polimi.it> 1894 M: Stefano Brivio <stefano.brivio@polimi.it>
1885 L: linux-wireless@vger.kernel.org 1895 L: linux-wireless@vger.kernel.org
1886 L: b43-dev@lists.infradead.org 1896 L: b43-dev@lists.infradead.org
1887 W: http://wireless.kernel.org/en/users/Drivers/b43 1897 W: http://wireless.kernel.org/en/users/Drivers/b43
1888 S: Maintained 1898 S: Maintained
1889 F: drivers/net/wireless/b43legacy/ 1899 F: drivers/net/wireless/b43legacy/
1890 1900
1891 BACKLIGHT CLASS/SUBSYSTEM 1901 BACKLIGHT CLASS/SUBSYSTEM
1892 M: Jingoo Han <jg1.han@samsung.com> 1902 M: Jingoo Han <jg1.han@samsung.com>
1893 M: Lee Jones <lee.jones@linaro.org> 1903 M: Lee Jones <lee.jones@linaro.org>
1894 S: Maintained 1904 S: Maintained
1895 F: drivers/video/backlight/ 1905 F: drivers/video/backlight/
1896 F: include/linux/backlight.h 1906 F: include/linux/backlight.h
1897 1907
1898 BATMAN ADVANCED 1908 BATMAN ADVANCED
1899 M: Marek Lindner <mareklindner@neomailbox.ch> 1909 M: Marek Lindner <mareklindner@neomailbox.ch>
1900 M: Simon Wunderlich <sw@simonwunderlich.de> 1910 M: Simon Wunderlich <sw@simonwunderlich.de>
1901 M: Antonio Quartulli <antonio@meshcoding.com> 1911 M: Antonio Quartulli <antonio@meshcoding.com>
1902 L: b.a.t.m.a.n@lists.open-mesh.org 1912 L: b.a.t.m.a.n@lists.open-mesh.org
1903 W: http://www.open-mesh.org/ 1913 W: http://www.open-mesh.org/
1904 S: Maintained 1914 S: Maintained
1905 F: net/batman-adv/ 1915 F: net/batman-adv/
1906 1916
1907 BAYCOM/HDLCDRV DRIVERS FOR AX.25 1917 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1908 M: Thomas Sailer <t.sailer@alumni.ethz.ch> 1918 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1909 L: linux-hams@vger.kernel.org 1919 L: linux-hams@vger.kernel.org
1910 W: http://www.baycom.org/~tom/ham/ham.html 1920 W: http://www.baycom.org/~tom/ham/ham.html
1911 S: Maintained 1921 S: Maintained
1912 F: drivers/net/hamradio/baycom* 1922 F: drivers/net/hamradio/baycom*
1913 1923
1914 BCACHE (BLOCK LAYER CACHE) 1924 BCACHE (BLOCK LAYER CACHE)
1915 M: Kent Overstreet <kmo@daterainc.com> 1925 M: Kent Overstreet <kmo@daterainc.com>
1916 L: linux-bcache@vger.kernel.org 1926 L: linux-bcache@vger.kernel.org
1917 W: http://bcache.evilpiepirate.org 1927 W: http://bcache.evilpiepirate.org
1918 S: Maintained: 1928 S: Maintained:
1919 F: drivers/md/bcache/ 1929 F: drivers/md/bcache/
1920 1930
1921 BEFS FILE SYSTEM 1931 BEFS FILE SYSTEM
1922 S: Orphan 1932 S: Orphan
1923 F: Documentation/filesystems/befs.txt 1933 F: Documentation/filesystems/befs.txt
1924 F: fs/befs/ 1934 F: fs/befs/
1925 1935
1926 BECKHOFF CX5020 ETHERCAT MASTER DRIVER 1936 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1927 M: Dariusz Marcinkiewicz <reksio@newterm.pl> 1937 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1928 L: netdev@vger.kernel.org 1938 L: netdev@vger.kernel.org
1929 S: Maintained 1939 S: Maintained
1930 F: drivers/net/ethernet/ec_bhf.c 1940 F: drivers/net/ethernet/ec_bhf.c
1931 1941
1932 BFS FILE SYSTEM 1942 BFS FILE SYSTEM
1933 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk> 1943 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1934 S: Maintained 1944 S: Maintained
1935 F: Documentation/filesystems/bfs.txt 1945 F: Documentation/filesystems/bfs.txt
1936 F: fs/bfs/ 1946 F: fs/bfs/
1937 F: include/uapi/linux/bfs_fs.h 1947 F: include/uapi/linux/bfs_fs.h
1938 1948
1939 BLACKFIN ARCHITECTURE 1949 BLACKFIN ARCHITECTURE
1940 M: Steven Miao <realmz6@gmail.com> 1950 M: Steven Miao <realmz6@gmail.com>
1941 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers) 1951 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1942 T: git git://git.code.sf.net/p/adi-linux/code 1952 T: git git://git.code.sf.net/p/adi-linux/code
1943 W: http://blackfin.uclinux.org 1953 W: http://blackfin.uclinux.org
1944 S: Supported 1954 S: Supported
1945 F: arch/blackfin/ 1955 F: arch/blackfin/
1946 1956
1947 BLACKFIN EMAC DRIVER 1957 BLACKFIN EMAC DRIVER
1948 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers) 1958 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1949 W: http://blackfin.uclinux.org 1959 W: http://blackfin.uclinux.org
1950 S: Supported 1960 S: Supported
1951 F: drivers/net/ethernet/adi/ 1961 F: drivers/net/ethernet/adi/
1952 1962
1953 BLACKFIN RTC DRIVER 1963 BLACKFIN RTC DRIVER
1954 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers) 1964 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1955 W: http://blackfin.uclinux.org 1965 W: http://blackfin.uclinux.org
1956 S: Supported 1966 S: Supported
1957 F: drivers/rtc/rtc-bfin.c 1967 F: drivers/rtc/rtc-bfin.c
1958 1968
1959 BLACKFIN SDH DRIVER 1969 BLACKFIN SDH DRIVER
1960 M: Sonic Zhang <sonic.zhang@analog.com> 1970 M: Sonic Zhang <sonic.zhang@analog.com>
1961 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers) 1971 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1962 W: http://blackfin.uclinux.org 1972 W: http://blackfin.uclinux.org
1963 S: Supported 1973 S: Supported
1964 F: drivers/mmc/host/bfin_sdh.c 1974 F: drivers/mmc/host/bfin_sdh.c
1965 1975
1966 BLACKFIN SERIAL DRIVER 1976 BLACKFIN SERIAL DRIVER
1967 M: Sonic Zhang <sonic.zhang@analog.com> 1977 M: Sonic Zhang <sonic.zhang@analog.com>
1968 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers) 1978 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1969 W: http://blackfin.uclinux.org 1979 W: http://blackfin.uclinux.org
1970 S: Supported 1980 S: Supported
1971 F: drivers/tty/serial/bfin_uart.c 1981 F: drivers/tty/serial/bfin_uart.c
1972 1982
1973 BLACKFIN WATCHDOG DRIVER 1983 BLACKFIN WATCHDOG DRIVER
1974 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers) 1984 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1975 W: http://blackfin.uclinux.org 1985 W: http://blackfin.uclinux.org
1976 S: Supported 1986 S: Supported
1977 F: drivers/watchdog/bfin_wdt.c 1987 F: drivers/watchdog/bfin_wdt.c
1978 1988
1979 BLACKFIN I2C TWI DRIVER 1989 BLACKFIN I2C TWI DRIVER
1980 M: Sonic Zhang <sonic.zhang@analog.com> 1990 M: Sonic Zhang <sonic.zhang@analog.com>
1981 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers) 1991 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1982 W: http://blackfin.uclinux.org/ 1992 W: http://blackfin.uclinux.org/
1983 S: Supported 1993 S: Supported
1984 F: drivers/i2c/busses/i2c-bfin-twi.c 1994 F: drivers/i2c/busses/i2c-bfin-twi.c
1985 1995
1986 BLACKFIN MEDIA DRIVER 1996 BLACKFIN MEDIA DRIVER
1987 M: Scott Jiang <scott.jiang.linux@gmail.com> 1997 M: Scott Jiang <scott.jiang.linux@gmail.com>
1988 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers) 1998 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1989 W: http://blackfin.uclinux.org/ 1999 W: http://blackfin.uclinux.org/
1990 S: Supported 2000 S: Supported
1991 F: drivers/media/platform/blackfin/ 2001 F: drivers/media/platform/blackfin/
1992 F: drivers/media/i2c/adv7183* 2002 F: drivers/media/i2c/adv7183*
1993 F: drivers/media/i2c/vs6624* 2003 F: drivers/media/i2c/vs6624*
1994 2004
1995 BLINKM RGB LED DRIVER 2005 BLINKM RGB LED DRIVER
1996 M: Jan-Simon Moeller <jansimon.moeller@gmx.de> 2006 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
1997 S: Maintained 2007 S: Maintained
1998 F: drivers/leds/leds-blinkm.c 2008 F: drivers/leds/leds-blinkm.c
1999 2009
2000 BLOCK LAYER 2010 BLOCK LAYER
2001 M: Jens Axboe <axboe@kernel.dk> 2011 M: Jens Axboe <axboe@kernel.dk>
2002 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git 2012 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2003 S: Maintained 2013 S: Maintained
2004 F: block/ 2014 F: block/
2005 2015
2006 BLOCK2MTD DRIVER 2016 BLOCK2MTD DRIVER
2007 M: Joern Engel <joern@lazybastard.org> 2017 M: Joern Engel <joern@lazybastard.org>
2008 L: linux-mtd@lists.infradead.org 2018 L: linux-mtd@lists.infradead.org
2009 S: Maintained 2019 S: Maintained
2010 F: drivers/mtd/devices/block2mtd.c 2020 F: drivers/mtd/devices/block2mtd.c
2011 2021
2012 BLUETOOTH DRIVERS 2022 BLUETOOTH DRIVERS
2013 M: Marcel Holtmann <marcel@holtmann.org> 2023 M: Marcel Holtmann <marcel@holtmann.org>
2014 M: Gustavo Padovan <gustavo@padovan.org> 2024 M: Gustavo Padovan <gustavo@padovan.org>
2015 M: Johan Hedberg <johan.hedberg@gmail.com> 2025 M: Johan Hedberg <johan.hedberg@gmail.com>
2016 L: linux-bluetooth@vger.kernel.org 2026 L: linux-bluetooth@vger.kernel.org
2017 W: http://www.bluez.org/ 2027 W: http://www.bluez.org/
2018 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git 2028 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2019 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git 2029 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2020 S: Maintained 2030 S: Maintained
2021 F: drivers/bluetooth/ 2031 F: drivers/bluetooth/
2022 2032
2023 BLUETOOTH SUBSYSTEM 2033 BLUETOOTH SUBSYSTEM
2024 M: Marcel Holtmann <marcel@holtmann.org> 2034 M: Marcel Holtmann <marcel@holtmann.org>
2025 M: Gustavo Padovan <gustavo@padovan.org> 2035 M: Gustavo Padovan <gustavo@padovan.org>
2026 M: Johan Hedberg <johan.hedberg@gmail.com> 2036 M: Johan Hedberg <johan.hedberg@gmail.com>
2027 L: linux-bluetooth@vger.kernel.org 2037 L: linux-bluetooth@vger.kernel.org
2028 W: http://www.bluez.org/ 2038 W: http://www.bluez.org/
2029 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git 2039 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2030 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git 2040 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2031 S: Maintained 2041 S: Maintained
2032 F: net/bluetooth/ 2042 F: net/bluetooth/
2033 F: include/net/bluetooth/ 2043 F: include/net/bluetooth/
2034 2044
2035 BONDING DRIVER 2045 BONDING DRIVER
2036 M: Jay Vosburgh <j.vosburgh@gmail.com> 2046 M: Jay Vosburgh <j.vosburgh@gmail.com>
2037 M: Veaceslav Falico <vfalico@gmail.com> 2047 M: Veaceslav Falico <vfalico@gmail.com>
2038 M: Andy Gospodarek <andy@greyhouse.net> 2048 M: Andy Gospodarek <andy@greyhouse.net>
2039 L: netdev@vger.kernel.org 2049 L: netdev@vger.kernel.org
2040 W: http://sourceforge.net/projects/bonding/ 2050 W: http://sourceforge.net/projects/bonding/
2041 S: Supported 2051 S: Supported
2042 F: drivers/net/bonding/ 2052 F: drivers/net/bonding/
2043 F: include/uapi/linux/if_bonding.h 2053 F: include/uapi/linux/if_bonding.h
2044 2054
2045 BPF (Safe dynamic programs and tools) 2055 BPF (Safe dynamic programs and tools)
2046 M: Alexei Starovoitov <ast@kernel.org> 2056 M: Alexei Starovoitov <ast@kernel.org>
2047 L: netdev@vger.kernel.org 2057 L: netdev@vger.kernel.org
2048 L: linux-kernel@vger.kernel.org 2058 L: linux-kernel@vger.kernel.org
2049 S: Supported 2059 S: Supported
2050 F: kernel/bpf/ 2060 F: kernel/bpf/
2051 2061
2052 BROADCOM B44 10/100 ETHERNET DRIVER 2062 BROADCOM B44 10/100 ETHERNET DRIVER
2053 M: Gary Zambrano <zambrano@broadcom.com> 2063 M: Gary Zambrano <zambrano@broadcom.com>
2054 L: netdev@vger.kernel.org 2064 L: netdev@vger.kernel.org
2055 S: Supported 2065 S: Supported
2056 F: drivers/net/ethernet/broadcom/b44.* 2066 F: drivers/net/ethernet/broadcom/b44.*
2057 2067
2058 BROADCOM GENET ETHERNET DRIVER 2068 BROADCOM GENET ETHERNET DRIVER
2059 M: Florian Fainelli <f.fainelli@gmail.com> 2069 M: Florian Fainelli <f.fainelli@gmail.com>
2060 L: netdev@vger.kernel.org 2070 L: netdev@vger.kernel.org
2061 S: Supported 2071 S: Supported
2062 F: drivers/net/ethernet/broadcom/genet/ 2072 F: drivers/net/ethernet/broadcom/genet/
2063 2073
2064 BROADCOM BNX2 GIGABIT ETHERNET DRIVER 2074 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2065 M: Sony Chacko <sony.chacko@qlogic.com> 2075 M: Sony Chacko <sony.chacko@qlogic.com>
2066 M: Dept-HSGLinuxNICDev@qlogic.com 2076 M: Dept-HSGLinuxNICDev@qlogic.com
2067 L: netdev@vger.kernel.org 2077 L: netdev@vger.kernel.org
2068 S: Supported 2078 S: Supported
2069 F: drivers/net/ethernet/broadcom/bnx2.* 2079 F: drivers/net/ethernet/broadcom/bnx2.*
2070 F: drivers/net/ethernet/broadcom/bnx2_* 2080 F: drivers/net/ethernet/broadcom/bnx2_*
2071 2081
2072 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER 2082 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2073 M: Ariel Elior <ariel.elior@qlogic.com> 2083 M: Ariel Elior <ariel.elior@qlogic.com>
2074 L: netdev@vger.kernel.org 2084 L: netdev@vger.kernel.org
2075 S: Supported 2085 S: Supported
2076 F: drivers/net/ethernet/broadcom/bnx2x/ 2086 F: drivers/net/ethernet/broadcom/bnx2x/
2077 2087
2078 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE 2088 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2079 M: Christian Daudt <bcm@fixthebug.org> 2089 M: Christian Daudt <bcm@fixthebug.org>
2080 M: Matt Porter <mporter@linaro.org> 2090 M: Matt Porter <mporter@linaro.org>
2081 M: Florian Fainelli <f.fainelli@gmail.com> 2091 M: Florian Fainelli <f.fainelli@gmail.com>
2082 L: bcm-kernel-feedback-list@broadcom.com 2092 L: bcm-kernel-feedback-list@broadcom.com
2083 T: git git://github.com/broadcom/mach-bcm 2093 T: git git://github.com/broadcom/mach-bcm
2084 S: Maintained 2094 S: Maintained
2085 F: arch/arm/mach-bcm/ 2095 F: arch/arm/mach-bcm/
2086 F: arch/arm/boot/dts/bcm113* 2096 F: arch/arm/boot/dts/bcm113*
2087 F: arch/arm/boot/dts/bcm216* 2097 F: arch/arm/boot/dts/bcm216*
2088 F: arch/arm/boot/dts/bcm281* 2098 F: arch/arm/boot/dts/bcm281*
2089 F: arch/arm/configs/bcm_defconfig 2099 F: arch/arm/configs/bcm_defconfig
2090 F: drivers/mmc/host/sdhci-bcm-kona.c 2100 F: drivers/mmc/host/sdhci-bcm-kona.c
2091 F: drivers/clocksource/bcm_kona_timer.c 2101 F: drivers/clocksource/bcm_kona_timer.c
2092 2102
2093 BROADCOM BCM2835 ARM ARCHITECTURE 2103 BROADCOM BCM2835 ARM ARCHITECTURE
2094 M: Stephen Warren <swarren@wwwdotorg.org> 2104 M: Stephen Warren <swarren@wwwdotorg.org>
2095 M: Lee Jones <lee@kernel.org> 2105 M: Lee Jones <lee@kernel.org>
2096 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers) 2106 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2097 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git 2107 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2098 S: Maintained 2108 S: Maintained
2099 N: bcm2835 2109 N: bcm2835
2100 2110
2101 BROADCOM BCM33XX MIPS ARCHITECTURE 2111 BROADCOM BCM33XX MIPS ARCHITECTURE
2102 M: Kevin Cernekee <cernekee@gmail.com> 2112 M: Kevin Cernekee <cernekee@gmail.com>
2103 L: linux-mips@linux-mips.org 2113 L: linux-mips@linux-mips.org
2104 S: Maintained 2114 S: Maintained
2105 F: arch/mips/bcm3384/* 2115 F: arch/mips/bcm3384/*
2106 F: arch/mips/include/asm/mach-bcm3384/* 2116 F: arch/mips/include/asm/mach-bcm3384/*
2107 F: arch/mips/kernel/*bmips* 2117 F: arch/mips/kernel/*bmips*
2108 2118
2109 BROADCOM BCM5301X ARM ARCHITECTURE 2119 BROADCOM BCM5301X ARM ARCHITECTURE
2110 M: Hauke Mehrtens <hauke@hauke-m.de> 2120 M: Hauke Mehrtens <hauke@hauke-m.de>
2111 L: linux-arm-kernel@lists.infradead.org 2121 L: linux-arm-kernel@lists.infradead.org
2112 S: Maintained 2122 S: Maintained
2113 F: arch/arm/mach-bcm/bcm_5301x.c 2123 F: arch/arm/mach-bcm/bcm_5301x.c
2114 F: arch/arm/boot/dts/bcm5301x.dtsi 2124 F: arch/arm/boot/dts/bcm5301x.dtsi
2115 F: arch/arm/boot/dts/bcm470* 2125 F: arch/arm/boot/dts/bcm470*
2116 2126
2117 BROADCOM BCM63XX ARM ARCHITECTURE 2127 BROADCOM BCM63XX ARM ARCHITECTURE
2118 M: Florian Fainelli <f.fainelli@gmail.com> 2128 M: Florian Fainelli <f.fainelli@gmail.com>
2119 L: linux-arm-kernel@lists.infradead.org 2129 L: linux-arm-kernel@lists.infradead.org
2120 T: git git://git.github.com/brcm/linux.git 2130 T: git git://git.github.com/brcm/linux.git
2121 S: Maintained 2131 S: Maintained
2122 F: arch/arm/mach-bcm/bcm63xx.c 2132 F: arch/arm/mach-bcm/bcm63xx.c
2123 F: arch/arm/include/debug/bcm63xx.S 2133 F: arch/arm/include/debug/bcm63xx.S
2124 2134
2125 BROADCOM BCM63XX/BCM33XX UDC DRIVER 2135 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2126 M: Kevin Cernekee <cernekee@gmail.com> 2136 M: Kevin Cernekee <cernekee@gmail.com>
2127 L: linux-usb@vger.kernel.org 2137 L: linux-usb@vger.kernel.org
2128 S: Maintained 2138 S: Maintained
2129 F: drivers/usb/gadget/udc/bcm63xx_udc.* 2139 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2130 2140
2131 BROADCOM BCM7XXX ARM ARCHITECTURE 2141 BROADCOM BCM7XXX ARM ARCHITECTURE
2132 M: Marc Carino <marc.ceeeee@gmail.com> 2142 M: Marc Carino <marc.ceeeee@gmail.com>
2133 M: Brian Norris <computersforpeace@gmail.com> 2143 M: Brian Norris <computersforpeace@gmail.com>
2134 M: Gregory Fong <gregory.0xf0@gmail.com> 2144 M: Gregory Fong <gregory.0xf0@gmail.com>
2135 M: Florian Fainelli <f.fainelli@gmail.com> 2145 M: Florian Fainelli <f.fainelli@gmail.com>
2136 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 2146 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2137 S: Maintained 2147 S: Maintained
2138 F: arch/arm/mach-bcm/*brcmstb* 2148 F: arch/arm/mach-bcm/*brcmstb*
2139 F: arch/arm/boot/dts/bcm7*.dts* 2149 F: arch/arm/boot/dts/bcm7*.dts*
2140 F: drivers/bus/brcmstb_gisb.c 2150 F: drivers/bus/brcmstb_gisb.c
2141 2151
2142 BROADCOM BMIPS MIPS ARCHITECTURE 2152 BROADCOM BMIPS MIPS ARCHITECTURE
2143 M: Kevin Cernekee <cernekee@gmail.com> 2153 M: Kevin Cernekee <cernekee@gmail.com>
2144 M: Florian Fainelli <f.fainelli@gmail.com> 2154 M: Florian Fainelli <f.fainelli@gmail.com>
2145 L: linux-mips@linux-mips.org 2155 L: linux-mips@linux-mips.org
2146 S: Maintained 2156 S: Maintained
2147 F: arch/mips/bmips/* 2157 F: arch/mips/bmips/*
2148 F: arch/mips/include/asm/mach-bmips/* 2158 F: arch/mips/include/asm/mach-bmips/*
2149 F: arch/mips/kernel/*bmips* 2159 F: arch/mips/kernel/*bmips*
2150 F: arch/mips/boot/dts/bcm*.dts* 2160 F: arch/mips/boot/dts/bcm*.dts*
2151 F: drivers/irqchip/irq-bcm7* 2161 F: drivers/irqchip/irq-bcm7*
2152 F: drivers/irqchip/irq-brcmstb* 2162 F: drivers/irqchip/irq-brcmstb*
2153 2163
2154 BROADCOM TG3 GIGABIT ETHERNET DRIVER 2164 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2155 M: Prashant Sreedharan <prashant@broadcom.com> 2165 M: Prashant Sreedharan <prashant@broadcom.com>
2156 M: Michael Chan <mchan@broadcom.com> 2166 M: Michael Chan <mchan@broadcom.com>
2157 L: netdev@vger.kernel.org 2167 L: netdev@vger.kernel.org
2158 S: Supported 2168 S: Supported
2159 F: drivers/net/ethernet/broadcom/tg3.* 2169 F: drivers/net/ethernet/broadcom/tg3.*
2160 2170
2161 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER 2171 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2162 M: Brett Rudley <brudley@broadcom.com> 2172 M: Brett Rudley <brudley@broadcom.com>
2163 M: Arend van Spriel <arend@broadcom.com> 2173 M: Arend van Spriel <arend@broadcom.com>
2164 M: Franky (Zhenhui) Lin <frankyl@broadcom.com> 2174 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2165 M: Hante Meuleman <meuleman@broadcom.com> 2175 M: Hante Meuleman <meuleman@broadcom.com>
2166 L: linux-wireless@vger.kernel.org 2176 L: linux-wireless@vger.kernel.org
2167 L: brcm80211-dev-list@broadcom.com 2177 L: brcm80211-dev-list@broadcom.com
2168 S: Supported 2178 S: Supported
2169 F: drivers/net/wireless/brcm80211/ 2179 F: drivers/net/wireless/brcm80211/
2170 2180
2171 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER 2181 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2172 M: QLogic-Storage-Upstream@qlogic.com 2182 M: QLogic-Storage-Upstream@qlogic.com
2173 L: linux-scsi@vger.kernel.org 2183 L: linux-scsi@vger.kernel.org
2174 S: Supported 2184 S: Supported
2175 F: drivers/scsi/bnx2fc/ 2185 F: drivers/scsi/bnx2fc/
2176 2186
2177 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER 2187 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2178 M: QLogic-Storage-Upstream@qlogic.com 2188 M: QLogic-Storage-Upstream@qlogic.com
2179 L: linux-scsi@vger.kernel.org 2189 L: linux-scsi@vger.kernel.org
2180 S: Supported 2190 S: Supported
2181 F: drivers/scsi/bnx2i/ 2191 F: drivers/scsi/bnx2i/
2182 2192
2183 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE 2193 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2184 M: Ray Jui <rjui@broadcom.com> 2194 M: Ray Jui <rjui@broadcom.com>
2185 M: Scott Branden <sbranden@broadcom.com> 2195 M: Scott Branden <sbranden@broadcom.com>
2186 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 2196 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2187 L: bcm-kernel-feedback-list@broadcom.com 2197 L: bcm-kernel-feedback-list@broadcom.com
2188 T: git git://git.github.com/brcm/linux.git 2198 T: git git://git.github.com/brcm/linux.git
2189 S: Maintained 2199 S: Maintained
2190 N: iproc 2200 N: iproc
2191 N: cygnus 2201 N: cygnus
2192 N: bcm9113* 2202 N: bcm9113*
2193 N: bcm9583* 2203 N: bcm9583*
2194 N: bcm583* 2204 N: bcm583*
2195 N: bcm113* 2205 N: bcm113*
2196 2206
2197 BROADCOM KONA GPIO DRIVER 2207 BROADCOM KONA GPIO DRIVER
2198 M: Ray Jui <rjui@broadcom.com> 2208 M: Ray Jui <rjui@broadcom.com>
2199 L: bcm-kernel-feedback-list@broadcom.com 2209 L: bcm-kernel-feedback-list@broadcom.com
2200 S: Supported 2210 S: Supported
2201 F: drivers/gpio/gpio-bcm-kona.c 2211 F: drivers/gpio/gpio-bcm-kona.c
2202 F: Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt 2212 F: Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2203 2213
2204 BROADCOM SPECIFIC AMBA DRIVER (BCMA) 2214 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2205 M: Rafaล‚ Miล‚ecki <zajec5@gmail.com> 2215 M: Rafaร…ย‚ Miร…ย‚ecki <zajec5@gmail.com>
2206 L: linux-wireless@vger.kernel.org 2216 L: linux-wireless@vger.kernel.org
2207 S: Maintained 2217 S: Maintained
2208 F: drivers/bcma/ 2218 F: drivers/bcma/
2209 F: include/linux/bcma/ 2219 F: include/linux/bcma/
2210 2220
2211 BROADCOM SYSTEMPORT ETHERNET DRIVER 2221 BROADCOM SYSTEMPORT ETHERNET DRIVER
2212 M: Florian Fainelli <f.fainelli@gmail.com> 2222 M: Florian Fainelli <f.fainelli@gmail.com>
2213 L: netdev@vger.kernel.org 2223 L: netdev@vger.kernel.org
2214 S: Supported 2224 S: Supported
2215 F: drivers/net/ethernet/broadcom/bcmsysport.* 2225 F: drivers/net/ethernet/broadcom/bcmsysport.*
2216 2226
2217 BROCADE BFA FC SCSI DRIVER 2227 BROCADE BFA FC SCSI DRIVER
2218 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com> 2228 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2219 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com> 2229 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2220 L: linux-scsi@vger.kernel.org 2230 L: linux-scsi@vger.kernel.org
2221 S: Supported 2231 S: Supported
2222 F: drivers/scsi/bfa/ 2232 F: drivers/scsi/bfa/
2223 2233
2224 BROCADE BNA 10 GIGABIT ETHERNET DRIVER 2234 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2225 M: Rasesh Mody <rasesh.mody@qlogic.com> 2235 M: Rasesh Mody <rasesh.mody@qlogic.com>
2226 L: netdev@vger.kernel.org 2236 L: netdev@vger.kernel.org
2227 S: Supported 2237 S: Supported
2228 F: drivers/net/ethernet/brocade/bna/ 2238 F: drivers/net/ethernet/brocade/bna/
2229 2239
2230 BSG (block layer generic sg v4 driver) 2240 BSG (block layer generic sg v4 driver)
2231 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> 2241 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2232 L: linux-scsi@vger.kernel.org 2242 L: linux-scsi@vger.kernel.org
2233 S: Supported 2243 S: Supported
2234 F: block/bsg.c 2244 F: block/bsg.c
2235 F: include/linux/bsg.h 2245 F: include/linux/bsg.h
2236 F: include/uapi/linux/bsg.h 2246 F: include/uapi/linux/bsg.h
2237 2247
2238 BT87X AUDIO DRIVER 2248 BT87X AUDIO DRIVER
2239 M: Clemens Ladisch <clemens@ladisch.de> 2249 M: Clemens Ladisch <clemens@ladisch.de>
2240 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 2250 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2241 T: git git://git.alsa-project.org/alsa-kernel.git 2251 T: git git://git.alsa-project.org/alsa-kernel.git
2242 S: Maintained 2252 S: Maintained
2243 F: Documentation/sound/alsa/Bt87x.txt 2253 F: Documentation/sound/alsa/Bt87x.txt
2244 F: sound/pci/bt87x.c 2254 F: sound/pci/bt87x.c
2245 2255
2246 BT8XXGPIO DRIVER 2256 BT8XXGPIO DRIVER
2247 M: Michael Buesch <m@bues.ch> 2257 M: Michael Buesch <m@bues.ch>
2248 W: http://bu3sch.de/btgpio.php 2258 W: http://bu3sch.de/btgpio.php
2249 S: Maintained 2259 S: Maintained
2250 F: drivers/gpio/gpio-bt8xx.c 2260 F: drivers/gpio/gpio-bt8xx.c
2251 2261
2252 BTRFS FILE SYSTEM 2262 BTRFS FILE SYSTEM
2253 M: Chris Mason <clm@fb.com> 2263 M: Chris Mason <clm@fb.com>
2254 M: Josef Bacik <jbacik@fb.com> 2264 M: Josef Bacik <jbacik@fb.com>
2255 M: David Sterba <dsterba@suse.cz> 2265 M: David Sterba <dsterba@suse.cz>
2256 L: linux-btrfs@vger.kernel.org 2266 L: linux-btrfs@vger.kernel.org
2257 W: http://btrfs.wiki.kernel.org/ 2267 W: http://btrfs.wiki.kernel.org/
2258 Q: http://patchwork.kernel.org/project/linux-btrfs/list/ 2268 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2259 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git 2269 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2260 S: Maintained 2270 S: Maintained
2261 F: Documentation/filesystems/btrfs.txt 2271 F: Documentation/filesystems/btrfs.txt
2262 F: fs/btrfs/ 2272 F: fs/btrfs/
2263 2273
2264 BTTV VIDEO4LINUX DRIVER 2274 BTTV VIDEO4LINUX DRIVER
2265 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 2275 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2266 L: linux-media@vger.kernel.org 2276 L: linux-media@vger.kernel.org
2267 W: http://linuxtv.org 2277 W: http://linuxtv.org
2268 T: git git://linuxtv.org/media_tree.git 2278 T: git git://linuxtv.org/media_tree.git
2269 S: Odd fixes 2279 S: Odd fixes
2270 F: Documentation/video4linux/bttv/ 2280 F: Documentation/video4linux/bttv/
2271 F: drivers/media/pci/bt8xx/bttv* 2281 F: drivers/media/pci/bt8xx/bttv*
2272 2282
2273 BUSLOGIC SCSI DRIVER 2283 BUSLOGIC SCSI DRIVER
2274 M: Khalid Aziz <khalid@gonehiking.org> 2284 M: Khalid Aziz <khalid@gonehiking.org>
2275 L: linux-scsi@vger.kernel.org 2285 L: linux-scsi@vger.kernel.org
2276 S: Maintained 2286 S: Maintained
2277 F: drivers/scsi/BusLogic.* 2287 F: drivers/scsi/BusLogic.*
2278 F: drivers/scsi/FlashPoint.* 2288 F: drivers/scsi/FlashPoint.*
2279 2289
2280 C-MEDIA CMI8788 DRIVER 2290 C-MEDIA CMI8788 DRIVER
2281 M: Clemens Ladisch <clemens@ladisch.de> 2291 M: Clemens Ladisch <clemens@ladisch.de>
2282 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 2292 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2283 T: git git://git.alsa-project.org/alsa-kernel.git 2293 T: git git://git.alsa-project.org/alsa-kernel.git
2284 S: Maintained 2294 S: Maintained
2285 F: sound/pci/oxygen/ 2295 F: sound/pci/oxygen/
2286 2296
2287 C6X ARCHITECTURE 2297 C6X ARCHITECTURE
2288 M: Mark Salter <msalter@redhat.com> 2298 M: Mark Salter <msalter@redhat.com>
2289 M: Aurelien Jacquiot <a-jacquiot@ti.com> 2299 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2290 L: linux-c6x-dev@linux-c6x.org 2300 L: linux-c6x-dev@linux-c6x.org
2291 W: http://www.linux-c6x.org/wiki/index.php/Main_Page 2301 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2292 S: Maintained 2302 S: Maintained
2293 F: arch/c6x/ 2303 F: arch/c6x/
2294 2304
2295 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS 2305 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2296 M: David Howells <dhowells@redhat.com> 2306 M: David Howells <dhowells@redhat.com>
2297 L: linux-cachefs@redhat.com 2307 L: linux-cachefs@redhat.com
2298 S: Supported 2308 S: Supported
2299 F: Documentation/filesystems/caching/cachefiles.txt 2309 F: Documentation/filesystems/caching/cachefiles.txt
2300 F: fs/cachefiles/ 2310 F: fs/cachefiles/
2301 2311
2302 CADET FM/AM RADIO RECEIVER DRIVER 2312 CADET FM/AM RADIO RECEIVER DRIVER
2303 M: Hans Verkuil <hverkuil@xs4all.nl> 2313 M: Hans Verkuil <hverkuil@xs4all.nl>
2304 L: linux-media@vger.kernel.org 2314 L: linux-media@vger.kernel.org
2305 T: git git://linuxtv.org/media_tree.git 2315 T: git git://linuxtv.org/media_tree.git
2306 W: http://linuxtv.org 2316 W: http://linuxtv.org
2307 S: Maintained 2317 S: Maintained
2308 F: drivers/media/radio/radio-cadet* 2318 F: drivers/media/radio/radio-cadet*
2309 2319
2310 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER 2320 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2311 M: Jonathan Corbet <corbet@lwn.net> 2321 M: Jonathan Corbet <corbet@lwn.net>
2312 L: linux-media@vger.kernel.org 2322 L: linux-media@vger.kernel.org
2313 T: git git://linuxtv.org/media_tree.git 2323 T: git git://linuxtv.org/media_tree.git
2314 S: Maintained 2324 S: Maintained
2315 F: Documentation/video4linux/cafe_ccic 2325 F: Documentation/video4linux/cafe_ccic
2316 F: drivers/media/platform/marvell-ccic/ 2326 F: drivers/media/platform/marvell-ccic/
2317 2327
2318 CAIF NETWORK LAYER 2328 CAIF NETWORK LAYER
2319 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> 2329 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2320 L: netdev@vger.kernel.org 2330 L: netdev@vger.kernel.org
2321 S: Supported 2331 S: Supported
2322 F: Documentation/networking/caif/ 2332 F: Documentation/networking/caif/
2323 F: drivers/net/caif/ 2333 F: drivers/net/caif/
2324 F: include/uapi/linux/caif/ 2334 F: include/uapi/linux/caif/
2325 F: include/net/caif/ 2335 F: include/net/caif/
2326 F: net/caif/ 2336 F: net/caif/
2327 2337
2328 CALGARY x86-64 IOMMU 2338 CALGARY x86-64 IOMMU
2329 M: Muli Ben-Yehuda <muli@il.ibm.com> 2339 M: Muli Ben-Yehuda <muli@il.ibm.com>
2330 M: "Jon D. Mason" <jdmason@kudzu.us> 2340 M: "Jon D. Mason" <jdmason@kudzu.us>
2331 L: discuss@x86-64.org 2341 L: discuss@x86-64.org
2332 S: Maintained 2342 S: Maintained
2333 F: arch/x86/kernel/pci-calgary_64.c 2343 F: arch/x86/kernel/pci-calgary_64.c
2334 F: arch/x86/kernel/tce_64.c 2344 F: arch/x86/kernel/tce_64.c
2335 F: arch/x86/include/asm/calgary.h 2345 F: arch/x86/include/asm/calgary.h
2336 F: arch/x86/include/asm/tce.h 2346 F: arch/x86/include/asm/tce.h
2337 2347
2338 CAN NETWORK LAYER 2348 CAN NETWORK LAYER
2339 M: Oliver Hartkopp <socketcan@hartkopp.net> 2349 M: Oliver Hartkopp <socketcan@hartkopp.net>
2340 L: linux-can@vger.kernel.org 2350 L: linux-can@vger.kernel.org
2341 W: http://gitorious.org/linux-can 2351 W: http://gitorious.org/linux-can
2342 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git 2352 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2343 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git 2353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2344 S: Maintained 2354 S: Maintained
2345 F: Documentation/networking/can.txt 2355 F: Documentation/networking/can.txt
2346 F: net/can/ 2356 F: net/can/
2347 F: include/linux/can/core.h 2357 F: include/linux/can/core.h
2348 F: include/uapi/linux/can.h 2358 F: include/uapi/linux/can.h
2349 F: include/uapi/linux/can/bcm.h 2359 F: include/uapi/linux/can/bcm.h
2350 F: include/uapi/linux/can/raw.h 2360 F: include/uapi/linux/can/raw.h
2351 F: include/uapi/linux/can/gw.h 2361 F: include/uapi/linux/can/gw.h
2352 2362
2353 CAN NETWORK DRIVERS 2363 CAN NETWORK DRIVERS
2354 M: Wolfgang Grandegger <wg@grandegger.com> 2364 M: Wolfgang Grandegger <wg@grandegger.com>
2355 M: Marc Kleine-Budde <mkl@pengutronix.de> 2365 M: Marc Kleine-Budde <mkl@pengutronix.de>
2356 L: linux-can@vger.kernel.org 2366 L: linux-can@vger.kernel.org
2357 W: http://gitorious.org/linux-can 2367 W: http://gitorious.org/linux-can
2358 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git 2368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2359 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git 2369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2360 S: Maintained 2370 S: Maintained
2361 F: drivers/net/can/ 2371 F: drivers/net/can/
2362 F: include/linux/can/dev.h 2372 F: include/linux/can/dev.h
2363 F: include/linux/can/platform/ 2373 F: include/linux/can/platform/
2364 F: include/uapi/linux/can/error.h 2374 F: include/uapi/linux/can/error.h
2365 F: include/uapi/linux/can/netlink.h 2375 F: include/uapi/linux/can/netlink.h
2366 2376
2367 CAPABILITIES 2377 CAPABILITIES
2368 M: Serge Hallyn <serge.hallyn@canonical.com> 2378 M: Serge Hallyn <serge.hallyn@canonical.com>
2369 L: linux-security-module@vger.kernel.org 2379 L: linux-security-module@vger.kernel.org
2370 S: Supported 2380 S: Supported
2371 F: include/linux/capability.h 2381 F: include/linux/capability.h
2372 F: include/uapi/linux/capability.h 2382 F: include/uapi/linux/capability.h
2373 F: security/capability.c 2383 F: security/capability.c
2374 F: security/commoncap.c 2384 F: security/commoncap.c
2375 F: kernel/capability.c 2385 F: kernel/capability.c
2376 2386
2377 CC2520 IEEE-802.15.4 RADIO DRIVER 2387 CC2520 IEEE-802.15.4 RADIO DRIVER
2378 M: Varka Bhadram <varkabhadram@gmail.com> 2388 M: Varka Bhadram <varkabhadram@gmail.com>
2379 L: linux-wpan@vger.kernel.org 2389 L: linux-wpan@vger.kernel.org
2380 S: Maintained 2390 S: Maintained
2381 F: drivers/net/ieee802154/cc2520.c 2391 F: drivers/net/ieee802154/cc2520.c
2382 F: include/linux/spi/cc2520.h 2392 F: include/linux/spi/cc2520.h
2383 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt 2393 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2384 2394
2385 CELL BROADBAND ENGINE ARCHITECTURE 2395 CELL BROADBAND ENGINE ARCHITECTURE
2386 M: Arnd Bergmann <arnd@arndb.de> 2396 M: Arnd Bergmann <arnd@arndb.de>
2387 L: linuxppc-dev@lists.ozlabs.org 2397 L: linuxppc-dev@lists.ozlabs.org
2388 L: cbe-oss-dev@lists.ozlabs.org 2398 L: cbe-oss-dev@lists.ozlabs.org
2389 W: http://www.ibm.com/developerworks/power/cell/ 2399 W: http://www.ibm.com/developerworks/power/cell/
2390 S: Supported 2400 S: Supported
2391 F: arch/powerpc/include/asm/cell*.h 2401 F: arch/powerpc/include/asm/cell*.h
2392 F: arch/powerpc/include/asm/spu*.h 2402 F: arch/powerpc/include/asm/spu*.h
2393 F: arch/powerpc/include/uapi/asm/spu*.h 2403 F: arch/powerpc/include/uapi/asm/spu*.h
2394 F: arch/powerpc/oprofile/*cell* 2404 F: arch/powerpc/oprofile/*cell*
2395 F: arch/powerpc/platforms/cell/ 2405 F: arch/powerpc/platforms/cell/
2396 2406
2397 CEPH DISTRIBUTED FILE SYSTEM CLIENT 2407 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2398 M: Sage Weil <sage@inktank.com> 2408 M: Sage Weil <sage@inktank.com>
2399 L: ceph-devel@vger.kernel.org 2409 L: ceph-devel@vger.kernel.org
2400 W: http://ceph.com/ 2410 W: http://ceph.com/
2401 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git 2411 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2402 S: Supported 2412 S: Supported
2403 F: Documentation/filesystems/ceph.txt 2413 F: Documentation/filesystems/ceph.txt
2404 F: fs/ceph/ 2414 F: fs/ceph/
2405 F: net/ceph/ 2415 F: net/ceph/
2406 F: include/linux/ceph/ 2416 F: include/linux/ceph/
2407 F: include/linux/crush/ 2417 F: include/linux/crush/
2408 2418
2409 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: 2419 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2410 L: linux-usb@vger.kernel.org 2420 L: linux-usb@vger.kernel.org
2411 S: Orphan 2421 S: Orphan
2412 F: Documentation/usb/WUSB-Design-overview.txt 2422 F: Documentation/usb/WUSB-Design-overview.txt
2413 F: Documentation/usb/wusb-cbaf 2423 F: Documentation/usb/wusb-cbaf
2414 F: drivers/usb/host/hwa-hc.c 2424 F: drivers/usb/host/hwa-hc.c
2415 F: drivers/usb/host/whci/ 2425 F: drivers/usb/host/whci/
2416 F: drivers/usb/wusbcore/ 2426 F: drivers/usb/wusbcore/
2417 F: include/linux/usb/wusb* 2427 F: include/linux/usb/wusb*
2418 2428
2419 CFAG12864B LCD DRIVER 2429 CFAG12864B LCD DRIVER
2420 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 2430 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2421 W: http://miguelojeda.es/auxdisplay.htm 2431 W: http://miguelojeda.es/auxdisplay.htm
2422 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 2432 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2423 S: Maintained 2433 S: Maintained
2424 F: drivers/auxdisplay/cfag12864b.c 2434 F: drivers/auxdisplay/cfag12864b.c
2425 F: include/linux/cfag12864b.h 2435 F: include/linux/cfag12864b.h
2426 2436
2427 CFAG12864BFB LCD FRAMEBUFFER DRIVER 2437 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2428 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 2438 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2429 W: http://miguelojeda.es/auxdisplay.htm 2439 W: http://miguelojeda.es/auxdisplay.htm
2430 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 2440 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2431 S: Maintained 2441 S: Maintained
2432 F: drivers/auxdisplay/cfag12864bfb.c 2442 F: drivers/auxdisplay/cfag12864bfb.c
2433 F: include/linux/cfag12864b.h 2443 F: include/linux/cfag12864b.h
2434 2444
2435 CFG80211 and NL80211 2445 CFG80211 and NL80211
2436 M: Johannes Berg <johannes@sipsolutions.net> 2446 M: Johannes Berg <johannes@sipsolutions.net>
2437 L: linux-wireless@vger.kernel.org 2447 L: linux-wireless@vger.kernel.org
2438 W: http://wireless.kernel.org/ 2448 W: http://wireless.kernel.org/
2439 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git 2449 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 2450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2441 S: Maintained 2451 S: Maintained
2442 F: include/uapi/linux/nl80211.h 2452 F: include/uapi/linux/nl80211.h
2443 F: include/net/cfg80211.h 2453 F: include/net/cfg80211.h
2444 F: net/wireless/* 2454 F: net/wireless/*
2445 X: net/wireless/wext* 2455 X: net/wireless/wext*
2446 2456
2447 CHAR and MISC DRIVERS 2457 CHAR and MISC DRIVERS
2448 M: Arnd Bergmann <arnd@arndb.de> 2458 M: Arnd Bergmann <arnd@arndb.de>
2449 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2459 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git 2460 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2451 S: Supported 2461 S: Supported
2452 F: drivers/char/* 2462 F: drivers/char/*
2453 F: drivers/misc/* 2463 F: drivers/misc/*
2454 F: include/linux/miscdevice.h 2464 F: include/linux/miscdevice.h
2455 2465
2456 CHECKPATCH 2466 CHECKPATCH
2457 M: Andy Whitcroft <apw@canonical.com> 2467 M: Andy Whitcroft <apw@canonical.com>
2458 M: Joe Perches <joe@perches.com> 2468 M: Joe Perches <joe@perches.com>
2459 S: Maintained 2469 S: Maintained
2460 F: scripts/checkpatch.pl 2470 F: scripts/checkpatch.pl
2461 2471
2462 CHINESE DOCUMENTATION 2472 CHINESE DOCUMENTATION
2463 M: Harry Wei <harryxiyou@gmail.com> 2473 M: Harry Wei <harryxiyou@gmail.com>
2464 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only) 2474 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2465 L: linux-kernel@zh-kernel.org (moderated for non-subscribers) 2475 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2466 S: Maintained 2476 S: Maintained
2467 F: Documentation/zh_CN/ 2477 F: Documentation/zh_CN/
2468 2478
2469 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER 2479 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2470 M: Peter Chen <Peter.Chen@freescale.com> 2480 M: Peter Chen <Peter.Chen@freescale.com>
2471 T: git git://github.com/hzpeterchen/linux-usb.git 2481 T: git git://github.com/hzpeterchen/linux-usb.git
2472 L: linux-usb@vger.kernel.org 2482 L: linux-usb@vger.kernel.org
2473 S: Maintained 2483 S: Maintained
2474 F: drivers/usb/chipidea/ 2484 F: drivers/usb/chipidea/
2475 2485
2476 CHROME HARDWARE PLATFORM SUPPORT 2486 CHROME HARDWARE PLATFORM SUPPORT
2477 M: Olof Johansson <olof@lixom.net> 2487 M: Olof Johansson <olof@lixom.net>
2478 S: Maintained 2488 S: Maintained
2479 F: drivers/platform/chrome/ 2489 F: drivers/platform/chrome/
2480 2490
2481 CISCO VIC ETHERNET NIC DRIVER 2491 CISCO VIC ETHERNET NIC DRIVER
2482 M: Christian Benvenuti <benve@cisco.com> 2492 M: Christian Benvenuti <benve@cisco.com>
2483 M: Sujith Sankar <ssujith@cisco.com> 2493 M: Sujith Sankar <ssujith@cisco.com>
2484 M: Govindarajulu Varadarajan <_govind@gmx.com> 2494 M: Govindarajulu Varadarajan <_govind@gmx.com>
2485 M: Neel Patel <neepatel@cisco.com> 2495 M: Neel Patel <neepatel@cisco.com>
2486 S: Supported 2496 S: Supported
2487 F: drivers/net/ethernet/cisco/enic/ 2497 F: drivers/net/ethernet/cisco/enic/
2488 2498
2489 CISCO VIC LOW LATENCY NIC DRIVER 2499 CISCO VIC LOW LATENCY NIC DRIVER
2490 M: Upinder Malhi <umalhi@cisco.com> 2500 M: Upinder Malhi <umalhi@cisco.com>
2491 S: Supported 2501 S: Supported
2492 F: drivers/infiniband/hw/usnic 2502 F: drivers/infiniband/hw/usnic
2493 2503
2494 CIRRUS LOGIC EP93XX ETHERNET DRIVER 2504 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2495 M: Hartley Sweeten <hsweeten@visionengravers.com> 2505 M: Hartley Sweeten <hsweeten@visionengravers.com>
2496 L: netdev@vger.kernel.org 2506 L: netdev@vger.kernel.org
2497 S: Maintained 2507 S: Maintained
2498 F: drivers/net/ethernet/cirrus/ep93xx_eth.c 2508 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2499 2509
2500 CIRRUS LOGIC AUDIO CODEC DRIVERS 2510 CIRRUS LOGIC AUDIO CODEC DRIVERS
2501 M: Brian Austin <brian.austin@cirrus.com> 2511 M: Brian Austin <brian.austin@cirrus.com>
2502 M: Paul Handrigan <Paul.Handrigan@cirrus.com> 2512 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2503 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 2513 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2504 S: Maintained 2514 S: Maintained
2505 F: sound/soc/codecs/cs* 2515 F: sound/soc/codecs/cs*
2506 2516
2507 CLEANCACHE API 2517 CLEANCACHE API
2508 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 2518 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2509 L: linux-kernel@vger.kernel.org 2519 L: linux-kernel@vger.kernel.org
2510 S: Maintained 2520 S: Maintained
2511 F: mm/cleancache.c 2521 F: mm/cleancache.c
2512 F: include/linux/cleancache.h 2522 F: include/linux/cleancache.h
2513 2523
2514 CLK API 2524 CLK API
2515 M: Russell King <linux@arm.linux.org.uk> 2525 M: Russell King <linux@arm.linux.org.uk>
2516 S: Maintained 2526 S: Maintained
2517 F: include/linux/clk.h 2527 F: include/linux/clk.h
2518 2528
2519 CLOCKSOURCE, CLOCKEVENT DRIVERS 2529 CLOCKSOURCE, CLOCKEVENT DRIVERS
2520 M: Daniel Lezcano <daniel.lezcano@linaro.org> 2530 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2521 M: Thomas Gleixner <tglx@linutronix.de> 2531 M: Thomas Gleixner <tglx@linutronix.de>
2522 L: linux-kernel@vger.kernel.org 2532 L: linux-kernel@vger.kernel.org
2523 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 2533 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2524 S: Supported 2534 S: Supported
2525 F: drivers/clocksource 2535 F: drivers/clocksource
2526 2536
2527 CISCO FCOE HBA DRIVER 2537 CISCO FCOE HBA DRIVER
2528 M: Hiral Patel <hiralpat@cisco.com> 2538 M: Hiral Patel <hiralpat@cisco.com>
2529 M: Suma Ramars <sramars@cisco.com> 2539 M: Suma Ramars <sramars@cisco.com>
2530 M: Brian Uchino <buchino@cisco.com> 2540 M: Brian Uchino <buchino@cisco.com>
2531 L: linux-scsi@vger.kernel.org 2541 L: linux-scsi@vger.kernel.org
2532 S: Supported 2542 S: Supported
2533 F: drivers/scsi/fnic/ 2543 F: drivers/scsi/fnic/
2534 2544
2535 CMPC ACPI DRIVER 2545 CMPC ACPI DRIVER
2536 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> 2546 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2537 M: Daniel Oliveira Nascimento <don@syst.com.br> 2547 M: Daniel Oliveira Nascimento <don@syst.com.br>
2538 L: platform-driver-x86@vger.kernel.org 2548 L: platform-driver-x86@vger.kernel.org
2539 S: Supported 2549 S: Supported
2540 F: drivers/platform/x86/classmate-laptop.c 2550 F: drivers/platform/x86/classmate-laptop.c
2541 2551
2542 COCCINELLE/Semantic Patches (SmPL) 2552 COCCINELLE/Semantic Patches (SmPL)
2543 M: Julia Lawall <Julia.Lawall@lip6.fr> 2553 M: Julia Lawall <Julia.Lawall@lip6.fr>
2544 M: Gilles Muller <Gilles.Muller@lip6.fr> 2554 M: Gilles Muller <Gilles.Muller@lip6.fr>
2545 M: Nicolas Palix <nicolas.palix@imag.fr> 2555 M: Nicolas Palix <nicolas.palix@imag.fr>
2546 M: Michal Marek <mmarek@suse.cz> 2556 M: Michal Marek <mmarek@suse.cz>
2547 L: cocci@systeme.lip6.fr (moderated for non-subscribers) 2557 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc 2558 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2549 W: http://coccinelle.lip6.fr/ 2559 W: http://coccinelle.lip6.fr/
2550 S: Supported 2560 S: Supported
2551 F: Documentation/coccinelle.txt 2561 F: Documentation/coccinelle.txt
2552 F: scripts/coccinelle/ 2562 F: scripts/coccinelle/
2553 F: scripts/coccicheck 2563 F: scripts/coccicheck
2554 2564
2555 CODA FILE SYSTEM 2565 CODA FILE SYSTEM
2556 M: Jan Harkes <jaharkes@cs.cmu.edu> 2566 M: Jan Harkes <jaharkes@cs.cmu.edu>
2557 M: coda@cs.cmu.edu 2567 M: coda@cs.cmu.edu
2558 L: codalist@coda.cs.cmu.edu 2568 L: codalist@coda.cs.cmu.edu
2559 W: http://www.coda.cs.cmu.edu/ 2569 W: http://www.coda.cs.cmu.edu/
2560 S: Maintained 2570 S: Maintained
2561 F: Documentation/filesystems/coda.txt 2571 F: Documentation/filesystems/coda.txt
2562 F: fs/coda/ 2572 F: fs/coda/
2563 F: include/linux/coda*.h 2573 F: include/linux/coda*.h
2564 F: include/uapi/linux/coda*.h 2574 F: include/uapi/linux/coda*.h
2565 2575
2566 CODA V4L2 MEM2MEM DRIVER 2576 CODA V4L2 MEM2MEM DRIVER
2567 M: Philipp Zabel <p.zabel@pengutronix.de> 2577 M: Philipp Zabel <p.zabel@pengutronix.de>
2568 L: linux-media@vger.kernel.org 2578 L: linux-media@vger.kernel.org
2569 S: Maintained 2579 S: Maintained
2570 F: Documentation/devicetree/bindings/media/coda.txt 2580 F: Documentation/devicetree/bindings/media/coda.txt
2571 F: drivers/media/platform/coda/ 2581 F: drivers/media/platform/coda/
2572 2582
2573 COMMON CLK FRAMEWORK 2583 COMMON CLK FRAMEWORK
2574 M: Mike Turquette <mturquette@linaro.org> 2584 M: Mike Turquette <mturquette@linaro.org>
2575 M: Stephen Boyd <sboyd@codeaurora.org> 2585 M: Stephen Boyd <sboyd@codeaurora.org>
2576 L: linux-kernel@vger.kernel.org 2586 L: linux-kernel@vger.kernel.org
2577 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git 2587 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2578 S: Maintained 2588 S: Maintained
2579 F: drivers/clk/ 2589 F: drivers/clk/
2580 X: drivers/clk/clkdev.c 2590 X: drivers/clk/clkdev.c
2581 F: include/linux/clk-pr* 2591 F: include/linux/clk-pr*
2582 F: include/linux/clk/ 2592 F: include/linux/clk/
2583 2593
2584 COMMON INTERNET FILE SYSTEM (CIFS) 2594 COMMON INTERNET FILE SYSTEM (CIFS)
2585 M: Steve French <sfrench@samba.org> 2595 M: Steve French <sfrench@samba.org>
2586 L: linux-cifs@vger.kernel.org 2596 L: linux-cifs@vger.kernel.org
2587 L: samba-technical@lists.samba.org (moderated for non-subscribers) 2597 L: samba-technical@lists.samba.org (moderated for non-subscribers)
2588 W: http://linux-cifs.samba.org/ 2598 W: http://linux-cifs.samba.org/
2589 T: git git://git.samba.org/sfrench/cifs-2.6.git 2599 T: git git://git.samba.org/sfrench/cifs-2.6.git
2590 S: Supported 2600 S: Supported
2591 F: Documentation/filesystems/cifs/ 2601 F: Documentation/filesystems/cifs/
2592 F: fs/cifs/ 2602 F: fs/cifs/
2593 2603
2594 COMPACTPCI HOTPLUG CORE 2604 COMPACTPCI HOTPLUG CORE
2595 M: Scott Murray <scott@spiteful.org> 2605 M: Scott Murray <scott@spiteful.org>
2596 L: linux-pci@vger.kernel.org 2606 L: linux-pci@vger.kernel.org
2597 S: Maintained 2607 S: Maintained
2598 F: drivers/pci/hotplug/cpci_hotplug* 2608 F: drivers/pci/hotplug/cpci_hotplug*
2599 2609
2600 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER 2610 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2601 M: Scott Murray <scott@spiteful.org> 2611 M: Scott Murray <scott@spiteful.org>
2602 L: linux-pci@vger.kernel.org 2612 L: linux-pci@vger.kernel.org
2603 S: Maintained 2613 S: Maintained
2604 F: drivers/pci/hotplug/cpcihp_zt5550.* 2614 F: drivers/pci/hotplug/cpcihp_zt5550.*
2605 2615
2606 COMPACTPCI HOTPLUG GENERIC DRIVER 2616 COMPACTPCI HOTPLUG GENERIC DRIVER
2607 M: Scott Murray <scott@spiteful.org> 2617 M: Scott Murray <scott@spiteful.org>
2608 L: linux-pci@vger.kernel.org 2618 L: linux-pci@vger.kernel.org
2609 S: Maintained 2619 S: Maintained
2610 F: drivers/pci/hotplug/cpcihp_generic.c 2620 F: drivers/pci/hotplug/cpcihp_generic.c
2611 2621
2612 COMPAL LAPTOP SUPPORT 2622 COMPAL LAPTOP SUPPORT
2613 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> 2623 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2614 L: platform-driver-x86@vger.kernel.org 2624 L: platform-driver-x86@vger.kernel.org
2615 S: Maintained 2625 S: Maintained
2616 F: drivers/platform/x86/compal-laptop.c 2626 F: drivers/platform/x86/compal-laptop.c
2617 2627
2618 CONEXANT ACCESSRUNNER USB DRIVER 2628 CONEXANT ACCESSRUNNER USB DRIVER
2619 M: Simon Arlott <cxacru@fire.lp0.eu> 2629 M: Simon Arlott <cxacru@fire.lp0.eu>
2620 L: accessrunner-general@lists.sourceforge.net 2630 L: accessrunner-general@lists.sourceforge.net
2621 W: http://accessrunner.sourceforge.net/ 2631 W: http://accessrunner.sourceforge.net/
2622 S: Maintained 2632 S: Maintained
2623 F: drivers/usb/atm/cxacru.c 2633 F: drivers/usb/atm/cxacru.c
2624 2634
2625 CONFIGFS 2635 CONFIGFS
2626 M: Joel Becker <jlbec@evilplan.org> 2636 M: Joel Becker <jlbec@evilplan.org>
2627 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git 2637 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2628 S: Supported 2638 S: Supported
2629 F: fs/configfs/ 2639 F: fs/configfs/
2630 F: include/linux/configfs.h 2640 F: include/linux/configfs.h
2631 2641
2632 CONNECTOR 2642 CONNECTOR
2633 M: Evgeniy Polyakov <zbr@ioremap.net> 2643 M: Evgeniy Polyakov <zbr@ioremap.net>
2634 L: netdev@vger.kernel.org 2644 L: netdev@vger.kernel.org
2635 S: Maintained 2645 S: Maintained
2636 F: drivers/connector/ 2646 F: drivers/connector/
2637 2647
2638 CONTROL GROUP (CGROUP) 2648 CONTROL GROUP (CGROUP)
2639 M: Tejun Heo <tj@kernel.org> 2649 M: Tejun Heo <tj@kernel.org>
2640 M: Li Zefan <lizefan@huawei.com> 2650 M: Li Zefan <lizefan@huawei.com>
2641 L: cgroups@vger.kernel.org 2651 L: cgroups@vger.kernel.org
2642 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git 2652 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2643 S: Maintained 2653 S: Maintained
2644 F: Documentation/cgroups/ 2654 F: Documentation/cgroups/
2645 F: include/linux/cgroup* 2655 F: include/linux/cgroup*
2646 F: kernel/cgroup* 2656 F: kernel/cgroup*
2647 2657
2648 CONTROL GROUP - CPUSET 2658 CONTROL GROUP - CPUSET
2649 M: Li Zefan <lizefan@huawei.com> 2659 M: Li Zefan <lizefan@huawei.com>
2650 L: cgroups@vger.kernel.org 2660 L: cgroups@vger.kernel.org
2651 W: http://www.bullopensource.org/cpuset/ 2661 W: http://www.bullopensource.org/cpuset/
2652 W: http://oss.sgi.com/projects/cpusets/ 2662 W: http://oss.sgi.com/projects/cpusets/
2653 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git 2663 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2654 S: Maintained 2664 S: Maintained
2655 F: Documentation/cgroups/cpusets.txt 2665 F: Documentation/cgroups/cpusets.txt
2656 F: include/linux/cpuset.h 2666 F: include/linux/cpuset.h
2657 F: kernel/cpuset.c 2667 F: kernel/cpuset.c
2658 2668
2659 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) 2669 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2660 M: Johannes Weiner <hannes@cmpxchg.org> 2670 M: Johannes Weiner <hannes@cmpxchg.org>
2661 M: Michal Hocko <mhocko@suse.cz> 2671 M: Michal Hocko <mhocko@suse.cz>
2662 L: cgroups@vger.kernel.org 2672 L: cgroups@vger.kernel.org
2663 L: linux-mm@kvack.org 2673 L: linux-mm@kvack.org
2664 S: Maintained 2674 S: Maintained
2665 F: mm/memcontrol.c 2675 F: mm/memcontrol.c
2666 F: mm/swap_cgroup.c 2676 F: mm/swap_cgroup.c
2667 2677
2668 CORETEMP HARDWARE MONITORING DRIVER 2678 CORETEMP HARDWARE MONITORING DRIVER
2669 M: Fenghua Yu <fenghua.yu@intel.com> 2679 M: Fenghua Yu <fenghua.yu@intel.com>
2670 L: lm-sensors@lm-sensors.org 2680 L: lm-sensors@lm-sensors.org
2671 S: Maintained 2681 S: Maintained
2672 F: Documentation/hwmon/coretemp 2682 F: Documentation/hwmon/coretemp
2673 F: drivers/hwmon/coretemp.c 2683 F: drivers/hwmon/coretemp.c
2674 2684
2675 COSA/SRP SYNC SERIAL DRIVER 2685 COSA/SRP SYNC SERIAL DRIVER
2676 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz> 2686 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2677 W: http://www.fi.muni.cz/~kas/cosa/ 2687 W: http://www.fi.muni.cz/~kas/cosa/
2678 S: Maintained 2688 S: Maintained
2679 F: drivers/net/wan/cosa* 2689 F: drivers/net/wan/cosa*
2680 2690
2681 CPMAC ETHERNET DRIVER 2691 CPMAC ETHERNET DRIVER
2682 M: Florian Fainelli <florian@openwrt.org> 2692 M: Florian Fainelli <florian@openwrt.org>
2683 L: netdev@vger.kernel.org 2693 L: netdev@vger.kernel.org
2684 S: Maintained 2694 S: Maintained
2685 F: drivers/net/ethernet/ti/cpmac.c 2695 F: drivers/net/ethernet/ti/cpmac.c
2686 2696
2687 CPU FREQUENCY DRIVERS 2697 CPU FREQUENCY DRIVERS
2688 M: Rafael J. Wysocki <rjw@rjwysocki.net> 2698 M: Rafael J. Wysocki <rjw@rjwysocki.net>
2689 M: Viresh Kumar <viresh.kumar@linaro.org> 2699 M: Viresh Kumar <viresh.kumar@linaro.org>
2690 L: linux-pm@vger.kernel.org 2700 L: linux-pm@vger.kernel.org
2691 S: Maintained 2701 S: Maintained
2692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git 2702 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2693 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates) 2703 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2694 F: drivers/cpufreq/ 2704 F: drivers/cpufreq/
2695 F: include/linux/cpufreq.h 2705 F: include/linux/cpufreq.h
2696 2706
2697 CPU FREQUENCY DRIVERS - ARM BIG LITTLE 2707 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2698 M: Viresh Kumar <viresh.kumar@linaro.org> 2708 M: Viresh Kumar <viresh.kumar@linaro.org>
2699 M: Sudeep Holla <sudeep.holla@arm.com> 2709 M: Sudeep Holla <sudeep.holla@arm.com>
2700 L: linux-pm@vger.kernel.org 2710 L: linux-pm@vger.kernel.org
2701 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php 2711 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2702 S: Maintained 2712 S: Maintained
2703 F: drivers/cpufreq/arm_big_little.h 2713 F: drivers/cpufreq/arm_big_little.h
2704 F: drivers/cpufreq/arm_big_little.c 2714 F: drivers/cpufreq/arm_big_little.c
2705 F: drivers/cpufreq/arm_big_little_dt.c 2715 F: drivers/cpufreq/arm_big_little_dt.c
2706 2716
2707 CPUIDLE DRIVER - ARM BIG LITTLE 2717 CPUIDLE DRIVER - ARM BIG LITTLE
2708 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 2718 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2709 M: Daniel Lezcano <daniel.lezcano@linaro.org> 2719 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2710 L: linux-pm@vger.kernel.org 2720 L: linux-pm@vger.kernel.org
2711 L: linux-arm-kernel@lists.infradead.org 2721 L: linux-arm-kernel@lists.infradead.org
2712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git 2722 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2713 S: Maintained 2723 S: Maintained
2714 F: drivers/cpuidle/cpuidle-big_little.c 2724 F: drivers/cpuidle/cpuidle-big_little.c
2715 2725
2716 CPUIDLE DRIVER - ARM EXYNOS 2726 CPUIDLE DRIVER - ARM EXYNOS
2717 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> 2727 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2718 M: Daniel Lezcano <daniel.lezcano@linaro.org> 2728 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2719 M: Kukjin Kim <kgene@kernel.org> 2729 M: Kukjin Kim <kgene@kernel.org>
2720 L: linux-pm@vger.kernel.org 2730 L: linux-pm@vger.kernel.org
2721 L: linux-samsung-soc@vger.kernel.org 2731 L: linux-samsung-soc@vger.kernel.org
2722 S: Supported 2732 S: Supported
2723 F: drivers/cpuidle/cpuidle-exynos.c 2733 F: drivers/cpuidle/cpuidle-exynos.c
2724 F: arch/arm/mach-exynos/pm.c 2734 F: arch/arm/mach-exynos/pm.c
2725 2735
2726 CPUIDLE DRIVERS 2736 CPUIDLE DRIVERS
2727 M: Rafael J. Wysocki <rjw@rjwysocki.net> 2737 M: Rafael J. Wysocki <rjw@rjwysocki.net>
2728 M: Daniel Lezcano <daniel.lezcano@linaro.org> 2738 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2729 L: linux-pm@vger.kernel.org 2739 L: linux-pm@vger.kernel.org
2730 S: Maintained 2740 S: Maintained
2731 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git 2741 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2732 F: drivers/cpuidle/* 2742 F: drivers/cpuidle/*
2733 F: include/linux/cpuidle.h 2743 F: include/linux/cpuidle.h
2734 2744
2735 CPUID/MSR DRIVER 2745 CPUID/MSR DRIVER
2736 M: "H. Peter Anvin" <hpa@zytor.com> 2746 M: "H. Peter Anvin" <hpa@zytor.com>
2737 S: Maintained 2747 S: Maintained
2738 F: arch/x86/kernel/cpuid.c 2748 F: arch/x86/kernel/cpuid.c
2739 F: arch/x86/kernel/msr.c 2749 F: arch/x86/kernel/msr.c
2740 2750
2741 CPU POWER MONITORING SUBSYSTEM 2751 CPU POWER MONITORING SUBSYSTEM
2742 M: Thomas Renninger <trenn@suse.de> 2752 M: Thomas Renninger <trenn@suse.de>
2743 L: linux-pm@vger.kernel.org 2753 L: linux-pm@vger.kernel.org
2744 S: Maintained 2754 S: Maintained
2745 F: tools/power/cpupower/ 2755 F: tools/power/cpupower/
2746 2756
2747 CRAMFS FILESYSTEM 2757 CRAMFS FILESYSTEM
2748 W: http://sourceforge.net/projects/cramfs/ 2758 W: http://sourceforge.net/projects/cramfs/
2749 S: Orphan / Obsolete 2759 S: Orphan / Obsolete
2750 F: Documentation/filesystems/cramfs.txt 2760 F: Documentation/filesystems/cramfs.txt
2751 F: fs/cramfs/ 2761 F: fs/cramfs/
2752 2762
2753 CRIS PORT 2763 CRIS PORT
2754 M: Mikael Starvik <starvik@axis.com> 2764 M: Mikael Starvik <starvik@axis.com>
2755 M: Jesper Nilsson <jesper.nilsson@axis.com> 2765 M: Jesper Nilsson <jesper.nilsson@axis.com>
2756 L: linux-cris-kernel@axis.com 2766 L: linux-cris-kernel@axis.com
2757 W: http://developer.axis.com 2767 W: http://developer.axis.com
2758 S: Maintained 2768 S: Maintained
2759 F: arch/cris/ 2769 F: arch/cris/
2760 F: drivers/tty/serial/crisv10.* 2770 F: drivers/tty/serial/crisv10.*
2761 2771
2762 CRYPTO API 2772 CRYPTO API
2763 M: Herbert Xu <herbert@gondor.apana.org.au> 2773 M: Herbert Xu <herbert@gondor.apana.org.au>
2764 M: "David S. Miller" <davem@davemloft.net> 2774 M: "David S. Miller" <davem@davemloft.net>
2765 L: linux-crypto@vger.kernel.org 2775 L: linux-crypto@vger.kernel.org
2766 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git 2776 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2767 S: Maintained 2777 S: Maintained
2768 F: Documentation/crypto/ 2778 F: Documentation/crypto/
2769 F: arch/*/crypto/ 2779 F: arch/*/crypto/
2770 F: crypto/ 2780 F: crypto/
2771 F: drivers/crypto/ 2781 F: drivers/crypto/
2772 F: include/crypto/ 2782 F: include/crypto/
2773 2783
2774 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR 2784 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2775 M: Neil Horman <nhorman@tuxdriver.com> 2785 M: Neil Horman <nhorman@tuxdriver.com>
2776 L: linux-crypto@vger.kernel.org 2786 L: linux-crypto@vger.kernel.org
2777 S: Maintained 2787 S: Maintained
2778 F: crypto/ansi_cprng.c 2788 F: crypto/ansi_cprng.c
2779 F: crypto/rng.c 2789 F: crypto/rng.c
2780 2790
2781 CS5535 Audio ALSA driver 2791 CS5535 Audio ALSA driver
2782 M: Jaya Kumar <jayakumar.alsa@gmail.com> 2792 M: Jaya Kumar <jayakumar.alsa@gmail.com>
2783 S: Maintained 2793 S: Maintained
2784 F: sound/pci/cs5535audio/ 2794 F: sound/pci/cs5535audio/
2785 2795
2786 CW1200 WLAN driver 2796 CW1200 WLAN driver
2787 M: Solomon Peachy <pizza@shaftnet.org> 2797 M: Solomon Peachy <pizza@shaftnet.org>
2788 S: Maintained 2798 S: Maintained
2789 F: drivers/net/wireless/cw1200/ 2799 F: drivers/net/wireless/cw1200/
2790 2800
2791 CX18 VIDEO4LINUX DRIVER 2801 CX18 VIDEO4LINUX DRIVER
2792 M: Andy Walls <awalls@md.metrocast.net> 2802 M: Andy Walls <awalls@md.metrocast.net>
2793 L: ivtv-devel@ivtvdriver.org (subscribers-only) 2803 L: ivtv-devel@ivtvdriver.org (subscribers-only)
2794 L: linux-media@vger.kernel.org 2804 L: linux-media@vger.kernel.org
2795 T: git git://linuxtv.org/media_tree.git 2805 T: git git://linuxtv.org/media_tree.git
2796 W: http://linuxtv.org 2806 W: http://linuxtv.org
2797 W: http://www.ivtvdriver.org/index.php/Cx18 2807 W: http://www.ivtvdriver.org/index.php/Cx18
2798 S: Maintained 2808 S: Maintained
2799 F: Documentation/video4linux/cx18.txt 2809 F: Documentation/video4linux/cx18.txt
2800 F: drivers/media/pci/cx18/ 2810 F: drivers/media/pci/cx18/
2801 F: include/uapi/linux/ivtv* 2811 F: include/uapi/linux/ivtv*
2802 2812
2803 CX2341X MPEG ENCODER HELPER MODULE 2813 CX2341X MPEG ENCODER HELPER MODULE
2804 M: Hans Verkuil <hverkuil@xs4all.nl> 2814 M: Hans Verkuil <hverkuil@xs4all.nl>
2805 L: linux-media@vger.kernel.org 2815 L: linux-media@vger.kernel.org
2806 T: git git://linuxtv.org/media_tree.git 2816 T: git git://linuxtv.org/media_tree.git
2807 W: http://linuxtv.org 2817 W: http://linuxtv.org
2808 S: Maintained 2818 S: Maintained
2809 F: drivers/media/common/cx2341x* 2819 F: drivers/media/common/cx2341x*
2810 F: include/media/cx2341x* 2820 F: include/media/cx2341x*
2811 2821
2812 CX88 VIDEO4LINUX DRIVER 2822 CX88 VIDEO4LINUX DRIVER
2813 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 2823 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2814 L: linux-media@vger.kernel.org 2824 L: linux-media@vger.kernel.org
2815 W: http://linuxtv.org 2825 W: http://linuxtv.org
2816 T: git git://linuxtv.org/media_tree.git 2826 T: git git://linuxtv.org/media_tree.git
2817 S: Odd fixes 2827 S: Odd fixes
2818 F: Documentation/video4linux/cx88/ 2828 F: Documentation/video4linux/cx88/
2819 F: drivers/media/pci/cx88/ 2829 F: drivers/media/pci/cx88/
2820 2830
2821 CXD2820R MEDIA DRIVER 2831 CXD2820R MEDIA DRIVER
2822 M: Antti Palosaari <crope@iki.fi> 2832 M: Antti Palosaari <crope@iki.fi>
2823 L: linux-media@vger.kernel.org 2833 L: linux-media@vger.kernel.org
2824 W: http://linuxtv.org/ 2834 W: http://linuxtv.org/
2825 W: http://palosaari.fi/linux/ 2835 W: http://palosaari.fi/linux/
2826 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 2836 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2827 T: git git://linuxtv.org/anttip/media_tree.git 2837 T: git git://linuxtv.org/anttip/media_tree.git
2828 S: Maintained 2838 S: Maintained
2829 F: drivers/media/dvb-frontends/cxd2820r* 2839 F: drivers/media/dvb-frontends/cxd2820r*
2830 2840
2831 CXGB3 ETHERNET DRIVER (CXGB3) 2841 CXGB3 ETHERNET DRIVER (CXGB3)
2832 M: Santosh Raspatur <santosh@chelsio.com> 2842 M: Santosh Raspatur <santosh@chelsio.com>
2833 L: netdev@vger.kernel.org 2843 L: netdev@vger.kernel.org
2834 W: http://www.chelsio.com 2844 W: http://www.chelsio.com
2835 S: Supported 2845 S: Supported
2836 F: drivers/net/ethernet/chelsio/cxgb3/ 2846 F: drivers/net/ethernet/chelsio/cxgb3/
2837 2847
2838 CXGB3 ISCSI DRIVER (CXGB3I) 2848 CXGB3 ISCSI DRIVER (CXGB3I)
2839 M: Karen Xie <kxie@chelsio.com> 2849 M: Karen Xie <kxie@chelsio.com>
2840 L: linux-scsi@vger.kernel.org 2850 L: linux-scsi@vger.kernel.org
2841 W: http://www.chelsio.com 2851 W: http://www.chelsio.com
2842 S: Supported 2852 S: Supported
2843 F: drivers/scsi/cxgbi/cxgb3i 2853 F: drivers/scsi/cxgbi/cxgb3i
2844 2854
2845 CXGB3 IWARP RNIC DRIVER (IW_CXGB3) 2855 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2846 M: Steve Wise <swise@chelsio.com> 2856 M: Steve Wise <swise@chelsio.com>
2847 L: linux-rdma@vger.kernel.org 2857 L: linux-rdma@vger.kernel.org
2848 W: http://www.openfabrics.org 2858 W: http://www.openfabrics.org
2849 S: Supported 2859 S: Supported
2850 F: drivers/infiniband/hw/cxgb3/ 2860 F: drivers/infiniband/hw/cxgb3/
2851 2861
2852 CXGB4 ETHERNET DRIVER (CXGB4) 2862 CXGB4 ETHERNET DRIVER (CXGB4)
2853 M: Hariprasad S <hariprasad@chelsio.com> 2863 M: Hariprasad S <hariprasad@chelsio.com>
2854 L: netdev@vger.kernel.org 2864 L: netdev@vger.kernel.org
2855 W: http://www.chelsio.com 2865 W: http://www.chelsio.com
2856 S: Supported 2866 S: Supported
2857 F: drivers/net/ethernet/chelsio/cxgb4/ 2867 F: drivers/net/ethernet/chelsio/cxgb4/
2858 2868
2859 CXGB4 ISCSI DRIVER (CXGB4I) 2869 CXGB4 ISCSI DRIVER (CXGB4I)
2860 M: Karen Xie <kxie@chelsio.com> 2870 M: Karen Xie <kxie@chelsio.com>
2861 L: linux-scsi@vger.kernel.org 2871 L: linux-scsi@vger.kernel.org
2862 W: http://www.chelsio.com 2872 W: http://www.chelsio.com
2863 S: Supported 2873 S: Supported
2864 F: drivers/scsi/cxgbi/cxgb4i 2874 F: drivers/scsi/cxgbi/cxgb4i
2865 2875
2866 CXGB4 IWARP RNIC DRIVER (IW_CXGB4) 2876 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2867 M: Steve Wise <swise@chelsio.com> 2877 M: Steve Wise <swise@chelsio.com>
2868 L: linux-rdma@vger.kernel.org 2878 L: linux-rdma@vger.kernel.org
2869 W: http://www.openfabrics.org 2879 W: http://www.openfabrics.org
2870 S: Supported 2880 S: Supported
2871 F: drivers/infiniband/hw/cxgb4/ 2881 F: drivers/infiniband/hw/cxgb4/
2872 2882
2873 CXGB4VF ETHERNET DRIVER (CXGB4VF) 2883 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2874 M: Casey Leedom <leedom@chelsio.com> 2884 M: Casey Leedom <leedom@chelsio.com>
2875 L: netdev@vger.kernel.org 2885 L: netdev@vger.kernel.org
2876 W: http://www.chelsio.com 2886 W: http://www.chelsio.com
2877 S: Supported 2887 S: Supported
2878 F: drivers/net/ethernet/chelsio/cxgb4vf/ 2888 F: drivers/net/ethernet/chelsio/cxgb4vf/
2879 2889
2880 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER 2890 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2881 M: Ian Munsie <imunsie@au1.ibm.com> 2891 M: Ian Munsie <imunsie@au1.ibm.com>
2882 M: Michael Neuling <mikey@neuling.org> 2892 M: Michael Neuling <mikey@neuling.org>
2883 L: linuxppc-dev@lists.ozlabs.org 2893 L: linuxppc-dev@lists.ozlabs.org
2884 S: Supported 2894 S: Supported
2885 F: drivers/misc/cxl/ 2895 F: drivers/misc/cxl/
2886 F: include/misc/cxl.h 2896 F: include/misc/cxl.h
2887 F: include/uapi/misc/cxl.h 2897 F: include/uapi/misc/cxl.h
2888 F: Documentation/powerpc/cxl.txt 2898 F: Documentation/powerpc/cxl.txt
2889 F: Documentation/powerpc/cxl.txt 2899 F: Documentation/powerpc/cxl.txt
2890 F: Documentation/ABI/testing/sysfs-class-cxl 2900 F: Documentation/ABI/testing/sysfs-class-cxl
2891 2901
2892 STMMAC ETHERNET DRIVER 2902 STMMAC ETHERNET DRIVER
2893 M: Giuseppe Cavallaro <peppe.cavallaro@st.com> 2903 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
2894 L: netdev@vger.kernel.org 2904 L: netdev@vger.kernel.org
2895 W: http://www.stlinux.com 2905 W: http://www.stlinux.com
2896 S: Supported 2906 S: Supported
2897 F: drivers/net/ethernet/stmicro/stmmac/ 2907 F: drivers/net/ethernet/stmicro/stmmac/
2898 2908
2899 CYBERPRO FB DRIVER 2909 CYBERPRO FB DRIVER
2900 M: Russell King <linux@arm.linux.org.uk> 2910 M: Russell King <linux@arm.linux.org.uk>
2901 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 2911 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2902 W: http://www.arm.linux.org.uk/ 2912 W: http://www.arm.linux.org.uk/
2903 S: Maintained 2913 S: Maintained
2904 F: drivers/video/fbdev/cyber2000fb.* 2914 F: drivers/video/fbdev/cyber2000fb.*
2905 2915
2906 CYCLADES ASYNC MUX DRIVER 2916 CYCLADES ASYNC MUX DRIVER
2907 W: http://www.cyclades.com/ 2917 W: http://www.cyclades.com/
2908 S: Orphan 2918 S: Orphan
2909 F: drivers/tty/cyclades.c 2919 F: drivers/tty/cyclades.c
2910 F: include/linux/cyclades.h 2920 F: include/linux/cyclades.h
2911 F: include/uapi/linux/cyclades.h 2921 F: include/uapi/linux/cyclades.h
2912 2922
2913 CYCLADES PC300 DRIVER 2923 CYCLADES PC300 DRIVER
2914 W: http://www.cyclades.com/ 2924 W: http://www.cyclades.com/
2915 S: Orphan 2925 S: Orphan
2916 F: drivers/net/wan/pc300* 2926 F: drivers/net/wan/pc300*
2917 2927
2918 CYPRESS_FIRMWARE MEDIA DRIVER 2928 CYPRESS_FIRMWARE MEDIA DRIVER
2919 M: Antti Palosaari <crope@iki.fi> 2929 M: Antti Palosaari <crope@iki.fi>
2920 L: linux-media@vger.kernel.org 2930 L: linux-media@vger.kernel.org
2921 W: http://linuxtv.org/ 2931 W: http://linuxtv.org/
2922 W: http://palosaari.fi/linux/ 2932 W: http://palosaari.fi/linux/
2923 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 2933 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2924 T: git git://linuxtv.org/anttip/media_tree.git 2934 T: git git://linuxtv.org/anttip/media_tree.git
2925 S: Maintained 2935 S: Maintained
2926 F: drivers/media/common/cypress_firmware* 2936 F: drivers/media/common/cypress_firmware*
2927 2937
2928 CYTTSP TOUCHSCREEN DRIVER 2938 CYTTSP TOUCHSCREEN DRIVER
2929 M: Ferruh Yigit <fery@cypress.com> 2939 M: Ferruh Yigit <fery@cypress.com>
2930 L: linux-input@vger.kernel.org 2940 L: linux-input@vger.kernel.org
2931 S: Supported 2941 S: Supported
2932 F: drivers/input/touchscreen/cyttsp* 2942 F: drivers/input/touchscreen/cyttsp*
2933 F: include/linux/input/cyttsp.h 2943 F: include/linux/input/cyttsp.h
2934 2944
2935 DAMA SLAVE for AX.25 2945 DAMA SLAVE for AX.25
2936 M: Joerg Reuter <jreuter@yaina.de> 2946 M: Joerg Reuter <jreuter@yaina.de>
2937 W: http://yaina.de/jreuter/ 2947 W: http://yaina.de/jreuter/
2938 W: http://www.qsl.net/dl1bke/ 2948 W: http://www.qsl.net/dl1bke/
2939 L: linux-hams@vger.kernel.org 2949 L: linux-hams@vger.kernel.org
2940 S: Maintained 2950 S: Maintained
2941 F: net/ax25/af_ax25.c 2951 F: net/ax25/af_ax25.c
2942 F: net/ax25/ax25_dev.c 2952 F: net/ax25/ax25_dev.c
2943 F: net/ax25/ax25_ds_* 2953 F: net/ax25/ax25_ds_*
2944 F: net/ax25/ax25_in.c 2954 F: net/ax25/ax25_in.c
2945 F: net/ax25/ax25_out.c 2955 F: net/ax25/ax25_out.c
2946 F: net/ax25/ax25_timer.c 2956 F: net/ax25/ax25_timer.c
2947 F: net/ax25/sysctl_net_ax25.c 2957 F: net/ax25/sysctl_net_ax25.c
2948 2958
2949 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER 2959 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2950 L: netdev@vger.kernel.org 2960 L: netdev@vger.kernel.org
2951 S: Orphan 2961 S: Orphan
2952 F: Documentation/networking/dmfe.txt 2962 F: Documentation/networking/dmfe.txt
2953 F: drivers/net/ethernet/dec/tulip/dmfe.c 2963 F: drivers/net/ethernet/dec/tulip/dmfe.c
2954 2964
2955 DC390/AM53C974 SCSI driver 2965 DC390/AM53C974 SCSI driver
2956 M: Hannes Reinecke <hare@suse.de> 2966 M: Hannes Reinecke <hare@suse.de>
2957 L: linux-scsi@vger.kernel.org 2967 L: linux-scsi@vger.kernel.org
2958 S: Maintained 2968 S: Maintained
2959 F: drivers/scsi/am53c974.c 2969 F: drivers/scsi/am53c974.c
2960 2970
2961 DC395x SCSI driver 2971 DC395x SCSI driver
2962 M: Oliver Neukum <oliver@neukum.org> 2972 M: Oliver Neukum <oliver@neukum.org>
2963 M: Ali Akcaagac <aliakc@web.de> 2973 M: Ali Akcaagac <aliakc@web.de>
2964 M: Jamie Lenehan <lenehan@twibble.org> 2974 M: Jamie Lenehan <lenehan@twibble.org>
2965 L: dc395x@twibble.org 2975 L: dc395x@twibble.org
2966 W: http://twibble.org/dist/dc395x/ 2976 W: http://twibble.org/dist/dc395x/
2967 W: http://lists.twibble.org/mailman/listinfo/dc395x/ 2977 W: http://lists.twibble.org/mailman/listinfo/dc395x/
2968 S: Maintained 2978 S: Maintained
2969 F: Documentation/scsi/dc395x.txt 2979 F: Documentation/scsi/dc395x.txt
2970 F: drivers/scsi/dc395x.* 2980 F: drivers/scsi/dc395x.*
2971 2981
2972 DCCP PROTOCOL 2982 DCCP PROTOCOL
2973 M: Gerrit Renker <gerrit@erg.abdn.ac.uk> 2983 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2974 L: dccp@vger.kernel.org 2984 L: dccp@vger.kernel.org
2975 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp 2985 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2976 S: Maintained 2986 S: Maintained
2977 F: include/linux/dccp.h 2987 F: include/linux/dccp.h
2978 F: include/uapi/linux/dccp.h 2988 F: include/uapi/linux/dccp.h
2979 F: include/linux/tfrc.h 2989 F: include/linux/tfrc.h
2980 F: net/dccp/ 2990 F: net/dccp/
2981 2991
2982 DECnet NETWORK LAYER 2992 DECnet NETWORK LAYER
2983 W: http://linux-decnet.sourceforge.net 2993 W: http://linux-decnet.sourceforge.net
2984 L: linux-decnet-user@lists.sourceforge.net 2994 L: linux-decnet-user@lists.sourceforge.net
2985 S: Orphan 2995 S: Orphan
2986 F: Documentation/networking/decnet.txt 2996 F: Documentation/networking/decnet.txt
2987 F: net/decnet/ 2997 F: net/decnet/
2988 2998
2989 DECSTATION PLATFORM SUPPORT 2999 DECSTATION PLATFORM SUPPORT
2990 M: "Maciej W. Rozycki" <macro@linux-mips.org> 3000 M: "Maciej W. Rozycki" <macro@linux-mips.org>
2991 L: linux-mips@linux-mips.org 3001 L: linux-mips@linux-mips.org
2992 W: http://www.linux-mips.org/wiki/DECstation 3002 W: http://www.linux-mips.org/wiki/DECstation
2993 S: Maintained 3003 S: Maintained
2994 F: arch/mips/dec/ 3004 F: arch/mips/dec/
2995 F: arch/mips/include/asm/dec/ 3005 F: arch/mips/include/asm/dec/
2996 F: arch/mips/include/asm/mach-dec/ 3006 F: arch/mips/include/asm/mach-dec/
2997 3007
2998 DEFXX FDDI NETWORK DRIVER 3008 DEFXX FDDI NETWORK DRIVER
2999 M: "Maciej W. Rozycki" <macro@linux-mips.org> 3009 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3000 S: Maintained 3010 S: Maintained
3001 F: drivers/net/fddi/defxx.* 3011 F: drivers/net/fddi/defxx.*
3002 3012
3003 DELL LAPTOP DRIVER 3013 DELL LAPTOP DRIVER
3004 M: Matthew Garrett <mjg59@srcf.ucam.org> 3014 M: Matthew Garrett <mjg59@srcf.ucam.org>
3005 L: platform-driver-x86@vger.kernel.org 3015 L: platform-driver-x86@vger.kernel.org
3006 S: Maintained 3016 S: Maintained
3007 F: drivers/platform/x86/dell-laptop.c 3017 F: drivers/platform/x86/dell-laptop.c
3008 3018
3009 DELL LAPTOP SMM DRIVER 3019 DELL LAPTOP SMM DRIVER
3010 M: Guenter Roeck <linux@roeck-us.net> 3020 M: Guenter Roeck <linux@roeck-us.net>
3011 F: drivers/char/i8k.c 3021 F: drivers/char/i8k.c
3012 F: include/uapi/linux/i8k.h 3022 F: include/uapi/linux/i8k.h
3013 3023
3014 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) 3024 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3015 M: Doug Warzecha <Douglas_Warzecha@dell.com> 3025 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3016 S: Maintained 3026 S: Maintained
3017 F: Documentation/dcdbas.txt 3027 F: Documentation/dcdbas.txt
3018 F: drivers/firmware/dcdbas.* 3028 F: drivers/firmware/dcdbas.*
3019 3029
3020 DELL WMI EXTRAS DRIVER 3030 DELL WMI EXTRAS DRIVER
3021 M: Matthew Garrett <mjg59@srcf.ucam.org> 3031 M: Matthew Garrett <mjg59@srcf.ucam.org>
3022 S: Maintained 3032 S: Maintained
3023 F: drivers/platform/x86/dell-wmi.c 3033 F: drivers/platform/x86/dell-wmi.c
3024 3034
3025 DESIGNWARE USB2 DRD IP DRIVER 3035 DESIGNWARE USB2 DRD IP DRIVER
3026 M: Paul Zimmerman <paulz@synopsys.com> 3036 M: Paul Zimmerman <paulz@synopsys.com>
3027 L: linux-usb@vger.kernel.org 3037 L: linux-usb@vger.kernel.org
3028 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 3038 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3029 S: Maintained 3039 S: Maintained
3030 F: drivers/usb/dwc2/ 3040 F: drivers/usb/dwc2/
3031 3041
3032 DESIGNWARE USB3 DRD IP DRIVER 3042 DESIGNWARE USB3 DRD IP DRIVER
3033 M: Felipe Balbi <balbi@ti.com> 3043 M: Felipe Balbi <balbi@ti.com>
3034 L: linux-usb@vger.kernel.org 3044 L: linux-usb@vger.kernel.org
3035 L: linux-omap@vger.kernel.org 3045 L: linux-omap@vger.kernel.org
3036 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 3046 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3037 S: Maintained 3047 S: Maintained
3038 F: drivers/usb/dwc3/ 3048 F: drivers/usb/dwc3/
3039 3049
3040 DEVICE COREDUMP (DEV_COREDUMP) 3050 DEVICE COREDUMP (DEV_COREDUMP)
3041 M: Johannes Berg <johannes@sipsolutions.net> 3051 M: Johannes Berg <johannes@sipsolutions.net>
3042 L: linux-kernel@vger.kernel.org 3052 L: linux-kernel@vger.kernel.org
3043 S: Maintained 3053 S: Maintained
3044 F: drivers/base/devcoredump.c 3054 F: drivers/base/devcoredump.c
3045 F: include/linux/devcoredump.h 3055 F: include/linux/devcoredump.h
3046 3056
3047 DEVICE FREQUENCY (DEVFREQ) 3057 DEVICE FREQUENCY (DEVFREQ)
3048 M: MyungJoo Ham <myungjoo.ham@samsung.com> 3058 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3049 M: Kyungmin Park <kyungmin.park@samsung.com> 3059 M: Kyungmin Park <kyungmin.park@samsung.com>
3050 L: linux-pm@vger.kernel.org 3060 L: linux-pm@vger.kernel.org
3051 S: Maintained 3061 S: Maintained
3052 F: drivers/devfreq/ 3062 F: drivers/devfreq/
3053 3063
3054 DEVICE NUMBER REGISTRY 3064 DEVICE NUMBER REGISTRY
3055 M: Torben Mathiasen <device@lanana.org> 3065 M: Torben Mathiasen <device@lanana.org>
3056 W: http://lanana.org/docs/device-list/index.html 3066 W: http://lanana.org/docs/device-list/index.html
3057 S: Maintained 3067 S: Maintained
3058 3068
3059 DEVICE-MAPPER (LVM) 3069 DEVICE-MAPPER (LVM)
3060 M: Alasdair Kergon <agk@redhat.com> 3070 M: Alasdair Kergon <agk@redhat.com>
3061 M: Mike Snitzer <snitzer@redhat.com> 3071 M: Mike Snitzer <snitzer@redhat.com>
3062 M: dm-devel@redhat.com 3072 M: dm-devel@redhat.com
3063 L: dm-devel@redhat.com 3073 L: dm-devel@redhat.com
3064 W: http://sources.redhat.com/dm 3074 W: http://sources.redhat.com/dm
3065 Q: http://patchwork.kernel.org/project/dm-devel/list/ 3075 Q: http://patchwork.kernel.org/project/dm-devel/list/
3066 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git 3076 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3067 T: quilt http://people.redhat.com/agk/patches/linux/editing/ 3077 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3068 S: Maintained 3078 S: Maintained
3069 F: Documentation/device-mapper/ 3079 F: Documentation/device-mapper/
3070 F: drivers/md/dm* 3080 F: drivers/md/dm*
3071 F: drivers/md/persistent-data/ 3081 F: drivers/md/persistent-data/
3072 F: include/linux/device-mapper.h 3082 F: include/linux/device-mapper.h
3073 F: include/linux/dm-*.h 3083 F: include/linux/dm-*.h
3074 F: include/uapi/linux/dm-*.h 3084 F: include/uapi/linux/dm-*.h
3075 3085
3076 DIALOG SEMICONDUCTOR DRIVERS 3086 DIALOG SEMICONDUCTOR DRIVERS
3077 M: Support Opensource <support.opensource@diasemi.com> 3087 M: Support Opensource <support.opensource@diasemi.com>
3078 W: http://www.dialog-semiconductor.com/products 3088 W: http://www.dialog-semiconductor.com/products
3079 S: Supported 3089 S: Supported
3080 F: Documentation/hwmon/da90?? 3090 F: Documentation/hwmon/da90??
3081 F: drivers/gpio/gpio-da90??.c 3091 F: drivers/gpio/gpio-da90??.c
3082 F: drivers/hwmon/da90??-hwmon.c 3092 F: drivers/hwmon/da90??-hwmon.c
3083 F: drivers/input/misc/da90??_onkey.c 3093 F: drivers/input/misc/da90??_onkey.c
3084 F: drivers/input/touchscreen/da9052_tsi.c 3094 F: drivers/input/touchscreen/da9052_tsi.c
3085 F: drivers/leds/leds-da90??.c 3095 F: drivers/leds/leds-da90??.c
3086 F: drivers/mfd/da903x.c 3096 F: drivers/mfd/da903x.c
3087 F: drivers/mfd/da90??-*.c 3097 F: drivers/mfd/da90??-*.c
3088 F: drivers/power/da9052-battery.c 3098 F: drivers/power/da9052-battery.c
3089 F: drivers/regulator/da903x.c 3099 F: drivers/regulator/da903x.c
3090 F: drivers/regulator/da9???-regulator.[ch] 3100 F: drivers/regulator/da9???-regulator.[ch]
3091 F: drivers/rtc/rtc-da90??.c 3101 F: drivers/rtc/rtc-da90??.c
3092 F: drivers/video/backlight/da90??_bl.c 3102 F: drivers/video/backlight/da90??_bl.c
3093 F: drivers/watchdog/da90??_wdt.c 3103 F: drivers/watchdog/da90??_wdt.c
3094 F: include/linux/mfd/da903x.h 3104 F: include/linux/mfd/da903x.h
3095 F: include/linux/mfd/da9052/ 3105 F: include/linux/mfd/da9052/
3096 F: include/linux/mfd/da9055/ 3106 F: include/linux/mfd/da9055/
3097 F: include/linux/mfd/da9063/ 3107 F: include/linux/mfd/da9063/
3098 F: include/sound/da[79]*.h 3108 F: include/sound/da[79]*.h
3099 F: sound/soc/codecs/da[79]*.[ch] 3109 F: sound/soc/codecs/da[79]*.[ch]
3100 3110
3101 DIGI NEO AND CLASSIC PCI PRODUCTS 3111 DIGI NEO AND CLASSIC PCI PRODUCTS
3102 M: Lidza Louina <lidza.louina@gmail.com> 3112 M: Lidza Louina <lidza.louina@gmail.com>
3103 M: Mark Hounschell <markh@compro.net> 3113 M: Mark Hounschell <markh@compro.net>
3104 L: driverdev-devel@linuxdriverproject.org 3114 L: driverdev-devel@linuxdriverproject.org
3105 S: Maintained 3115 S: Maintained
3106 F: drivers/staging/dgnc/ 3116 F: drivers/staging/dgnc/
3107 3117
3108 DIGI EPCA PCI PRODUCTS 3118 DIGI EPCA PCI PRODUCTS
3109 M: Lidza Louina <lidza.louina@gmail.com> 3119 M: Lidza Louina <lidza.louina@gmail.com>
3110 M: Mark Hounschell <markh@compro.net> 3120 M: Mark Hounschell <markh@compro.net>
3111 M: Daeseok Youn <daeseok.youn@gmail.com> 3121 M: Daeseok Youn <daeseok.youn@gmail.com>
3112 L: driverdev-devel@linuxdriverproject.org 3122 L: driverdev-devel@linuxdriverproject.org
3113 S: Maintained 3123 S: Maintained
3114 F: drivers/staging/dgap/ 3124 F: drivers/staging/dgap/
3115 3125
3116 DIOLAN U2C-12 I2C DRIVER 3126 DIOLAN U2C-12 I2C DRIVER
3117 M: Guenter Roeck <linux@roeck-us.net> 3127 M: Guenter Roeck <linux@roeck-us.net>
3118 L: linux-i2c@vger.kernel.org 3128 L: linux-i2c@vger.kernel.org
3119 S: Maintained 3129 S: Maintained
3120 F: drivers/i2c/busses/i2c-diolan-u2c.c 3130 F: drivers/i2c/busses/i2c-diolan-u2c.c
3121 3131
3122 DIRECTORY NOTIFICATION (DNOTIFY) 3132 DIRECTORY NOTIFICATION (DNOTIFY)
3123 M: Eric Paris <eparis@parisplace.org> 3133 M: Eric Paris <eparis@parisplace.org>
3124 S: Maintained 3134 S: Maintained
3125 F: Documentation/filesystems/dnotify.txt 3135 F: Documentation/filesystems/dnotify.txt
3126 F: fs/notify/dnotify/ 3136 F: fs/notify/dnotify/
3127 F: include/linux/dnotify.h 3137 F: include/linux/dnotify.h
3128 3138
3129 DISK GEOMETRY AND PARTITION HANDLING 3139 DISK GEOMETRY AND PARTITION HANDLING
3130 M: Andries Brouwer <aeb@cwi.nl> 3140 M: Andries Brouwer <aeb@cwi.nl>
3131 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html 3141 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3132 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html 3142 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3133 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html 3143 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3134 S: Maintained 3144 S: Maintained
3135 3145
3136 DISKQUOTA 3146 DISKQUOTA
3137 M: Jan Kara <jack@suse.cz> 3147 M: Jan Kara <jack@suse.cz>
3138 S: Maintained 3148 S: Maintained
3139 F: Documentation/filesystems/quota.txt 3149 F: Documentation/filesystems/quota.txt
3140 F: fs/quota/ 3150 F: fs/quota/
3141 F: include/linux/quota*.h 3151 F: include/linux/quota*.h
3142 F: include/uapi/linux/quota*.h 3152 F: include/uapi/linux/quota*.h
3143 3153
3144 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB) 3154 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3145 M: Bernie Thompson <bernie@plugable.com> 3155 M: Bernie Thompson <bernie@plugable.com>
3146 L: linux-fbdev@vger.kernel.org 3156 L: linux-fbdev@vger.kernel.org
3147 S: Maintained 3157 S: Maintained
3148 W: http://plugable.com/category/projects/udlfb/ 3158 W: http://plugable.com/category/projects/udlfb/
3149 F: drivers/video/fbdev/udlfb.c 3159 F: drivers/video/fbdev/udlfb.c
3150 F: include/video/udlfb.h 3160 F: include/video/udlfb.h
3151 F: Documentation/fb/udlfb.txt 3161 F: Documentation/fb/udlfb.txt
3152 3162
3153 DISTRIBUTED LOCK MANAGER (DLM) 3163 DISTRIBUTED LOCK MANAGER (DLM)
3154 M: Christine Caulfield <ccaulfie@redhat.com> 3164 M: Christine Caulfield <ccaulfie@redhat.com>
3155 M: David Teigland <teigland@redhat.com> 3165 M: David Teigland <teigland@redhat.com>
3156 L: cluster-devel@redhat.com 3166 L: cluster-devel@redhat.com
3157 W: http://sources.redhat.com/cluster/ 3167 W: http://sources.redhat.com/cluster/
3158 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git 3168 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3159 S: Supported 3169 S: Supported
3160 F: fs/dlm/ 3170 F: fs/dlm/
3161 3171
3162 DMA BUFFER SHARING FRAMEWORK 3172 DMA BUFFER SHARING FRAMEWORK
3163 M: Sumit Semwal <sumit.semwal@linaro.org> 3173 M: Sumit Semwal <sumit.semwal@linaro.org>
3164 S: Maintained 3174 S: Maintained
3165 L: linux-media@vger.kernel.org 3175 L: linux-media@vger.kernel.org
3166 L: dri-devel@lists.freedesktop.org 3176 L: dri-devel@lists.freedesktop.org
3167 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers) 3177 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3168 F: drivers/dma-buf/ 3178 F: drivers/dma-buf/
3169 F: include/linux/dma-buf* 3179 F: include/linux/dma-buf*
3170 F: include/linux/reservation.h 3180 F: include/linux/reservation.h
3171 F: include/linux/*fence.h 3181 F: include/linux/*fence.h
3172 F: Documentation/dma-buf-sharing.txt 3182 F: Documentation/dma-buf-sharing.txt
3173 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git 3183 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3174 3184
3175 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM 3185 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3176 M: Vinod Koul <vinod.koul@intel.com> 3186 M: Vinod Koul <vinod.koul@intel.com>
3177 L: dmaengine@vger.kernel.org 3187 L: dmaengine@vger.kernel.org
3178 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ 3188 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3179 S: Maintained 3189 S: Maintained
3180 F: drivers/dma/ 3190 F: drivers/dma/
3181 F: include/linux/dmaengine.h 3191 F: include/linux/dmaengine.h
3182 F: Documentation/dmaengine/ 3192 F: Documentation/dmaengine/
3183 T: git git://git.infradead.org/users/vkoul/slave-dma.git 3193 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3184 3194
3185 DME1737 HARDWARE MONITOR DRIVER 3195 DME1737 HARDWARE MONITOR DRIVER
3186 M: Juerg Haefliger <juergh@gmail.com> 3196 M: Juerg Haefliger <juergh@gmail.com>
3187 L: lm-sensors@lm-sensors.org 3197 L: lm-sensors@lm-sensors.org
3188 S: Maintained 3198 S: Maintained
3189 F: Documentation/hwmon/dme1737 3199 F: Documentation/hwmon/dme1737
3190 F: drivers/hwmon/dme1737.c 3200 F: drivers/hwmon/dme1737.c
3191 3201
3192 DOCKING STATION DRIVER 3202 DOCKING STATION DRIVER
3193 M: Shaohua Li <shaohua.li@intel.com> 3203 M: Shaohua Li <shaohua.li@intel.com>
3194 L: linux-acpi@vger.kernel.org 3204 L: linux-acpi@vger.kernel.org
3195 S: Supported 3205 S: Supported
3196 F: drivers/acpi/dock.c 3206 F: drivers/acpi/dock.c
3197 3207
3198 DOCUMENTATION 3208 DOCUMENTATION
3199 M: Jonathan Corbet <corbet@lwn.net> 3209 M: Jonathan Corbet <corbet@lwn.net>
3200 L: linux-doc@vger.kernel.org 3210 L: linux-doc@vger.kernel.org
3201 S: Maintained 3211 S: Maintained
3202 F: Documentation/ 3212 F: Documentation/
3203 X: Documentation/ABI/ 3213 X: Documentation/ABI/
3204 X: Documentation/devicetree/ 3214 X: Documentation/devicetree/
3205 X: Documentation/[a-z][a-z]_[A-Z][A-Z]/ 3215 X: Documentation/[a-z][a-z]_[A-Z][A-Z]/
3206 3216
3207 DOUBLETALK DRIVER 3217 DOUBLETALK DRIVER
3208 M: "James R. Van Zandt" <jrv@vanzandt.mv.com> 3218 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3209 L: blinux-list@redhat.com 3219 L: blinux-list@redhat.com
3210 S: Maintained 3220 S: Maintained
3211 F: drivers/char/dtlk.c 3221 F: drivers/char/dtlk.c
3212 F: include/linux/dtlk.h 3222 F: include/linux/dtlk.h
3213 3223
3214 DPT_I2O SCSI RAID DRIVER 3224 DPT_I2O SCSI RAID DRIVER
3215 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> 3225 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3216 L: linux-scsi@vger.kernel.org 3226 L: linux-scsi@vger.kernel.org
3217 W: http://www.adaptec.com/ 3227 W: http://www.adaptec.com/
3218 S: Maintained 3228 S: Maintained
3219 F: drivers/scsi/dpt* 3229 F: drivers/scsi/dpt*
3220 F: drivers/scsi/dpt/ 3230 F: drivers/scsi/dpt/
3221 3231
3222 DRBD DRIVER 3232 DRBD DRIVER
3223 P: Philipp Reisner 3233 P: Philipp Reisner
3224 P: Lars Ellenberg 3234 P: Lars Ellenberg
3225 M: drbd-dev@lists.linbit.com 3235 M: drbd-dev@lists.linbit.com
3226 L: drbd-user@lists.linbit.com 3236 L: drbd-user@lists.linbit.com
3227 W: http://www.drbd.org 3237 W: http://www.drbd.org
3228 T: git git://git.drbd.org/linux-2.6-drbd.git drbd 3238 T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3229 T: git git://git.drbd.org/drbd-8.3.git 3239 T: git git://git.drbd.org/drbd-8.3.git
3230 S: Supported 3240 S: Supported
3231 F: drivers/block/drbd/ 3241 F: drivers/block/drbd/
3232 F: lib/lru_cache.c 3242 F: lib/lru_cache.c
3233 F: Documentation/blockdev/drbd/ 3243 F: Documentation/blockdev/drbd/
3234 3244
3235 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS 3245 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3236 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 3246 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3237 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 3247 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3238 S: Supported 3248 S: Supported
3239 F: Documentation/kobject.txt 3249 F: Documentation/kobject.txt
3240 F: drivers/base/ 3250 F: drivers/base/
3241 F: fs/sysfs/ 3251 F: fs/sysfs/
3242 F: fs/debugfs/ 3252 F: fs/debugfs/
3243 F: include/linux/kobj* 3253 F: include/linux/kobj*
3244 F: include/linux/debugfs.h 3254 F: include/linux/debugfs.h
3245 F: lib/kobj* 3255 F: lib/kobj*
3246 3256
3247 DRM DRIVERS 3257 DRM DRIVERS
3248 M: David Airlie <airlied@linux.ie> 3258 M: David Airlie <airlied@linux.ie>
3249 L: dri-devel@lists.freedesktop.org 3259 L: dri-devel@lists.freedesktop.org
3250 T: git git://people.freedesktop.org/~airlied/linux 3260 T: git git://people.freedesktop.org/~airlied/linux
3251 S: Maintained 3261 S: Maintained
3252 F: drivers/gpu/drm/ 3262 F: drivers/gpu/drm/
3253 F: drivers/gpu/vga/ 3263 F: drivers/gpu/vga/
3254 F: include/drm/ 3264 F: include/drm/
3255 F: include/uapi/drm/ 3265 F: include/uapi/drm/
3256 3266
3257 RADEON DRM DRIVERS 3267 RADEON DRM DRIVERS
3258 M: Alex Deucher <alexander.deucher@amd.com> 3268 M: Alex Deucher <alexander.deucher@amd.com>
3259 M: Christian Kรถnig <christian.koenig@amd.com> 3269 M: Christian Kรƒยถnig <christian.koenig@amd.com>
3260 L: dri-devel@lists.freedesktop.org 3270 L: dri-devel@lists.freedesktop.org
3261 T: git git://people.freedesktop.org/~agd5f/linux 3271 T: git git://people.freedesktop.org/~agd5f/linux
3262 S: Supported 3272 S: Supported
3263 F: drivers/gpu/drm/radeon/ 3273 F: drivers/gpu/drm/radeon/
3264 F: include/uapi/drm/radeon* 3274 F: include/uapi/drm/radeon*
3265 3275
3266 DRM PANEL DRIVERS 3276 DRM PANEL DRIVERS
3267 M: Thierry Reding <thierry.reding@gmail.com> 3277 M: Thierry Reding <thierry.reding@gmail.com>
3268 L: dri-devel@lists.freedesktop.org 3278 L: dri-devel@lists.freedesktop.org
3269 T: git git://anongit.freedesktop.org/tegra/linux.git 3279 T: git git://anongit.freedesktop.org/tegra/linux.git
3270 S: Maintained 3280 S: Maintained
3271 F: drivers/gpu/drm/drm_panel.c 3281 F: drivers/gpu/drm/drm_panel.c
3272 F: drivers/gpu/drm/panel/ 3282 F: drivers/gpu/drm/panel/
3273 F: include/drm/drm_panel.h 3283 F: include/drm/drm_panel.h
3274 F: Documentation/devicetree/bindings/panel/ 3284 F: Documentation/devicetree/bindings/panel/
3275 3285
3276 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) 3286 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3277 M: Daniel Vetter <daniel.vetter@intel.com> 3287 M: Daniel Vetter <daniel.vetter@intel.com>
3278 M: Jani Nikula <jani.nikula@linux.intel.com> 3288 M: Jani Nikula <jani.nikula@linux.intel.com>
3279 L: intel-gfx@lists.freedesktop.org 3289 L: intel-gfx@lists.freedesktop.org
3280 L: dri-devel@lists.freedesktop.org 3290 L: dri-devel@lists.freedesktop.org
3281 Q: http://patchwork.freedesktop.org/project/intel-gfx/ 3291 Q: http://patchwork.freedesktop.org/project/intel-gfx/
3282 T: git git://anongit.freedesktop.org/drm-intel 3292 T: git git://anongit.freedesktop.org/drm-intel
3283 S: Supported 3293 S: Supported
3284 F: drivers/gpu/drm/i915/ 3294 F: drivers/gpu/drm/i915/
3285 F: include/drm/i915* 3295 F: include/drm/i915*
3286 F: include/uapi/drm/i915* 3296 F: include/uapi/drm/i915*
3287 3297
3288 DRM DRIVERS FOR EXYNOS 3298 DRM DRIVERS FOR EXYNOS
3289 M: Inki Dae <inki.dae@samsung.com> 3299 M: Inki Dae <inki.dae@samsung.com>
3290 M: Joonyoung Shim <jy0922.shim@samsung.com> 3300 M: Joonyoung Shim <jy0922.shim@samsung.com>
3291 M: Seung-Woo Kim <sw0312.kim@samsung.com> 3301 M: Seung-Woo Kim <sw0312.kim@samsung.com>
3292 M: Kyungmin Park <kyungmin.park@samsung.com> 3302 M: Kyungmin Park <kyungmin.park@samsung.com>
3293 L: dri-devel@lists.freedesktop.org 3303 L: dri-devel@lists.freedesktop.org
3294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git 3304 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3295 S: Supported 3305 S: Supported
3296 F: drivers/gpu/drm/exynos/ 3306 F: drivers/gpu/drm/exynos/
3297 F: include/drm/exynos* 3307 F: include/drm/exynos*
3298 F: include/uapi/drm/exynos* 3308 F: include/uapi/drm/exynos*
3299 3309
3300 DRM DRIVERS FOR FREESCALE IMX 3310 DRM DRIVERS FOR FREESCALE IMX
3301 M: Philipp Zabel <p.zabel@pengutronix.de> 3311 M: Philipp Zabel <p.zabel@pengutronix.de>
3302 L: dri-devel@lists.freedesktop.org 3312 L: dri-devel@lists.freedesktop.org
3303 S: Maintained 3313 S: Maintained
3304 F: drivers/gpu/drm/imx/ 3314 F: drivers/gpu/drm/imx/
3305 F: Documentation/devicetree/bindings/drm/imx/ 3315 F: Documentation/devicetree/bindings/drm/imx/
3306 3316
3307 DRM DRIVERS FOR NVIDIA TEGRA 3317 DRM DRIVERS FOR NVIDIA TEGRA
3308 M: Thierry Reding <thierry.reding@gmail.com> 3318 M: Thierry Reding <thierry.reding@gmail.com>
3309 M: Terje Bergstrรถm <tbergstrom@nvidia.com> 3319 M: Terje Bergstrรƒยถm <tbergstrom@nvidia.com>
3310 L: dri-devel@lists.freedesktop.org 3320 L: dri-devel@lists.freedesktop.org
3311 L: linux-tegra@vger.kernel.org 3321 L: linux-tegra@vger.kernel.org
3312 T: git git://anongit.freedesktop.org/tegra/linux.git 3322 T: git git://anongit.freedesktop.org/tegra/linux.git
3313 S: Supported 3323 S: Supported
3314 F: drivers/gpu/drm/tegra/ 3324 F: drivers/gpu/drm/tegra/
3315 F: drivers/gpu/host1x/ 3325 F: drivers/gpu/host1x/
3316 F: include/linux/host1x.h 3326 F: include/linux/host1x.h
3317 F: include/uapi/drm/tegra_drm.h 3327 F: include/uapi/drm/tegra_drm.h
3318 F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt 3328 F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3319 3329
3320 DRM DRIVERS FOR RENESAS 3330 DRM DRIVERS FOR RENESAS
3321 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 3331 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3322 L: dri-devel@lists.freedesktop.org 3332 L: dri-devel@lists.freedesktop.org
3323 L: linux-sh@vger.kernel.org 3333 L: linux-sh@vger.kernel.org
3324 T: git git://people.freedesktop.org/~airlied/linux 3334 T: git git://people.freedesktop.org/~airlied/linux
3325 S: Supported 3335 S: Supported
3326 F: drivers/gpu/drm/rcar-du/ 3336 F: drivers/gpu/drm/rcar-du/
3327 F: drivers/gpu/drm/shmobile/ 3337 F: drivers/gpu/drm/shmobile/
3328 F: include/linux/platform_data/rcar-du.h 3338 F: include/linux/platform_data/rcar-du.h
3329 F: include/linux/platform_data/shmob_drm.h 3339 F: include/linux/platform_data/shmob_drm.h
3330 3340
3331 DSBR100 USB FM RADIO DRIVER 3341 DSBR100 USB FM RADIO DRIVER
3332 M: Alexey Klimov <klimov.linux@gmail.com> 3342 M: Alexey Klimov <klimov.linux@gmail.com>
3333 L: linux-media@vger.kernel.org 3343 L: linux-media@vger.kernel.org
3334 T: git git://linuxtv.org/media_tree.git 3344 T: git git://linuxtv.org/media_tree.git
3335 S: Maintained 3345 S: Maintained
3336 F: drivers/media/radio/dsbr100.c 3346 F: drivers/media/radio/dsbr100.c
3337 3347
3338 DSCC4 DRIVER 3348 DSCC4 DRIVER
3339 M: Francois Romieu <romieu@fr.zoreil.com> 3349 M: Francois Romieu <romieu@fr.zoreil.com>
3340 L: netdev@vger.kernel.org 3350 L: netdev@vger.kernel.org
3341 S: Maintained 3351 S: Maintained
3342 F: drivers/net/wan/dscc4.c 3352 F: drivers/net/wan/dscc4.c
3343 3353
3344 DVB_USB_AF9015 MEDIA DRIVER 3354 DVB_USB_AF9015 MEDIA DRIVER
3345 M: Antti Palosaari <crope@iki.fi> 3355 M: Antti Palosaari <crope@iki.fi>
3346 L: linux-media@vger.kernel.org 3356 L: linux-media@vger.kernel.org
3347 W: http://linuxtv.org/ 3357 W: http://linuxtv.org/
3348 W: http://palosaari.fi/linux/ 3358 W: http://palosaari.fi/linux/
3349 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 3359 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3350 T: git git://linuxtv.org/anttip/media_tree.git 3360 T: git git://linuxtv.org/anttip/media_tree.git
3351 S: Maintained 3361 S: Maintained
3352 F: drivers/media/usb/dvb-usb-v2/af9015* 3362 F: drivers/media/usb/dvb-usb-v2/af9015*
3353 3363
3354 DVB_USB_AF9035 MEDIA DRIVER 3364 DVB_USB_AF9035 MEDIA DRIVER
3355 M: Antti Palosaari <crope@iki.fi> 3365 M: Antti Palosaari <crope@iki.fi>
3356 L: linux-media@vger.kernel.org 3366 L: linux-media@vger.kernel.org
3357 W: http://linuxtv.org/ 3367 W: http://linuxtv.org/
3358 W: http://palosaari.fi/linux/ 3368 W: http://palosaari.fi/linux/
3359 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 3369 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3360 T: git git://linuxtv.org/anttip/media_tree.git 3370 T: git git://linuxtv.org/anttip/media_tree.git
3361 S: Maintained 3371 S: Maintained
3362 F: drivers/media/usb/dvb-usb-v2/af9035* 3372 F: drivers/media/usb/dvb-usb-v2/af9035*
3363 3373
3364 DVB_USB_ANYSEE MEDIA DRIVER 3374 DVB_USB_ANYSEE MEDIA DRIVER
3365 M: Antti Palosaari <crope@iki.fi> 3375 M: Antti Palosaari <crope@iki.fi>
3366 L: linux-media@vger.kernel.org 3376 L: linux-media@vger.kernel.org
3367 W: http://linuxtv.org/ 3377 W: http://linuxtv.org/
3368 W: http://palosaari.fi/linux/ 3378 W: http://palosaari.fi/linux/
3369 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 3379 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3370 T: git git://linuxtv.org/anttip/media_tree.git 3380 T: git git://linuxtv.org/anttip/media_tree.git
3371 S: Maintained 3381 S: Maintained
3372 F: drivers/media/usb/dvb-usb-v2/anysee* 3382 F: drivers/media/usb/dvb-usb-v2/anysee*
3373 3383
3374 DVB_USB_AU6610 MEDIA DRIVER 3384 DVB_USB_AU6610 MEDIA DRIVER
3375 M: Antti Palosaari <crope@iki.fi> 3385 M: Antti Palosaari <crope@iki.fi>
3376 L: linux-media@vger.kernel.org 3386 L: linux-media@vger.kernel.org
3377 W: http://linuxtv.org/ 3387 W: http://linuxtv.org/
3378 W: http://palosaari.fi/linux/ 3388 W: http://palosaari.fi/linux/
3379 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 3389 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3380 T: git git://linuxtv.org/anttip/media_tree.git 3390 T: git git://linuxtv.org/anttip/media_tree.git
3381 S: Maintained 3391 S: Maintained
3382 F: drivers/media/usb/dvb-usb-v2/au6610* 3392 F: drivers/media/usb/dvb-usb-v2/au6610*
3383 3393
3384 DVB_USB_CE6230 MEDIA DRIVER 3394 DVB_USB_CE6230 MEDIA DRIVER
3385 M: Antti Palosaari <crope@iki.fi> 3395 M: Antti Palosaari <crope@iki.fi>
3386 L: linux-media@vger.kernel.org 3396 L: linux-media@vger.kernel.org
3387 W: http://linuxtv.org/ 3397 W: http://linuxtv.org/
3388 W: http://palosaari.fi/linux/ 3398 W: http://palosaari.fi/linux/
3389 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 3399 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3390 T: git git://linuxtv.org/anttip/media_tree.git 3400 T: git git://linuxtv.org/anttip/media_tree.git
3391 S: Maintained 3401 S: Maintained
3392 F: drivers/media/usb/dvb-usb-v2/ce6230* 3402 F: drivers/media/usb/dvb-usb-v2/ce6230*
3393 3403
3394 DVB_USB_CXUSB MEDIA DRIVER 3404 DVB_USB_CXUSB MEDIA DRIVER
3395 M: Michael Krufky <mkrufky@linuxtv.org> 3405 M: Michael Krufky <mkrufky@linuxtv.org>
3396 L: linux-media@vger.kernel.org 3406 L: linux-media@vger.kernel.org
3397 W: http://linuxtv.org/ 3407 W: http://linuxtv.org/
3398 W: http://github.com/mkrufky 3408 W: http://github.com/mkrufky
3399 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 3409 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3400 T: git git://linuxtv.org/media_tree.git 3410 T: git git://linuxtv.org/media_tree.git
3401 S: Maintained 3411 S: Maintained
3402 F: drivers/media/usb/dvb-usb/cxusb* 3412 F: drivers/media/usb/dvb-usb/cxusb*
3403 3413
3404 DVB_USB_EC168 MEDIA DRIVER 3414 DVB_USB_EC168 MEDIA DRIVER
3405 M: Antti Palosaari <crope@iki.fi> 3415 M: Antti Palosaari <crope@iki.fi>
3406 L: linux-media@vger.kernel.org 3416 L: linux-media@vger.kernel.org
3407 W: http://linuxtv.org/ 3417 W: http://linuxtv.org/
3408 W: http://palosaari.fi/linux/ 3418 W: http://palosaari.fi/linux/
3409 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 3419 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3410 T: git git://linuxtv.org/anttip/media_tree.git 3420 T: git git://linuxtv.org/anttip/media_tree.git
3411 S: Maintained 3421 S: Maintained
3412 F: drivers/media/usb/dvb-usb-v2/ec168* 3422 F: drivers/media/usb/dvb-usb-v2/ec168*
3413 3423
3414 DVB_USB_GL861 MEDIA DRIVER 3424 DVB_USB_GL861 MEDIA DRIVER
3415 M: Antti Palosaari <crope@iki.fi> 3425 M: Antti Palosaari <crope@iki.fi>
3416 L: linux-media@vger.kernel.org 3426 L: linux-media@vger.kernel.org
3417 W: http://linuxtv.org/ 3427 W: http://linuxtv.org/
3418 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 3428 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3419 T: git git://linuxtv.org/anttip/media_tree.git 3429 T: git git://linuxtv.org/anttip/media_tree.git
3420 S: Maintained 3430 S: Maintained
3421 F: drivers/media/usb/dvb-usb-v2/gl861* 3431 F: drivers/media/usb/dvb-usb-v2/gl861*
3422 3432
3423 DVB_USB_MXL111SF MEDIA DRIVER 3433 DVB_USB_MXL111SF MEDIA DRIVER
3424 M: Michael Krufky <mkrufky@linuxtv.org> 3434 M: Michael Krufky <mkrufky@linuxtv.org>
3425 L: linux-media@vger.kernel.org 3435 L: linux-media@vger.kernel.org
3426 W: http://linuxtv.org/ 3436 W: http://linuxtv.org/
3427 W: http://github.com/mkrufky 3437 W: http://github.com/mkrufky
3428 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 3438 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3429 T: git git://linuxtv.org/mkrufky/mxl111sf.git 3439 T: git git://linuxtv.org/mkrufky/mxl111sf.git
3430 S: Maintained 3440 S: Maintained
3431 F: drivers/media/usb/dvb-usb-v2/mxl111sf* 3441 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3432 3442
3433 DVB_USB_RTL28XXU MEDIA DRIVER 3443 DVB_USB_RTL28XXU MEDIA DRIVER
3434 M: Antti Palosaari <crope@iki.fi> 3444 M: Antti Palosaari <crope@iki.fi>
3435 L: linux-media@vger.kernel.org 3445 L: linux-media@vger.kernel.org
3436 W: http://linuxtv.org/ 3446 W: http://linuxtv.org/
3437 W: http://palosaari.fi/linux/ 3447 W: http://palosaari.fi/linux/
3438 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 3448 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3439 T: git git://linuxtv.org/anttip/media_tree.git 3449 T: git git://linuxtv.org/anttip/media_tree.git
3440 S: Maintained 3450 S: Maintained
3441 F: drivers/media/usb/dvb-usb-v2/rtl28xxu* 3451 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3442 3452
3443 DVB_USB_V2 MEDIA DRIVER 3453 DVB_USB_V2 MEDIA DRIVER
3444 M: Antti Palosaari <crope@iki.fi> 3454 M: Antti Palosaari <crope@iki.fi>
3445 L: linux-media@vger.kernel.org 3455 L: linux-media@vger.kernel.org
3446 W: http://linuxtv.org/ 3456 W: http://linuxtv.org/
3447 W: http://palosaari.fi/linux/ 3457 W: http://palosaari.fi/linux/
3448 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 3458 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3449 T: git git://linuxtv.org/anttip/media_tree.git 3459 T: git git://linuxtv.org/anttip/media_tree.git
3450 S: Maintained 3460 S: Maintained
3451 F: drivers/media/usb/dvb-usb-v2/dvb_usb* 3461 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3452 F: drivers/media/usb/dvb-usb-v2/usb_urb.c 3462 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3453 3463
3454 DYNAMIC DEBUG 3464 DYNAMIC DEBUG
3455 M: Jason Baron <jbaron@akamai.com> 3465 M: Jason Baron <jbaron@akamai.com>
3456 S: Maintained 3466 S: Maintained
3457 F: lib/dynamic_debug.c 3467 F: lib/dynamic_debug.c
3458 F: include/linux/dynamic_debug.h 3468 F: include/linux/dynamic_debug.h
3459 3469
3460 DZ DECSTATION DZ11 SERIAL DRIVER 3470 DZ DECSTATION DZ11 SERIAL DRIVER
3461 M: "Maciej W. Rozycki" <macro@linux-mips.org> 3471 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3462 S: Maintained 3472 S: Maintained
3463 F: drivers/tty/serial/dz.* 3473 F: drivers/tty/serial/dz.*
3464 3474
3465 E4000 MEDIA DRIVER 3475 E4000 MEDIA DRIVER
3466 M: Antti Palosaari <crope@iki.fi> 3476 M: Antti Palosaari <crope@iki.fi>
3467 L: linux-media@vger.kernel.org 3477 L: linux-media@vger.kernel.org
3468 W: http://linuxtv.org/ 3478 W: http://linuxtv.org/
3469 W: http://palosaari.fi/linux/ 3479 W: http://palosaari.fi/linux/
3470 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 3480 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3471 T: git git://linuxtv.org/anttip/media_tree.git 3481 T: git git://linuxtv.org/anttip/media_tree.git
3472 S: Maintained 3482 S: Maintained
3473 F: drivers/media/tuners/e4000* 3483 F: drivers/media/tuners/e4000*
3474 3484
3475 EATA ISA/EISA/PCI SCSI DRIVER 3485 EATA ISA/EISA/PCI SCSI DRIVER
3476 M: Dario Ballabio <ballabio_dario@emc.com> 3486 M: Dario Ballabio <ballabio_dario@emc.com>
3477 L: linux-scsi@vger.kernel.org 3487 L: linux-scsi@vger.kernel.org
3478 S: Maintained 3488 S: Maintained
3479 F: drivers/scsi/eata.c 3489 F: drivers/scsi/eata.c
3480 3490
3481 EC100 MEDIA DRIVER 3491 EC100 MEDIA DRIVER
3482 M: Antti Palosaari <crope@iki.fi> 3492 M: Antti Palosaari <crope@iki.fi>
3483 L: linux-media@vger.kernel.org 3493 L: linux-media@vger.kernel.org
3484 W: http://linuxtv.org/ 3494 W: http://linuxtv.org/
3485 W: http://palosaari.fi/linux/ 3495 W: http://palosaari.fi/linux/
3486 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 3496 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3487 T: git git://linuxtv.org/anttip/media_tree.git 3497 T: git git://linuxtv.org/anttip/media_tree.git
3488 S: Maintained 3498 S: Maintained
3489 F: drivers/media/dvb-frontends/ec100* 3499 F: drivers/media/dvb-frontends/ec100*
3490 3500
3491 ECRYPT FILE SYSTEM 3501 ECRYPT FILE SYSTEM
3492 M: Tyler Hicks <tyhicks@canonical.com> 3502 M: Tyler Hicks <tyhicks@canonical.com>
3493 L: ecryptfs@vger.kernel.org 3503 L: ecryptfs@vger.kernel.org
3494 W: http://ecryptfs.org 3504 W: http://ecryptfs.org
3495 W: https://launchpad.net/ecryptfs 3505 W: https://launchpad.net/ecryptfs
3496 S: Supported 3506 S: Supported
3497 F: Documentation/filesystems/ecryptfs.txt 3507 F: Documentation/filesystems/ecryptfs.txt
3498 F: fs/ecryptfs/ 3508 F: fs/ecryptfs/
3499 3509
3500 EDAC-CORE 3510 EDAC-CORE
3501 M: Doug Thompson <dougthompson@xmission.com> 3511 M: Doug Thompson <dougthompson@xmission.com>
3502 M: Borislav Petkov <bp@alien8.de> 3512 M: Borislav Petkov <bp@alien8.de>
3503 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 3513 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3504 L: linux-edac@vger.kernel.org 3514 L: linux-edac@vger.kernel.org
3505 W: bluesmoke.sourceforge.net 3515 W: bluesmoke.sourceforge.net
3506 S: Supported 3516 S: Supported
3507 F: Documentation/edac.txt 3517 F: Documentation/edac.txt
3508 F: drivers/edac/ 3518 F: drivers/edac/
3509 F: include/linux/edac.h 3519 F: include/linux/edac.h
3510 3520
3511 EDAC-AMD64 3521 EDAC-AMD64
3512 M: Doug Thompson <dougthompson@xmission.com> 3522 M: Doug Thompson <dougthompson@xmission.com>
3513 M: Borislav Petkov <bp@alien8.de> 3523 M: Borislav Petkov <bp@alien8.de>
3514 L: linux-edac@vger.kernel.org 3524 L: linux-edac@vger.kernel.org
3515 W: bluesmoke.sourceforge.net 3525 W: bluesmoke.sourceforge.net
3516 S: Maintained 3526 S: Maintained
3517 F: drivers/edac/amd64_edac* 3527 F: drivers/edac/amd64_edac*
3518 3528
3519 EDAC-CALXEDA 3529 EDAC-CALXEDA
3520 M: Doug Thompson <dougthompson@xmission.com> 3530 M: Doug Thompson <dougthompson@xmission.com>
3521 M: Robert Richter <rric@kernel.org> 3531 M: Robert Richter <rric@kernel.org>
3522 L: linux-edac@vger.kernel.org 3532 L: linux-edac@vger.kernel.org
3523 W: bluesmoke.sourceforge.net 3533 W: bluesmoke.sourceforge.net
3524 S: Maintained 3534 S: Maintained
3525 F: drivers/edac/highbank* 3535 F: drivers/edac/highbank*
3526 3536
3527 EDAC-CAVIUM 3537 EDAC-CAVIUM
3528 M: Ralf Baechle <ralf@linux-mips.org> 3538 M: Ralf Baechle <ralf@linux-mips.org>
3529 M: David Daney <david.daney@cavium.com> 3539 M: David Daney <david.daney@cavium.com>
3530 L: linux-edac@vger.kernel.org 3540 L: linux-edac@vger.kernel.org
3531 L: linux-mips@linux-mips.org 3541 L: linux-mips@linux-mips.org
3532 W: bluesmoke.sourceforge.net 3542 W: bluesmoke.sourceforge.net
3533 S: Supported 3543 S: Supported
3534 F: drivers/edac/octeon_edac* 3544 F: drivers/edac/octeon_edac*
3535 3545
3536 EDAC-E752X 3546 EDAC-E752X
3537 M: Mark Gross <mark.gross@intel.com> 3547 M: Mark Gross <mark.gross@intel.com>
3538 M: Doug Thompson <dougthompson@xmission.com> 3548 M: Doug Thompson <dougthompson@xmission.com>
3539 L: linux-edac@vger.kernel.org 3549 L: linux-edac@vger.kernel.org
3540 W: bluesmoke.sourceforge.net 3550 W: bluesmoke.sourceforge.net
3541 S: Maintained 3551 S: Maintained
3542 F: drivers/edac/e752x_edac.c 3552 F: drivers/edac/e752x_edac.c
3543 3553
3544 EDAC-E7XXX 3554 EDAC-E7XXX
3545 M: Doug Thompson <dougthompson@xmission.com> 3555 M: Doug Thompson <dougthompson@xmission.com>
3546 L: linux-edac@vger.kernel.org 3556 L: linux-edac@vger.kernel.org
3547 W: bluesmoke.sourceforge.net 3557 W: bluesmoke.sourceforge.net
3548 S: Maintained 3558 S: Maintained
3549 F: drivers/edac/e7xxx_edac.c 3559 F: drivers/edac/e7xxx_edac.c
3550 3560
3551 EDAC-GHES 3561 EDAC-GHES
3552 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 3562 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3553 L: linux-edac@vger.kernel.org 3563 L: linux-edac@vger.kernel.org
3554 W: bluesmoke.sourceforge.net 3564 W: bluesmoke.sourceforge.net
3555 S: Maintained 3565 S: Maintained
3556 F: drivers/edac/ghes_edac.c 3566 F: drivers/edac/ghes_edac.c
3557 3567
3558 EDAC-I82443BXGX 3568 EDAC-I82443BXGX
3559 M: Tim Small <tim@buttersideup.com> 3569 M: Tim Small <tim@buttersideup.com>
3560 L: linux-edac@vger.kernel.org 3570 L: linux-edac@vger.kernel.org
3561 W: bluesmoke.sourceforge.net 3571 W: bluesmoke.sourceforge.net
3562 S: Maintained 3572 S: Maintained
3563 F: drivers/edac/i82443bxgx_edac.c 3573 F: drivers/edac/i82443bxgx_edac.c
3564 3574
3565 EDAC-I3000 3575 EDAC-I3000
3566 M: Jason Uhlenkott <juhlenko@akamai.com> 3576 M: Jason Uhlenkott <juhlenko@akamai.com>
3567 L: linux-edac@vger.kernel.org 3577 L: linux-edac@vger.kernel.org
3568 W: bluesmoke.sourceforge.net 3578 W: bluesmoke.sourceforge.net
3569 S: Maintained 3579 S: Maintained
3570 F: drivers/edac/i3000_edac.c 3580 F: drivers/edac/i3000_edac.c
3571 3581
3572 EDAC-I5000 3582 EDAC-I5000
3573 M: Doug Thompson <dougthompson@xmission.com> 3583 M: Doug Thompson <dougthompson@xmission.com>
3574 L: linux-edac@vger.kernel.org 3584 L: linux-edac@vger.kernel.org
3575 W: bluesmoke.sourceforge.net 3585 W: bluesmoke.sourceforge.net
3576 S: Maintained 3586 S: Maintained
3577 F: drivers/edac/i5000_edac.c 3587 F: drivers/edac/i5000_edac.c
3578 3588
3579 EDAC-I5400 3589 EDAC-I5400
3580 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 3590 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3581 L: linux-edac@vger.kernel.org 3591 L: linux-edac@vger.kernel.org
3582 W: bluesmoke.sourceforge.net 3592 W: bluesmoke.sourceforge.net
3583 S: Maintained 3593 S: Maintained
3584 F: drivers/edac/i5400_edac.c 3594 F: drivers/edac/i5400_edac.c
3585 3595
3586 EDAC-I7300 3596 EDAC-I7300
3587 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 3597 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3588 L: linux-edac@vger.kernel.org 3598 L: linux-edac@vger.kernel.org
3589 W: bluesmoke.sourceforge.net 3599 W: bluesmoke.sourceforge.net
3590 S: Maintained 3600 S: Maintained
3591 F: drivers/edac/i7300_edac.c 3601 F: drivers/edac/i7300_edac.c
3592 3602
3593 EDAC-I7CORE 3603 EDAC-I7CORE
3594 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 3604 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3595 L: linux-edac@vger.kernel.org 3605 L: linux-edac@vger.kernel.org
3596 W: bluesmoke.sourceforge.net 3606 W: bluesmoke.sourceforge.net
3597 S: Maintained 3607 S: Maintained
3598 F: drivers/edac/i7core_edac.c 3608 F: drivers/edac/i7core_edac.c
3599 3609
3600 EDAC-I82975X 3610 EDAC-I82975X
3601 M: Ranganathan Desikan <ravi@jetztechnologies.com> 3611 M: Ranganathan Desikan <ravi@jetztechnologies.com>
3602 M: "Arvind R." <arvino55@gmail.com> 3612 M: "Arvind R." <arvino55@gmail.com>
3603 L: linux-edac@vger.kernel.org 3613 L: linux-edac@vger.kernel.org
3604 W: bluesmoke.sourceforge.net 3614 W: bluesmoke.sourceforge.net
3605 S: Maintained 3615 S: Maintained
3606 F: drivers/edac/i82975x_edac.c 3616 F: drivers/edac/i82975x_edac.c
3607 3617
3608 EDAC-IE31200 3618 EDAC-IE31200
3609 M: Jason Baron <jbaron@akamai.com> 3619 M: Jason Baron <jbaron@akamai.com>
3610 L: linux-edac@vger.kernel.org 3620 L: linux-edac@vger.kernel.org
3611 W: bluesmoke.sourceforge.net 3621 W: bluesmoke.sourceforge.net
3612 S: Maintained 3622 S: Maintained
3613 F: drivers/edac/ie31200_edac.c 3623 F: drivers/edac/ie31200_edac.c
3614 3624
3615 EDAC-MPC85XX 3625 EDAC-MPC85XX
3616 M: Johannes Thumshirn <johannes.thumshirn@men.de> 3626 M: Johannes Thumshirn <johannes.thumshirn@men.de>
3617 L: linux-edac@vger.kernel.org 3627 L: linux-edac@vger.kernel.org
3618 W: bluesmoke.sourceforge.net 3628 W: bluesmoke.sourceforge.net
3619 S: Maintained 3629 S: Maintained
3620 F: drivers/edac/mpc85xx_edac.[ch] 3630 F: drivers/edac/mpc85xx_edac.[ch]
3621 3631
3622 EDAC-PASEMI 3632 EDAC-PASEMI
3623 M: Egor Martovetsky <egor@pasemi.com> 3633 M: Egor Martovetsky <egor@pasemi.com>
3624 L: linux-edac@vger.kernel.org 3634 L: linux-edac@vger.kernel.org
3625 W: bluesmoke.sourceforge.net 3635 W: bluesmoke.sourceforge.net
3626 S: Maintained 3636 S: Maintained
3627 F: drivers/edac/pasemi_edac.c 3637 F: drivers/edac/pasemi_edac.c
3628 3638
3629 EDAC-R82600 3639 EDAC-R82600
3630 M: Tim Small <tim@buttersideup.com> 3640 M: Tim Small <tim@buttersideup.com>
3631 L: linux-edac@vger.kernel.org 3641 L: linux-edac@vger.kernel.org
3632 W: bluesmoke.sourceforge.net 3642 W: bluesmoke.sourceforge.net
3633 S: Maintained 3643 S: Maintained
3634 F: drivers/edac/r82600_edac.c 3644 F: drivers/edac/r82600_edac.c
3635 3645
3636 EDAC-SBRIDGE 3646 EDAC-SBRIDGE
3637 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 3647 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3638 L: linux-edac@vger.kernel.org 3648 L: linux-edac@vger.kernel.org
3639 W: bluesmoke.sourceforge.net 3649 W: bluesmoke.sourceforge.net
3640 S: Maintained 3650 S: Maintained
3641 F: drivers/edac/sb_edac.c 3651 F: drivers/edac/sb_edac.c
3642 3652
3643 EDIROL UA-101/UA-1000 DRIVER 3653 EDIROL UA-101/UA-1000 DRIVER
3644 M: Clemens Ladisch <clemens@ladisch.de> 3654 M: Clemens Ladisch <clemens@ladisch.de>
3645 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 3655 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3646 T: git git://git.alsa-project.org/alsa-kernel.git 3656 T: git git://git.alsa-project.org/alsa-kernel.git
3647 S: Maintained 3657 S: Maintained
3648 F: sound/usb/misc/ua101.c 3658 F: sound/usb/misc/ua101.c
3649 3659
3650 EXTENSIBLE FIRMWARE INTERFACE (EFI) 3660 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3651 M: Matt Fleming <matt.fleming@intel.com> 3661 M: Matt Fleming <matt.fleming@intel.com>
3652 L: linux-efi@vger.kernel.org 3662 L: linux-efi@vger.kernel.org
3653 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git 3663 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3654 S: Maintained 3664 S: Maintained
3655 F: Documentation/efi-stub.txt 3665 F: Documentation/efi-stub.txt
3656 F: arch/ia64/kernel/efi.c 3666 F: arch/ia64/kernel/efi.c
3657 F: arch/x86/boot/compressed/eboot.[ch] 3667 F: arch/x86/boot/compressed/eboot.[ch]
3658 F: arch/x86/include/asm/efi.h 3668 F: arch/x86/include/asm/efi.h
3659 F: arch/x86/platform/efi/* 3669 F: arch/x86/platform/efi/*
3660 F: drivers/firmware/efi/* 3670 F: drivers/firmware/efi/*
3661 F: include/linux/efi*.h 3671 F: include/linux/efi*.h
3662 3672
3663 EFI VARIABLE FILESYSTEM 3673 EFI VARIABLE FILESYSTEM
3664 M: Matthew Garrett <matthew.garrett@nebula.com> 3674 M: Matthew Garrett <matthew.garrett@nebula.com>
3665 M: Jeremy Kerr <jk@ozlabs.org> 3675 M: Jeremy Kerr <jk@ozlabs.org>
3666 M: Matt Fleming <matt.fleming@intel.com> 3676 M: Matt Fleming <matt.fleming@intel.com>
3667 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git 3677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3668 L: linux-efi@vger.kernel.org 3678 L: linux-efi@vger.kernel.org
3669 S: Maintained 3679 S: Maintained
3670 F: fs/efivarfs/ 3680 F: fs/efivarfs/
3671 3681
3672 EFIFB FRAMEBUFFER DRIVER 3682 EFIFB FRAMEBUFFER DRIVER
3673 L: linux-fbdev@vger.kernel.org 3683 L: linux-fbdev@vger.kernel.org
3674 M: Peter Jones <pjones@redhat.com> 3684 M: Peter Jones <pjones@redhat.com>
3675 S: Maintained 3685 S: Maintained
3676 F: drivers/video/fbdev/efifb.c 3686 F: drivers/video/fbdev/efifb.c
3677 3687
3678 EFS FILESYSTEM 3688 EFS FILESYSTEM
3679 W: http://aeschi.ch.eu.org/efs/ 3689 W: http://aeschi.ch.eu.org/efs/
3680 S: Orphan 3690 S: Orphan
3681 F: fs/efs/ 3691 F: fs/efs/
3682 3692
3683 EHCA (IBM GX bus InfiniBand adapter) DRIVER 3693 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3684 M: Hoang-Nam Nguyen <hnguyen@de.ibm.com> 3694 M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3685 M: Christoph Raisch <raisch@de.ibm.com> 3695 M: Christoph Raisch <raisch@de.ibm.com>
3686 L: linux-rdma@vger.kernel.org 3696 L: linux-rdma@vger.kernel.org
3687 S: Supported 3697 S: Supported
3688 F: drivers/infiniband/hw/ehca/ 3698 F: drivers/infiniband/hw/ehca/
3689 3699
3690 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER 3700 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3691 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com> 3701 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3692 L: netdev@vger.kernel.org 3702 L: netdev@vger.kernel.org
3693 S: Maintained 3703 S: Maintained
3694 F: drivers/net/ethernet/ibm/ehea/ 3704 F: drivers/net/ethernet/ibm/ehea/
3695 3705
3696 EM28XX VIDEO4LINUX DRIVER 3706 EM28XX VIDEO4LINUX DRIVER
3697 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 3707 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3698 L: linux-media@vger.kernel.org 3708 L: linux-media@vger.kernel.org
3699 W: http://linuxtv.org 3709 W: http://linuxtv.org
3700 T: git git://linuxtv.org/media_tree.git 3710 T: git git://linuxtv.org/media_tree.git
3701 S: Maintained 3711 S: Maintained
3702 F: drivers/media/usb/em28xx/ 3712 F: drivers/media/usb/em28xx/
3703 3713
3704 EMBEDDED LINUX 3714 EMBEDDED LINUX
3705 M: Paul Gortmaker <paul.gortmaker@windriver.com> 3715 M: Paul Gortmaker <paul.gortmaker@windriver.com>
3706 M: Matt Mackall <mpm@selenic.com> 3716 M: Matt Mackall <mpm@selenic.com>
3707 M: David Woodhouse <dwmw2@infradead.org> 3717 M: David Woodhouse <dwmw2@infradead.org>
3708 L: linux-embedded@vger.kernel.org 3718 L: linux-embedded@vger.kernel.org
3709 S: Maintained 3719 S: Maintained
3710 3720
3711 EMULEX LPFC FC SCSI DRIVER 3721 EMULEX LPFC FC SCSI DRIVER
3712 M: James Smart <james.smart@emulex.com> 3722 M: James Smart <james.smart@emulex.com>
3713 L: linux-scsi@vger.kernel.org 3723 L: linux-scsi@vger.kernel.org
3714 W: http://sourceforge.net/projects/lpfcxxxx 3724 W: http://sourceforge.net/projects/lpfcxxxx
3715 S: Supported 3725 S: Supported
3716 F: drivers/scsi/lpfc/ 3726 F: drivers/scsi/lpfc/
3717 3727
3718 ENE CB710 FLASH CARD READER DRIVER 3728 ENE CB710 FLASH CARD READER DRIVER
3719 M: Michaล‚ Mirosล‚aw <mirq-linux@rere.qmqm.pl> 3729 M: Michaร…ย‚ Mirosร…ย‚aw <mirq-linux@rere.qmqm.pl>
3720 S: Maintained 3730 S: Maintained
3721 F: drivers/misc/cb710/ 3731 F: drivers/misc/cb710/
3722 F: drivers/mmc/host/cb710-mmc.* 3732 F: drivers/mmc/host/cb710-mmc.*
3723 F: include/linux/cb710.h 3733 F: include/linux/cb710.h
3724 3734
3725 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER 3735 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3726 M: Maxim Levitsky <maximlevitsky@gmail.com> 3736 M: Maxim Levitsky <maximlevitsky@gmail.com>
3727 S: Maintained 3737 S: Maintained
3728 F: drivers/media/rc/ene_ir.* 3738 F: drivers/media/rc/ene_ir.*
3729 3739
3730 ENHANCED ERROR HANDLING (EEH) 3740 ENHANCED ERROR HANDLING (EEH)
3731 M: Gavin Shan <shangw@linux.vnet.ibm.com> 3741 M: Gavin Shan <shangw@linux.vnet.ibm.com>
3732 L: linuxppc-dev@lists.ozlabs.org 3742 L: linuxppc-dev@lists.ozlabs.org
3733 S: Supported 3743 S: Supported
3734 F: Documentation/powerpc/eeh-pci-error-recovery.txt 3744 F: Documentation/powerpc/eeh-pci-error-recovery.txt
3735 F: arch/powerpc/kernel/eeh*.c 3745 F: arch/powerpc/kernel/eeh*.c
3736 3746
3737 EPSON S1D13XXX FRAMEBUFFER DRIVER 3747 EPSON S1D13XXX FRAMEBUFFER DRIVER
3738 M: Kristoffer Ericson <kristoffer.ericson@gmail.com> 3748 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
3739 S: Maintained 3749 S: Maintained
3740 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git 3750 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3741 F: drivers/video/fbdev/s1d13xxxfb.c 3751 F: drivers/video/fbdev/s1d13xxxfb.c
3742 F: include/video/s1d13xxxfb.h 3752 F: include/video/s1d13xxxfb.h
3743 3753
3744 ET131X NETWORK DRIVER 3754 ET131X NETWORK DRIVER
3745 M: Mark Einon <mark.einon@gmail.com> 3755 M: Mark Einon <mark.einon@gmail.com>
3746 S: Odd Fixes 3756 S: Odd Fixes
3747 F: drivers/net/ethernet/agere/ 3757 F: drivers/net/ethernet/agere/
3748 3758
3749 ETHERNET BRIDGE 3759 ETHERNET BRIDGE
3750 M: Stephen Hemminger <stephen@networkplumber.org> 3760 M: Stephen Hemminger <stephen@networkplumber.org>
3751 L: bridge@lists.linux-foundation.org 3761 L: bridge@lists.linux-foundation.org
3752 L: netdev@vger.kernel.org 3762 L: netdev@vger.kernel.org
3753 W: http://www.linuxfoundation.org/en/Net:Bridge 3763 W: http://www.linuxfoundation.org/en/Net:Bridge
3754 S: Maintained 3764 S: Maintained
3755 F: include/linux/netfilter_bridge/ 3765 F: include/linux/netfilter_bridge/
3756 F: net/bridge/ 3766 F: net/bridge/
3757 3767
3758 ETHERNET PHY LIBRARY 3768 ETHERNET PHY LIBRARY
3759 M: Florian Fainelli <f.fainelli@gmail.com> 3769 M: Florian Fainelli <f.fainelli@gmail.com>
3760 L: netdev@vger.kernel.org 3770 L: netdev@vger.kernel.org
3761 S: Maintained 3771 S: Maintained
3762 F: include/linux/phy.h 3772 F: include/linux/phy.h
3763 F: include/linux/phy_fixed.h 3773 F: include/linux/phy_fixed.h
3764 F: drivers/net/phy/ 3774 F: drivers/net/phy/
3765 F: Documentation/networking/phy.txt 3775 F: Documentation/networking/phy.txt
3766 F: drivers/of/of_mdio.c 3776 F: drivers/of/of_mdio.c
3767 F: drivers/of/of_net.c 3777 F: drivers/of/of_net.c
3768 3778
3769 EXT2 FILE SYSTEM 3779 EXT2 FILE SYSTEM
3770 M: Jan Kara <jack@suse.cz> 3780 M: Jan Kara <jack@suse.cz>
3771 L: linux-ext4@vger.kernel.org 3781 L: linux-ext4@vger.kernel.org
3772 S: Maintained 3782 S: Maintained
3773 F: Documentation/filesystems/ext2.txt 3783 F: Documentation/filesystems/ext2.txt
3774 F: fs/ext2/ 3784 F: fs/ext2/
3775 F: include/linux/ext2* 3785 F: include/linux/ext2*
3776 3786
3777 EXT3 FILE SYSTEM 3787 EXT3 FILE SYSTEM
3778 M: Jan Kara <jack@suse.cz> 3788 M: Jan Kara <jack@suse.cz>
3779 M: Andrew Morton <akpm@linux-foundation.org> 3789 M: Andrew Morton <akpm@linux-foundation.org>
3780 M: Andreas Dilger <adilger.kernel@dilger.ca> 3790 M: Andreas Dilger <adilger.kernel@dilger.ca>
3781 L: linux-ext4@vger.kernel.org 3791 L: linux-ext4@vger.kernel.org
3782 S: Maintained 3792 S: Maintained
3783 F: Documentation/filesystems/ext3.txt 3793 F: Documentation/filesystems/ext3.txt
3784 F: fs/ext3/ 3794 F: fs/ext3/
3785 3795
3786 EXT4 FILE SYSTEM 3796 EXT4 FILE SYSTEM
3787 M: "Theodore Ts'o" <tytso@mit.edu> 3797 M: "Theodore Ts'o" <tytso@mit.edu>
3788 M: Andreas Dilger <adilger.kernel@dilger.ca> 3798 M: Andreas Dilger <adilger.kernel@dilger.ca>
3789 L: linux-ext4@vger.kernel.org 3799 L: linux-ext4@vger.kernel.org
3790 W: http://ext4.wiki.kernel.org 3800 W: http://ext4.wiki.kernel.org
3791 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/ 3801 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
3792 S: Maintained 3802 S: Maintained
3793 F: Documentation/filesystems/ext4.txt 3803 F: Documentation/filesystems/ext4.txt
3794 F: fs/ext4/ 3804 F: fs/ext4/
3795 3805
3796 Extended Verification Module (EVM) 3806 Extended Verification Module (EVM)
3797 M: Mimi Zohar <zohar@linux.vnet.ibm.com> 3807 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
3798 L: linux-ima-devel@lists.sourceforge.net 3808 L: linux-ima-devel@lists.sourceforge.net
3799 L: linux-security-module@vger.kernel.org 3809 L: linux-security-module@vger.kernel.org
3800 S: Supported 3810 S: Supported
3801 F: security/integrity/evm/ 3811 F: security/integrity/evm/
3802 3812
3803 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON) 3813 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3804 M: MyungJoo Ham <myungjoo.ham@samsung.com> 3814 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3805 M: Chanwoo Choi <cw00.choi@samsung.com> 3815 M: Chanwoo Choi <cw00.choi@samsung.com>
3806 L: linux-kernel@vger.kernel.org 3816 L: linux-kernel@vger.kernel.org
3807 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git 3817 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3808 S: Maintained 3818 S: Maintained
3809 F: drivers/extcon/ 3819 F: drivers/extcon/
3810 F: Documentation/extcon/ 3820 F: Documentation/extcon/
3811 3821
3812 EXYNOS DP DRIVER 3822 EXYNOS DP DRIVER
3813 M: Jingoo Han <jg1.han@samsung.com> 3823 M: Jingoo Han <jg1.han@samsung.com>
3814 L: dri-devel@lists.freedesktop.org 3824 L: dri-devel@lists.freedesktop.org
3815 S: Maintained 3825 S: Maintained
3816 F: drivers/gpu/drm/exynos/exynos_dp* 3826 F: drivers/gpu/drm/exynos/exynos_dp*
3817 3827
3818 EXYNOS MIPI DISPLAY DRIVERS 3828 EXYNOS MIPI DISPLAY DRIVERS
3819 M: Inki Dae <inki.dae@samsung.com> 3829 M: Inki Dae <inki.dae@samsung.com>
3820 M: Donghwa Lee <dh09.lee@samsung.com> 3830 M: Donghwa Lee <dh09.lee@samsung.com>
3821 M: Kyungmin Park <kyungmin.park@samsung.com> 3831 M: Kyungmin Park <kyungmin.park@samsung.com>
3822 L: linux-fbdev@vger.kernel.org 3832 L: linux-fbdev@vger.kernel.org
3823 S: Maintained 3833 S: Maintained
3824 F: drivers/video/fbdev/exynos/exynos_mipi* 3834 F: drivers/video/fbdev/exynos/exynos_mipi*
3825 F: include/video/exynos_mipi* 3835 F: include/video/exynos_mipi*
3826 3836
3827 F71805F HARDWARE MONITORING DRIVER 3837 F71805F HARDWARE MONITORING DRIVER
3828 M: Jean Delvare <jdelvare@suse.de> 3838 M: Jean Delvare <jdelvare@suse.de>
3829 L: lm-sensors@lm-sensors.org 3839 L: lm-sensors@lm-sensors.org
3830 S: Maintained 3840 S: Maintained
3831 F: Documentation/hwmon/f71805f 3841 F: Documentation/hwmon/f71805f
3832 F: drivers/hwmon/f71805f.c 3842 F: drivers/hwmon/f71805f.c
3833 3843
3834 FC0011 TUNER DRIVER 3844 FC0011 TUNER DRIVER
3835 M: Michael Buesch <m@bues.ch> 3845 M: Michael Buesch <m@bues.ch>
3836 L: linux-media@vger.kernel.org 3846 L: linux-media@vger.kernel.org
3837 S: Maintained 3847 S: Maintained
3838 F: drivers/media/tuners/fc0011.h 3848 F: drivers/media/tuners/fc0011.h
3839 F: drivers/media/tuners/fc0011.c 3849 F: drivers/media/tuners/fc0011.c
3840 3850
3841 FC2580 MEDIA DRIVER 3851 FC2580 MEDIA DRIVER
3842 M: Antti Palosaari <crope@iki.fi> 3852 M: Antti Palosaari <crope@iki.fi>
3843 L: linux-media@vger.kernel.org 3853 L: linux-media@vger.kernel.org
3844 W: http://linuxtv.org/ 3854 W: http://linuxtv.org/
3845 W: http://palosaari.fi/linux/ 3855 W: http://palosaari.fi/linux/
3846 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 3856 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3847 T: git git://linuxtv.org/anttip/media_tree.git 3857 T: git git://linuxtv.org/anttip/media_tree.git
3848 S: Maintained 3858 S: Maintained
3849 F: drivers/media/tuners/fc2580* 3859 F: drivers/media/tuners/fc2580*
3850 3860
3851 FANOTIFY 3861 FANOTIFY
3852 M: Eric Paris <eparis@redhat.com> 3862 M: Eric Paris <eparis@redhat.com>
3853 S: Maintained 3863 S: Maintained
3854 F: fs/notify/fanotify/ 3864 F: fs/notify/fanotify/
3855 F: include/linux/fanotify.h 3865 F: include/linux/fanotify.h
3856 F: include/uapi/linux/fanotify.h 3866 F: include/uapi/linux/fanotify.h
3857 3867
3858 FARSYNC SYNCHRONOUS DRIVER 3868 FARSYNC SYNCHRONOUS DRIVER
3859 M: Kevin Curtis <kevin.curtis@farsite.co.uk> 3869 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
3860 W: http://www.farsite.co.uk/ 3870 W: http://www.farsite.co.uk/
3861 S: Supported 3871 S: Supported
3862 F: drivers/net/wan/farsync.* 3872 F: drivers/net/wan/farsync.*
3863 3873
3864 FAULT INJECTION SUPPORT 3874 FAULT INJECTION SUPPORT
3865 M: Akinobu Mita <akinobu.mita@gmail.com> 3875 M: Akinobu Mita <akinobu.mita@gmail.com>
3866 S: Supported 3876 S: Supported
3867 F: Documentation/fault-injection/ 3877 F: Documentation/fault-injection/
3868 F: lib/fault-inject.c 3878 F: lib/fault-inject.c
3869 3879
3870 FCOE SUBSYSTEM (libfc, libfcoe, fcoe) 3880 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3871 M: Robert Love <robert.w.love@intel.com> 3881 M: Robert Love <robert.w.love@intel.com>
3872 L: fcoe-devel@open-fcoe.org 3882 L: fcoe-devel@open-fcoe.org
3873 W: www.Open-FCoE.org 3883 W: www.Open-FCoE.org
3874 S: Supported 3884 S: Supported
3875 F: drivers/scsi/libfc/ 3885 F: drivers/scsi/libfc/
3876 F: drivers/scsi/fcoe/ 3886 F: drivers/scsi/fcoe/
3877 F: include/scsi/fc/ 3887 F: include/scsi/fc/
3878 F: include/scsi/libfc.h 3888 F: include/scsi/libfc.h
3879 F: include/scsi/libfcoe.h 3889 F: include/scsi/libfcoe.h
3880 F: include/uapi/scsi/fc/ 3890 F: include/uapi/scsi/fc/
3881 3891
3882 FILE LOCKING (flock() and fcntl()/lockf()) 3892 FILE LOCKING (flock() and fcntl()/lockf())
3883 M: Jeff Layton <jlayton@poochiereds.net> 3893 M: Jeff Layton <jlayton@poochiereds.net>
3884 M: J. Bruce Fields <bfields@fieldses.org> 3894 M: J. Bruce Fields <bfields@fieldses.org>
3885 L: linux-fsdevel@vger.kernel.org 3895 L: linux-fsdevel@vger.kernel.org
3886 S: Maintained 3896 S: Maintained
3887 F: include/linux/fcntl.h 3897 F: include/linux/fcntl.h
3888 F: include/linux/fs.h 3898 F: include/linux/fs.h
3889 F: include/uapi/linux/fcntl.h 3899 F: include/uapi/linux/fcntl.h
3890 F: include/uapi/linux/fs.h 3900 F: include/uapi/linux/fs.h
3891 F: fs/fcntl.c 3901 F: fs/fcntl.c
3892 F: fs/locks.c 3902 F: fs/locks.c
3893 3903
3894 FILESYSTEMS (VFS and infrastructure) 3904 FILESYSTEMS (VFS and infrastructure)
3895 M: Alexander Viro <viro@zeniv.linux.org.uk> 3905 M: Alexander Viro <viro@zeniv.linux.org.uk>
3896 L: linux-fsdevel@vger.kernel.org 3906 L: linux-fsdevel@vger.kernel.org
3897 S: Maintained 3907 S: Maintained
3898 F: fs/* 3908 F: fs/*
3899 3909
3900 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER 3910 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3901 M: Riku Voipio <riku.voipio@iki.fi> 3911 M: Riku Voipio <riku.voipio@iki.fi>
3902 L: lm-sensors@lm-sensors.org 3912 L: lm-sensors@lm-sensors.org
3903 S: Maintained 3913 S: Maintained
3904 F: drivers/hwmon/f75375s.c 3914 F: drivers/hwmon/f75375s.c
3905 F: include/linux/f75375s.h 3915 F: include/linux/f75375s.h
3906 3916
3907 FIREWIRE AUDIO DRIVERS 3917 FIREWIRE AUDIO DRIVERS
3908 M: Clemens Ladisch <clemens@ladisch.de> 3918 M: Clemens Ladisch <clemens@ladisch.de>
3909 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 3919 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3910 T: git git://git.alsa-project.org/alsa-kernel.git 3920 T: git git://git.alsa-project.org/alsa-kernel.git
3911 S: Maintained 3921 S: Maintained
3912 F: sound/firewire/ 3922 F: sound/firewire/
3913 3923
3914 FIREWIRE MEDIA DRIVERS (firedtv) 3924 FIREWIRE MEDIA DRIVERS (firedtv)
3915 M: Stefan Richter <stefanr@s5r6.in-berlin.de> 3925 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
3916 L: linux-media@vger.kernel.org 3926 L: linux-media@vger.kernel.org
3917 L: linux1394-devel@lists.sourceforge.net 3927 L: linux1394-devel@lists.sourceforge.net
3918 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3928 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3919 S: Maintained 3929 S: Maintained
3920 F: drivers/media/firewire/ 3930 F: drivers/media/firewire/
3921 3931
3922 FIREWIRE SBP-2 TARGET 3932 FIREWIRE SBP-2 TARGET
3923 M: Chris Boot <bootc@bootc.net> 3933 M: Chris Boot <bootc@bootc.net>
3924 L: linux-scsi@vger.kernel.org 3934 L: linux-scsi@vger.kernel.org
3925 L: target-devel@vger.kernel.org 3935 L: target-devel@vger.kernel.org
3926 L: linux1394-devel@lists.sourceforge.net 3936 L: linux1394-devel@lists.sourceforge.net
3927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master 3937 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3928 S: Maintained 3938 S: Maintained
3929 F: drivers/target/sbp/ 3939 F: drivers/target/sbp/
3930 3940
3931 FIREWIRE SUBSYSTEM 3941 FIREWIRE SUBSYSTEM
3932 M: Stefan Richter <stefanr@s5r6.in-berlin.de> 3942 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
3933 L: linux1394-devel@lists.sourceforge.net 3943 L: linux1394-devel@lists.sourceforge.net
3934 W: http://ieee1394.wiki.kernel.org/ 3944 W: http://ieee1394.wiki.kernel.org/
3935 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git 3945 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3936 S: Maintained 3946 S: Maintained
3937 F: drivers/firewire/ 3947 F: drivers/firewire/
3938 F: include/linux/firewire.h 3948 F: include/linux/firewire.h
3939 F: include/uapi/linux/firewire*.h 3949 F: include/uapi/linux/firewire*.h
3940 F: tools/firewire/ 3950 F: tools/firewire/
3941 3951
3942 FIRMWARE LOADER (request_firmware) 3952 FIRMWARE LOADER (request_firmware)
3943 M: Ming Lei <ming.lei@canonical.com> 3953 M: Ming Lei <ming.lei@canonical.com>
3944 L: linux-kernel@vger.kernel.org 3954 L: linux-kernel@vger.kernel.org
3945 S: Maintained 3955 S: Maintained
3946 F: Documentation/firmware_class/ 3956 F: Documentation/firmware_class/
3947 F: drivers/base/firmware*.c 3957 F: drivers/base/firmware*.c
3948 F: include/linux/firmware.h 3958 F: include/linux/firmware.h
3949 3959
3950 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card) 3960 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3951 M: Joshua Morris <josh.h.morris@us.ibm.com> 3961 M: Joshua Morris <josh.h.morris@us.ibm.com>
3952 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com> 3962 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3953 S: Maintained 3963 S: Maintained
3954 F: drivers/block/rsxx/ 3964 F: drivers/block/rsxx/
3955 3965
3956 FLOPPY DRIVER 3966 FLOPPY DRIVER
3957 M: Jiri Kosina <jkosina@suse.cz> 3967 M: Jiri Kosina <jkosina@suse.cz>
3958 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git 3968 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3959 S: Odd fixes 3969 S: Odd fixes
3960 F: drivers/block/floppy.c 3970 F: drivers/block/floppy.c
3961 3971
3962 FMC SUBSYSTEM 3972 FMC SUBSYSTEM
3963 M: Alessandro Rubini <rubini@gnudd.com> 3973 M: Alessandro Rubini <rubini@gnudd.com>
3964 W: http://www.ohwr.org/projects/fmc-bus 3974 W: http://www.ohwr.org/projects/fmc-bus
3965 S: Supported 3975 S: Supported
3966 F: drivers/fmc/ 3976 F: drivers/fmc/
3967 F: include/linux/fmc*.h 3977 F: include/linux/fmc*.h
3968 F: include/linux/ipmi-fru.h 3978 F: include/linux/ipmi-fru.h
3969 K: fmc_d.*register 3979 K: fmc_d.*register
3970 3980
3971 FPU EMULATOR 3981 FPU EMULATOR
3972 M: Bill Metzenthen <billm@melbpc.org.au> 3982 M: Bill Metzenthen <billm@melbpc.org.au>
3973 W: http://floatingpoint.sourceforge.net/emulator/index.html 3983 W: http://floatingpoint.sourceforge.net/emulator/index.html
3974 S: Maintained 3984 S: Maintained
3975 F: arch/x86/math-emu/ 3985 F: arch/x86/math-emu/
3976 3986
3977 FRAME RELAY DLCI/FRAD (Sangoma drivers too) 3987 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3978 L: netdev@vger.kernel.org 3988 L: netdev@vger.kernel.org
3979 S: Orphan 3989 S: Orphan
3980 F: drivers/net/wan/dlci.c 3990 F: drivers/net/wan/dlci.c
3981 F: drivers/net/wan/sdla.c 3991 F: drivers/net/wan/sdla.c
3982 3992
3983 FRAMEBUFFER LAYER 3993 FRAMEBUFFER LAYER
3984 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> 3994 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3985 M: Tomi Valkeinen <tomi.valkeinen@ti.com> 3995 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
3986 L: linux-fbdev@vger.kernel.org 3996 L: linux-fbdev@vger.kernel.org
3987 W: http://linux-fbdev.sourceforge.net/ 3997 W: http://linux-fbdev.sourceforge.net/
3988 Q: http://patchwork.kernel.org/project/linux-fbdev/list/ 3998 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
3989 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git 3999 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
3990 S: Maintained 4000 S: Maintained
3991 F: Documentation/fb/ 4001 F: Documentation/fb/
3992 F: Documentation/devicetree/bindings/fb/ 4002 F: Documentation/devicetree/bindings/fb/
3993 F: drivers/video/ 4003 F: drivers/video/
3994 F: include/video/ 4004 F: include/video/
3995 F: include/linux/fb.h 4005 F: include/linux/fb.h
3996 F: include/uapi/video/ 4006 F: include/uapi/video/
3997 F: include/uapi/linux/fb.h 4007 F: include/uapi/linux/fb.h
3998 4008
3999 FREESCALE DIU FRAMEBUFFER DRIVER 4009 FREESCALE DIU FRAMEBUFFER DRIVER
4000 M: Timur Tabi <timur@tabi.org> 4010 M: Timur Tabi <timur@tabi.org>
4001 L: linux-fbdev@vger.kernel.org 4011 L: linux-fbdev@vger.kernel.org
4002 S: Maintained 4012 S: Maintained
4003 F: drivers/video/fbdev/fsl-diu-fb.* 4013 F: drivers/video/fbdev/fsl-diu-fb.*
4004 4014
4005 FREESCALE DMA DRIVER 4015 FREESCALE DMA DRIVER
4006 M: Li Yang <leoli@freescale.com> 4016 M: Li Yang <leoli@freescale.com>
4007 M: Zhang Wei <zw@zh-kernel.org> 4017 M: Zhang Wei <zw@zh-kernel.org>
4008 L: linuxppc-dev@lists.ozlabs.org 4018 L: linuxppc-dev@lists.ozlabs.org
4009 S: Maintained 4019 S: Maintained
4010 F: drivers/dma/fsldma.* 4020 F: drivers/dma/fsldma.*
4011 4021
4012 FREESCALE I2C CPM DRIVER 4022 FREESCALE I2C CPM DRIVER
4013 M: Jochen Friedrich <jochen@scram.de> 4023 M: Jochen Friedrich <jochen@scram.de>
4014 L: linuxppc-dev@lists.ozlabs.org 4024 L: linuxppc-dev@lists.ozlabs.org
4015 L: linux-i2c@vger.kernel.org 4025 L: linux-i2c@vger.kernel.org
4016 S: Maintained 4026 S: Maintained
4017 F: drivers/i2c/busses/i2c-cpm.c 4027 F: drivers/i2c/busses/i2c-cpm.c
4018 4028
4019 FREESCALE IMX / MXC FRAMEBUFFER DRIVER 4029 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4020 M: Sascha Hauer <kernel@pengutronix.de> 4030 M: Sascha Hauer <kernel@pengutronix.de>
4021 L: linux-fbdev@vger.kernel.org 4031 L: linux-fbdev@vger.kernel.org
4022 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 4032 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4023 S: Maintained 4033 S: Maintained
4024 F: include/linux/platform_data/video-imxfb.h 4034 F: include/linux/platform_data/video-imxfb.h
4025 F: drivers/video/fbdev/imxfb.c 4035 F: drivers/video/fbdev/imxfb.c
4026 4036
4027 FREESCALE SOC FS_ENET DRIVER 4037 FREESCALE SOC FS_ENET DRIVER
4028 M: Pantelis Antoniou <pantelis.antoniou@gmail.com> 4038 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4029 M: Vitaly Bordug <vbordug@ru.mvista.com> 4039 M: Vitaly Bordug <vbordug@ru.mvista.com>
4030 L: linuxppc-dev@lists.ozlabs.org 4040 L: linuxppc-dev@lists.ozlabs.org
4031 L: netdev@vger.kernel.org 4041 L: netdev@vger.kernel.org
4032 S: Maintained 4042 S: Maintained
4033 F: drivers/net/ethernet/freescale/fs_enet/ 4043 F: drivers/net/ethernet/freescale/fs_enet/
4034 F: include/linux/fs_enet_pd.h 4044 F: include/linux/fs_enet_pd.h
4035 4045
4036 FREESCALE QUICC ENGINE LIBRARY 4046 FREESCALE QUICC ENGINE LIBRARY
4037 L: linuxppc-dev@lists.ozlabs.org 4047 L: linuxppc-dev@lists.ozlabs.org
4038 S: Orphan 4048 S: Orphan
4039 F: arch/powerpc/sysdev/qe_lib/ 4049 F: arch/powerpc/sysdev/qe_lib/
4040 F: arch/powerpc/include/asm/*qe.h 4050 F: arch/powerpc/include/asm/*qe.h
4041 4051
4042 FREESCALE USB PERIPHERAL DRIVERS 4052 FREESCALE USB PERIPHERAL DRIVERS
4043 M: Li Yang <leoli@freescale.com> 4053 M: Li Yang <leoli@freescale.com>
4044 L: linux-usb@vger.kernel.org 4054 L: linux-usb@vger.kernel.org
4045 L: linuxppc-dev@lists.ozlabs.org 4055 L: linuxppc-dev@lists.ozlabs.org
4046 S: Maintained 4056 S: Maintained
4047 F: drivers/usb/gadget/udc/fsl* 4057 F: drivers/usb/gadget/udc/fsl*
4048 4058
4049 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER 4059 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4050 M: Li Yang <leoli@freescale.com> 4060 M: Li Yang <leoli@freescale.com>
4051 L: netdev@vger.kernel.org 4061 L: netdev@vger.kernel.org
4052 L: linuxppc-dev@lists.ozlabs.org 4062 L: linuxppc-dev@lists.ozlabs.org
4053 S: Maintained 4063 S: Maintained
4054 F: drivers/net/ethernet/freescale/ucc_geth* 4064 F: drivers/net/ethernet/freescale/ucc_geth*
4055 4065
4056 FREESCALE QUICC ENGINE UCC UART DRIVER 4066 FREESCALE QUICC ENGINE UCC UART DRIVER
4057 M: Timur Tabi <timur@tabi.org> 4067 M: Timur Tabi <timur@tabi.org>
4058 L: linuxppc-dev@lists.ozlabs.org 4068 L: linuxppc-dev@lists.ozlabs.org
4059 S: Maintained 4069 S: Maintained
4060 F: drivers/tty/serial/ucc_uart.c 4070 F: drivers/tty/serial/ucc_uart.c
4061 4071
4062 FREESCALE SOC SOUND DRIVERS 4072 FREESCALE SOC SOUND DRIVERS
4063 M: Timur Tabi <timur@tabi.org> 4073 M: Timur Tabi <timur@tabi.org>
4064 M: Nicolin Chen <nicoleotsuka@gmail.com> 4074 M: Nicolin Chen <nicoleotsuka@gmail.com>
4065 M: Xiubo Li <Xiubo.Lee@gmail.com> 4075 M: Xiubo Li <Xiubo.Lee@gmail.com>
4066 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 4076 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4067 L: linuxppc-dev@lists.ozlabs.org 4077 L: linuxppc-dev@lists.ozlabs.org
4068 S: Maintained 4078 S: Maintained
4069 F: sound/soc/fsl/fsl* 4079 F: sound/soc/fsl/fsl*
4070 F: sound/soc/fsl/imx* 4080 F: sound/soc/fsl/imx*
4071 F: sound/soc/fsl/mpc8610_hpcd.c 4081 F: sound/soc/fsl/mpc8610_hpcd.c
4072 4082
4073 FREEVXFS FILESYSTEM 4083 FREEVXFS FILESYSTEM
4074 M: Christoph Hellwig <hch@infradead.org> 4084 M: Christoph Hellwig <hch@infradead.org>
4075 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs 4085 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4076 S: Maintained 4086 S: Maintained
4077 F: fs/freevxfs/ 4087 F: fs/freevxfs/
4078 4088
4079 FREEZER 4089 FREEZER
4080 M: "Rafael J. Wysocki" <rjw@rjwysocki.net> 4090 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4081 M: Pavel Machek <pavel@ucw.cz> 4091 M: Pavel Machek <pavel@ucw.cz>
4082 L: linux-pm@vger.kernel.org 4092 L: linux-pm@vger.kernel.org
4083 S: Supported 4093 S: Supported
4084 F: Documentation/power/freezing-of-tasks.txt 4094 F: Documentation/power/freezing-of-tasks.txt
4085 F: include/linux/freezer.h 4095 F: include/linux/freezer.h
4086 F: kernel/freezer.c 4096 F: kernel/freezer.c
4087 4097
4088 FRONTSWAP API 4098 FRONTSWAP API
4089 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 4099 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4090 L: linux-kernel@vger.kernel.org 4100 L: linux-kernel@vger.kernel.org
4091 S: Maintained 4101 S: Maintained
4092 F: mm/frontswap.c 4102 F: mm/frontswap.c
4093 F: include/linux/frontswap.h 4103 F: include/linux/frontswap.h
4094 4104
4095 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS 4105 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4096 M: David Howells <dhowells@redhat.com> 4106 M: David Howells <dhowells@redhat.com>
4097 L: linux-cachefs@redhat.com 4107 L: linux-cachefs@redhat.com
4098 S: Supported 4108 S: Supported
4099 F: Documentation/filesystems/caching/ 4109 F: Documentation/filesystems/caching/
4100 F: fs/fscache/ 4110 F: fs/fscache/
4101 F: include/linux/fscache*.h 4111 F: include/linux/fscache*.h
4102 4112
4103 F2FS FILE SYSTEM 4113 F2FS FILE SYSTEM
4104 M: Jaegeuk Kim <jaegeuk@kernel.org> 4114 M: Jaegeuk Kim <jaegeuk@kernel.org>
4105 M: Changman Lee <cm224.lee@samsung.com> 4115 M: Changman Lee <cm224.lee@samsung.com>
4106 L: linux-f2fs-devel@lists.sourceforge.net 4116 L: linux-f2fs-devel@lists.sourceforge.net
4107 W: http://en.wikipedia.org/wiki/F2FS 4117 W: http://en.wikipedia.org/wiki/F2FS
4108 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git 4118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4109 S: Maintained 4119 S: Maintained
4110 F: Documentation/filesystems/f2fs.txt 4120 F: Documentation/filesystems/f2fs.txt
4111 F: Documentation/ABI/testing/sysfs-fs-f2fs 4121 F: Documentation/ABI/testing/sysfs-fs-f2fs
4112 F: fs/f2fs/ 4122 F: fs/f2fs/
4113 F: include/linux/f2fs_fs.h 4123 F: include/linux/f2fs_fs.h
4114 4124
4115 FUJITSU FR-V (FRV) PORT 4125 FUJITSU FR-V (FRV) PORT
4116 M: David Howells <dhowells@redhat.com> 4126 M: David Howells <dhowells@redhat.com>
4117 S: Maintained 4127 S: Maintained
4118 F: arch/frv/ 4128 F: arch/frv/
4119 4129
4120 FUJITSU LAPTOP EXTRAS 4130 FUJITSU LAPTOP EXTRAS
4121 M: Jonathan Woithe <jwoithe@just42.net> 4131 M: Jonathan Woithe <jwoithe@just42.net>
4122 L: platform-driver-x86@vger.kernel.org 4132 L: platform-driver-x86@vger.kernel.org
4123 S: Maintained 4133 S: Maintained
4124 F: drivers/platform/x86/fujitsu-laptop.c 4134 F: drivers/platform/x86/fujitsu-laptop.c
4125 4135
4126 FUJITSU M-5MO LS CAMERA ISP DRIVER 4136 FUJITSU M-5MO LS CAMERA ISP DRIVER
4127 M: Kyungmin Park <kyungmin.park@samsung.com> 4137 M: Kyungmin Park <kyungmin.park@samsung.com>
4128 M: Heungjun Kim <riverful.kim@samsung.com> 4138 M: Heungjun Kim <riverful.kim@samsung.com>
4129 L: linux-media@vger.kernel.org 4139 L: linux-media@vger.kernel.org
4130 S: Maintained 4140 S: Maintained
4131 F: drivers/media/i2c/m5mols/ 4141 F: drivers/media/i2c/m5mols/
4132 F: include/media/m5mols.h 4142 F: include/media/m5mols.h
4133 4143
4134 FUJITSU TABLET EXTRAS 4144 FUJITSU TABLET EXTRAS
4135 M: Robert Gerlach <khnz@gmx.de> 4145 M: Robert Gerlach <khnz@gmx.de>
4136 L: platform-driver-x86@vger.kernel.org 4146 L: platform-driver-x86@vger.kernel.org
4137 S: Maintained 4147 S: Maintained
4138 F: drivers/platform/x86/fujitsu-tablet.c 4148 F: drivers/platform/x86/fujitsu-tablet.c
4139 4149
4140 FUSE: FILESYSTEM IN USERSPACE 4150 FUSE: FILESYSTEM IN USERSPACE
4141 M: Miklos Szeredi <miklos@szeredi.hu> 4151 M: Miklos Szeredi <miklos@szeredi.hu>
4142 L: fuse-devel@lists.sourceforge.net 4152 L: fuse-devel@lists.sourceforge.net
4143 W: http://fuse.sourceforge.net/ 4153 W: http://fuse.sourceforge.net/
4144 S: Maintained 4154 S: Maintained
4145 F: fs/fuse/ 4155 F: fs/fuse/
4146 F: include/uapi/linux/fuse.h 4156 F: include/uapi/linux/fuse.h
4147 4157
4148 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) 4158 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4149 M: Rik Faith <faith@cs.unc.edu> 4159 M: Rik Faith <faith@cs.unc.edu>
4150 L: linux-scsi@vger.kernel.org 4160 L: linux-scsi@vger.kernel.org
4151 S: Odd Fixes (e.g., new signatures) 4161 S: Odd Fixes (e.g., new signatures)
4152 F: drivers/scsi/fdomain.* 4162 F: drivers/scsi/fdomain.*
4153 4163
4154 GCOV BASED KERNEL PROFILING 4164 GCOV BASED KERNEL PROFILING
4155 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com> 4165 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4156 S: Maintained 4166 S: Maintained
4157 F: kernel/gcov/ 4167 F: kernel/gcov/
4158 F: Documentation/gcov.txt 4168 F: Documentation/gcov.txt
4159 4169
4160 GDT SCSI DISK ARRAY CONTROLLER DRIVER 4170 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4161 M: Achim Leubner <achim_leubner@adaptec.com> 4171 M: Achim Leubner <achim_leubner@adaptec.com>
4162 L: linux-scsi@vger.kernel.org 4172 L: linux-scsi@vger.kernel.org
4163 W: http://www.icp-vortex.com/ 4173 W: http://www.icp-vortex.com/
4164 S: Supported 4174 S: Supported
4165 F: drivers/scsi/gdt* 4175 F: drivers/scsi/gdt*
4166 4176
4167 GEMTEK FM RADIO RECEIVER DRIVER 4177 GEMTEK FM RADIO RECEIVER DRIVER
4168 M: Hans Verkuil <hverkuil@xs4all.nl> 4178 M: Hans Verkuil <hverkuil@xs4all.nl>
4169 L: linux-media@vger.kernel.org 4179 L: linux-media@vger.kernel.org
4170 T: git git://linuxtv.org/media_tree.git 4180 T: git git://linuxtv.org/media_tree.git
4171 W: http://linuxtv.org 4181 W: http://linuxtv.org
4172 S: Maintained 4182 S: Maintained
4173 F: drivers/media/radio/radio-gemtek* 4183 F: drivers/media/radio/radio-gemtek*
4174 4184
4175 GENERIC GPIO I2C DRIVER 4185 GENERIC GPIO I2C DRIVER
4176 M: Haavard Skinnemoen <hskinnemoen@gmail.com> 4186 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4177 S: Supported 4187 S: Supported
4178 F: drivers/i2c/busses/i2c-gpio.c 4188 F: drivers/i2c/busses/i2c-gpio.c
4179 F: include/linux/i2c-gpio.h 4189 F: include/linux/i2c-gpio.h
4180 4190
4181 GENERIC GPIO I2C MULTIPLEXER DRIVER 4191 GENERIC GPIO I2C MULTIPLEXER DRIVER
4182 M: Peter Korsgaard <peter.korsgaard@barco.com> 4192 M: Peter Korsgaard <peter.korsgaard@barco.com>
4183 L: linux-i2c@vger.kernel.org 4193 L: linux-i2c@vger.kernel.org
4184 S: Supported 4194 S: Supported
4185 F: drivers/i2c/muxes/i2c-mux-gpio.c 4195 F: drivers/i2c/muxes/i2c-mux-gpio.c
4186 F: include/linux/i2c-mux-gpio.h 4196 F: include/linux/i2c-mux-gpio.h
4187 F: Documentation/i2c/muxes/i2c-mux-gpio 4197 F: Documentation/i2c/muxes/i2c-mux-gpio
4188 4198
4189 GENERIC HDLC (WAN) DRIVERS 4199 GENERIC HDLC (WAN) DRIVERS
4190 M: Krzysztof Halasa <khc@pm.waw.pl> 4200 M: Krzysztof Halasa <khc@pm.waw.pl>
4191 W: http://www.kernel.org/pub/linux/utils/net/hdlc/ 4201 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4192 S: Maintained 4202 S: Maintained
4193 F: drivers/net/wan/c101.c 4203 F: drivers/net/wan/c101.c
4194 F: drivers/net/wan/hd6457* 4204 F: drivers/net/wan/hd6457*
4195 F: drivers/net/wan/hdlc* 4205 F: drivers/net/wan/hdlc*
4196 F: drivers/net/wan/n2.c 4206 F: drivers/net/wan/n2.c
4197 F: drivers/net/wan/pc300too.c 4207 F: drivers/net/wan/pc300too.c
4198 F: drivers/net/wan/pci200syn.c 4208 F: drivers/net/wan/pci200syn.c
4199 F: drivers/net/wan/wanxl* 4209 F: drivers/net/wan/wanxl*
4200 4210
4201 GENERIC INCLUDE/ASM HEADER FILES 4211 GENERIC INCLUDE/ASM HEADER FILES
4202 M: Arnd Bergmann <arnd@arndb.de> 4212 M: Arnd Bergmann <arnd@arndb.de>
4203 L: linux-arch@vger.kernel.org 4213 L: linux-arch@vger.kernel.org
4204 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git 4214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4205 S: Maintained 4215 S: Maintained
4206 F: include/asm-generic/ 4216 F: include/asm-generic/
4207 F: include/uapi/asm-generic/ 4217 F: include/uapi/asm-generic/
4208 4218
4209 GENERIC PHY FRAMEWORK 4219 GENERIC PHY FRAMEWORK
4210 M: Kishon Vijay Abraham I <kishon@ti.com> 4220 M: Kishon Vijay Abraham I <kishon@ti.com>
4211 L: linux-kernel@vger.kernel.org 4221 L: linux-kernel@vger.kernel.org
4212 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git 4222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4213 S: Supported 4223 S: Supported
4214 F: drivers/phy/ 4224 F: drivers/phy/
4215 F: include/linux/phy/ 4225 F: include/linux/phy/
4216 4226
4217 GENERIC UIO DRIVER FOR PCI DEVICES 4227 GENERIC UIO DRIVER FOR PCI DEVICES
4218 M: "Michael S. Tsirkin" <mst@redhat.com> 4228 M: "Michael S. Tsirkin" <mst@redhat.com>
4219 L: kvm@vger.kernel.org 4229 L: kvm@vger.kernel.org
4220 S: Supported 4230 S: Supported
4221 F: drivers/uio/uio_pci_generic.c 4231 F: drivers/uio/uio_pci_generic.c
4222 4232
4223 GET_MAINTAINER SCRIPT 4233 GET_MAINTAINER SCRIPT
4224 M: Joe Perches <joe@perches.com> 4234 M: Joe Perches <joe@perches.com>
4225 S: Maintained 4235 S: Maintained
4226 F: scripts/get_maintainer.pl 4236 F: scripts/get_maintainer.pl
4227 4237
4228 GFS2 FILE SYSTEM 4238 GFS2 FILE SYSTEM
4229 M: Steven Whitehouse <swhiteho@redhat.com> 4239 M: Steven Whitehouse <swhiteho@redhat.com>
4230 L: cluster-devel@redhat.com 4240 L: cluster-devel@redhat.com
4231 W: http://sources.redhat.com/cluster/ 4241 W: http://sources.redhat.com/cluster/
4232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git 4242 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4233 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git 4243 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4234 S: Supported 4244 S: Supported
4235 F: Documentation/filesystems/gfs2*.txt 4245 F: Documentation/filesystems/gfs2*.txt
4236 F: fs/gfs2/ 4246 F: fs/gfs2/
4237 F: include/uapi/linux/gfs2_ondisk.h 4247 F: include/uapi/linux/gfs2_ondisk.h
4238 4248
4239 GIGASET ISDN DRIVERS 4249 GIGASET ISDN DRIVERS
4240 M: Hansjoerg Lipp <hjlipp@web.de> 4250 M: Hansjoerg Lipp <hjlipp@web.de>
4241 M: Tilman Schmidt <tilman@imap.cc> 4251 M: Tilman Schmidt <tilman@imap.cc>
4242 L: gigaset307x-common@lists.sourceforge.net 4252 L: gigaset307x-common@lists.sourceforge.net
4243 W: http://gigaset307x.sourceforge.net/ 4253 W: http://gigaset307x.sourceforge.net/
4244 S: Maintained 4254 S: Maintained
4245 F: Documentation/isdn/README.gigaset 4255 F: Documentation/isdn/README.gigaset
4246 F: drivers/isdn/gigaset/ 4256 F: drivers/isdn/gigaset/
4247 F: include/uapi/linux/gigaset_dev.h 4257 F: include/uapi/linux/gigaset_dev.h
4248 4258
4249 GO7007 MPEG CODEC 4259 GO7007 MPEG CODEC
4250 M: Hans Verkuil <hans.verkuil@cisco.com> 4260 M: Hans Verkuil <hans.verkuil@cisco.com>
4251 L: linux-media@vger.kernel.org 4261 L: linux-media@vger.kernel.org
4252 S: Maintained 4262 S: Maintained
4253 F: drivers/media/usb/go7007/ 4263 F: drivers/media/usb/go7007/
4254 4264
4255 GOODIX TOUCHSCREEN 4265 GOODIX TOUCHSCREEN
4256 M: Bastien Nocera <hadess@hadess.net> 4266 M: Bastien Nocera <hadess@hadess.net>
4257 L: linux-input@vger.kernel.org 4267 L: linux-input@vger.kernel.org
4258 S: Maintained 4268 S: Maintained
4259 F: drivers/input/touchscreen/goodix.c 4269 F: drivers/input/touchscreen/goodix.c
4260 4270
4261 GPIO SUBSYSTEM 4271 GPIO SUBSYSTEM
4262 M: Linus Walleij <linus.walleij@linaro.org> 4272 M: Linus Walleij <linus.walleij@linaro.org>
4263 M: Alexandre Courbot <gnurou@gmail.com> 4273 M: Alexandre Courbot <gnurou@gmail.com>
4264 L: linux-gpio@vger.kernel.org 4274 L: linux-gpio@vger.kernel.org
4265 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git 4275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4266 S: Maintained 4276 S: Maintained
4267 F: Documentation/gpio/ 4277 F: Documentation/gpio/
4268 F: drivers/gpio/ 4278 F: drivers/gpio/
4269 F: include/linux/gpio/ 4279 F: include/linux/gpio/
4270 F: include/linux/gpio.h 4280 F: include/linux/gpio.h
4271 F: include/asm-generic/gpio.h 4281 F: include/asm-generic/gpio.h
4272 4282
4273 GRE DEMULTIPLEXER DRIVER 4283 GRE DEMULTIPLEXER DRIVER
4274 M: Dmitry Kozlov <xeb@mail.ru> 4284 M: Dmitry Kozlov <xeb@mail.ru>
4275 L: netdev@vger.kernel.org 4285 L: netdev@vger.kernel.org
4276 S: Maintained 4286 S: Maintained
4277 F: net/ipv4/gre_demux.c 4287 F: net/ipv4/gre_demux.c
4278 F: net/ipv4/gre_offload.c 4288 F: net/ipv4/gre_offload.c
4279 F: include/net/gre.h 4289 F: include/net/gre.h
4280 4290
4281 GRETH 10/100/1G Ethernet MAC device driver 4291 GRETH 10/100/1G Ethernet MAC device driver
4282 M: Kristoffer Glembo <kristoffer@gaisler.com> 4292 M: Kristoffer Glembo <kristoffer@gaisler.com>
4283 L: netdev@vger.kernel.org 4293 L: netdev@vger.kernel.org
4284 S: Maintained 4294 S: Maintained
4285 F: drivers/net/ethernet/aeroflex/ 4295 F: drivers/net/ethernet/aeroflex/
4286 4296
4287 GSPCA FINEPIX SUBDRIVER 4297 GSPCA FINEPIX SUBDRIVER
4288 M: Frank Zago <frank@zago.net> 4298 M: Frank Zago <frank@zago.net>
4289 L: linux-media@vger.kernel.org 4299 L: linux-media@vger.kernel.org
4290 T: git git://linuxtv.org/media_tree.git 4300 T: git git://linuxtv.org/media_tree.git
4291 S: Maintained 4301 S: Maintained
4292 F: drivers/media/usb/gspca/finepix.c 4302 F: drivers/media/usb/gspca/finepix.c
4293 4303
4294 GSPCA GL860 SUBDRIVER 4304 GSPCA GL860 SUBDRIVER
4295 M: Olivier Lorin <o.lorin@laposte.net> 4305 M: Olivier Lorin <o.lorin@laposte.net>
4296 L: linux-media@vger.kernel.org 4306 L: linux-media@vger.kernel.org
4297 T: git git://linuxtv.org/media_tree.git 4307 T: git git://linuxtv.org/media_tree.git
4298 S: Maintained 4308 S: Maintained
4299 F: drivers/media/usb/gspca/gl860/ 4309 F: drivers/media/usb/gspca/gl860/
4300 4310
4301 GSPCA M5602 SUBDRIVER 4311 GSPCA M5602 SUBDRIVER
4302 M: Erik Andren <erik.andren@gmail.com> 4312 M: Erik Andren <erik.andren@gmail.com>
4303 L: linux-media@vger.kernel.org 4313 L: linux-media@vger.kernel.org
4304 T: git git://linuxtv.org/media_tree.git 4314 T: git git://linuxtv.org/media_tree.git
4305 S: Maintained 4315 S: Maintained
4306 F: drivers/media/usb/gspca/m5602/ 4316 F: drivers/media/usb/gspca/m5602/
4307 4317
4308 GSPCA PAC207 SONIXB SUBDRIVER 4318 GSPCA PAC207 SONIXB SUBDRIVER
4309 M: Hans de Goede <hdegoede@redhat.com> 4319 M: Hans de Goede <hdegoede@redhat.com>
4310 L: linux-media@vger.kernel.org 4320 L: linux-media@vger.kernel.org
4311 T: git git://linuxtv.org/media_tree.git 4321 T: git git://linuxtv.org/media_tree.git
4312 S: Maintained 4322 S: Maintained
4313 F: drivers/media/usb/gspca/pac207.c 4323 F: drivers/media/usb/gspca/pac207.c
4314 4324
4315 GSPCA SN9C20X SUBDRIVER 4325 GSPCA SN9C20X SUBDRIVER
4316 M: Brian Johnson <brijohn@gmail.com> 4326 M: Brian Johnson <brijohn@gmail.com>
4317 L: linux-media@vger.kernel.org 4327 L: linux-media@vger.kernel.org
4318 T: git git://linuxtv.org/media_tree.git 4328 T: git git://linuxtv.org/media_tree.git
4319 S: Maintained 4329 S: Maintained
4320 F: drivers/media/usb/gspca/sn9c20x.c 4330 F: drivers/media/usb/gspca/sn9c20x.c
4321 4331
4322 GSPCA T613 SUBDRIVER 4332 GSPCA T613 SUBDRIVER
4323 M: Leandro Costantino <lcostantino@gmail.com> 4333 M: Leandro Costantino <lcostantino@gmail.com>
4324 L: linux-media@vger.kernel.org 4334 L: linux-media@vger.kernel.org
4325 T: git git://linuxtv.org/media_tree.git 4335 T: git git://linuxtv.org/media_tree.git
4326 S: Maintained 4336 S: Maintained
4327 F: drivers/media/usb/gspca/t613.c 4337 F: drivers/media/usb/gspca/t613.c
4328 4338
4329 GSPCA USB WEBCAM DRIVER 4339 GSPCA USB WEBCAM DRIVER
4330 M: Hans de Goede <hdegoede@redhat.com> 4340 M: Hans de Goede <hdegoede@redhat.com>
4331 L: linux-media@vger.kernel.org 4341 L: linux-media@vger.kernel.org
4332 T: git git://linuxtv.org/media_tree.git 4342 T: git git://linuxtv.org/media_tree.git
4333 S: Maintained 4343 S: Maintained
4334 F: drivers/media/usb/gspca/ 4344 F: drivers/media/usb/gspca/
4335 4345
4336 GUID PARTITION TABLE (GPT) 4346 GUID PARTITION TABLE (GPT)
4337 M: Davidlohr Bueso <davidlohr@hp.com> 4347 M: Davidlohr Bueso <davidlohr@hp.com>
4338 L: linux-efi@vger.kernel.org 4348 L: linux-efi@vger.kernel.org
4339 S: Maintained 4349 S: Maintained
4340 F: block/partitions/efi.* 4350 F: block/partitions/efi.*
4341 4351
4342 STK1160 USB VIDEO CAPTURE DRIVER 4352 STK1160 USB VIDEO CAPTURE DRIVER
4343 M: Ezequiel Garcia <elezegarcia@gmail.com> 4353 M: Ezequiel Garcia <elezegarcia@gmail.com>
4344 L: linux-media@vger.kernel.org 4354 L: linux-media@vger.kernel.org
4345 T: git git://linuxtv.org/media_tree.git 4355 T: git git://linuxtv.org/media_tree.git
4346 S: Maintained 4356 S: Maintained
4347 F: drivers/media/usb/stk1160/ 4357 F: drivers/media/usb/stk1160/
4348 4358
4349 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER 4359 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4350 M: Frank Seidel <frank@f-seidel.de> 4360 M: Frank Seidel <frank@f-seidel.de>
4351 L: platform-driver-x86@vger.kernel.org 4361 L: platform-driver-x86@vger.kernel.org
4352 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ 4362 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4353 S: Maintained 4363 S: Maintained
4354 F: drivers/platform/x86/hdaps.c 4364 F: drivers/platform/x86/hdaps.c
4355 4365
4356 HDPVR USB VIDEO ENCODER DRIVER 4366 HDPVR USB VIDEO ENCODER DRIVER
4357 M: Hans Verkuil <hverkuil@xs4all.nl> 4367 M: Hans Verkuil <hverkuil@xs4all.nl>
4358 L: linux-media@vger.kernel.org 4368 L: linux-media@vger.kernel.org
4359 T: git git://linuxtv.org/media_tree.git 4369 T: git git://linuxtv.org/media_tree.git
4360 W: http://linuxtv.org 4370 W: http://linuxtv.org
4361 S: Odd Fixes 4371 S: Odd Fixes
4362 F: drivers/media/usb/hdpvr/ 4372 F: drivers/media/usb/hdpvr/
4363 4373
4364 HWPOISON MEMORY FAILURE HANDLING 4374 HWPOISON MEMORY FAILURE HANDLING
4365 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> 4375 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4366 L: linux-mm@kvack.org 4376 L: linux-mm@kvack.org
4367 S: Maintained 4377 S: Maintained
4368 F: mm/memory-failure.c 4378 F: mm/memory-failure.c
4369 F: mm/hwpoison-inject.c 4379 F: mm/hwpoison-inject.c
4370 4380
4371 HYPERVISOR VIRTUAL CONSOLE DRIVER 4381 HYPERVISOR VIRTUAL CONSOLE DRIVER
4372 L: linuxppc-dev@lists.ozlabs.org 4382 L: linuxppc-dev@lists.ozlabs.org
4373 S: Odd Fixes 4383 S: Odd Fixes
4374 F: drivers/tty/hvc/ 4384 F: drivers/tty/hvc/
4375 4385
4376 HACKRF MEDIA DRIVER 4386 HACKRF MEDIA DRIVER
4377 M: Antti Palosaari <crope@iki.fi> 4387 M: Antti Palosaari <crope@iki.fi>
4378 L: linux-media@vger.kernel.org 4388 L: linux-media@vger.kernel.org
4379 W: http://linuxtv.org/ 4389 W: http://linuxtv.org/
4380 W: http://palosaari.fi/linux/ 4390 W: http://palosaari.fi/linux/
4381 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 4391 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4382 T: git git://linuxtv.org/anttip/media_tree.git 4392 T: git git://linuxtv.org/anttip/media_tree.git
4383 S: Maintained 4393 S: Maintained
4384 F: drivers/media/usb/hackrf/ 4394 F: drivers/media/usb/hackrf/
4385 4395
4386 HARDWARE MONITORING 4396 HARDWARE MONITORING
4387 M: Jean Delvare <jdelvare@suse.de> 4397 M: Jean Delvare <jdelvare@suse.de>
4388 M: Guenter Roeck <linux@roeck-us.net> 4398 M: Guenter Roeck <linux@roeck-us.net>
4389 L: lm-sensors@lm-sensors.org 4399 L: lm-sensors@lm-sensors.org
4390 W: http://www.lm-sensors.org/ 4400 W: http://www.lm-sensors.org/
4391 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/ 4401 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git 4402 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4393 S: Maintained 4403 S: Maintained
4394 F: Documentation/hwmon/ 4404 F: Documentation/hwmon/
4395 F: drivers/hwmon/ 4405 F: drivers/hwmon/
4396 F: include/linux/hwmon*.h 4406 F: include/linux/hwmon*.h
4397 4407
4398 HARDWARE RANDOM NUMBER GENERATOR CORE 4408 HARDWARE RANDOM NUMBER GENERATOR CORE
4399 M: Matt Mackall <mpm@selenic.com> 4409 M: Matt Mackall <mpm@selenic.com>
4400 M: Herbert Xu <herbert@gondor.apana.org.au> 4410 M: Herbert Xu <herbert@gondor.apana.org.au>
4401 S: Odd fixes 4411 S: Odd fixes
4402 F: Documentation/hw_random.txt 4412 F: Documentation/hw_random.txt
4403 F: drivers/char/hw_random/ 4413 F: drivers/char/hw_random/
4404 F: include/linux/hw_random.h 4414 F: include/linux/hw_random.h
4405 4415
4406 HARDWARE SPINLOCK CORE 4416 HARDWARE SPINLOCK CORE
4407 M: Ohad Ben-Cohen <ohad@wizery.com> 4417 M: Ohad Ben-Cohen <ohad@wizery.com>
4408 S: Maintained 4418 S: Maintained
4409 F: Documentation/hwspinlock.txt 4419 F: Documentation/hwspinlock.txt
4410 F: drivers/hwspinlock/hwspinlock_* 4420 F: drivers/hwspinlock/hwspinlock_*
4411 F: include/linux/hwspinlock.h 4421 F: include/linux/hwspinlock.h
4412 4422
4413 HARMONY SOUND DRIVER 4423 HARMONY SOUND DRIVER
4414 L: linux-parisc@vger.kernel.org 4424 L: linux-parisc@vger.kernel.org
4415 S: Maintained 4425 S: Maintained
4416 F: sound/parisc/harmony.* 4426 F: sound/parisc/harmony.*
4417 4427
4418 HD29L2 MEDIA DRIVER 4428 HD29L2 MEDIA DRIVER
4419 M: Antti Palosaari <crope@iki.fi> 4429 M: Antti Palosaari <crope@iki.fi>
4420 L: linux-media@vger.kernel.org 4430 L: linux-media@vger.kernel.org
4421 W: http://linuxtv.org/ 4431 W: http://linuxtv.org/
4422 W: http://palosaari.fi/linux/ 4432 W: http://palosaari.fi/linux/
4423 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 4433 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4424 T: git git://linuxtv.org/anttip/media_tree.git 4434 T: git git://linuxtv.org/anttip/media_tree.git
4425 S: Maintained 4435 S: Maintained
4426 F: drivers/media/dvb-frontends/hd29l2* 4436 F: drivers/media/dvb-frontends/hd29l2*
4427 4437
4428 HEWLETT-PACKARD SMART2 RAID DRIVER 4438 HEWLETT-PACKARD SMART2 RAID DRIVER
4429 L: iss_storagedev@hp.com 4439 L: iss_storagedev@hp.com
4430 S: Orphan 4440 S: Orphan
4431 F: Documentation/blockdev/cpqarray.txt 4441 F: Documentation/blockdev/cpqarray.txt
4432 F: drivers/block/cpqarray.* 4442 F: drivers/block/cpqarray.*
4433 4443
4434 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa) 4444 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4435 M: Don Brace <don.brace@pmcs.com> 4445 M: Don Brace <don.brace@pmcs.com>
4436 L: iss_storagedev@hp.com 4446 L: iss_storagedev@hp.com
4437 L: storagedev@pmcs.com 4447 L: storagedev@pmcs.com
4438 L: linux-scsi@vger.kernel.org 4448 L: linux-scsi@vger.kernel.org
4439 S: Supported 4449 S: Supported
4440 F: Documentation/scsi/hpsa.txt 4450 F: Documentation/scsi/hpsa.txt
4441 F: drivers/scsi/hpsa*.[ch] 4451 F: drivers/scsi/hpsa*.[ch]
4442 F: include/linux/cciss*.h 4452 F: include/linux/cciss*.h
4443 F: include/uapi/linux/cciss*.h 4453 F: include/uapi/linux/cciss*.h
4444 4454
4445 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) 4455 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4446 M: Don Brace <don.brace@pmcs.com> 4456 M: Don Brace <don.brace@pmcs.com>
4447 L: iss_storagedev@hp.com 4457 L: iss_storagedev@hp.com
4448 L: storagedev@pmcs.com 4458 L: storagedev@pmcs.com
4449 L: linux-scsi@vger.kernel.org 4459 L: linux-scsi@vger.kernel.org
4450 S: Supported 4460 S: Supported
4451 F: Documentation/blockdev/cciss.txt 4461 F: Documentation/blockdev/cciss.txt
4452 F: drivers/block/cciss* 4462 F: drivers/block/cciss*
4453 F: include/linux/cciss_ioctl.h 4463 F: include/linux/cciss_ioctl.h
4454 F: include/uapi/linux/cciss_ioctl.h 4464 F: include/uapi/linux/cciss_ioctl.h
4455 4465
4456 HFS FILESYSTEM 4466 HFS FILESYSTEM
4457 L: linux-fsdevel@vger.kernel.org 4467 L: linux-fsdevel@vger.kernel.org
4458 S: Orphan 4468 S: Orphan
4459 F: Documentation/filesystems/hfs.txt 4469 F: Documentation/filesystems/hfs.txt
4460 F: fs/hfs/ 4470 F: fs/hfs/
4461 4471
4462 HFSPLUS FILESYSTEM 4472 HFSPLUS FILESYSTEM
4463 L: linux-fsdevel@vger.kernel.org 4473 L: linux-fsdevel@vger.kernel.org
4464 S: Orphan 4474 S: Orphan
4465 F: Documentation/filesystems/hfsplus.txt 4475 F: Documentation/filesystems/hfsplus.txt
4466 F: fs/hfsplus/ 4476 F: fs/hfsplus/
4467 4477
4468 HGA FRAMEBUFFER DRIVER 4478 HGA FRAMEBUFFER DRIVER
4469 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu> 4479 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4470 L: linux-nvidia@lists.surfsouth.com 4480 L: linux-nvidia@lists.surfsouth.com
4471 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml 4481 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4472 S: Maintained 4482 S: Maintained
4473 F: drivers/video/fbdev/hgafb.c 4483 F: drivers/video/fbdev/hgafb.c
4474 4484
4475 HIBERNATION (aka Software Suspend, aka swsusp) 4485 HIBERNATION (aka Software Suspend, aka swsusp)
4476 M: "Rafael J. Wysocki" <rjw@rjwysocki.net> 4486 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4477 M: Pavel Machek <pavel@ucw.cz> 4487 M: Pavel Machek <pavel@ucw.cz>
4478 L: linux-pm@vger.kernel.org 4488 L: linux-pm@vger.kernel.org
4479 S: Supported 4489 S: Supported
4480 F: arch/x86/power/ 4490 F: arch/x86/power/
4481 F: drivers/base/power/ 4491 F: drivers/base/power/
4482 F: kernel/power/ 4492 F: kernel/power/
4483 F: include/linux/suspend.h 4493 F: include/linux/suspend.h
4484 F: include/linux/freezer.h 4494 F: include/linux/freezer.h
4485 F: include/linux/pm.h 4495 F: include/linux/pm.h
4486 F: arch/*/include/asm/suspend*.h 4496 F: arch/*/include/asm/suspend*.h
4487 4497
4488 HID CORE LAYER 4498 HID CORE LAYER
4489 M: Jiri Kosina <jkosina@suse.cz> 4499 M: Jiri Kosina <jkosina@suse.cz>
4490 L: linux-input@vger.kernel.org 4500 L: linux-input@vger.kernel.org
4491 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 4501 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4492 S: Maintained 4502 S: Maintained
4493 F: drivers/hid/ 4503 F: drivers/hid/
4494 F: include/linux/hid* 4504 F: include/linux/hid*
4495 F: include/uapi/linux/hid* 4505 F: include/uapi/linux/hid*
4496 4506
4497 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS 4507 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4498 M: Thomas Gleixner <tglx@linutronix.de> 4508 M: Thomas Gleixner <tglx@linutronix.de>
4499 L: linux-kernel@vger.kernel.org 4509 L: linux-kernel@vger.kernel.org
4500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 4510 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4501 S: Maintained 4511 S: Maintained
4502 F: Documentation/timers/ 4512 F: Documentation/timers/
4503 F: kernel/time/hrtimer.c 4513 F: kernel/time/hrtimer.c
4504 F: kernel/time/clockevents.c 4514 F: kernel/time/clockevents.c
4505 F: kernel/time/tick*.* 4515 F: kernel/time/tick*.*
4506 F: kernel/time/timer_*.c 4516 F: kernel/time/timer_*.c
4507 F: include/linux/clockchips.h 4517 F: include/linux/clockchips.h
4508 F: include/linux/hrtimer.h 4518 F: include/linux/hrtimer.h
4509 4519
4510 HIGH-SPEED SCC DRIVER FOR AX.25 4520 HIGH-SPEED SCC DRIVER FOR AX.25
4511 L: linux-hams@vger.kernel.org 4521 L: linux-hams@vger.kernel.org
4512 S: Orphan 4522 S: Orphan
4513 F: drivers/net/hamradio/dmascc.c 4523 F: drivers/net/hamradio/dmascc.c
4514 F: drivers/net/hamradio/scc.c 4524 F: drivers/net/hamradio/scc.c
4515 4525
4516 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER 4526 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4517 M: HighPoint Linux Team <linux@highpoint-tech.com> 4527 M: HighPoint Linux Team <linux@highpoint-tech.com>
4518 W: http://www.highpoint-tech.com 4528 W: http://www.highpoint-tech.com
4519 S: Supported 4529 S: Supported
4520 F: Documentation/scsi/hptiop.txt 4530 F: Documentation/scsi/hptiop.txt
4521 F: drivers/scsi/hptiop.c 4531 F: drivers/scsi/hptiop.c
4522 4532
4523 HIPPI 4533 HIPPI
4524 M: Jes Sorensen <jes@trained-monkey.org> 4534 M: Jes Sorensen <jes@trained-monkey.org>
4525 L: linux-hippi@sunsite.dk 4535 L: linux-hippi@sunsite.dk
4526 S: Maintained 4536 S: Maintained
4527 F: include/linux/hippidevice.h 4537 F: include/linux/hippidevice.h
4528 F: include/uapi/linux/if_hippi.h 4538 F: include/uapi/linux/if_hippi.h
4529 F: net/802/hippi.c 4539 F: net/802/hippi.c
4530 F: drivers/net/hippi/ 4540 F: drivers/net/hippi/
4531 4541
4532 HOST AP DRIVER 4542 HOST AP DRIVER
4533 M: Jouni Malinen <j@w1.fi> 4543 M: Jouni Malinen <j@w1.fi>
4534 L: hostap@shmoo.com (subscribers-only) 4544 L: hostap@shmoo.com (subscribers-only)
4535 L: linux-wireless@vger.kernel.org 4545 L: linux-wireless@vger.kernel.org
4536 W: http://hostap.epitest.fi/ 4546 W: http://hostap.epitest.fi/
4537 S: Maintained 4547 S: Maintained
4538 F: drivers/net/wireless/hostap/ 4548 F: drivers/net/wireless/hostap/
4539 4549
4540 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER 4550 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4541 L: platform-driver-x86@vger.kernel.org 4551 L: platform-driver-x86@vger.kernel.org
4542 S: Orphan 4552 S: Orphan
4543 F: drivers/platform/x86/tc1100-wmi.c 4553 F: drivers/platform/x86/tc1100-wmi.c
4544 4554
4545 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series 4555 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4546 M: Jaroslav Kysela <perex@perex.cz> 4556 M: Jaroslav Kysela <perex@perex.cz>
4547 S: Maintained 4557 S: Maintained
4548 F: drivers/net/ethernet/hp/hp100.* 4558 F: drivers/net/ethernet/hp/hp100.*
4549 4559
4550 HPET: High Precision Event Timers driver 4560 HPET: High Precision Event Timers driver
4551 M: Clemens Ladisch <clemens@ladisch.de> 4561 M: Clemens Ladisch <clemens@ladisch.de>
4552 S: Maintained 4562 S: Maintained
4553 F: Documentation/timers/hpet.txt 4563 F: Documentation/timers/hpet.txt
4554 F: drivers/char/hpet.c 4564 F: drivers/char/hpet.c
4555 F: include/linux/hpet.h 4565 F: include/linux/hpet.h
4556 F: include/uapi/linux/hpet.h 4566 F: include/uapi/linux/hpet.h
4557 4567
4558 HPET: x86 4568 HPET: x86
4559 S: Orphan 4569 S: Orphan
4560 F: arch/x86/kernel/hpet.c 4570 F: arch/x86/kernel/hpet.c
4561 F: arch/x86/include/asm/hpet.h 4571 F: arch/x86/include/asm/hpet.h
4562 4572
4563 HPFS FILESYSTEM 4573 HPFS FILESYSTEM
4564 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> 4574 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4565 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi 4575 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4566 S: Maintained 4576 S: Maintained
4567 F: fs/hpfs/ 4577 F: fs/hpfs/
4568 4578
4569 HSI SUBSYSTEM 4579 HSI SUBSYSTEM
4570 M: Sebastian Reichel <sre@kernel.org> 4580 M: Sebastian Reichel <sre@kernel.org>
4571 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git 4581 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4572 S: Maintained 4582 S: Maintained
4573 F: Documentation/ABI/testing/sysfs-bus-hsi 4583 F: Documentation/ABI/testing/sysfs-bus-hsi
4574 F: Documentation/hsi.txt 4584 F: Documentation/hsi.txt
4575 F: drivers/hsi/ 4585 F: drivers/hsi/
4576 F: include/linux/hsi/ 4586 F: include/linux/hsi/
4577 F: include/uapi/linux/hsi/ 4587 F: include/uapi/linux/hsi/
4578 4588
4579 HSO 3G MODEM DRIVER 4589 HSO 3G MODEM DRIVER
4580 M: Jan Dumon <j.dumon@option.com> 4590 M: Jan Dumon <j.dumon@option.com>
4581 W: http://www.pharscape.org 4591 W: http://www.pharscape.org
4582 S: Maintained 4592 S: Maintained
4583 F: drivers/net/usb/hso.c 4593 F: drivers/net/usb/hso.c
4584 4594
4585 HSR NETWORK PROTOCOL 4595 HSR NETWORK PROTOCOL
4586 M: Arvid Brodin <arvid.brodin@alten.se> 4596 M: Arvid Brodin <arvid.brodin@alten.se>
4587 L: netdev@vger.kernel.org 4597 L: netdev@vger.kernel.org
4588 S: Maintained 4598 S: Maintained
4589 F: net/hsr/ 4599 F: net/hsr/
4590 4600
4591 HTCPEN TOUCHSCREEN DRIVER 4601 HTCPEN TOUCHSCREEN DRIVER
4592 M: Pau Oliva Fora <pof@eslack.org> 4602 M: Pau Oliva Fora <pof@eslack.org>
4593 L: linux-input@vger.kernel.org 4603 L: linux-input@vger.kernel.org
4594 S: Maintained 4604 S: Maintained
4595 F: drivers/input/touchscreen/htcpen.c 4605 F: drivers/input/touchscreen/htcpen.c
4596 4606
4597 HUGETLB FILESYSTEM 4607 HUGETLB FILESYSTEM
4598 M: Nadia Yvette Chambers <nyc@holomorphy.com> 4608 M: Nadia Yvette Chambers <nyc@holomorphy.com>
4599 S: Maintained 4609 S: Maintained
4600 F: fs/hugetlbfs/ 4610 F: fs/hugetlbfs/
4601 4611
4602 Hyper-V CORE AND DRIVERS 4612 Hyper-V CORE AND DRIVERS
4603 M: K. Y. Srinivasan <kys@microsoft.com> 4613 M: K. Y. Srinivasan <kys@microsoft.com>
4604 M: Haiyang Zhang <haiyangz@microsoft.com> 4614 M: Haiyang Zhang <haiyangz@microsoft.com>
4605 L: devel@linuxdriverproject.org 4615 L: devel@linuxdriverproject.org
4606 S: Maintained 4616 S: Maintained
4607 F: arch/x86/include/asm/mshyperv.h 4617 F: arch/x86/include/asm/mshyperv.h
4608 F: arch/x86/include/uapi/asm/hyperv.h 4618 F: arch/x86/include/uapi/asm/hyperv.h
4609 F: arch/x86/kernel/cpu/mshyperv.c 4619 F: arch/x86/kernel/cpu/mshyperv.c
4610 F: drivers/hid/hid-hyperv.c 4620 F: drivers/hid/hid-hyperv.c
4611 F: drivers/hv/ 4621 F: drivers/hv/
4612 F: drivers/input/serio/hyperv-keyboard.c 4622 F: drivers/input/serio/hyperv-keyboard.c
4613 F: drivers/net/hyperv/ 4623 F: drivers/net/hyperv/
4614 F: drivers/scsi/storvsc_drv.c 4624 F: drivers/scsi/storvsc_drv.c
4615 F: drivers/video/fbdev/hyperv_fb.c 4625 F: drivers/video/fbdev/hyperv_fb.c
4616 F: include/linux/hyperv.h 4626 F: include/linux/hyperv.h
4617 F: tools/hv/ 4627 F: tools/hv/
4618 4628
4619 I2C OVER PARALLEL PORT 4629 I2C OVER PARALLEL PORT
4620 M: Jean Delvare <jdelvare@suse.de> 4630 M: Jean Delvare <jdelvare@suse.de>
4621 L: linux-i2c@vger.kernel.org 4631 L: linux-i2c@vger.kernel.org
4622 S: Maintained 4632 S: Maintained
4623 F: Documentation/i2c/busses/i2c-parport 4633 F: Documentation/i2c/busses/i2c-parport
4624 F: Documentation/i2c/busses/i2c-parport-light 4634 F: Documentation/i2c/busses/i2c-parport-light
4625 F: drivers/i2c/busses/i2c-parport.c 4635 F: drivers/i2c/busses/i2c-parport.c
4626 F: drivers/i2c/busses/i2c-parport-light.c 4636 F: drivers/i2c/busses/i2c-parport-light.c
4627 4637
4628 I2C/SMBUS CONTROLLER DRIVERS FOR PC 4638 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4629 M: Jean Delvare <jdelvare@suse.de> 4639 M: Jean Delvare <jdelvare@suse.de>
4630 L: linux-i2c@vger.kernel.org 4640 L: linux-i2c@vger.kernel.org
4631 S: Maintained 4641 S: Maintained
4632 F: Documentation/i2c/busses/i2c-ali1535 4642 F: Documentation/i2c/busses/i2c-ali1535
4633 F: Documentation/i2c/busses/i2c-ali1563 4643 F: Documentation/i2c/busses/i2c-ali1563
4634 F: Documentation/i2c/busses/i2c-ali15x3 4644 F: Documentation/i2c/busses/i2c-ali15x3
4635 F: Documentation/i2c/busses/i2c-amd756 4645 F: Documentation/i2c/busses/i2c-amd756
4636 F: Documentation/i2c/busses/i2c-amd8111 4646 F: Documentation/i2c/busses/i2c-amd8111
4637 F: Documentation/i2c/busses/i2c-i801 4647 F: Documentation/i2c/busses/i2c-i801
4638 F: Documentation/i2c/busses/i2c-nforce2 4648 F: Documentation/i2c/busses/i2c-nforce2
4639 F: Documentation/i2c/busses/i2c-piix4 4649 F: Documentation/i2c/busses/i2c-piix4
4640 F: Documentation/i2c/busses/i2c-sis5595 4650 F: Documentation/i2c/busses/i2c-sis5595
4641 F: Documentation/i2c/busses/i2c-sis630 4651 F: Documentation/i2c/busses/i2c-sis630
4642 F: Documentation/i2c/busses/i2c-sis96x 4652 F: Documentation/i2c/busses/i2c-sis96x
4643 F: Documentation/i2c/busses/i2c-via 4653 F: Documentation/i2c/busses/i2c-via
4644 F: Documentation/i2c/busses/i2c-viapro 4654 F: Documentation/i2c/busses/i2c-viapro
4645 F: drivers/i2c/busses/i2c-ali1535.c 4655 F: drivers/i2c/busses/i2c-ali1535.c
4646 F: drivers/i2c/busses/i2c-ali1563.c 4656 F: drivers/i2c/busses/i2c-ali1563.c
4647 F: drivers/i2c/busses/i2c-ali15x3.c 4657 F: drivers/i2c/busses/i2c-ali15x3.c
4648 F: drivers/i2c/busses/i2c-amd756.c 4658 F: drivers/i2c/busses/i2c-amd756.c
4649 F: drivers/i2c/busses/i2c-amd756-s4882.c 4659 F: drivers/i2c/busses/i2c-amd756-s4882.c
4650 F: drivers/i2c/busses/i2c-amd8111.c 4660 F: drivers/i2c/busses/i2c-amd8111.c
4651 F: drivers/i2c/busses/i2c-i801.c 4661 F: drivers/i2c/busses/i2c-i801.c
4652 F: drivers/i2c/busses/i2c-isch.c 4662 F: drivers/i2c/busses/i2c-isch.c
4653 F: drivers/i2c/busses/i2c-nforce2.c 4663 F: drivers/i2c/busses/i2c-nforce2.c
4654 F: drivers/i2c/busses/i2c-nforce2-s4985.c 4664 F: drivers/i2c/busses/i2c-nforce2-s4985.c
4655 F: drivers/i2c/busses/i2c-piix4.c 4665 F: drivers/i2c/busses/i2c-piix4.c
4656 F: drivers/i2c/busses/i2c-sis5595.c 4666 F: drivers/i2c/busses/i2c-sis5595.c
4657 F: drivers/i2c/busses/i2c-sis630.c 4667 F: drivers/i2c/busses/i2c-sis630.c
4658 F: drivers/i2c/busses/i2c-sis96x.c 4668 F: drivers/i2c/busses/i2c-sis96x.c
4659 F: drivers/i2c/busses/i2c-via.c 4669 F: drivers/i2c/busses/i2c-via.c
4660 F: drivers/i2c/busses/i2c-viapro.c 4670 F: drivers/i2c/busses/i2c-viapro.c
4661 4671
4662 I2C/SMBUS ISMT DRIVER 4672 I2C/SMBUS ISMT DRIVER
4663 M: Seth Heasley <seth.heasley@intel.com> 4673 M: Seth Heasley <seth.heasley@intel.com>
4664 M: Neil Horman <nhorman@tuxdriver.com> 4674 M: Neil Horman <nhorman@tuxdriver.com>
4665 L: linux-i2c@vger.kernel.org 4675 L: linux-i2c@vger.kernel.org
4666 F: drivers/i2c/busses/i2c-ismt.c 4676 F: drivers/i2c/busses/i2c-ismt.c
4667 F: Documentation/i2c/busses/i2c-ismt 4677 F: Documentation/i2c/busses/i2c-ismt
4668 4678
4669 I2C/SMBUS STUB DRIVER 4679 I2C/SMBUS STUB DRIVER
4670 M: Jean Delvare <jdelvare@suse.de> 4680 M: Jean Delvare <jdelvare@suse.de>
4671 L: linux-i2c@vger.kernel.org 4681 L: linux-i2c@vger.kernel.org
4672 S: Maintained 4682 S: Maintained
4673 F: drivers/i2c/i2c-stub.c 4683 F: drivers/i2c/i2c-stub.c
4674 4684
4675 I2C SUBSYSTEM 4685 I2C SUBSYSTEM
4676 M: Wolfram Sang <wsa@the-dreams.de> 4686 M: Wolfram Sang <wsa@the-dreams.de>
4677 L: linux-i2c@vger.kernel.org 4687 L: linux-i2c@vger.kernel.org
4678 W: https://i2c.wiki.kernel.org/ 4688 W: https://i2c.wiki.kernel.org/
4679 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/ 4689 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
4680 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git 4690 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4681 S: Maintained 4691 S: Maintained
4682 F: Documentation/devicetree/bindings/i2c/ 4692 F: Documentation/devicetree/bindings/i2c/
4683 F: Documentation/i2c/ 4693 F: Documentation/i2c/
4684 F: drivers/i2c/ 4694 F: drivers/i2c/
4685 F: include/linux/i2c.h 4695 F: include/linux/i2c.h
4686 F: include/linux/i2c-*.h 4696 F: include/linux/i2c-*.h
4687 F: include/uapi/linux/i2c.h 4697 F: include/uapi/linux/i2c.h
4688 F: include/uapi/linux/i2c-*.h 4698 F: include/uapi/linux/i2c-*.h
4689 4699
4690 I2C ACPI SUPPORT 4700 I2C ACPI SUPPORT
4691 M: Mika Westerberg <mika.westerberg@linux.intel.com> 4701 M: Mika Westerberg <mika.westerberg@linux.intel.com>
4692 L: linux-i2c@vger.kernel.org 4702 L: linux-i2c@vger.kernel.org
4693 L: linux-acpi@vger.kernel.org 4703 L: linux-acpi@vger.kernel.org
4694 S: Maintained 4704 S: Maintained
4695 4705
4696 I2C-TAOS-EVM DRIVER 4706 I2C-TAOS-EVM DRIVER
4697 M: Jean Delvare <jdelvare@suse.de> 4707 M: Jean Delvare <jdelvare@suse.de>
4698 L: linux-i2c@vger.kernel.org 4708 L: linux-i2c@vger.kernel.org
4699 S: Maintained 4709 S: Maintained
4700 F: Documentation/i2c/busses/i2c-taos-evm 4710 F: Documentation/i2c/busses/i2c-taos-evm
4701 F: drivers/i2c/busses/i2c-taos-evm.c 4711 F: drivers/i2c/busses/i2c-taos-evm.c
4702 4712
4703 I2C-TINY-USB DRIVER 4713 I2C-TINY-USB DRIVER
4704 M: Till Harbaum <till@harbaum.org> 4714 M: Till Harbaum <till@harbaum.org>
4705 L: linux-i2c@vger.kernel.org 4715 L: linux-i2c@vger.kernel.org
4706 W: http://www.harbaum.org/till/i2c_tiny_usb 4716 W: http://www.harbaum.org/till/i2c_tiny_usb
4707 S: Maintained 4717 S: Maintained
4708 F: drivers/i2c/busses/i2c-tiny-usb.c 4718 F: drivers/i2c/busses/i2c-tiny-usb.c
4709 4719
4710 i386 BOOT CODE 4720 i386 BOOT CODE
4711 M: "H. Peter Anvin" <hpa@zytor.com> 4721 M: "H. Peter Anvin" <hpa@zytor.com>
4712 S: Maintained 4722 S: Maintained
4713 F: arch/x86/boot/ 4723 F: arch/x86/boot/
4714 4724
4715 i386 SETUP CODE / CPU ERRATA WORKAROUNDS 4725 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4716 M: "H. Peter Anvin" <hpa@zytor.com> 4726 M: "H. Peter Anvin" <hpa@zytor.com>
4717 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git 4727 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4718 S: Maintained 4728 S: Maintained
4719 4729
4720 IA64 (Itanium) PLATFORM 4730 IA64 (Itanium) PLATFORM
4721 M: Tony Luck <tony.luck@intel.com> 4731 M: Tony Luck <tony.luck@intel.com>
4722 M: Fenghua Yu <fenghua.yu@intel.com> 4732 M: Fenghua Yu <fenghua.yu@intel.com>
4723 L: linux-ia64@vger.kernel.org 4733 L: linux-ia64@vger.kernel.org
4724 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git 4734 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4725 S: Maintained 4735 S: Maintained
4726 F: arch/ia64/ 4736 F: arch/ia64/
4727 4737
4728 IBM Power in-Nest Crypto Acceleration 4738 IBM Power in-Nest Crypto Acceleration
4729 M: Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com> 4739 M: Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4730 M: Fionnuala Gunter <fin@linux.vnet.ibm.com> 4740 M: Fionnuala Gunter <fin@linux.vnet.ibm.com>
4731 L: linux-crypto@vger.kernel.org 4741 L: linux-crypto@vger.kernel.org
4732 S: Supported 4742 S: Supported
4733 F: drivers/crypto/nx/ 4743 F: drivers/crypto/nx/
4734 4744
4735 IBM Power 842 compression accelerator 4745 IBM Power 842 compression accelerator
4736 M: Dan Streetman <ddstreet@us.ibm.com> 4746 M: Dan Streetman <ddstreet@us.ibm.com>
4737 S: Supported 4747 S: Supported
4738 F: drivers/crypto/nx/nx-842.c 4748 F: drivers/crypto/nx/nx-842.c
4739 F: include/linux/nx842.h 4749 F: include/linux/nx842.h
4740 4750
4741 IBM Power Linux RAID adapter 4751 IBM Power Linux RAID adapter
4742 M: Brian King <brking@us.ibm.com> 4752 M: Brian King <brking@us.ibm.com>
4743 S: Supported 4753 S: Supported
4744 F: drivers/scsi/ipr.* 4754 F: drivers/scsi/ipr.*
4745 4755
4746 IBM Power Virtual Ethernet Device Driver 4756 IBM Power Virtual Ethernet Device Driver
4747 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> 4757 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4748 L: netdev@vger.kernel.org 4758 L: netdev@vger.kernel.org
4749 S: Supported 4759 S: Supported
4750 F: drivers/net/ethernet/ibm/ibmveth.* 4760 F: drivers/net/ethernet/ibm/ibmveth.*
4751 4761
4752 IBM Power Virtual SCSI Device Drivers 4762 IBM Power Virtual SCSI Device Drivers
4753 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> 4763 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4754 L: linux-scsi@vger.kernel.org 4764 L: linux-scsi@vger.kernel.org
4755 S: Supported 4765 S: Supported
4756 F: drivers/scsi/ibmvscsi/ibmvscsi* 4766 F: drivers/scsi/ibmvscsi/ibmvscsi*
4757 F: drivers/scsi/ibmvscsi/viosrp.h 4767 F: drivers/scsi/ibmvscsi/viosrp.h
4758 4768
4759 IBM Power Virtual FC Device Drivers 4769 IBM Power Virtual FC Device Drivers
4760 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> 4770 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4761 L: linux-scsi@vger.kernel.org 4771 L: linux-scsi@vger.kernel.org
4762 S: Supported 4772 S: Supported
4763 F: drivers/scsi/ibmvscsi/ibmvfc* 4773 F: drivers/scsi/ibmvscsi/ibmvfc*
4764 4774
4765 IBM ServeRAID RAID DRIVER 4775 IBM ServeRAID RAID DRIVER
4766 S: Orphan 4776 S: Orphan
4767 F: drivers/scsi/ips.* 4777 F: drivers/scsi/ips.*
4768 4778
4769 ICH LPC AND GPIO DRIVER 4779 ICH LPC AND GPIO DRIVER
4770 M: Peter Tyser <ptyser@xes-inc.com> 4780 M: Peter Tyser <ptyser@xes-inc.com>
4771 S: Maintained 4781 S: Maintained
4772 F: drivers/mfd/lpc_ich.c 4782 F: drivers/mfd/lpc_ich.c
4773 F: drivers/gpio/gpio-ich.c 4783 F: drivers/gpio/gpio-ich.c
4774 4784
4775 IDE SUBSYSTEM 4785 IDE SUBSYSTEM
4776 M: "David S. Miller" <davem@davemloft.net> 4786 M: "David S. Miller" <davem@davemloft.net>
4777 L: linux-ide@vger.kernel.org 4787 L: linux-ide@vger.kernel.org
4778 Q: http://patchwork.ozlabs.org/project/linux-ide/list/ 4788 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
4779 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 4789 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4780 S: Maintained 4790 S: Maintained
4781 F: Documentation/ide/ 4791 F: Documentation/ide/
4782 F: drivers/ide/ 4792 F: drivers/ide/
4783 F: include/linux/ide.h 4793 F: include/linux/ide.h
4784 4794
4785 IDEAPAD LAPTOP EXTRAS DRIVER 4795 IDEAPAD LAPTOP EXTRAS DRIVER
4786 M: Ike Panhc <ike.pan@canonical.com> 4796 M: Ike Panhc <ike.pan@canonical.com>
4787 L: platform-driver-x86@vger.kernel.org 4797 L: platform-driver-x86@vger.kernel.org
4788 W: http://launchpad.net/ideapad-laptop 4798 W: http://launchpad.net/ideapad-laptop
4789 S: Maintained 4799 S: Maintained
4790 F: drivers/platform/x86/ideapad-laptop.c 4800 F: drivers/platform/x86/ideapad-laptop.c
4791 4801
4792 IDEAPAD LAPTOP SLIDEBAR DRIVER 4802 IDEAPAD LAPTOP SLIDEBAR DRIVER
4793 M: Andrey Moiseev <o2g.org.ru@gmail.com> 4803 M: Andrey Moiseev <o2g.org.ru@gmail.com>
4794 L: linux-input@vger.kernel.org 4804 L: linux-input@vger.kernel.org
4795 W: https://github.com/o2genum/ideapad-slidebar 4805 W: https://github.com/o2genum/ideapad-slidebar
4796 S: Maintained 4806 S: Maintained
4797 F: drivers/input/misc/ideapad_slidebar.c 4807 F: drivers/input/misc/ideapad_slidebar.c
4798 4808
4799 IDE/ATAPI DRIVERS 4809 IDE/ATAPI DRIVERS
4800 M: Borislav Petkov <bp@alien8.de> 4810 M: Borislav Petkov <bp@alien8.de>
4801 L: linux-ide@vger.kernel.org 4811 L: linux-ide@vger.kernel.org
4802 S: Maintained 4812 S: Maintained
4803 F: Documentation/cdrom/ide-cd 4813 F: Documentation/cdrom/ide-cd
4804 F: drivers/ide/ide-cd* 4814 F: drivers/ide/ide-cd*
4805 4815
4806 IDLE-I7300 4816 IDLE-I7300
4807 M: Andy Henroid <andrew.d.henroid@intel.com> 4817 M: Andy Henroid <andrew.d.henroid@intel.com>
4808 L: linux-pm@vger.kernel.org 4818 L: linux-pm@vger.kernel.org
4809 S: Supported 4819 S: Supported
4810 F: drivers/idle/i7300_idle.c 4820 F: drivers/idle/i7300_idle.c
4811 4821
4812 IEEE 802.15.4 SUBSYSTEM 4822 IEEE 802.15.4 SUBSYSTEM
4813 M: Alexander Aring <alex.aring@gmail.com> 4823 M: Alexander Aring <alex.aring@gmail.com>
4814 L: linux-wpan@vger.kernel.org 4824 L: linux-wpan@vger.kernel.org
4815 W: https://github.com/linux-wpan 4825 W: https://github.com/linux-wpan
4816 T: git git://github.com/linux-wpan/linux-wpan-next.git 4826 T: git git://github.com/linux-wpan/linux-wpan-next.git
4817 S: Maintained 4827 S: Maintained
4818 F: net/ieee802154/ 4828 F: net/ieee802154/
4819 F: net/mac802154/ 4829 F: net/mac802154/
4820 F: drivers/net/ieee802154/ 4830 F: drivers/net/ieee802154/
4821 F: include/linux/nl802154.h 4831 F: include/linux/nl802154.h
4822 F: include/linux/ieee802154.h 4832 F: include/linux/ieee802154.h
4823 F: include/net/nl802154.h 4833 F: include/net/nl802154.h
4824 F: include/net/mac802154.h 4834 F: include/net/mac802154.h
4825 F: include/net/af_ieee802154.h 4835 F: include/net/af_ieee802154.h
4826 F: include/net/cfg802154.h 4836 F: include/net/cfg802154.h
4827 F: include/net/ieee802154_netdev.h 4837 F: include/net/ieee802154_netdev.h
4828 F: Documentation/networking/ieee802154.txt 4838 F: Documentation/networking/ieee802154.txt
4829 4839
4830 IGORPLUG-USB IR RECEIVER 4840 IGORPLUG-USB IR RECEIVER
4831 M: Sean Young <sean@mess.org> 4841 M: Sean Young <sean@mess.org>
4832 L: linux-media@vger.kernel.org 4842 L: linux-media@vger.kernel.org
4833 S: Maintained 4843 S: Maintained
4834 F: drivers/media/rc/igorplugusb.c 4844 F: drivers/media/rc/igorplugusb.c
4835 4845
4836 IGUANAWORKS USB IR TRANSCEIVER 4846 IGUANAWORKS USB IR TRANSCEIVER
4837 M: Sean Young <sean@mess.org> 4847 M: Sean Young <sean@mess.org>
4838 L: linux-media@vger.kernel.org 4848 L: linux-media@vger.kernel.org
4839 S: Maintained 4849 S: Maintained
4840 F: drivers/media/rc/iguanair.c 4850 F: drivers/media/rc/iguanair.c
4841 4851
4842 IIO SUBSYSTEM AND DRIVERS 4852 IIO SUBSYSTEM AND DRIVERS
4843 M: Jonathan Cameron <jic23@kernel.org> 4853 M: Jonathan Cameron <jic23@kernel.org>
4844 R: Hartmut Knaack <knaack.h@gmx.de> 4854 R: Hartmut Knaack <knaack.h@gmx.de>
4845 R: Lars-Peter Clausen <lars@metafoo.de> 4855 R: Lars-Peter Clausen <lars@metafoo.de>
4846 R: Peter Meerwald <pmeerw@pmeerw.net> 4856 R: Peter Meerwald <pmeerw@pmeerw.net>
4847 L: linux-iio@vger.kernel.org 4857 L: linux-iio@vger.kernel.org
4848 S: Maintained 4858 S: Maintained
4849 F: drivers/iio/ 4859 F: drivers/iio/
4850 F: drivers/staging/iio/ 4860 F: drivers/staging/iio/
4851 F: include/linux/iio/ 4861 F: include/linux/iio/
4852 4862
4853 IKANOS/ADI EAGLE ADSL USB DRIVER 4863 IKANOS/ADI EAGLE ADSL USB DRIVER
4854 M: Matthieu Castet <castet.matthieu@free.fr> 4864 M: Matthieu Castet <castet.matthieu@free.fr>
4855 M: Stanislaw Gruszka <stf_xl@wp.pl> 4865 M: Stanislaw Gruszka <stf_xl@wp.pl>
4856 S: Maintained 4866 S: Maintained
4857 F: drivers/usb/atm/ueagle-atm.c 4867 F: drivers/usb/atm/ueagle-atm.c
4858 4868
4859 INA209 HARDWARE MONITOR DRIVER 4869 INA209 HARDWARE MONITOR DRIVER
4860 M: Guenter Roeck <linux@roeck-us.net> 4870 M: Guenter Roeck <linux@roeck-us.net>
4861 L: lm-sensors@lm-sensors.org 4871 L: lm-sensors@lm-sensors.org
4862 S: Maintained 4872 S: Maintained
4863 F: Documentation/hwmon/ina209 4873 F: Documentation/hwmon/ina209
4864 F: Documentation/devicetree/bindings/i2c/ina209.txt 4874 F: Documentation/devicetree/bindings/i2c/ina209.txt
4865 F: drivers/hwmon/ina209.c 4875 F: drivers/hwmon/ina209.c
4866 4876
4867 INA2XX HARDWARE MONITOR DRIVER 4877 INA2XX HARDWARE MONITOR DRIVER
4868 M: Guenter Roeck <linux@roeck-us.net> 4878 M: Guenter Roeck <linux@roeck-us.net>
4869 L: lm-sensors@lm-sensors.org 4879 L: lm-sensors@lm-sensors.org
4870 S: Maintained 4880 S: Maintained
4871 F: Documentation/hwmon/ina2xx 4881 F: Documentation/hwmon/ina2xx
4872 F: drivers/hwmon/ina2xx.c 4882 F: drivers/hwmon/ina2xx.c
4873 F: include/linux/platform_data/ina2xx.h 4883 F: include/linux/platform_data/ina2xx.h
4874 4884
4875 INDUSTRY PACK SUBSYSTEM (IPACK) 4885 INDUSTRY PACK SUBSYSTEM (IPACK)
4876 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com> 4886 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4877 M: Jens Taprogge <jens.taprogge@taprogge.org> 4887 M: Jens Taprogge <jens.taprogge@taprogge.org>
4878 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 4888 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4879 L: industrypack-devel@lists.sourceforge.net 4889 L: industrypack-devel@lists.sourceforge.net
4880 W: http://industrypack.sourceforge.net 4890 W: http://industrypack.sourceforge.net
4881 S: Maintained 4891 S: Maintained
4882 F: drivers/ipack/ 4892 F: drivers/ipack/
4883 4893
4884 INTEGRITY MEASUREMENT ARCHITECTURE (IMA) 4894 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4885 M: Mimi Zohar <zohar@linux.vnet.ibm.com> 4895 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4886 M: Dmitry Kasatkin <d.kasatkin@samsung.com> 4896 M: Dmitry Kasatkin <d.kasatkin@samsung.com>
4887 L: linux-ima-devel@lists.sourceforge.net 4897 L: linux-ima-devel@lists.sourceforge.net
4888 L: linux-ima-user@lists.sourceforge.net 4898 L: linux-ima-user@lists.sourceforge.net
4889 L: linux-security-module@vger.kernel.org 4899 L: linux-security-module@vger.kernel.org
4890 S: Supported 4900 S: Supported
4891 F: security/integrity/ima/ 4901 F: security/integrity/ima/
4892 4902
4893 IMGTEC IR DECODER DRIVER 4903 IMGTEC IR DECODER DRIVER
4894 M: James Hogan <james.hogan@imgtec.com> 4904 M: James Hogan <james.hogan@imgtec.com>
4895 S: Maintained 4905 S: Maintained
4896 F: drivers/media/rc/img-ir/ 4906 F: drivers/media/rc/img-ir/
4897 4907
4898 IMS TWINTURBO FRAMEBUFFER DRIVER 4908 IMS TWINTURBO FRAMEBUFFER DRIVER
4899 L: linux-fbdev@vger.kernel.org 4909 L: linux-fbdev@vger.kernel.org
4900 S: Orphan 4910 S: Orphan
4901 F: drivers/video/fbdev/imsttfb.c 4911 F: drivers/video/fbdev/imsttfb.c
4902 4912
4903 INFINIBAND SUBSYSTEM 4913 INFINIBAND SUBSYSTEM
4904 M: Roland Dreier <roland@kernel.org> 4914 M: Roland Dreier <roland@kernel.org>
4905 M: Sean Hefty <sean.hefty@intel.com> 4915 M: Sean Hefty <sean.hefty@intel.com>
4906 M: Hal Rosenstock <hal.rosenstock@gmail.com> 4916 M: Hal Rosenstock <hal.rosenstock@gmail.com>
4907 L: linux-rdma@vger.kernel.org 4917 L: linux-rdma@vger.kernel.org
4908 W: http://www.openfabrics.org/ 4918 W: http://www.openfabrics.org/
4909 Q: http://patchwork.kernel.org/project/linux-rdma/list/ 4919 Q: http://patchwork.kernel.org/project/linux-rdma/list/
4910 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git 4920 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4911 S: Supported 4921 S: Supported
4912 F: Documentation/infiniband/ 4922 F: Documentation/infiniband/
4913 F: drivers/infiniband/ 4923 F: drivers/infiniband/
4914 F: include/uapi/linux/if_infiniband.h 4924 F: include/uapi/linux/if_infiniband.h
4915 4925
4916 INOTIFY 4926 INOTIFY
4917 M: John McCutchan <john@johnmccutchan.com> 4927 M: John McCutchan <john@johnmccutchan.com>
4918 M: Robert Love <rlove@rlove.org> 4928 M: Robert Love <rlove@rlove.org>
4919 M: Eric Paris <eparis@parisplace.org> 4929 M: Eric Paris <eparis@parisplace.org>
4920 S: Maintained 4930 S: Maintained
4921 F: Documentation/filesystems/inotify.txt 4931 F: Documentation/filesystems/inotify.txt
4922 F: fs/notify/inotify/ 4932 F: fs/notify/inotify/
4923 F: include/linux/inotify.h 4933 F: include/linux/inotify.h
4924 F: include/uapi/linux/inotify.h 4934 F: include/uapi/linux/inotify.h
4925 4935
4926 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS 4936 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4927 M: Dmitry Torokhov <dmitry.torokhov@gmail.com> 4937 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
4928 L: linux-input@vger.kernel.org 4938 L: linux-input@vger.kernel.org
4929 Q: http://patchwork.kernel.org/project/linux-input/list/ 4939 Q: http://patchwork.kernel.org/project/linux-input/list/
4930 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git 4940 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4931 S: Maintained 4941 S: Maintained
4932 F: drivers/input/ 4942 F: drivers/input/
4933 F: include/linux/input.h 4943 F: include/linux/input.h
4934 F: include/uapi/linux/input.h 4944 F: include/uapi/linux/input.h
4935 F: include/linux/input/ 4945 F: include/linux/input/
4936 4946
4937 INPUT MULTITOUCH (MT) PROTOCOL 4947 INPUT MULTITOUCH (MT) PROTOCOL
4938 M: Henrik Rydberg <rydberg@bitmath.org> 4948 M: Henrik Rydberg <rydberg@bitmath.org>
4939 L: linux-input@vger.kernel.org 4949 L: linux-input@vger.kernel.org
4940 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git 4950 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4941 S: Odd fixes 4951 S: Odd fixes
4942 F: Documentation/input/multi-touch-protocol.txt 4952 F: Documentation/input/multi-touch-protocol.txt
4943 F: drivers/input/input-mt.c 4953 F: drivers/input/input-mt.c
4944 K: \b(ABS|SYN)_MT_ 4954 K: \b(ABS|SYN)_MT_
4945 4955
4946 INTEL C600 SERIES SAS CONTROLLER DRIVER 4956 INTEL C600 SERIES SAS CONTROLLER DRIVER
4947 M: Intel SCU Linux support <intel-linux-scu@intel.com> 4957 M: Intel SCU Linux support <intel-linux-scu@intel.com>
4948 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com> 4958 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4949 L: linux-scsi@vger.kernel.org 4959 L: linux-scsi@vger.kernel.org
4950 T: git git://git.code.sf.net/p/intel-sas/isci 4960 T: git git://git.code.sf.net/p/intel-sas/isci
4951 S: Supported 4961 S: Supported
4952 F: drivers/scsi/isci/ 4962 F: drivers/scsi/isci/
4953 4963
4954 INTEL IDLE DRIVER 4964 INTEL IDLE DRIVER
4955 M: Len Brown <lenb@kernel.org> 4965 M: Len Brown <lenb@kernel.org>
4956 L: linux-pm@vger.kernel.org 4966 L: linux-pm@vger.kernel.org
4957 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git 4967 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4958 S: Supported 4968 S: Supported
4959 F: drivers/idle/intel_idle.c 4969 F: drivers/idle/intel_idle.c
4960 4970
4961 INTEL PSTATE DRIVER 4971 INTEL PSTATE DRIVER
4962 M: Kristen Carlson Accardi <kristen@linux.intel.com> 4972 M: Kristen Carlson Accardi <kristen@linux.intel.com>
4963 L: linux-pm@vger.kernel.org 4973 L: linux-pm@vger.kernel.org
4964 S: Supported 4974 S: Supported
4965 F: drivers/cpufreq/intel_pstate.c 4975 F: drivers/cpufreq/intel_pstate.c
4966 4976
4967 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 4977 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4968 M: Maik Broemme <mbroemme@plusserver.de> 4978 M: Maik Broemme <mbroemme@plusserver.de>
4969 L: linux-fbdev@vger.kernel.org 4979 L: linux-fbdev@vger.kernel.org
4970 S: Maintained 4980 S: Maintained
4971 F: Documentation/fb/intelfb.txt 4981 F: Documentation/fb/intelfb.txt
4972 F: drivers/video/fbdev/intelfb/ 4982 F: drivers/video/fbdev/intelfb/
4973 4983
4974 INTEL 810/815 FRAMEBUFFER DRIVER 4984 INTEL 810/815 FRAMEBUFFER DRIVER
4975 M: Antonino Daplas <adaplas@gmail.com> 4985 M: Antonino Daplas <adaplas@gmail.com>
4976 L: linux-fbdev@vger.kernel.org 4986 L: linux-fbdev@vger.kernel.org
4977 S: Maintained 4987 S: Maintained
4978 F: drivers/video/fbdev/i810/ 4988 F: drivers/video/fbdev/i810/
4979 4989
4980 INTEL MENLOW THERMAL DRIVER 4990 INTEL MENLOW THERMAL DRIVER
4981 M: Sujith Thomas <sujith.thomas@intel.com> 4991 M: Sujith Thomas <sujith.thomas@intel.com>
4982 L: platform-driver-x86@vger.kernel.org 4992 L: platform-driver-x86@vger.kernel.org
4983 W: https://01.org/linux-acpi 4993 W: https://01.org/linux-acpi
4984 S: Supported 4994 S: Supported
4985 F: drivers/platform/x86/intel_menlow.c 4995 F: drivers/platform/x86/intel_menlow.c
4986 4996
4987 INTEL IA32 MICROCODE UPDATE SUPPORT 4997 INTEL IA32 MICROCODE UPDATE SUPPORT
4988 M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk> 4998 M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4989 S: Maintained 4999 S: Maintained
4990 F: arch/x86/kernel/cpu/microcode/core* 5000 F: arch/x86/kernel/cpu/microcode/core*
4991 F: arch/x86/kernel/cpu/microcode/intel* 5001 F: arch/x86/kernel/cpu/microcode/intel*
4992 5002
4993 INTEL I/OAT DMA DRIVER 5003 INTEL I/OAT DMA DRIVER
4994 M: Dave Jiang <dave.jiang@intel.com> 5004 M: Dave Jiang <dave.jiang@intel.com>
4995 R: Dan Williams <dan.j.williams@intel.com> 5005 R: Dan Williams <dan.j.williams@intel.com>
4996 L: dmaengine@vger.kernel.org 5006 L: dmaengine@vger.kernel.org
4997 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ 5007 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
4998 S: Supported 5008 S: Supported
4999 F: drivers/dma/ioat* 5009 F: drivers/dma/ioat*
5000 5010
5001 INTEL IOMMU (VT-d) 5011 INTEL IOMMU (VT-d)
5002 M: David Woodhouse <dwmw2@infradead.org> 5012 M: David Woodhouse <dwmw2@infradead.org>
5003 L: iommu@lists.linux-foundation.org 5013 L: iommu@lists.linux-foundation.org
5004 T: git git://git.infradead.org/iommu-2.6.git 5014 T: git git://git.infradead.org/iommu-2.6.git
5005 S: Supported 5015 S: Supported
5006 F: drivers/iommu/intel-iommu.c 5016 F: drivers/iommu/intel-iommu.c
5007 F: include/linux/intel-iommu.h 5017 F: include/linux/intel-iommu.h
5008 5018
5009 INTEL IOP-ADMA DMA DRIVER 5019 INTEL IOP-ADMA DMA DRIVER
5010 R: Dan Williams <dan.j.williams@intel.com> 5020 R: Dan Williams <dan.j.williams@intel.com>
5011 S: Odd fixes 5021 S: Odd fixes
5012 F: drivers/dma/iop-adma.c 5022 F: drivers/dma/iop-adma.c
5013 5023
5014 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT 5024 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5015 M: Krzysztof Halasa <khalasa@piap.pl> 5025 M: Krzysztof Halasa <khalasa@piap.pl>
5016 S: Maintained 5026 S: Maintained
5017 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h 5027 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5018 F: arch/arm/mach-ixp4xx/include/mach/npe.h 5028 F: arch/arm/mach-ixp4xx/include/mach/npe.h
5019 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c 5029 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5020 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c 5030 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5021 F: drivers/net/ethernet/xscale/ixp4xx_eth.c 5031 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5022 F: drivers/net/wan/ixp4xx_hss.c 5032 F: drivers/net/wan/ixp4xx_hss.c
5023 5033
5024 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT 5034 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5025 M: Deepak Saxena <dsaxena@plexity.net> 5035 M: Deepak Saxena <dsaxena@plexity.net>
5026 S: Maintained 5036 S: Maintained
5027 F: drivers/char/hw_random/ixp4xx-rng.c 5037 F: drivers/char/hw_random/ixp4xx-rng.c
5028 5038
5029 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf) 5039 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5030 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> 5040 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5031 M: Jesse Brandeburg <jesse.brandeburg@intel.com> 5041 M: Jesse Brandeburg <jesse.brandeburg@intel.com>
5032 M: Bruce Allan <bruce.w.allan@intel.com> 5042 M: Bruce Allan <bruce.w.allan@intel.com>
5033 M: Carolyn Wyborny <carolyn.wyborny@intel.com> 5043 M: Carolyn Wyborny <carolyn.wyborny@intel.com>
5034 M: Don Skidmore <donald.c.skidmore@intel.com> 5044 M: Don Skidmore <donald.c.skidmore@intel.com>
5035 M: Greg Rose <gregory.v.rose@intel.com> 5045 M: Greg Rose <gregory.v.rose@intel.com>
5036 M: Matthew Vick <matthew.vick@intel.com> 5046 M: Matthew Vick <matthew.vick@intel.com>
5037 M: John Ronciak <john.ronciak@intel.com> 5047 M: John Ronciak <john.ronciak@intel.com>
5038 M: Mitch Williams <mitch.a.williams@intel.com> 5048 M: Mitch Williams <mitch.a.williams@intel.com>
5039 M: Linux NICS <linux.nics@intel.com> 5049 M: Linux NICS <linux.nics@intel.com>
5040 L: e1000-devel@lists.sourceforge.net 5050 L: e1000-devel@lists.sourceforge.net
5041 W: http://www.intel.com/support/feedback.htm 5051 W: http://www.intel.com/support/feedback.htm
5042 W: http://e1000.sourceforge.net/ 5052 W: http://e1000.sourceforge.net/
5043 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git 5053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5044 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git 5054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5045 S: Supported 5055 S: Supported
5046 F: Documentation/networking/e100.txt 5056 F: Documentation/networking/e100.txt
5047 F: Documentation/networking/e1000.txt 5057 F: Documentation/networking/e1000.txt
5048 F: Documentation/networking/e1000e.txt 5058 F: Documentation/networking/e1000e.txt
5049 F: Documentation/networking/igb.txt 5059 F: Documentation/networking/igb.txt
5050 F: Documentation/networking/igbvf.txt 5060 F: Documentation/networking/igbvf.txt
5051 F: Documentation/networking/ixgb.txt 5061 F: Documentation/networking/ixgb.txt
5052 F: Documentation/networking/ixgbe.txt 5062 F: Documentation/networking/ixgbe.txt
5053 F: Documentation/networking/ixgbevf.txt 5063 F: Documentation/networking/ixgbevf.txt
5054 F: Documentation/networking/i40e.txt 5064 F: Documentation/networking/i40e.txt
5055 F: Documentation/networking/i40evf.txt 5065 F: Documentation/networking/i40evf.txt
5056 F: drivers/net/ethernet/intel/ 5066 F: drivers/net/ethernet/intel/
5057 F: drivers/net/ethernet/intel/*/ 5067 F: drivers/net/ethernet/intel/*/
5058 5068
5059 INTEL-MID GPIO DRIVER 5069 INTEL-MID GPIO DRIVER
5060 M: David Cohen <david.a.cohen@linux.intel.com> 5070 M: David Cohen <david.a.cohen@linux.intel.com>
5061 L: linux-gpio@vger.kernel.org 5071 L: linux-gpio@vger.kernel.org
5062 S: Maintained 5072 S: Maintained
5063 F: drivers/gpio/gpio-intel-mid.c 5073 F: drivers/gpio/gpio-intel-mid.c
5064 5074
5065 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT 5075 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5066 M: Stanislav Yakovlev <stas.yakovlev@gmail.com> 5076 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5067 L: linux-wireless@vger.kernel.org 5077 L: linux-wireless@vger.kernel.org
5068 S: Maintained 5078 S: Maintained
5069 F: Documentation/networking/README.ipw2100 5079 F: Documentation/networking/README.ipw2100
5070 F: Documentation/networking/README.ipw2200 5080 F: Documentation/networking/README.ipw2200
5071 F: drivers/net/wireless/ipw2x00/ 5081 F: drivers/net/wireless/ipw2x00/
5072 5082
5073 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT) 5083 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5074 M: Richard L Maliszewski <richard.l.maliszewski@intel.com> 5084 M: Richard L Maliszewski <richard.l.maliszewski@intel.com>
5075 M: Gang Wei <gang.wei@intel.com> 5085 M: Gang Wei <gang.wei@intel.com>
5076 M: Shane Wang <shane.wang@intel.com> 5086 M: Shane Wang <shane.wang@intel.com>
5077 L: tboot-devel@lists.sourceforge.net 5087 L: tboot-devel@lists.sourceforge.net
5078 W: http://tboot.sourceforge.net 5088 W: http://tboot.sourceforge.net
5079 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot 5089 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5080 S: Supported 5090 S: Supported
5081 F: Documentation/intel_txt.txt 5091 F: Documentation/intel_txt.txt
5082 F: include/linux/tboot.h 5092 F: include/linux/tboot.h
5083 F: arch/x86/kernel/tboot.c 5093 F: arch/x86/kernel/tboot.c
5084 5094
5085 INTEL WIRELESS WIMAX CONNECTION 2400 5095 INTEL WIRELESS WIMAX CONNECTION 2400
5086 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 5096 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5087 M: linux-wimax@intel.com 5097 M: linux-wimax@intel.com
5088 L: wimax@linuxwimax.org (subscribers-only) 5098 L: wimax@linuxwimax.org (subscribers-only)
5089 S: Supported 5099 S: Supported
5090 W: http://linuxwimax.org 5100 W: http://linuxwimax.org
5091 F: Documentation/wimax/README.i2400m 5101 F: Documentation/wimax/README.i2400m
5092 F: drivers/net/wimax/i2400m/ 5102 F: drivers/net/wimax/i2400m/
5093 F: include/uapi/linux/wimax/i2400m.h 5103 F: include/uapi/linux/wimax/i2400m.h
5094 5104
5095 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy) 5105 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5096 M: Stanislaw Gruszka <sgruszka@redhat.com> 5106 M: Stanislaw Gruszka <sgruszka@redhat.com>
5097 L: linux-wireless@vger.kernel.org 5107 L: linux-wireless@vger.kernel.org
5098 S: Supported 5108 S: Supported
5099 F: drivers/net/wireless/iwlegacy/ 5109 F: drivers/net/wireless/iwlegacy/
5100 5110
5101 INTEL WIRELESS WIFI LINK (iwlwifi) 5111 INTEL WIRELESS WIFI LINK (iwlwifi)
5102 M: Johannes Berg <johannes.berg@intel.com> 5112 M: Johannes Berg <johannes.berg@intel.com>
5103 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com> 5113 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5104 M: Intel Linux Wireless <ilw@linux.intel.com> 5114 M: Intel Linux Wireless <ilw@linux.intel.com>
5105 L: linux-wireless@vger.kernel.org 5115 L: linux-wireless@vger.kernel.org
5106 W: http://intellinuxwireless.org 5116 W: http://intellinuxwireless.org
5107 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git 5117 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5108 S: Supported 5118 S: Supported
5109 F: drivers/net/wireless/iwlwifi/ 5119 F: drivers/net/wireless/iwlwifi/
5110 5120
5111 INTEL MANAGEMENT ENGINE (mei) 5121 INTEL MANAGEMENT ENGINE (mei)
5112 M: Tomas Winkler <tomas.winkler@intel.com> 5122 M: Tomas Winkler <tomas.winkler@intel.com>
5113 L: linux-kernel@vger.kernel.org 5123 L: linux-kernel@vger.kernel.org
5114 S: Supported 5124 S: Supported
5115 F: include/uapi/linux/mei.h 5125 F: include/uapi/linux/mei.h
5116 F: drivers/misc/mei/* 5126 F: drivers/misc/mei/*
5117 F: Documentation/misc-devices/mei/* 5127 F: Documentation/misc-devices/mei/*
5118 5128
5119 IOC3 ETHERNET DRIVER 5129 IOC3 ETHERNET DRIVER
5120 M: Ralf Baechle <ralf@linux-mips.org> 5130 M: Ralf Baechle <ralf@linux-mips.org>
5121 L: linux-mips@linux-mips.org 5131 L: linux-mips@linux-mips.org
5122 S: Maintained 5132 S: Maintained
5123 F: drivers/net/ethernet/sgi/ioc3-eth.c 5133 F: drivers/net/ethernet/sgi/ioc3-eth.c
5124 5134
5125 IOC3 SERIAL DRIVER 5135 IOC3 SERIAL DRIVER
5126 M: Pat Gefre <pfg@sgi.com> 5136 M: Pat Gefre <pfg@sgi.com>
5127 L: linux-serial@vger.kernel.org 5137 L: linux-serial@vger.kernel.org
5128 S: Maintained 5138 S: Maintained
5129 F: drivers/tty/serial/ioc3_serial.c 5139 F: drivers/tty/serial/ioc3_serial.c
5130 5140
5131 IOMMU DRIVERS 5141 IOMMU DRIVERS
5132 M: Joerg Roedel <joro@8bytes.org> 5142 M: Joerg Roedel <joro@8bytes.org>
5133 L: iommu@lists.linux-foundation.org 5143 L: iommu@lists.linux-foundation.org
5134 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git 5144 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5135 S: Maintained 5145 S: Maintained
5136 F: drivers/iommu/ 5146 F: drivers/iommu/
5137 5147
5138 IP MASQUERADING 5148 IP MASQUERADING
5139 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar> 5149 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5140 S: Maintained 5150 S: Maintained
5141 F: net/ipv4/netfilter/ipt_MASQUERADE.c 5151 F: net/ipv4/netfilter/ipt_MASQUERADE.c
5142 5152
5143 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER 5153 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5144 M: Francois Romieu <romieu@fr.zoreil.com> 5154 M: Francois Romieu <romieu@fr.zoreil.com>
5145 M: Sorbica Shieh <sorbica@icplus.com.tw> 5155 M: Sorbica Shieh <sorbica@icplus.com.tw>
5146 L: netdev@vger.kernel.org 5156 L: netdev@vger.kernel.org
5147 S: Maintained 5157 S: Maintained
5148 F: drivers/net/ethernet/icplus/ipg.* 5158 F: drivers/net/ethernet/icplus/ipg.*
5149 5159
5150 IPATH DRIVER 5160 IPATH DRIVER
5151 M: Mike Marciniszyn <infinipath@intel.com> 5161 M: Mike Marciniszyn <infinipath@intel.com>
5152 L: linux-rdma@vger.kernel.org 5162 L: linux-rdma@vger.kernel.org
5153 S: Maintained 5163 S: Maintained
5154 F: drivers/infiniband/hw/ipath/ 5164 F: drivers/infiniband/hw/ipath/
5155 5165
5156 IPMI SUBSYSTEM 5166 IPMI SUBSYSTEM
5157 M: Corey Minyard <minyard@acm.org> 5167 M: Corey Minyard <minyard@acm.org>
5158 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers) 5168 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5159 W: http://openipmi.sourceforge.net/ 5169 W: http://openipmi.sourceforge.net/
5160 S: Supported 5170 S: Supported
5161 F: Documentation/IPMI.txt 5171 F: Documentation/IPMI.txt
5162 F: drivers/char/ipmi/ 5172 F: drivers/char/ipmi/
5163 F: include/linux/ipmi* 5173 F: include/linux/ipmi*
5164 F: include/uapi/linux/ipmi* 5174 F: include/uapi/linux/ipmi*
5165 5175
5166 IPS SCSI RAID DRIVER 5176 IPS SCSI RAID DRIVER
5167 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> 5177 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5168 L: linux-scsi@vger.kernel.org 5178 L: linux-scsi@vger.kernel.org
5169 W: http://www.adaptec.com/ 5179 W: http://www.adaptec.com/
5170 S: Maintained 5180 S: Maintained
5171 F: drivers/scsi/ips* 5181 F: drivers/scsi/ips*
5172 5182
5173 IPVS 5183 IPVS
5174 M: Wensong Zhang <wensong@linux-vs.org> 5184 M: Wensong Zhang <wensong@linux-vs.org>
5175 M: Simon Horman <horms@verge.net.au> 5185 M: Simon Horman <horms@verge.net.au>
5176 M: Julian Anastasov <ja@ssi.bg> 5186 M: Julian Anastasov <ja@ssi.bg>
5177 L: netdev@vger.kernel.org 5187 L: netdev@vger.kernel.org
5178 L: lvs-devel@vger.kernel.org 5188 L: lvs-devel@vger.kernel.org
5179 S: Maintained 5189 S: Maintained
5180 F: Documentation/networking/ipvs-sysctl.txt 5190 F: Documentation/networking/ipvs-sysctl.txt
5181 F: include/net/ip_vs.h 5191 F: include/net/ip_vs.h
5182 F: include/uapi/linux/ip_vs.h 5192 F: include/uapi/linux/ip_vs.h
5183 F: net/netfilter/ipvs/ 5193 F: net/netfilter/ipvs/
5184 5194
5185 IPWIRELESS DRIVER 5195 IPWIRELESS DRIVER
5186 M: Jiri Kosina <jkosina@suse.cz> 5196 M: Jiri Kosina <jkosina@suse.cz>
5187 M: David Sterba <dsterba@suse.cz> 5197 M: David Sterba <dsterba@suse.cz>
5188 S: Odd Fixes 5198 S: Odd Fixes
5189 F: drivers/tty/ipwireless/ 5199 F: drivers/tty/ipwireless/
5190 5200
5191 IPX NETWORK LAYER 5201 IPX NETWORK LAYER
5192 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 5202 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5193 L: netdev@vger.kernel.org 5203 L: netdev@vger.kernel.org
5194 S: Maintained 5204 S: Maintained
5195 F: include/net/ipx.h 5205 F: include/net/ipx.h
5196 F: include/uapi/linux/ipx.h 5206 F: include/uapi/linux/ipx.h
5197 F: net/ipx/ 5207 F: net/ipx/
5198 5208
5199 IRDA SUBSYSTEM 5209 IRDA SUBSYSTEM
5200 M: Samuel Ortiz <samuel@sortiz.org> 5210 M: Samuel Ortiz <samuel@sortiz.org>
5201 L: irda-users@lists.sourceforge.net (subscribers-only) 5211 L: irda-users@lists.sourceforge.net (subscribers-only)
5202 L: netdev@vger.kernel.org 5212 L: netdev@vger.kernel.org
5203 W: http://irda.sourceforge.net/ 5213 W: http://irda.sourceforge.net/
5204 S: Maintained 5214 S: Maintained
5205 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git 5215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5206 F: Documentation/networking/irda.txt 5216 F: Documentation/networking/irda.txt
5207 F: drivers/net/irda/ 5217 F: drivers/net/irda/
5208 F: include/net/irda/ 5218 F: include/net/irda/
5209 F: net/irda/ 5219 F: net/irda/
5210 5220
5211 IRQ SUBSYSTEM 5221 IRQ SUBSYSTEM
5212 M: Thomas Gleixner <tglx@linutronix.de> 5222 M: Thomas Gleixner <tglx@linutronix.de>
5213 L: linux-kernel@vger.kernel.org 5223 L: linux-kernel@vger.kernel.org
5214 S: Maintained 5224 S: Maintained
5215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core 5225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5216 F: kernel/irq/ 5226 F: kernel/irq/
5217 5227
5218 IRQCHIP DRIVERS 5228 IRQCHIP DRIVERS
5219 M: Thomas Gleixner <tglx@linutronix.de> 5229 M: Thomas Gleixner <tglx@linutronix.de>
5220 M: Jason Cooper <jason@lakedaemon.net> 5230 M: Jason Cooper <jason@lakedaemon.net>
5221 L: linux-kernel@vger.kernel.org 5231 L: linux-kernel@vger.kernel.org
5222 S: Maintained 5232 S: Maintained
5223 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core 5233 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5224 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core 5234 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5225 F: Documentation/devicetree/bindings/interrupt-controller/ 5235 F: Documentation/devicetree/bindings/interrupt-controller/
5226 F: drivers/irqchip/ 5236 F: drivers/irqchip/
5227 5237
5228 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) 5238 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5229 M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 5239 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5230 S: Maintained 5240 S: Maintained
5231 F: Documentation/IRQ-domain.txt 5241 F: Documentation/IRQ-domain.txt
5232 F: include/linux/irqdomain.h 5242 F: include/linux/irqdomain.h
5233 F: kernel/irq/irqdomain.c 5243 F: kernel/irq/irqdomain.c
5234 5244
5235 ISAPNP 5245 ISAPNP
5236 M: Jaroslav Kysela <perex@perex.cz> 5246 M: Jaroslav Kysela <perex@perex.cz>
5237 S: Maintained 5247 S: Maintained
5238 F: Documentation/isapnp.txt 5248 F: Documentation/isapnp.txt
5239 F: drivers/pnp/isapnp/ 5249 F: drivers/pnp/isapnp/
5240 F: include/linux/isapnp.h 5250 F: include/linux/isapnp.h
5241 5251
5242 ISA RADIO MODULE 5252 ISA RADIO MODULE
5243 M: Hans Verkuil <hverkuil@xs4all.nl> 5253 M: Hans Verkuil <hverkuil@xs4all.nl>
5244 L: linux-media@vger.kernel.org 5254 L: linux-media@vger.kernel.org
5245 T: git git://linuxtv.org/media_tree.git 5255 T: git git://linuxtv.org/media_tree.git
5246 W: http://linuxtv.org 5256 W: http://linuxtv.org
5247 S: Maintained 5257 S: Maintained
5248 F: drivers/media/radio/radio-isa* 5258 F: drivers/media/radio/radio-isa*
5249 5259
5250 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER 5260 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5251 M: Peter Jones <pjones@redhat.com> 5261 M: Peter Jones <pjones@redhat.com>
5252 M: Konrad Rzeszutek Wilk <konrad@kernel.org> 5262 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5253 S: Maintained 5263 S: Maintained
5254 F: drivers/firmware/iscsi_ibft* 5264 F: drivers/firmware/iscsi_ibft*
5255 5265
5256 ISCSI 5266 ISCSI
5257 M: Mike Christie <michaelc@cs.wisc.edu> 5267 M: Mike Christie <michaelc@cs.wisc.edu>
5258 L: open-iscsi@googlegroups.com 5268 L: open-iscsi@googlegroups.com
5259 W: www.open-iscsi.org 5269 W: www.open-iscsi.org
5260 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git 5270 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5261 S: Maintained 5271 S: Maintained
5262 F: drivers/scsi/*iscsi* 5272 F: drivers/scsi/*iscsi*
5263 F: include/scsi/*iscsi* 5273 F: include/scsi/*iscsi*
5264 5274
5265 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR 5275 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5266 M: Or Gerlitz <ogerlitz@mellanox.com> 5276 M: Or Gerlitz <ogerlitz@mellanox.com>
5267 M: Sagi Grimberg <sagig@mellanox.com> 5277 M: Sagi Grimberg <sagig@mellanox.com>
5268 M: Roi Dayan <roid@mellanox.com> 5278 M: Roi Dayan <roid@mellanox.com>
5269 L: linux-rdma@vger.kernel.org 5279 L: linux-rdma@vger.kernel.org
5270 S: Supported 5280 S: Supported
5271 W: http://www.openfabrics.org 5281 W: http://www.openfabrics.org
5272 W: www.open-iscsi.org 5282 W: www.open-iscsi.org
5273 Q: http://patchwork.kernel.org/project/linux-rdma/list/ 5283 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5274 F: drivers/infiniband/ulp/iser/ 5284 F: drivers/infiniband/ulp/iser/
5275 5285
5276 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET 5286 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5277 M: Sagi Grimberg <sagig@mellanox.com> 5287 M: Sagi Grimberg <sagig@mellanox.com>
5278 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master 5288 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5279 L: linux-rdma@vger.kernel.org 5289 L: linux-rdma@vger.kernel.org
5280 L: target-devel@vger.kernel.org 5290 L: target-devel@vger.kernel.org
5281 S: Supported 5291 S: Supported
5282 W: http://www.linux-iscsi.org 5292 W: http://www.linux-iscsi.org
5283 F: drivers/infiniband/ulp/isert 5293 F: drivers/infiniband/ulp/isert
5284 5294
5285 ISDN SUBSYSTEM 5295 ISDN SUBSYSTEM
5286 M: Karsten Keil <isdn@linux-pingi.de> 5296 M: Karsten Keil <isdn@linux-pingi.de>
5287 L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 5297 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5288 L: netdev@vger.kernel.org 5298 L: netdev@vger.kernel.org
5289 W: http://www.isdn4linux.de 5299 W: http://www.isdn4linux.de
5290 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git 5300 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5291 S: Maintained 5301 S: Maintained
5292 F: Documentation/isdn/ 5302 F: Documentation/isdn/
5293 F: drivers/isdn/ 5303 F: drivers/isdn/
5294 F: include/linux/isdn.h 5304 F: include/linux/isdn.h
5295 F: include/linux/isdn/ 5305 F: include/linux/isdn/
5296 F: include/uapi/linux/isdn.h 5306 F: include/uapi/linux/isdn.h
5297 F: include/uapi/linux/isdn/ 5307 F: include/uapi/linux/isdn/
5298 5308
5299 ISDN SUBSYSTEM (Eicon active card driver) 5309 ISDN SUBSYSTEM (Eicon active card driver)
5300 M: Armin Schindler <mac@melware.de> 5310 M: Armin Schindler <mac@melware.de>
5301 L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 5311 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5302 W: http://www.melware.de 5312 W: http://www.melware.de
5303 S: Maintained 5313 S: Maintained
5304 F: drivers/isdn/hardware/eicon/ 5314 F: drivers/isdn/hardware/eicon/
5305 5315
5306 IT87 HARDWARE MONITORING DRIVER 5316 IT87 HARDWARE MONITORING DRIVER
5307 M: Jean Delvare <jdelvare@suse.de> 5317 M: Jean Delvare <jdelvare@suse.de>
5308 L: lm-sensors@lm-sensors.org 5318 L: lm-sensors@lm-sensors.org
5309 S: Maintained 5319 S: Maintained
5310 F: Documentation/hwmon/it87 5320 F: Documentation/hwmon/it87
5311 F: drivers/hwmon/it87.c 5321 F: drivers/hwmon/it87.c
5312 5322
5313 IT913X MEDIA DRIVER 5323 IT913X MEDIA DRIVER
5314 M: Antti Palosaari <crope@iki.fi> 5324 M: Antti Palosaari <crope@iki.fi>
5315 L: linux-media@vger.kernel.org 5325 L: linux-media@vger.kernel.org
5316 W: http://linuxtv.org/ 5326 W: http://linuxtv.org/
5317 W: http://palosaari.fi/linux/ 5327 W: http://palosaari.fi/linux/
5318 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 5328 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5319 T: git git://linuxtv.org/anttip/media_tree.git 5329 T: git git://linuxtv.org/anttip/media_tree.git
5320 S: Maintained 5330 S: Maintained
5321 F: drivers/media/tuners/it913x* 5331 F: drivers/media/tuners/it913x*
5322 5332
5323 IVTV VIDEO4LINUX DRIVER 5333 IVTV VIDEO4LINUX DRIVER
5324 M: Andy Walls <awalls@md.metrocast.net> 5334 M: Andy Walls <awalls@md.metrocast.net>
5325 L: ivtv-devel@ivtvdriver.org (subscribers-only) 5335 L: ivtv-devel@ivtvdriver.org (subscribers-only)
5326 L: linux-media@vger.kernel.org 5336 L: linux-media@vger.kernel.org
5327 T: git git://linuxtv.org/media_tree.git 5337 T: git git://linuxtv.org/media_tree.git
5328 W: http://www.ivtvdriver.org 5338 W: http://www.ivtvdriver.org
5329 S: Maintained 5339 S: Maintained
5330 F: Documentation/video4linux/*.ivtv 5340 F: Documentation/video4linux/*.ivtv
5331 F: drivers/media/pci/ivtv/ 5341 F: drivers/media/pci/ivtv/
5332 F: include/uapi/linux/ivtv* 5342 F: include/uapi/linux/ivtv*
5333 5343
5334 IX2505V MEDIA DRIVER 5344 IX2505V MEDIA DRIVER
5335 M: Malcolm Priestley <tvboxspy@gmail.com> 5345 M: Malcolm Priestley <tvboxspy@gmail.com>
5336 L: linux-media@vger.kernel.org 5346 L: linux-media@vger.kernel.org
5337 W: http://linuxtv.org/ 5347 W: http://linuxtv.org/
5338 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 5348 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5339 S: Maintained 5349 S: Maintained
5340 F: drivers/media/dvb-frontends/ix2505v* 5350 F: drivers/media/dvb-frontends/ix2505v*
5341 5351
5342 JC42.4 TEMPERATURE SENSOR DRIVER 5352 JC42.4 TEMPERATURE SENSOR DRIVER
5343 M: Guenter Roeck <linux@roeck-us.net> 5353 M: Guenter Roeck <linux@roeck-us.net>
5344 L: lm-sensors@lm-sensors.org 5354 L: lm-sensors@lm-sensors.org
5345 S: Maintained 5355 S: Maintained
5346 F: drivers/hwmon/jc42.c 5356 F: drivers/hwmon/jc42.c
5347 F: Documentation/hwmon/jc42 5357 F: Documentation/hwmon/jc42
5348 5358
5349 JFS FILESYSTEM 5359 JFS FILESYSTEM
5350 M: Dave Kleikamp <shaggy@kernel.org> 5360 M: Dave Kleikamp <shaggy@kernel.org>
5351 L: jfs-discussion@lists.sourceforge.net 5361 L: jfs-discussion@lists.sourceforge.net
5352 W: http://jfs.sourceforge.net/ 5362 W: http://jfs.sourceforge.net/
5353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git 5363 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5354 S: Maintained 5364 S: Maintained
5355 F: Documentation/filesystems/jfs.txt 5365 F: Documentation/filesystems/jfs.txt
5356 F: fs/jfs/ 5366 F: fs/jfs/
5357 5367
5358 JME NETWORK DRIVER 5368 JME NETWORK DRIVER
5359 M: Guo-Fu Tseng <cooldavid@cooldavid.org> 5369 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
5360 L: netdev@vger.kernel.org 5370 L: netdev@vger.kernel.org
5361 S: Maintained 5371 S: Maintained
5362 F: drivers/net/ethernet/jme.* 5372 F: drivers/net/ethernet/jme.*
5363 5373
5364 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) 5374 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5365 M: David Woodhouse <dwmw2@infradead.org> 5375 M: David Woodhouse <dwmw2@infradead.org>
5366 L: linux-mtd@lists.infradead.org 5376 L: linux-mtd@lists.infradead.org
5367 W: http://www.linux-mtd.infradead.org/doc/jffs2.html 5377 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
5368 S: Maintained 5378 S: Maintained
5369 F: fs/jffs2/ 5379 F: fs/jffs2/
5370 F: include/uapi/linux/jffs2.h 5380 F: include/uapi/linux/jffs2.h
5371 5381
5372 JOURNALLING LAYER FOR BLOCK DEVICES (JBD) 5382 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5373 M: Andrew Morton <akpm@linux-foundation.org> 5383 M: Andrew Morton <akpm@linux-foundation.org>
5374 M: Jan Kara <jack@suse.cz> 5384 M: Jan Kara <jack@suse.cz>
5375 L: linux-ext4@vger.kernel.org 5385 L: linux-ext4@vger.kernel.org
5376 S: Maintained 5386 S: Maintained
5377 F: fs/jbd/ 5387 F: fs/jbd/
5378 F: include/linux/jbd.h 5388 F: include/linux/jbd.h
5379 5389
5380 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2) 5390 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5381 M: "Theodore Ts'o" <tytso@mit.edu> 5391 M: "Theodore Ts'o" <tytso@mit.edu>
5382 L: linux-ext4@vger.kernel.org 5392 L: linux-ext4@vger.kernel.org
5383 S: Maintained 5393 S: Maintained
5384 F: fs/jbd2/ 5394 F: fs/jbd2/
5385 F: include/linux/jbd2.h 5395 F: include/linux/jbd2.h
5386 5396
5387 JSM Neo PCI based serial card 5397 JSM Neo PCI based serial card
5388 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com> 5398 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5389 L: linux-serial@vger.kernel.org 5399 L: linux-serial@vger.kernel.org
5390 S: Maintained 5400 S: Maintained
5391 F: drivers/tty/serial/jsm/ 5401 F: drivers/tty/serial/jsm/
5392 5402
5393 K10TEMP HARDWARE MONITORING DRIVER 5403 K10TEMP HARDWARE MONITORING DRIVER
5394 M: Clemens Ladisch <clemens@ladisch.de> 5404 M: Clemens Ladisch <clemens@ladisch.de>
5395 L: lm-sensors@lm-sensors.org 5405 L: lm-sensors@lm-sensors.org
5396 S: Maintained 5406 S: Maintained
5397 F: Documentation/hwmon/k10temp 5407 F: Documentation/hwmon/k10temp
5398 F: drivers/hwmon/k10temp.c 5408 F: drivers/hwmon/k10temp.c
5399 5409
5400 K8TEMP HARDWARE MONITORING DRIVER 5410 K8TEMP HARDWARE MONITORING DRIVER
5401 M: Rudolf Marek <r.marek@assembler.cz> 5411 M: Rudolf Marek <r.marek@assembler.cz>
5402 L: lm-sensors@lm-sensors.org 5412 L: lm-sensors@lm-sensors.org
5403 S: Maintained 5413 S: Maintained
5404 F: Documentation/hwmon/k8temp 5414 F: Documentation/hwmon/k8temp
5405 F: drivers/hwmon/k8temp.c 5415 F: drivers/hwmon/k8temp.c
5406 5416
5407 KCONFIG 5417 KCONFIG
5408 M: "Yann E. MORIN" <yann.morin.1998@free.fr> 5418 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
5409 L: linux-kbuild@vger.kernel.org 5419 L: linux-kbuild@vger.kernel.org
5410 T: git git://gitorious.org/linux-kconfig/linux-kconfig 5420 T: git git://gitorious.org/linux-kconfig/linux-kconfig
5411 S: Maintained 5421 S: Maintained
5412 F: Documentation/kbuild/kconfig-language.txt 5422 F: Documentation/kbuild/kconfig-language.txt
5413 F: scripts/kconfig/ 5423 F: scripts/kconfig/
5414 5424
5415 KDUMP 5425 KDUMP
5416 M: Vivek Goyal <vgoyal@redhat.com> 5426 M: Vivek Goyal <vgoyal@redhat.com>
5417 M: Haren Myneni <hbabu@us.ibm.com> 5427 M: Haren Myneni <hbabu@us.ibm.com>
5418 L: kexec@lists.infradead.org 5428 L: kexec@lists.infradead.org
5419 W: http://lse.sourceforge.net/kdump/ 5429 W: http://lse.sourceforge.net/kdump/
5420 S: Maintained 5430 S: Maintained
5421 F: Documentation/kdump/ 5431 F: Documentation/kdump/
5422 5432
5423 KEENE FM RADIO TRANSMITTER DRIVER 5433 KEENE FM RADIO TRANSMITTER DRIVER
5424 M: Hans Verkuil <hverkuil@xs4all.nl> 5434 M: Hans Verkuil <hverkuil@xs4all.nl>
5425 L: linux-media@vger.kernel.org 5435 L: linux-media@vger.kernel.org
5426 T: git git://linuxtv.org/media_tree.git 5436 T: git git://linuxtv.org/media_tree.git
5427 W: http://linuxtv.org 5437 W: http://linuxtv.org
5428 S: Maintained 5438 S: Maintained
5429 F: drivers/media/radio/radio-keene* 5439 F: drivers/media/radio/radio-keene*
5430 5440
5431 KERNEL AUTOMOUNTER v4 (AUTOFS4) 5441 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5432 M: Ian Kent <raven@themaw.net> 5442 M: Ian Kent <raven@themaw.net>
5433 L: autofs@vger.kernel.org 5443 L: autofs@vger.kernel.org
5434 S: Maintained 5444 S: Maintained
5435 F: fs/autofs4/ 5445 F: fs/autofs4/
5436 5446
5437 KERNEL BUILD + files below scripts/ (unless maintained elsewhere) 5447 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5438 M: Michal Marek <mmarek@suse.cz> 5448 M: Michal Marek <mmarek@suse.cz>
5439 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next 5449 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes 5450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5441 L: linux-kbuild@vger.kernel.org 5451 L: linux-kbuild@vger.kernel.org
5442 S: Maintained 5452 S: Maintained
5443 F: Documentation/kbuild/ 5453 F: Documentation/kbuild/
5444 F: Makefile 5454 F: Makefile
5445 F: scripts/Makefile.* 5455 F: scripts/Makefile.*
5446 F: scripts/basic/ 5456 F: scripts/basic/
5447 F: scripts/mk* 5457 F: scripts/mk*
5448 F: scripts/package/ 5458 F: scripts/package/
5449 5459
5450 KERNEL JANITORS 5460 KERNEL JANITORS
5451 L: kernel-janitors@vger.kernel.org 5461 L: kernel-janitors@vger.kernel.org
5452 W: http://kernelnewbies.org/KernelJanitors 5462 W: http://kernelnewbies.org/KernelJanitors
5453 S: Odd Fixes 5463 S: Odd Fixes
5454 5464
5455 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS 5465 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5456 M: "J. Bruce Fields" <bfields@fieldses.org> 5466 M: "J. Bruce Fields" <bfields@fieldses.org>
5457 L: linux-nfs@vger.kernel.org 5467 L: linux-nfs@vger.kernel.org
5458 W: http://nfs.sourceforge.net/ 5468 W: http://nfs.sourceforge.net/
5459 S: Supported 5469 S: Supported
5460 F: fs/nfsd/ 5470 F: fs/nfsd/
5461 F: include/uapi/linux/nfsd/ 5471 F: include/uapi/linux/nfsd/
5462 F: fs/lockd/ 5472 F: fs/lockd/
5463 F: fs/nfs_common/ 5473 F: fs/nfs_common/
5464 F: net/sunrpc/ 5474 F: net/sunrpc/
5465 F: include/linux/lockd/ 5475 F: include/linux/lockd/
5466 F: include/linux/sunrpc/ 5476 F: include/linux/sunrpc/
5467 F: include/uapi/linux/sunrpc/ 5477 F: include/uapi/linux/sunrpc/
5468 5478
5469 KERNEL SELFTEST FRAMEWORK 5479 KERNEL SELFTEST FRAMEWORK
5470 M: Shuah Khan <shuahkh@osg.samsung.com> 5480 M: Shuah Khan <shuahkh@osg.samsung.com>
5471 L: linux-api@vger.kernel.org 5481 L: linux-api@vger.kernel.org
5472 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest 5482 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5473 S: Maintained 5483 S: Maintained
5474 F: tools/testing/selftests 5484 F: tools/testing/selftests
5475 5485
5476 KERNEL VIRTUAL MACHINE (KVM) 5486 KERNEL VIRTUAL MACHINE (KVM)
5477 M: Gleb Natapov <gleb@kernel.org> 5487 M: Gleb Natapov <gleb@kernel.org>
5478 M: Paolo Bonzini <pbonzini@redhat.com> 5488 M: Paolo Bonzini <pbonzini@redhat.com>
5479 L: kvm@vger.kernel.org 5489 L: kvm@vger.kernel.org
5480 W: http://www.linux-kvm.org 5490 W: http://www.linux-kvm.org
5481 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git 5491 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5482 S: Supported 5492 S: Supported
5483 F: Documentation/*/kvm*.txt 5493 F: Documentation/*/kvm*.txt
5484 F: Documentation/virtual/kvm/ 5494 F: Documentation/virtual/kvm/
5485 F: arch/*/kvm/ 5495 F: arch/*/kvm/
5486 F: arch/*/include/asm/kvm* 5496 F: arch/*/include/asm/kvm*
5487 F: include/linux/kvm* 5497 F: include/linux/kvm*
5488 F: include/uapi/linux/kvm* 5498 F: include/uapi/linux/kvm*
5489 F: virt/kvm/ 5499 F: virt/kvm/
5490 5500
5491 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V 5501 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5492 M: Joerg Roedel <joro@8bytes.org> 5502 M: Joerg Roedel <joro@8bytes.org>
5493 L: kvm@vger.kernel.org 5503 L: kvm@vger.kernel.org
5494 W: http://kvm.qumranet.com 5504 W: http://kvm.qumranet.com
5495 S: Maintained 5505 S: Maintained
5496 F: arch/x86/include/asm/svm.h 5506 F: arch/x86/include/asm/svm.h
5497 F: arch/x86/kvm/svm.c 5507 F: arch/x86/kvm/svm.c
5498 5508
5499 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC 5509 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5500 M: Alexander Graf <agraf@suse.de> 5510 M: Alexander Graf <agraf@suse.de>
5501 L: kvm-ppc@vger.kernel.org 5511 L: kvm-ppc@vger.kernel.org
5502 W: http://kvm.qumranet.com 5512 W: http://kvm.qumranet.com
5503 T: git git://github.com/agraf/linux-2.6.git 5513 T: git git://github.com/agraf/linux-2.6.git
5504 S: Supported 5514 S: Supported
5505 F: arch/powerpc/include/asm/kvm* 5515 F: arch/powerpc/include/asm/kvm*
5506 F: arch/powerpc/kvm/ 5516 F: arch/powerpc/kvm/
5507 5517
5508 KERNEL VIRTUAL MACHINE for s390 (KVM/s390) 5518 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5509 M: Christian Borntraeger <borntraeger@de.ibm.com> 5519 M: Christian Borntraeger <borntraeger@de.ibm.com>
5510 M: Cornelia Huck <cornelia.huck@de.ibm.com> 5520 M: Cornelia Huck <cornelia.huck@de.ibm.com>
5511 M: linux390@de.ibm.com 5521 M: linux390@de.ibm.com
5512 L: linux-s390@vger.kernel.org 5522 L: linux-s390@vger.kernel.org
5513 W: http://www.ibm.com/developerworks/linux/linux390/ 5523 W: http://www.ibm.com/developerworks/linux/linux390/
5514 S: Supported 5524 S: Supported
5515 F: Documentation/s390/kvm.txt 5525 F: Documentation/s390/kvm.txt
5516 F: arch/s390/include/asm/kvm* 5526 F: arch/s390/include/asm/kvm*
5517 F: arch/s390/kvm/ 5527 F: arch/s390/kvm/
5518 F: drivers/s390/kvm/ 5528 F: drivers/s390/kvm/
5519 5529
5520 KERNEL VIRTUAL MACHINE (KVM) FOR ARM 5530 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5521 M: Christoffer Dall <christoffer.dall@linaro.org> 5531 M: Christoffer Dall <christoffer.dall@linaro.org>
5522 M: Marc Zyngier <marc.zyngier@arm.com> 5532 M: Marc Zyngier <marc.zyngier@arm.com>
5523 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 5533 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5524 L: kvmarm@lists.cs.columbia.edu 5534 L: kvmarm@lists.cs.columbia.edu
5525 W: http://systems.cs.columbia.edu/projects/kvm-arm 5535 W: http://systems.cs.columbia.edu/projects/kvm-arm
5526 S: Supported 5536 S: Supported
5527 F: arch/arm/include/uapi/asm/kvm* 5537 F: arch/arm/include/uapi/asm/kvm*
5528 F: arch/arm/include/asm/kvm* 5538 F: arch/arm/include/asm/kvm*
5529 F: arch/arm/kvm/ 5539 F: arch/arm/kvm/
5530 F: virt/kvm/arm/ 5540 F: virt/kvm/arm/
5531 F: include/kvm/arm_* 5541 F: include/kvm/arm_*
5532 5542
5533 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64) 5543 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5534 M: Christoffer Dall <christoffer.dall@linaro.org> 5544 M: Christoffer Dall <christoffer.dall@linaro.org>
5535 M: Marc Zyngier <marc.zyngier@arm.com> 5545 M: Marc Zyngier <marc.zyngier@arm.com>
5536 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 5546 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5537 L: kvmarm@lists.cs.columbia.edu 5547 L: kvmarm@lists.cs.columbia.edu
5538 S: Maintained 5548 S: Maintained
5539 F: arch/arm64/include/uapi/asm/kvm* 5549 F: arch/arm64/include/uapi/asm/kvm*
5540 F: arch/arm64/include/asm/kvm* 5550 F: arch/arm64/include/asm/kvm*
5541 F: arch/arm64/kvm/ 5551 F: arch/arm64/kvm/
5542 5552
5543 KEXEC 5553 KEXEC
5544 M: Eric Biederman <ebiederm@xmission.com> 5554 M: Eric Biederman <ebiederm@xmission.com>
5545 W: http://kernel.org/pub/linux/utils/kernel/kexec/ 5555 W: http://kernel.org/pub/linux/utils/kernel/kexec/
5546 L: kexec@lists.infradead.org 5556 L: kexec@lists.infradead.org
5547 S: Maintained 5557 S: Maintained
5548 F: include/linux/kexec.h 5558 F: include/linux/kexec.h
5549 F: include/uapi/linux/kexec.h 5559 F: include/uapi/linux/kexec.h
5550 F: kernel/kexec.c 5560 F: kernel/kexec.c
5551 5561
5552 KEYS/KEYRINGS: 5562 KEYS/KEYRINGS:
5553 M: David Howells <dhowells@redhat.com> 5563 M: David Howells <dhowells@redhat.com>
5554 L: keyrings@linux-nfs.org 5564 L: keyrings@linux-nfs.org
5555 S: Maintained 5565 S: Maintained
5556 F: Documentation/security/keys.txt 5566 F: Documentation/security/keys.txt
5557 F: include/linux/key.h 5567 F: include/linux/key.h
5558 F: include/linux/key-type.h 5568 F: include/linux/key-type.h
5559 F: include/keys/ 5569 F: include/keys/
5560 F: security/keys/ 5570 F: security/keys/
5561 5571
5562 KEYS-TRUSTED 5572 KEYS-TRUSTED
5563 M: David Safford <safford@us.ibm.com> 5573 M: David Safford <safford@us.ibm.com>
5564 M: Mimi Zohar <zohar@linux.vnet.ibm.com> 5574 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5565 L: linux-security-module@vger.kernel.org 5575 L: linux-security-module@vger.kernel.org
5566 L: keyrings@linux-nfs.org 5576 L: keyrings@linux-nfs.org
5567 S: Supported 5577 S: Supported
5568 F: Documentation/security/keys-trusted-encrypted.txt 5578 F: Documentation/security/keys-trusted-encrypted.txt
5569 F: include/keys/trusted-type.h 5579 F: include/keys/trusted-type.h
5570 F: security/keys/trusted.c 5580 F: security/keys/trusted.c
5571 F: security/keys/trusted.h 5581 F: security/keys/trusted.h
5572 5582
5573 KEYS-ENCRYPTED 5583 KEYS-ENCRYPTED
5574 M: Mimi Zohar <zohar@linux.vnet.ibm.com> 5584 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5575 M: David Safford <safford@us.ibm.com> 5585 M: David Safford <safford@us.ibm.com>
5576 L: linux-security-module@vger.kernel.org 5586 L: linux-security-module@vger.kernel.org
5577 L: keyrings@linux-nfs.org 5587 L: keyrings@linux-nfs.org
5578 S: Supported 5588 S: Supported
5579 F: Documentation/security/keys-trusted-encrypted.txt 5589 F: Documentation/security/keys-trusted-encrypted.txt
5580 F: include/keys/encrypted-type.h 5590 F: include/keys/encrypted-type.h
5581 F: security/keys/encrypted-keys/ 5591 F: security/keys/encrypted-keys/
5582 5592
5583 KGDB / KDB /debug_core 5593 KGDB / KDB /debug_core
5584 M: Jason Wessel <jason.wessel@windriver.com> 5594 M: Jason Wessel <jason.wessel@windriver.com>
5585 W: http://kgdb.wiki.kernel.org/ 5595 W: http://kgdb.wiki.kernel.org/
5586 L: kgdb-bugreport@lists.sourceforge.net 5596 L: kgdb-bugreport@lists.sourceforge.net
5587 S: Maintained 5597 S: Maintained
5588 F: Documentation/DocBook/kgdb.tmpl 5598 F: Documentation/DocBook/kgdb.tmpl
5589 F: drivers/misc/kgdbts.c 5599 F: drivers/misc/kgdbts.c
5590 F: drivers/tty/serial/kgdboc.c 5600 F: drivers/tty/serial/kgdboc.c
5591 F: include/linux/kdb.h 5601 F: include/linux/kdb.h
5592 F: include/linux/kgdb.h 5602 F: include/linux/kgdb.h
5593 F: kernel/debug/ 5603 F: kernel/debug/
5594 5604
5595 KMEMCHECK 5605 KMEMCHECK
5596 M: Vegard Nossum <vegardno@ifi.uio.no> 5606 M: Vegard Nossum <vegardno@ifi.uio.no>
5597 M: Pekka Enberg <penberg@kernel.org> 5607 M: Pekka Enberg <penberg@kernel.org>
5598 S: Maintained 5608 S: Maintained
5599 F: Documentation/kmemcheck.txt 5609 F: Documentation/kmemcheck.txt
5600 F: arch/x86/include/asm/kmemcheck.h 5610 F: arch/x86/include/asm/kmemcheck.h
5601 F: arch/x86/mm/kmemcheck/ 5611 F: arch/x86/mm/kmemcheck/
5602 F: include/linux/kmemcheck.h 5612 F: include/linux/kmemcheck.h
5603 F: mm/kmemcheck.c 5613 F: mm/kmemcheck.c
5604 5614
5605 KMEMLEAK 5615 KMEMLEAK
5606 M: Catalin Marinas <catalin.marinas@arm.com> 5616 M: Catalin Marinas <catalin.marinas@arm.com>
5607 S: Maintained 5617 S: Maintained
5608 F: Documentation/kmemleak.txt 5618 F: Documentation/kmemleak.txt
5609 F: include/linux/kmemleak.h 5619 F: include/linux/kmemleak.h
5610 F: mm/kmemleak.c 5620 F: mm/kmemleak.c
5611 F: mm/kmemleak-test.c 5621 F: mm/kmemleak-test.c
5612 5622
5613 KPROBES 5623 KPROBES
5614 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com> 5624 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5615 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> 5625 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5616 M: "David S. Miller" <davem@davemloft.net> 5626 M: "David S. Miller" <davem@davemloft.net>
5617 M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> 5627 M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5618 S: Maintained 5628 S: Maintained
5619 F: Documentation/kprobes.txt 5629 F: Documentation/kprobes.txt
5620 F: include/linux/kprobes.h 5630 F: include/linux/kprobes.h
5621 F: kernel/kprobes.c 5631 F: kernel/kprobes.c
5622 5632
5623 KS0108 LCD CONTROLLER DRIVER 5633 KS0108 LCD CONTROLLER DRIVER
5624 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 5634 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5625 W: http://miguelojeda.es/auxdisplay.htm 5635 W: http://miguelojeda.es/auxdisplay.htm
5626 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 5636 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5627 S: Maintained 5637 S: Maintained
5628 F: Documentation/auxdisplay/ks0108 5638 F: Documentation/auxdisplay/ks0108
5629 F: drivers/auxdisplay/ks0108.c 5639 F: drivers/auxdisplay/ks0108.c
5630 F: include/linux/ks0108.h 5640 F: include/linux/ks0108.h
5631 5641
5632 LAPB module 5642 LAPB module
5633 L: linux-x25@vger.kernel.org 5643 L: linux-x25@vger.kernel.org
5634 S: Orphan 5644 S: Orphan
5635 F: Documentation/networking/lapb-module.txt 5645 F: Documentation/networking/lapb-module.txt
5636 F: include/*/lapb.h 5646 F: include/*/lapb.h
5637 F: net/lapb/ 5647 F: net/lapb/
5638 5648
5639 LASI 53c700 driver for PARISC 5649 LASI 53c700 driver for PARISC
5640 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 5650 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5641 L: linux-scsi@vger.kernel.org 5651 L: linux-scsi@vger.kernel.org
5642 S: Maintained 5652 S: Maintained
5643 F: Documentation/scsi/53c700.txt 5653 F: Documentation/scsi/53c700.txt
5644 F: drivers/scsi/53c700* 5654 F: drivers/scsi/53c700*
5645 5655
5646 LED SUBSYSTEM 5656 LED SUBSYSTEM
5647 M: Bryan Wu <cooloney@gmail.com> 5657 M: Bryan Wu <cooloney@gmail.com>
5648 M: Richard Purdie <rpurdie@rpsys.net> 5658 M: Richard Purdie <rpurdie@rpsys.net>
5649 L: linux-leds@vger.kernel.org 5659 L: linux-leds@vger.kernel.org
5650 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git 5660 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5651 S: Maintained 5661 S: Maintained
5652 F: drivers/leds/ 5662 F: drivers/leds/
5653 F: include/linux/leds.h 5663 F: include/linux/leds.h
5654 5664
5655 LEGACY EEPROM DRIVER 5665 LEGACY EEPROM DRIVER
5656 M: Jean Delvare <jdelvare@suse.de> 5666 M: Jean Delvare <jdelvare@suse.de>
5657 S: Maintained 5667 S: Maintained
5658 F: Documentation/misc-devices/eeprom 5668 F: Documentation/misc-devices/eeprom
5659 F: drivers/misc/eeprom/eeprom.c 5669 F: drivers/misc/eeprom/eeprom.c
5660 5670
5661 LEGO USB Tower driver 5671 LEGO USB Tower driver
5662 M: Juergen Stuber <starblue@users.sourceforge.net> 5672 M: Juergen Stuber <starblue@users.sourceforge.net>
5663 L: legousb-devel@lists.sourceforge.net 5673 L: legousb-devel@lists.sourceforge.net
5664 W: http://legousb.sourceforge.net/ 5674 W: http://legousb.sourceforge.net/
5665 S: Maintained 5675 S: Maintained
5666 F: drivers/usb/misc/legousbtower.c 5676 F: drivers/usb/misc/legousbtower.c
5667 5677
5668 LG2160 MEDIA DRIVER 5678 LG2160 MEDIA DRIVER
5669 M: Michael Krufky <mkrufky@linuxtv.org> 5679 M: Michael Krufky <mkrufky@linuxtv.org>
5670 L: linux-media@vger.kernel.org 5680 L: linux-media@vger.kernel.org
5671 W: http://linuxtv.org/ 5681 W: http://linuxtv.org/
5672 W: http://github.com/mkrufky 5682 W: http://github.com/mkrufky
5673 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 5683 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5674 T: git git://linuxtv.org/mkrufky/tuners.git 5684 T: git git://linuxtv.org/mkrufky/tuners.git
5675 S: Maintained 5685 S: Maintained
5676 F: drivers/media/dvb-frontends/lg2160.* 5686 F: drivers/media/dvb-frontends/lg2160.*
5677 5687
5678 LGDT3305 MEDIA DRIVER 5688 LGDT3305 MEDIA DRIVER
5679 M: Michael Krufky <mkrufky@linuxtv.org> 5689 M: Michael Krufky <mkrufky@linuxtv.org>
5680 L: linux-media@vger.kernel.org 5690 L: linux-media@vger.kernel.org
5681 W: http://linuxtv.org/ 5691 W: http://linuxtv.org/
5682 W: http://github.com/mkrufky 5692 W: http://github.com/mkrufky
5683 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 5693 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5684 T: git git://linuxtv.org/mkrufky/tuners.git 5694 T: git git://linuxtv.org/mkrufky/tuners.git
5685 S: Maintained 5695 S: Maintained
5686 F: drivers/media/dvb-frontends/lgdt3305.* 5696 F: drivers/media/dvb-frontends/lgdt3305.*
5687 5697
5688 LGUEST 5698 LGUEST
5689 M: Rusty Russell <rusty@rustcorp.com.au> 5699 M: Rusty Russell <rusty@rustcorp.com.au>
5690 L: lguest@lists.ozlabs.org 5700 L: lguest@lists.ozlabs.org
5691 W: http://lguest.ozlabs.org/ 5701 W: http://lguest.ozlabs.org/
5692 S: Odd Fixes 5702 S: Odd Fixes
5693 F: arch/x86/include/asm/lguest*.h 5703 F: arch/x86/include/asm/lguest*.h
5694 F: arch/x86/lguest/ 5704 F: arch/x86/lguest/
5695 F: drivers/lguest/ 5705 F: drivers/lguest/
5696 F: include/linux/lguest*.h 5706 F: include/linux/lguest*.h
5697 F: tools/lguest/ 5707 F: tools/lguest/
5698 5708
5699 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers) 5709 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5700 M: Tejun Heo <tj@kernel.org> 5710 M: Tejun Heo <tj@kernel.org>
5701 L: linux-ide@vger.kernel.org 5711 L: linux-ide@vger.kernel.org
5702 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git 5712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5703 S: Maintained 5713 S: Maintained
5704 F: drivers/ata/ 5714 F: drivers/ata/
5705 F: include/linux/ata.h 5715 F: include/linux/ata.h
5706 F: include/linux/libata.h 5716 F: include/linux/libata.h
5707 5717
5708 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER 5718 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5709 M: Viresh Kumar <viresh.linux@gmail.com> 5719 M: Viresh Kumar <viresh.linux@gmail.com>
5710 L: linux-ide@vger.kernel.org 5720 L: linux-ide@vger.kernel.org
5711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git 5721 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5712 S: Maintained 5722 S: Maintained
5713 F: include/linux/pata_arasan_cf_data.h 5723 F: include/linux/pata_arasan_cf_data.h
5714 F: drivers/ata/pata_arasan_cf.c 5724 F: drivers/ata/pata_arasan_cf.c
5715 5725
5716 LIBATA PATA DRIVERS 5726 LIBATA PATA DRIVERS
5717 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> 5727 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5718 M: Tejun Heo <tj@kernel.org> 5728 M: Tejun Heo <tj@kernel.org>
5719 L: linux-ide@vger.kernel.org 5729 L: linux-ide@vger.kernel.org
5720 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git 5730 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5721 S: Maintained 5731 S: Maintained
5722 F: drivers/ata/pata_*.c 5732 F: drivers/ata/pata_*.c
5723 F: drivers/ata/ata_generic.c 5733 F: drivers/ata/ata_generic.c
5724 5734
5725 LIBATA SATA AHCI PLATFORM devices support 5735 LIBATA SATA AHCI PLATFORM devices support
5726 M: Hans de Goede <hdegoede@redhat.com> 5736 M: Hans de Goede <hdegoede@redhat.com>
5727 M: Tejun Heo <tj@kernel.org> 5737 M: Tejun Heo <tj@kernel.org>
5728 L: linux-ide@vger.kernel.org 5738 L: linux-ide@vger.kernel.org
5729 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git 5739 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5730 S: Maintained 5740 S: Maintained
5731 F: drivers/ata/ahci_platform.c 5741 F: drivers/ata/ahci_platform.c
5732 F: drivers/ata/libahci_platform.c 5742 F: drivers/ata/libahci_platform.c
5733 F: include/linux/ahci_platform.h 5743 F: include/linux/ahci_platform.h
5734 5744
5735 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER 5745 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5736 M: Mikael Pettersson <mikpelinux@gmail.com> 5746 M: Mikael Pettersson <mikpelinux@gmail.com>
5737 L: linux-ide@vger.kernel.org 5747 L: linux-ide@vger.kernel.org
5738 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git 5748 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5739 S: Maintained 5749 S: Maintained
5740 F: drivers/ata/sata_promise.* 5750 F: drivers/ata/sata_promise.*
5741 5751
5742 LIBLOCKDEP 5752 LIBLOCKDEP
5743 M: Sasha Levin <sasha.levin@oracle.com> 5753 M: Sasha Levin <sasha.levin@oracle.com>
5744 S: Maintained 5754 S: Maintained
5745 F: tools/lib/lockdep/ 5755 F: tools/lib/lockdep/
5746 5756
5747 LINUX FOR IBM pSERIES (RS/6000) 5757 LINUX FOR IBM pSERIES (RS/6000)
5748 M: Paul Mackerras <paulus@au.ibm.com> 5758 M: Paul Mackerras <paulus@au.ibm.com>
5749 W: http://www.ibm.com/linux/ltc/projects/ppc 5759 W: http://www.ibm.com/linux/ltc/projects/ppc
5750 S: Supported 5760 S: Supported
5751 F: arch/powerpc/boot/rs6000.h 5761 F: arch/powerpc/boot/rs6000.h
5752 5762
5753 LINUX FOR POWERPC (32-BIT AND 64-BIT) 5763 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5754 M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 5764 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5755 M: Paul Mackerras <paulus@samba.org> 5765 M: Paul Mackerras <paulus@samba.org>
5756 M: Michael Ellerman <mpe@ellerman.id.au> 5766 M: Michael Ellerman <mpe@ellerman.id.au>
5757 W: http://www.penguinppc.org/ 5767 W: http://www.penguinppc.org/
5758 L: linuxppc-dev@lists.ozlabs.org 5768 L: linuxppc-dev@lists.ozlabs.org
5759 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/ 5769 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5760 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git 5770 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5761 S: Supported 5771 S: Supported
5762 F: Documentation/powerpc/ 5772 F: Documentation/powerpc/
5763 F: arch/powerpc/ 5773 F: arch/powerpc/
5764 5774
5765 LINUX FOR POWER MACINTOSH 5775 LINUX FOR POWER MACINTOSH
5766 M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 5776 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5767 W: http://www.penguinppc.org/ 5777 W: http://www.penguinppc.org/
5768 L: linuxppc-dev@lists.ozlabs.org 5778 L: linuxppc-dev@lists.ozlabs.org
5769 S: Maintained 5779 S: Maintained
5770 F: arch/powerpc/platforms/powermac/ 5780 F: arch/powerpc/platforms/powermac/
5771 F: drivers/macintosh/ 5781 F: drivers/macintosh/
5772 5782
5773 LINUX FOR POWERPC EMBEDDED MPC5XXX 5783 LINUX FOR POWERPC EMBEDDED MPC5XXX
5774 M: Anatolij Gustschin <agust@denx.de> 5784 M: Anatolij Gustschin <agust@denx.de>
5775 L: linuxppc-dev@lists.ozlabs.org 5785 L: linuxppc-dev@lists.ozlabs.org
5776 T: git git://git.denx.de/linux-denx-agust.git 5786 T: git git://git.denx.de/linux-denx-agust.git
5777 S: Maintained 5787 S: Maintained
5778 F: arch/powerpc/platforms/512x/ 5788 F: arch/powerpc/platforms/512x/
5779 F: arch/powerpc/platforms/52xx/ 5789 F: arch/powerpc/platforms/52xx/
5780 5790
5781 LINUX FOR POWERPC EMBEDDED PPC4XX 5791 LINUX FOR POWERPC EMBEDDED PPC4XX
5782 M: Alistair Popple <alistair@popple.id.au> 5792 M: Alistair Popple <alistair@popple.id.au>
5783 M: Matt Porter <mporter@kernel.crashing.org> 5793 M: Matt Porter <mporter@kernel.crashing.org>
5784 W: http://www.penguinppc.org/ 5794 W: http://www.penguinppc.org/
5785 L: linuxppc-dev@lists.ozlabs.org 5795 L: linuxppc-dev@lists.ozlabs.org
5786 S: Maintained 5796 S: Maintained
5787 F: arch/powerpc/platforms/40x/ 5797 F: arch/powerpc/platforms/40x/
5788 F: arch/powerpc/platforms/44x/ 5798 F: arch/powerpc/platforms/44x/
5789 5799
5790 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX 5800 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5791 L: linuxppc-dev@lists.ozlabs.org 5801 L: linuxppc-dev@lists.ozlabs.org
5792 S: Orphan 5802 S: Orphan
5793 F: arch/powerpc/*/*virtex* 5803 F: arch/powerpc/*/*virtex*
5794 F: arch/powerpc/*/*/*virtex* 5804 F: arch/powerpc/*/*/*virtex*
5795 5805
5796 LINUX FOR POWERPC EMBEDDED PPC8XX 5806 LINUX FOR POWERPC EMBEDDED PPC8XX
5797 M: Vitaly Bordug <vitb@kernel.crashing.org> 5807 M: Vitaly Bordug <vitb@kernel.crashing.org>
5798 W: http://www.penguinppc.org/ 5808 W: http://www.penguinppc.org/
5799 L: linuxppc-dev@lists.ozlabs.org 5809 L: linuxppc-dev@lists.ozlabs.org
5800 S: Maintained 5810 S: Maintained
5801 F: arch/powerpc/platforms/8xx/ 5811 F: arch/powerpc/platforms/8xx/
5802 5812
5803 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX 5813 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5804 M: Scott Wood <scottwood@freescale.com> 5814 M: Scott Wood <scottwood@freescale.com>
5805 M: Kumar Gala <galak@kernel.crashing.org> 5815 M: Kumar Gala <galak@kernel.crashing.org>
5806 W: http://www.penguinppc.org/ 5816 W: http://www.penguinppc.org/
5807 L: linuxppc-dev@lists.ozlabs.org 5817 L: linuxppc-dev@lists.ozlabs.org
5808 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git 5818 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5809 S: Maintained 5819 S: Maintained
5810 F: arch/powerpc/platforms/83xx/ 5820 F: arch/powerpc/platforms/83xx/
5811 F: arch/powerpc/platforms/85xx/ 5821 F: arch/powerpc/platforms/85xx/
5812 5822
5813 LINUX FOR POWERPC PA SEMI PWRFICIENT 5823 LINUX FOR POWERPC PA SEMI PWRFICIENT
5814 M: Olof Johansson <olof@lixom.net> 5824 M: Olof Johansson <olof@lixom.net>
5815 L: linuxppc-dev@lists.ozlabs.org 5825 L: linuxppc-dev@lists.ozlabs.org
5816 S: Maintained 5826 S: Maintained
5817 F: arch/powerpc/platforms/pasemi/ 5827 F: arch/powerpc/platforms/pasemi/
5818 F: drivers/*/*pasemi* 5828 F: drivers/*/*pasemi*
5819 F: drivers/*/*/*pasemi* 5829 F: drivers/*/*/*pasemi*
5820 5830
5821 LINUX SECURITY MODULE (LSM) FRAMEWORK 5831 LINUX SECURITY MODULE (LSM) FRAMEWORK
5822 M: Chris Wright <chrisw@sous-sol.org> 5832 M: Chris Wright <chrisw@sous-sol.org>
5823 L: linux-security-module@vger.kernel.org 5833 L: linux-security-module@vger.kernel.org
5824 S: Supported 5834 S: Supported
5825 5835
5826 LIS3LV02D ACCELEROMETER DRIVER 5836 LIS3LV02D ACCELEROMETER DRIVER
5827 M: Eric Piel <eric.piel@tremplin-utc.net> 5837 M: Eric Piel <eric.piel@tremplin-utc.net>
5828 S: Maintained 5838 S: Maintained
5829 F: Documentation/misc-devices/lis3lv02d 5839 F: Documentation/misc-devices/lis3lv02d
5830 F: drivers/misc/lis3lv02d/ 5840 F: drivers/misc/lis3lv02d/
5831 F: drivers/platform/x86/hp_accel.c 5841 F: drivers/platform/x86/hp_accel.c
5832 5842
5833 LLC (802.2) 5843 LLC (802.2)
5834 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 5844 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5835 S: Maintained 5845 S: Maintained
5836 F: include/linux/llc.h 5846 F: include/linux/llc.h
5837 F: include/uapi/linux/llc.h 5847 F: include/uapi/linux/llc.h
5838 F: include/net/llc* 5848 F: include/net/llc*
5839 F: net/llc/ 5849 F: net/llc/
5840 5850
5841 LM73 HARDWARE MONITOR DRIVER 5851 LM73 HARDWARE MONITOR DRIVER
5842 M: Guillaume Ligneul <guillaume.ligneul@gmail.com> 5852 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
5843 L: lm-sensors@lm-sensors.org 5853 L: lm-sensors@lm-sensors.org
5844 S: Maintained 5854 S: Maintained
5845 F: drivers/hwmon/lm73.c 5855 F: drivers/hwmon/lm73.c
5846 5856
5847 LM78 HARDWARE MONITOR DRIVER 5857 LM78 HARDWARE MONITOR DRIVER
5848 M: Jean Delvare <jdelvare@suse.de> 5858 M: Jean Delvare <jdelvare@suse.de>
5849 L: lm-sensors@lm-sensors.org 5859 L: lm-sensors@lm-sensors.org
5850 S: Maintained 5860 S: Maintained
5851 F: Documentation/hwmon/lm78 5861 F: Documentation/hwmon/lm78
5852 F: drivers/hwmon/lm78.c 5862 F: drivers/hwmon/lm78.c
5853 5863
5854 LM83 HARDWARE MONITOR DRIVER 5864 LM83 HARDWARE MONITOR DRIVER
5855 M: Jean Delvare <jdelvare@suse.de> 5865 M: Jean Delvare <jdelvare@suse.de>
5856 L: lm-sensors@lm-sensors.org 5866 L: lm-sensors@lm-sensors.org
5857 S: Maintained 5867 S: Maintained
5858 F: Documentation/hwmon/lm83 5868 F: Documentation/hwmon/lm83
5859 F: drivers/hwmon/lm83.c 5869 F: drivers/hwmon/lm83.c
5860 5870
5861 LM90 HARDWARE MONITOR DRIVER 5871 LM90 HARDWARE MONITOR DRIVER
5862 M: Jean Delvare <jdelvare@suse.de> 5872 M: Jean Delvare <jdelvare@suse.de>
5863 L: lm-sensors@lm-sensors.org 5873 L: lm-sensors@lm-sensors.org
5864 S: Maintained 5874 S: Maintained
5865 F: Documentation/hwmon/lm90 5875 F: Documentation/hwmon/lm90
5866 F: Documentation/devicetree/bindings/hwmon/lm90.txt 5876 F: Documentation/devicetree/bindings/hwmon/lm90.txt
5867 F: drivers/hwmon/lm90.c 5877 F: drivers/hwmon/lm90.c
5868 5878
5869 LM95234 HARDWARE MONITOR DRIVER 5879 LM95234 HARDWARE MONITOR DRIVER
5870 M: Guenter Roeck <linux@roeck-us.net> 5880 M: Guenter Roeck <linux@roeck-us.net>
5871 L: lm-sensors@lm-sensors.org 5881 L: lm-sensors@lm-sensors.org
5872 S: Maintained 5882 S: Maintained
5873 F: Documentation/hwmon/lm95234 5883 F: Documentation/hwmon/lm95234
5874 F: drivers/hwmon/lm95234.c 5884 F: drivers/hwmon/lm95234.c
5875 5885
5876 LME2510 MEDIA DRIVER 5886 LME2510 MEDIA DRIVER
5877 M: Malcolm Priestley <tvboxspy@gmail.com> 5887 M: Malcolm Priestley <tvboxspy@gmail.com>
5878 L: linux-media@vger.kernel.org 5888 L: linux-media@vger.kernel.org
5879 W: http://linuxtv.org/ 5889 W: http://linuxtv.org/
5880 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 5890 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5881 S: Maintained 5891 S: Maintained
5882 F: drivers/media/usb/dvb-usb-v2/lmedm04* 5892 F: drivers/media/usb/dvb-usb-v2/lmedm04*
5883 5893
5884 LOCKDEP AND LOCKSTAT 5894 LOCKDEP AND LOCKSTAT
5885 M: Peter Zijlstra <peterz@infradead.org> 5895 M: Peter Zijlstra <peterz@infradead.org>
5886 M: Ingo Molnar <mingo@redhat.com> 5896 M: Ingo Molnar <mingo@redhat.com>
5887 L: linux-kernel@vger.kernel.org 5897 L: linux-kernel@vger.kernel.org
5888 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking 5898 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5889 S: Maintained 5899 S: Maintained
5890 F: Documentation/locking/lockdep*.txt 5900 F: Documentation/locking/lockdep*.txt
5891 F: Documentation/locking/lockstat.txt 5901 F: Documentation/locking/lockstat.txt
5892 F: include/linux/lockdep.h 5902 F: include/linux/lockdep.h
5893 F: kernel/locking/ 5903 F: kernel/locking/
5894 5904
5895 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) 5905 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5896 M: "Richard Russon (FlatCap)" <ldm@flatcap.org> 5906 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
5897 L: linux-ntfs-dev@lists.sourceforge.net 5907 L: linux-ntfs-dev@lists.sourceforge.net
5898 W: http://www.linux-ntfs.org/content/view/19/37/ 5908 W: http://www.linux-ntfs.org/content/view/19/37/
5899 S: Maintained 5909 S: Maintained
5900 F: Documentation/ldm.txt 5910 F: Documentation/ldm.txt
5901 F: block/partitions/ldm.* 5911 F: block/partitions/ldm.*
5902 5912
5903 LogFS 5913 LogFS
5904 M: Joern Engel <joern@logfs.org> 5914 M: Joern Engel <joern@logfs.org>
5905 M: Prasad Joshi <prasadjoshi.linux@gmail.com> 5915 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
5906 L: logfs@logfs.org 5916 L: logfs@logfs.org
5907 W: logfs.org 5917 W: logfs.org
5908 S: Maintained 5918 S: Maintained
5909 F: fs/logfs/ 5919 F: fs/logfs/
5910 5920
5911 LPC32XX MACHINE SUPPORT 5921 LPC32XX MACHINE SUPPORT
5912 M: Roland Stigge <stigge@antcom.de> 5922 M: Roland Stigge <stigge@antcom.de>
5913 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 5923 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5914 S: Maintained 5924 S: Maintained
5915 F: arch/arm/mach-lpc32xx/ 5925 F: arch/arm/mach-lpc32xx/
5916 5926
5917 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) 5927 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5918 M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com> 5928 M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5919 M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com> 5929 M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5920 M: Sreekanth Reddy <sreekanth.reddy@avagotech.com> 5930 M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5921 M: Abhijit Mahajan <abhijit.mahajan@avagotech.com> 5931 M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5922 L: MPT-FusionLinux.pdl@avagotech.com 5932 L: MPT-FusionLinux.pdl@avagotech.com
5923 L: linux-scsi@vger.kernel.org 5933 L: linux-scsi@vger.kernel.org
5924 W: http://www.lsilogic.com/support 5934 W: http://www.lsilogic.com/support
5925 S: Supported 5935 S: Supported
5926 F: drivers/message/fusion/ 5936 F: drivers/message/fusion/
5927 F: drivers/scsi/mpt2sas/ 5937 F: drivers/scsi/mpt2sas/
5928 F: drivers/scsi/mpt3sas/ 5938 F: drivers/scsi/mpt3sas/
5929 5939
5930 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers 5940 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5931 M: Matthew Wilcox <matthew@wil.cx> 5941 M: Matthew Wilcox <matthew@wil.cx>
5932 L: linux-scsi@vger.kernel.org 5942 L: linux-scsi@vger.kernel.org
5933 S: Maintained 5943 S: Maintained
5934 F: drivers/scsi/sym53c8xx_2/ 5944 F: drivers/scsi/sym53c8xx_2/
5935 5945
5936 LTC4261 HARDWARE MONITOR DRIVER 5946 LTC4261 HARDWARE MONITOR DRIVER
5937 M: Guenter Roeck <linux@roeck-us.net> 5947 M: Guenter Roeck <linux@roeck-us.net>
5938 L: lm-sensors@lm-sensors.org 5948 L: lm-sensors@lm-sensors.org
5939 S: Maintained 5949 S: Maintained
5940 F: Documentation/hwmon/ltc4261 5950 F: Documentation/hwmon/ltc4261
5941 F: drivers/hwmon/ltc4261.c 5951 F: drivers/hwmon/ltc4261.c
5942 5952
5943 LTP (Linux Test Project) 5953 LTP (Linux Test Project)
5944 M: Mike Frysinger <vapier@gentoo.org> 5954 M: Mike Frysinger <vapier@gentoo.org>
5945 M: Cyril Hrubis <chrubis@suse.cz> 5955 M: Cyril Hrubis <chrubis@suse.cz>
5946 M: Wanlong Gao <gaowanlong@cn.fujitsu.com> 5956 M: Wanlong Gao <gaowanlong@cn.fujitsu.com>
5947 M: Jan Stancek <jstancek@redhat.com> 5957 M: Jan Stancek <jstancek@redhat.com>
5948 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> 5958 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5949 M: Alexey Kodanev <alexey.kodanev@oracle.com> 5959 M: Alexey Kodanev <alexey.kodanev@oracle.com>
5950 L: ltp-list@lists.sourceforge.net (subscribers-only) 5960 L: ltp-list@lists.sourceforge.net (subscribers-only)
5951 W: http://linux-test-project.github.io/ 5961 W: http://linux-test-project.github.io/
5952 T: git git://github.com/linux-test-project/ltp.git 5962 T: git git://github.com/linux-test-project/ltp.git
5953 S: Maintained 5963 S: Maintained
5954 5964
5955 M32R ARCHITECTURE 5965 M32R ARCHITECTURE
5956 W: http://www.linux-m32r.org/ 5966 W: http://www.linux-m32r.org/
5957 S: Orphan 5967 S: Orphan
5958 F: arch/m32r/ 5968 F: arch/m32r/
5959 5969
5960 M68K ARCHITECTURE 5970 M68K ARCHITECTURE
5961 M: Geert Uytterhoeven <geert@linux-m68k.org> 5971 M: Geert Uytterhoeven <geert@linux-m68k.org>
5962 L: linux-m68k@lists.linux-m68k.org 5972 L: linux-m68k@lists.linux-m68k.org
5963 W: http://www.linux-m68k.org/ 5973 W: http://www.linux-m68k.org/
5964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git 5974 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5965 S: Maintained 5975 S: Maintained
5966 F: arch/m68k/ 5976 F: arch/m68k/
5967 F: drivers/zorro/ 5977 F: drivers/zorro/
5968 5978
5969 M68K ON APPLE MACINTOSH 5979 M68K ON APPLE MACINTOSH
5970 M: Joshua Thompson <funaho@jurai.org> 5980 M: Joshua Thompson <funaho@jurai.org>
5971 W: http://www.mac.linux-m68k.org/ 5981 W: http://www.mac.linux-m68k.org/
5972 L: linux-m68k@lists.linux-m68k.org 5982 L: linux-m68k@lists.linux-m68k.org
5973 S: Maintained 5983 S: Maintained
5974 F: arch/m68k/mac/ 5984 F: arch/m68k/mac/
5975 5985
5976 M68K ON HP9000/300 5986 M68K ON HP9000/300
5977 M: Philip Blundell <philb@gnu.org> 5987 M: Philip Blundell <philb@gnu.org>
5978 W: http://www.tazenda.demon.co.uk/phil/linux-hp 5988 W: http://www.tazenda.demon.co.uk/phil/linux-hp
5979 S: Maintained 5989 S: Maintained
5980 F: arch/m68k/hp300/ 5990 F: arch/m68k/hp300/
5981 5991
5982 M88DS3103 MEDIA DRIVER 5992 M88DS3103 MEDIA DRIVER
5983 M: Antti Palosaari <crope@iki.fi> 5993 M: Antti Palosaari <crope@iki.fi>
5984 L: linux-media@vger.kernel.org 5994 L: linux-media@vger.kernel.org
5985 W: http://linuxtv.org/ 5995 W: http://linuxtv.org/
5986 W: http://palosaari.fi/linux/ 5996 W: http://palosaari.fi/linux/
5987 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 5997 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5988 T: git git://linuxtv.org/anttip/media_tree.git 5998 T: git git://linuxtv.org/anttip/media_tree.git
5989 S: Maintained 5999 S: Maintained
5990 F: drivers/media/dvb-frontends/m88ds3103* 6000 F: drivers/media/dvb-frontends/m88ds3103*
5991 6001
5992 M88RS2000 MEDIA DRIVER 6002 M88RS2000 MEDIA DRIVER
5993 M: Malcolm Priestley <tvboxspy@gmail.com> 6003 M: Malcolm Priestley <tvboxspy@gmail.com>
5994 L: linux-media@vger.kernel.org 6004 L: linux-media@vger.kernel.org
5995 W: http://linuxtv.org/ 6005 W: http://linuxtv.org/
5996 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 6006 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5997 S: Maintained 6007 S: Maintained
5998 F: drivers/media/dvb-frontends/m88rs2000* 6008 F: drivers/media/dvb-frontends/m88rs2000*
5999 6009
6000 M88TS2022 MEDIA DRIVER 6010 M88TS2022 MEDIA DRIVER
6001 M: Antti Palosaari <crope@iki.fi> 6011 M: Antti Palosaari <crope@iki.fi>
6002 L: linux-media@vger.kernel.org 6012 L: linux-media@vger.kernel.org
6003 W: http://linuxtv.org/ 6013 W: http://linuxtv.org/
6004 W: http://palosaari.fi/linux/ 6014 W: http://palosaari.fi/linux/
6005 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 6015 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6006 T: git git://linuxtv.org/anttip/media_tree.git 6016 T: git git://linuxtv.org/anttip/media_tree.git
6007 S: Maintained 6017 S: Maintained
6008 F: drivers/media/tuners/m88ts2022* 6018 F: drivers/media/tuners/m88ts2022*
6009 6019
6010 MA901 MASTERKIT USB FM RADIO DRIVER 6020 MA901 MASTERKIT USB FM RADIO DRIVER
6011 M: Alexey Klimov <klimov.linux@gmail.com> 6021 M: Alexey Klimov <klimov.linux@gmail.com>
6012 L: linux-media@vger.kernel.org 6022 L: linux-media@vger.kernel.org
6013 T: git git://linuxtv.org/media_tree.git 6023 T: git git://linuxtv.org/media_tree.git
6014 S: Maintained 6024 S: Maintained
6015 F: drivers/media/radio/radio-ma901.c 6025 F: drivers/media/radio/radio-ma901.c
6016 6026
6017 MAC80211 6027 MAC80211
6018 M: Johannes Berg <johannes@sipsolutions.net> 6028 M: Johannes Berg <johannes@sipsolutions.net>
6019 L: linux-wireless@vger.kernel.org 6029 L: linux-wireless@vger.kernel.org
6020 W: http://wireless.kernel.org/ 6030 W: http://wireless.kernel.org/
6021 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git 6031 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6022 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 6032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6023 S: Maintained 6033 S: Maintained
6024 F: Documentation/networking/mac80211-injection.txt 6034 F: Documentation/networking/mac80211-injection.txt
6025 F: include/net/mac80211.h 6035 F: include/net/mac80211.h
6026 F: net/mac80211/ 6036 F: net/mac80211/
6027 6037
6028 MACVLAN DRIVER 6038 MACVLAN DRIVER
6029 M: Patrick McHardy <kaber@trash.net> 6039 M: Patrick McHardy <kaber@trash.net>
6030 L: netdev@vger.kernel.org 6040 L: netdev@vger.kernel.org
6031 S: Maintained 6041 S: Maintained
6032 F: drivers/net/macvlan.c 6042 F: drivers/net/macvlan.c
6033 F: include/linux/if_macvlan.h 6043 F: include/linux/if_macvlan.h
6034 6044
6035 MAILBOX API 6045 MAILBOX API
6036 M: Jassi Brar <jassisinghbrar@gmail.com> 6046 M: Jassi Brar <jassisinghbrar@gmail.com>
6037 L: linux-kernel@vger.kernel.org 6047 L: linux-kernel@vger.kernel.org
6038 S: Maintained 6048 S: Maintained
6039 F: drivers/mailbox/ 6049 F: drivers/mailbox/
6040 F: include/linux/mailbox_client.h 6050 F: include/linux/mailbox_client.h
6041 F: include/linux/mailbox_controller.h 6051 F: include/linux/mailbox_controller.h
6042 6052
6043 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 6053 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6044 M: Michael Kerrisk <mtk.manpages@gmail.com> 6054 M: Michael Kerrisk <mtk.manpages@gmail.com>
6045 W: http://www.kernel.org/doc/man-pages 6055 W: http://www.kernel.org/doc/man-pages
6046 L: linux-man@vger.kernel.org 6056 L: linux-man@vger.kernel.org
6047 S: Maintained 6057 S: Maintained
6048 6058
6049 MARVELL ARMADA DRM SUPPORT 6059 MARVELL ARMADA DRM SUPPORT
6050 M: Russell King <rmk+kernel@arm.linux.org.uk> 6060 M: Russell King <rmk+kernel@arm.linux.org.uk>
6051 S: Maintained 6061 S: Maintained
6052 F: drivers/gpu/drm/armada/ 6062 F: drivers/gpu/drm/armada/
6053 6063
6054 MARVELL 88E6352 DSA support 6064 MARVELL 88E6352 DSA support
6055 M: Guenter Roeck <linux@roeck-us.net> 6065 M: Guenter Roeck <linux@roeck-us.net>
6056 S: Maintained 6066 S: Maintained
6057 F: drivers/net/dsa/mv88e6352.c 6067 F: drivers/net/dsa/mv88e6352.c
6058 6068
6059 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2) 6069 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6060 M: Mirko Lindner <mlindner@marvell.com> 6070 M: Mirko Lindner <mlindner@marvell.com>
6061 M: Stephen Hemminger <stephen@networkplumber.org> 6071 M: Stephen Hemminger <stephen@networkplumber.org>
6062 L: netdev@vger.kernel.org 6072 L: netdev@vger.kernel.org
6063 S: Maintained 6073 S: Maintained
6064 F: drivers/net/ethernet/marvell/sk* 6074 F: drivers/net/ethernet/marvell/sk*
6065 6075
6066 MARVELL LIBERTAS WIRELESS DRIVER 6076 MARVELL LIBERTAS WIRELESS DRIVER
6067 L: libertas-dev@lists.infradead.org 6077 L: libertas-dev@lists.infradead.org
6068 S: Orphan 6078 S: Orphan
6069 F: drivers/net/wireless/libertas/ 6079 F: drivers/net/wireless/libertas/
6070 6080
6071 MARVELL MV643XX ETHERNET DRIVER 6081 MARVELL MV643XX ETHERNET DRIVER
6072 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> 6082 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6073 L: netdev@vger.kernel.org 6083 L: netdev@vger.kernel.org
6074 S: Maintained 6084 S: Maintained
6075 F: drivers/net/ethernet/marvell/mv643xx_eth.* 6085 F: drivers/net/ethernet/marvell/mv643xx_eth.*
6076 F: include/linux/mv643xx.h 6086 F: include/linux/mv643xx.h
6077 6087
6078 MARVELL MVNETA ETHERNET DRIVER 6088 MARVELL MVNETA ETHERNET DRIVER
6079 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 6089 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6080 L: netdev@vger.kernel.org 6090 L: netdev@vger.kernel.org
6081 S: Maintained 6091 S: Maintained
6082 F: drivers/net/ethernet/marvell/mvneta.* 6092 F: drivers/net/ethernet/marvell/mvneta.*
6083 6093
6084 MARVELL MWIFIEX WIRELESS DRIVER 6094 MARVELL MWIFIEX WIRELESS DRIVER
6085 M: Amitkumar Karwar <akarwar@marvell.com> 6095 M: Amitkumar Karwar <akarwar@marvell.com>
6086 M: Avinash Patil <patila@marvell.com> 6096 M: Avinash Patil <patila@marvell.com>
6087 L: linux-wireless@vger.kernel.org 6097 L: linux-wireless@vger.kernel.org
6088 S: Maintained 6098 S: Maintained
6089 F: drivers/net/wireless/mwifiex/ 6099 F: drivers/net/wireless/mwifiex/
6090 6100
6091 MARVELL MWL8K WIRELESS DRIVER 6101 MARVELL MWL8K WIRELESS DRIVER
6092 M: Lennert Buytenhek <buytenh@wantstofly.org> 6102 M: Lennert Buytenhek <buytenh@wantstofly.org>
6093 L: linux-wireless@vger.kernel.org 6103 L: linux-wireless@vger.kernel.org
6094 S: Odd Fixes 6104 S: Odd Fixes
6095 F: drivers/net/wireless/mwl8k.c 6105 F: drivers/net/wireless/mwl8k.c
6096 6106
6097 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER 6107 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6098 M: Nicolas Pitre <nico@fluxnic.net> 6108 M: Nicolas Pitre <nico@fluxnic.net>
6099 S: Odd Fixes 6109 S: Odd Fixes
6100 F: drivers/mmc/host/mvsdio.* 6110 F: drivers/mmc/host/mvsdio.*
6101 6111
6102 MATROX FRAMEBUFFER DRIVER 6112 MATROX FRAMEBUFFER DRIVER
6103 L: linux-fbdev@vger.kernel.org 6113 L: linux-fbdev@vger.kernel.org
6104 S: Orphan 6114 S: Orphan
6105 F: drivers/video/fbdev/matrox/matroxfb_* 6115 F: drivers/video/fbdev/matrox/matroxfb_*
6106 F: include/uapi/linux/matroxfb.h 6116 F: include/uapi/linux/matroxfb.h
6107 6117
6108 MAX16065 HARDWARE MONITOR DRIVER 6118 MAX16065 HARDWARE MONITOR DRIVER
6109 M: Guenter Roeck <linux@roeck-us.net> 6119 M: Guenter Roeck <linux@roeck-us.net>
6110 L: lm-sensors@lm-sensors.org 6120 L: lm-sensors@lm-sensors.org
6111 S: Maintained 6121 S: Maintained
6112 F: Documentation/hwmon/max16065 6122 F: Documentation/hwmon/max16065
6113 F: drivers/hwmon/max16065.c 6123 F: drivers/hwmon/max16065.c
6114 6124
6115 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER 6125 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6116 M: "Hans J. Koch" <hjk@hansjkoch.de> 6126 M: "Hans J. Koch" <hjk@hansjkoch.de>
6117 L: lm-sensors@lm-sensors.org 6127 L: lm-sensors@lm-sensors.org
6118 S: Maintained 6128 S: Maintained
6119 F: Documentation/hwmon/max6650 6129 F: Documentation/hwmon/max6650
6120 F: drivers/hwmon/max6650.c 6130 F: drivers/hwmon/max6650.c
6121 6131
6122 MAX6697 HARDWARE MONITOR DRIVER 6132 MAX6697 HARDWARE MONITOR DRIVER
6123 M: Guenter Roeck <linux@roeck-us.net> 6133 M: Guenter Roeck <linux@roeck-us.net>
6124 L: lm-sensors@lm-sensors.org 6134 L: lm-sensors@lm-sensors.org
6125 S: Maintained 6135 S: Maintained
6126 F: Documentation/hwmon/max6697 6136 F: Documentation/hwmon/max6697
6127 F: Documentation/devicetree/bindings/i2c/max6697.txt 6137 F: Documentation/devicetree/bindings/i2c/max6697.txt
6128 F: drivers/hwmon/max6697.c 6138 F: drivers/hwmon/max6697.c
6129 F: include/linux/platform_data/max6697.h 6139 F: include/linux/platform_data/max6697.h
6130 6140
6131 MAXIRADIO FM RADIO RECEIVER DRIVER 6141 MAXIRADIO FM RADIO RECEIVER DRIVER
6132 M: Hans Verkuil <hverkuil@xs4all.nl> 6142 M: Hans Verkuil <hverkuil@xs4all.nl>
6133 L: linux-media@vger.kernel.org 6143 L: linux-media@vger.kernel.org
6134 T: git git://linuxtv.org/media_tree.git 6144 T: git git://linuxtv.org/media_tree.git
6135 W: http://linuxtv.org 6145 W: http://linuxtv.org
6136 S: Maintained 6146 S: Maintained
6137 F: drivers/media/radio/radio-maxiradio* 6147 F: drivers/media/radio/radio-maxiradio*
6138 6148
6139 MEDIA INPUT INFRASTRUCTURE (V4L/DVB) 6149 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6140 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 6150 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6141 P: LinuxTV.org Project 6151 P: LinuxTV.org Project
6142 L: linux-media@vger.kernel.org 6152 L: linux-media@vger.kernel.org
6143 W: http://linuxtv.org 6153 W: http://linuxtv.org
6144 Q: http://patchwork.kernel.org/project/linux-media/list/ 6154 Q: http://patchwork.kernel.org/project/linux-media/list/
6145 T: git git://linuxtv.org/media_tree.git 6155 T: git git://linuxtv.org/media_tree.git
6146 S: Maintained 6156 S: Maintained
6147 F: Documentation/dvb/ 6157 F: Documentation/dvb/
6148 F: Documentation/video4linux/ 6158 F: Documentation/video4linux/
6149 F: Documentation/DocBook/media/ 6159 F: Documentation/DocBook/media/
6150 F: drivers/media/ 6160 F: drivers/media/
6151 F: drivers/staging/media/ 6161 F: drivers/staging/media/
6152 F: include/media/ 6162 F: include/media/
6153 F: include/uapi/linux/dvb/ 6163 F: include/uapi/linux/dvb/
6154 F: include/uapi/linux/videodev2.h 6164 F: include/uapi/linux/videodev2.h
6155 F: include/uapi/linux/media.h 6165 F: include/uapi/linux/media.h
6156 F: include/uapi/linux/v4l2-* 6166 F: include/uapi/linux/v4l2-*
6157 F: include/uapi/linux/meye.h 6167 F: include/uapi/linux/meye.h
6158 F: include/uapi/linux/ivtv* 6168 F: include/uapi/linux/ivtv*
6159 F: include/uapi/linux/uvcvideo.h 6169 F: include/uapi/linux/uvcvideo.h
6160 6170
6161 MEDIAVISION PRO MOVIE STUDIO DRIVER 6171 MEDIAVISION PRO MOVIE STUDIO DRIVER
6162 M: Hans Verkuil <hverkuil@xs4all.nl> 6172 M: Hans Verkuil <hverkuil@xs4all.nl>
6163 L: linux-media@vger.kernel.org 6173 L: linux-media@vger.kernel.org
6164 T: git git://linuxtv.org/media_tree.git 6174 T: git git://linuxtv.org/media_tree.git
6165 W: http://linuxtv.org 6175 W: http://linuxtv.org
6166 S: Odd Fixes 6176 S: Odd Fixes
6167 F: drivers/media/parport/pms* 6177 F: drivers/media/parport/pms*
6168 6178
6169 MEGARAID SCSI/SAS DRIVERS 6179 MEGARAID SCSI/SAS DRIVERS
6170 M: Kashyap Desai <kashyap.desai@avagotech.com> 6180 M: Kashyap Desai <kashyap.desai@avagotech.com>
6171 M: Sumit Saxena <sumit.saxena@avagotech.com> 6181 M: Sumit Saxena <sumit.saxena@avagotech.com>
6172 M: Uday Lingala <uday.lingala@avagotech.com> 6182 M: Uday Lingala <uday.lingala@avagotech.com>
6173 L: megaraidlinux.pdl@avagotech.com 6183 L: megaraidlinux.pdl@avagotech.com
6174 L: linux-scsi@vger.kernel.org 6184 L: linux-scsi@vger.kernel.org
6175 W: http://www.lsi.com 6185 W: http://www.lsi.com
6176 S: Maintained 6186 S: Maintained
6177 F: Documentation/scsi/megaraid.txt 6187 F: Documentation/scsi/megaraid.txt
6178 F: drivers/scsi/megaraid.* 6188 F: drivers/scsi/megaraid.*
6179 F: drivers/scsi/megaraid/ 6189 F: drivers/scsi/megaraid/
6180 6190
6181 MELLANOX ETHERNET DRIVER (mlx4_en) 6191 MELLANOX ETHERNET DRIVER (mlx4_en)
6182 M: Amir Vadai <amirv@mellanox.com> 6192 M: Amir Vadai <amirv@mellanox.com>
6183 L: netdev@vger.kernel.org 6193 L: netdev@vger.kernel.org
6184 S: Supported 6194 S: Supported
6185 W: http://www.mellanox.com 6195 W: http://www.mellanox.com
6186 Q: http://patchwork.ozlabs.org/project/netdev/list/ 6196 Q: http://patchwork.ozlabs.org/project/netdev/list/
6187 F: drivers/net/ethernet/mellanox/mlx4/en_* 6197 F: drivers/net/ethernet/mellanox/mlx4/en_*
6188 6198
6189 MEMORY MANAGEMENT 6199 MEMORY MANAGEMENT
6190 L: linux-mm@kvack.org 6200 L: linux-mm@kvack.org
6191 W: http://www.linux-mm.org 6201 W: http://www.linux-mm.org
6192 S: Maintained 6202 S: Maintained
6193 F: include/linux/mm.h 6203 F: include/linux/mm.h
6194 F: include/linux/gfp.h 6204 F: include/linux/gfp.h
6195 F: include/linux/mmzone.h 6205 F: include/linux/mmzone.h
6196 F: include/linux/memory_hotplug.h 6206 F: include/linux/memory_hotplug.h
6197 F: include/linux/vmalloc.h 6207 F: include/linux/vmalloc.h
6198 F: mm/ 6208 F: mm/
6199 6209
6200 MEMORY TECHNOLOGY DEVICES (MTD) 6210 MEMORY TECHNOLOGY DEVICES (MTD)
6201 M: David Woodhouse <dwmw2@infradead.org> 6211 M: David Woodhouse <dwmw2@infradead.org>
6202 M: Brian Norris <computersforpeace@gmail.com> 6212 M: Brian Norris <computersforpeace@gmail.com>
6203 L: linux-mtd@lists.infradead.org 6213 L: linux-mtd@lists.infradead.org
6204 W: http://www.linux-mtd.infradead.org/ 6214 W: http://www.linux-mtd.infradead.org/
6205 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ 6215 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
6206 T: git git://git.infradead.org/linux-mtd.git 6216 T: git git://git.infradead.org/linux-mtd.git
6207 T: git git://git.infradead.org/l2-mtd.git 6217 T: git git://git.infradead.org/l2-mtd.git
6208 S: Maintained 6218 S: Maintained
6209 F: drivers/mtd/ 6219 F: drivers/mtd/
6210 F: include/linux/mtd/ 6220 F: include/linux/mtd/
6211 F: include/uapi/mtd/ 6221 F: include/uapi/mtd/
6212 6222
6213 MEN A21 WATCHDOG DRIVER 6223 MEN A21 WATCHDOG DRIVER
6214 M: Johannes Thumshirn <johannes.thumshirn@men.de> 6224 M: Johannes Thumshirn <johannes.thumshirn@men.de>
6215 L: linux-watchdog@vger.kernel.org 6225 L: linux-watchdog@vger.kernel.org
6216 S: Supported 6226 S: Supported
6217 F: drivers/watchdog/mena21_wdt.c 6227 F: drivers/watchdog/mena21_wdt.c
6218 6228
6219 MEN CHAMELEON BUS (mcb) 6229 MEN CHAMELEON BUS (mcb)
6220 M: Johannes Thumshirn <johannes.thumshirn@men.de> 6230 M: Johannes Thumshirn <johannes.thumshirn@men.de>
6221 S: Supported 6231 S: Supported
6222 F: drivers/mcb/ 6232 F: drivers/mcb/
6223 F: include/linux/mcb.h 6233 F: include/linux/mcb.h
6224 6234
6225 MEN F21BMC (Board Management Controller) 6235 MEN F21BMC (Board Management Controller)
6226 M: Andreas Werner <andreas.werner@men.de> 6236 M: Andreas Werner <andreas.werner@men.de>
6227 S: Supported 6237 S: Supported
6228 F: drivers/mfd/menf21bmc.c 6238 F: drivers/mfd/menf21bmc.c
6229 F: drivers/watchdog/menf21bmc_wdt.c 6239 F: drivers/watchdog/menf21bmc_wdt.c
6230 F: drivers/leds/leds-menf21bmc.c 6240 F: drivers/leds/leds-menf21bmc.c
6231 F: drivers/hwmon/menf21bmc_hwmon.c 6241 F: drivers/hwmon/menf21bmc_hwmon.c
6232 F: Documentation/hwmon/menf21bmc 6242 F: Documentation/hwmon/menf21bmc
6233 6243
6234 METAG ARCHITECTURE 6244 METAG ARCHITECTURE
6235 M: James Hogan <james.hogan@imgtec.com> 6245 M: James Hogan <james.hogan@imgtec.com>
6236 L: linux-metag@vger.kernel.org 6246 L: linux-metag@vger.kernel.org
6237 S: Supported 6247 S: Supported
6238 F: arch/metag/ 6248 F: arch/metag/
6239 F: Documentation/metag/ 6249 F: Documentation/metag/
6240 F: Documentation/devicetree/bindings/metag/ 6250 F: Documentation/devicetree/bindings/metag/
6241 F: drivers/clocksource/metag_generic.c 6251 F: drivers/clocksource/metag_generic.c
6242 F: drivers/irqchip/irq-metag.c 6252 F: drivers/irqchip/irq-metag.c
6243 F: drivers/irqchip/irq-metag-ext.c 6253 F: drivers/irqchip/irq-metag-ext.c
6244 F: drivers/tty/metag_da.c 6254 F: drivers/tty/metag_da.c
6245 6255
6246 MICROBLAZE ARCHITECTURE 6256 MICROBLAZE ARCHITECTURE
6247 M: Michal Simek <monstr@monstr.eu> 6257 M: Michal Simek <monstr@monstr.eu>
6248 W: http://www.monstr.eu/fdt/ 6258 W: http://www.monstr.eu/fdt/
6249 T: git git://git.monstr.eu/linux-2.6-microblaze.git 6259 T: git git://git.monstr.eu/linux-2.6-microblaze.git
6250 S: Supported 6260 S: Supported
6251 F: arch/microblaze/ 6261 F: arch/microblaze/
6252 6262
6253 MICROTEK X6 SCANNER 6263 MICROTEK X6 SCANNER
6254 M: Oliver Neukum <oliver@neukum.org> 6264 M: Oliver Neukum <oliver@neukum.org>
6255 S: Maintained 6265 S: Maintained
6256 F: drivers/usb/image/microtek.* 6266 F: drivers/usb/image/microtek.*
6257 6267
6258 MIPS 6268 MIPS
6259 M: Ralf Baechle <ralf@linux-mips.org> 6269 M: Ralf Baechle <ralf@linux-mips.org>
6260 L: linux-mips@linux-mips.org 6270 L: linux-mips@linux-mips.org
6261 W: http://www.linux-mips.org/ 6271 W: http://www.linux-mips.org/
6262 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git 6272 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
6263 Q: http://patchwork.linux-mips.org/project/linux-mips/list/ 6273 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
6264 S: Supported 6274 S: Supported
6265 F: Documentation/mips/ 6275 F: Documentation/mips/
6266 F: arch/mips/ 6276 F: arch/mips/
6267 6277
6268 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER 6278 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6269 M: Hans Verkuil <hverkuil@xs4all.nl> 6279 M: Hans Verkuil <hverkuil@xs4all.nl>
6270 L: linux-media@vger.kernel.org 6280 L: linux-media@vger.kernel.org
6271 T: git git://linuxtv.org/media_tree.git 6281 T: git git://linuxtv.org/media_tree.git
6272 W: http://linuxtv.org 6282 W: http://linuxtv.org
6273 S: Odd Fixes 6283 S: Odd Fixes
6274 F: drivers/media/radio/radio-miropcm20* 6284 F: drivers/media/radio/radio-miropcm20*
6275 6285
6276 Mellanox MLX5 core VPI driver 6286 Mellanox MLX5 core VPI driver
6277 M: Eli Cohen <eli@mellanox.com> 6287 M: Eli Cohen <eli@mellanox.com>
6278 L: netdev@vger.kernel.org 6288 L: netdev@vger.kernel.org
6279 L: linux-rdma@vger.kernel.org 6289 L: linux-rdma@vger.kernel.org
6280 W: http://www.mellanox.com 6290 W: http://www.mellanox.com
6281 Q: http://patchwork.ozlabs.org/project/netdev/list/ 6291 Q: http://patchwork.ozlabs.org/project/netdev/list/
6282 Q: http://patchwork.kernel.org/project/linux-rdma/list/ 6292 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6283 T: git git://openfabrics.org/~eli/connect-ib.git 6293 T: git git://openfabrics.org/~eli/connect-ib.git
6284 S: Supported 6294 S: Supported
6285 F: drivers/net/ethernet/mellanox/mlx5/core/ 6295 F: drivers/net/ethernet/mellanox/mlx5/core/
6286 F: include/linux/mlx5/ 6296 F: include/linux/mlx5/
6287 6297
6288 Mellanox MLX5 IB driver 6298 Mellanox MLX5 IB driver
6289 M: Eli Cohen <eli@mellanox.com> 6299 M: Eli Cohen <eli@mellanox.com>
6290 L: linux-rdma@vger.kernel.org 6300 L: linux-rdma@vger.kernel.org
6291 W: http://www.mellanox.com 6301 W: http://www.mellanox.com
6292 Q: http://patchwork.kernel.org/project/linux-rdma/list/ 6302 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6293 T: git git://openfabrics.org/~eli/connect-ib.git 6303 T: git git://openfabrics.org/~eli/connect-ib.git
6294 S: Supported 6304 S: Supported
6295 F: include/linux/mlx5/ 6305 F: include/linux/mlx5/
6296 F: drivers/infiniband/hw/mlx5/ 6306 F: drivers/infiniband/hw/mlx5/
6297 6307
6298 MN88472 MEDIA DRIVER 6308 MN88472 MEDIA DRIVER
6299 M: Antti Palosaari <crope@iki.fi> 6309 M: Antti Palosaari <crope@iki.fi>
6300 L: linux-media@vger.kernel.org 6310 L: linux-media@vger.kernel.org
6301 W: http://linuxtv.org/ 6311 W: http://linuxtv.org/
6302 W: http://palosaari.fi/linux/ 6312 W: http://palosaari.fi/linux/
6303 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 6313 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6304 T: git git://linuxtv.org/anttip/media_tree.git 6314 T: git git://linuxtv.org/anttip/media_tree.git
6305 S: Maintained 6315 S: Maintained
6306 F: drivers/staging/media/mn88472/ 6316 F: drivers/staging/media/mn88472/
6307 F: drivers/media/dvb-frontends/mn88472.h 6317 F: drivers/media/dvb-frontends/mn88472.h
6308 6318
6309 MN88473 MEDIA DRIVER 6319 MN88473 MEDIA DRIVER
6310 M: Antti Palosaari <crope@iki.fi> 6320 M: Antti Palosaari <crope@iki.fi>
6311 L: linux-media@vger.kernel.org 6321 L: linux-media@vger.kernel.org
6312 W: http://linuxtv.org/ 6322 W: http://linuxtv.org/
6313 W: http://palosaari.fi/linux/ 6323 W: http://palosaari.fi/linux/
6314 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 6324 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6315 T: git git://linuxtv.org/anttip/media_tree.git 6325 T: git git://linuxtv.org/anttip/media_tree.git
6316 S: Maintained 6326 S: Maintained
6317 F: drivers/staging/media/mn88473/ 6327 F: drivers/staging/media/mn88473/
6318 F: drivers/media/dvb-frontends/mn88473.h 6328 F: drivers/media/dvb-frontends/mn88473.h
6319 6329
6320 MODULE SUPPORT 6330 MODULE SUPPORT
6321 M: Rusty Russell <rusty@rustcorp.com.au> 6331 M: Rusty Russell <rusty@rustcorp.com.au>
6322 S: Maintained 6332 S: Maintained
6323 F: include/linux/module.h 6333 F: include/linux/module.h
6324 F: kernel/module.c 6334 F: kernel/module.c
6325 6335
6326 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER 6336 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6327 W: http://popies.net/meye/ 6337 W: http://popies.net/meye/
6328 S: Orphan 6338 S: Orphan
6329 F: Documentation/video4linux/meye.txt 6339 F: Documentation/video4linux/meye.txt
6330 F: drivers/media/pci/meye/ 6340 F: drivers/media/pci/meye/
6331 F: include/uapi/linux/meye.h 6341 F: include/uapi/linux/meye.h
6332 6342
6333 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD 6343 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6334 M: Jiri Slaby <jirislaby@gmail.com> 6344 M: Jiri Slaby <jirislaby@gmail.com>
6335 S: Maintained 6345 S: Maintained
6336 F: Documentation/serial/moxa-smartio 6346 F: Documentation/serial/moxa-smartio
6337 F: drivers/tty/mxser.* 6347 F: drivers/tty/mxser.*
6338 6348
6339 MR800 AVERMEDIA USB FM RADIO DRIVER 6349 MR800 AVERMEDIA USB FM RADIO DRIVER
6340 M: Alexey Klimov <klimov.linux@gmail.com> 6350 M: Alexey Klimov <klimov.linux@gmail.com>
6341 L: linux-media@vger.kernel.org 6351 L: linux-media@vger.kernel.org
6342 T: git git://linuxtv.org/media_tree.git 6352 T: git git://linuxtv.org/media_tree.git
6343 S: Maintained 6353 S: Maintained
6344 F: drivers/media/radio/radio-mr800.c 6354 F: drivers/media/radio/radio-mr800.c
6345 6355
6346 MRF24J40 IEEE 802.15.4 RADIO DRIVER 6356 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6347 M: Alan Ott <alan@signal11.us> 6357 M: Alan Ott <alan@signal11.us>
6348 L: linux-wpan@vger.kernel.org 6358 L: linux-wpan@vger.kernel.org
6349 S: Maintained 6359 S: Maintained
6350 F: drivers/net/ieee802154/mrf24j40.c 6360 F: drivers/net/ieee802154/mrf24j40.c
6351 6361
6352 MSI LAPTOP SUPPORT 6362 MSI LAPTOP SUPPORT
6353 M: "Lee, Chun-Yi" <jlee@suse.com> 6363 M: "Lee, Chun-Yi" <jlee@suse.com>
6354 L: platform-driver-x86@vger.kernel.org 6364 L: platform-driver-x86@vger.kernel.org
6355 S: Maintained 6365 S: Maintained
6356 F: drivers/platform/x86/msi-laptop.c 6366 F: drivers/platform/x86/msi-laptop.c
6357 6367
6358 MSI WMI SUPPORT 6368 MSI WMI SUPPORT
6359 M: Anisse Astier <anisse@astier.eu> 6369 M: Anisse Astier <anisse@astier.eu>
6360 L: platform-driver-x86@vger.kernel.org 6370 L: platform-driver-x86@vger.kernel.org
6361 S: Supported 6371 S: Supported
6362 F: drivers/platform/x86/msi-wmi.c 6372 F: drivers/platform/x86/msi-wmi.c
6363 6373
6364 MSI001 MEDIA DRIVER 6374 MSI001 MEDIA DRIVER
6365 M: Antti Palosaari <crope@iki.fi> 6375 M: Antti Palosaari <crope@iki.fi>
6366 L: linux-media@vger.kernel.org 6376 L: linux-media@vger.kernel.org
6367 W: http://linuxtv.org/ 6377 W: http://linuxtv.org/
6368 W: http://palosaari.fi/linux/ 6378 W: http://palosaari.fi/linux/
6369 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 6379 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6370 T: git git://linuxtv.org/anttip/media_tree.git 6380 T: git git://linuxtv.org/anttip/media_tree.git
6371 S: Maintained 6381 S: Maintained
6372 F: drivers/media/tuners/msi001* 6382 F: drivers/media/tuners/msi001*
6373 6383
6374 MSI2500 MEDIA DRIVER 6384 MSI2500 MEDIA DRIVER
6375 M: Antti Palosaari <crope@iki.fi> 6385 M: Antti Palosaari <crope@iki.fi>
6376 L: linux-media@vger.kernel.org 6386 L: linux-media@vger.kernel.org
6377 W: http://linuxtv.org/ 6387 W: http://linuxtv.org/
6378 W: http://palosaari.fi/linux/ 6388 W: http://palosaari.fi/linux/
6379 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 6389 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6380 T: git git://linuxtv.org/anttip/media_tree.git 6390 T: git git://linuxtv.org/anttip/media_tree.git
6381 S: Maintained 6391 S: Maintained
6382 F: drivers/media/usb/msi2500/ 6392 F: drivers/media/usb/msi2500/
6383 6393
6384 MT9M032 APTINA SENSOR DRIVER 6394 MT9M032 APTINA SENSOR DRIVER
6385 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 6395 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6386 L: linux-media@vger.kernel.org 6396 L: linux-media@vger.kernel.org
6387 T: git git://linuxtv.org/media_tree.git 6397 T: git git://linuxtv.org/media_tree.git
6388 S: Maintained 6398 S: Maintained
6389 F: drivers/media/i2c/mt9m032.c 6399 F: drivers/media/i2c/mt9m032.c
6390 F: include/media/mt9m032.h 6400 F: include/media/mt9m032.h
6391 6401
6392 MT9P031 APTINA CAMERA SENSOR 6402 MT9P031 APTINA CAMERA SENSOR
6393 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 6403 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6394 L: linux-media@vger.kernel.org 6404 L: linux-media@vger.kernel.org
6395 T: git git://linuxtv.org/media_tree.git 6405 T: git git://linuxtv.org/media_tree.git
6396 S: Maintained 6406 S: Maintained
6397 F: drivers/media/i2c/mt9p031.c 6407 F: drivers/media/i2c/mt9p031.c
6398 F: include/media/mt9p031.h 6408 F: include/media/mt9p031.h
6399 6409
6400 MT9T001 APTINA CAMERA SENSOR 6410 MT9T001 APTINA CAMERA SENSOR
6401 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 6411 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6402 L: linux-media@vger.kernel.org 6412 L: linux-media@vger.kernel.org
6403 T: git git://linuxtv.org/media_tree.git 6413 T: git git://linuxtv.org/media_tree.git
6404 S: Maintained 6414 S: Maintained
6405 F: drivers/media/i2c/mt9t001.c 6415 F: drivers/media/i2c/mt9t001.c
6406 F: include/media/mt9t001.h 6416 F: include/media/mt9t001.h
6407 6417
6408 MT9V032 APTINA CAMERA SENSOR 6418 MT9V032 APTINA CAMERA SENSOR
6409 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 6419 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6410 L: linux-media@vger.kernel.org 6420 L: linux-media@vger.kernel.org
6411 T: git git://linuxtv.org/media_tree.git 6421 T: git git://linuxtv.org/media_tree.git
6412 S: Maintained 6422 S: Maintained
6413 F: drivers/media/i2c/mt9v032.c 6423 F: drivers/media/i2c/mt9v032.c
6414 F: include/media/mt9v032.h 6424 F: include/media/mt9v032.h
6415 6425
6416 MULTIFUNCTION DEVICES (MFD) 6426 MULTIFUNCTION DEVICES (MFD)
6417 M: Samuel Ortiz <sameo@linux.intel.com> 6427 M: Samuel Ortiz <sameo@linux.intel.com>
6418 M: Lee Jones <lee.jones@linaro.org> 6428 M: Lee Jones <lee.jones@linaro.org>
6419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git 6429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6420 S: Supported 6430 S: Supported
6421 F: drivers/mfd/ 6431 F: drivers/mfd/
6422 F: include/linux/mfd/ 6432 F: include/linux/mfd/
6423 6433
6424 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM 6434 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6425 M: Chris Ball <chris@printf.net> 6435 M: Chris Ball <chris@printf.net>
6426 M: Ulf Hansson <ulf.hansson@linaro.org> 6436 M: Ulf Hansson <ulf.hansson@linaro.org>
6427 L: linux-mmc@vger.kernel.org 6437 L: linux-mmc@vger.kernel.org
6428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git 6438 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6429 T: git git://git.linaro.org/people/ulf.hansson/mmc.git 6439 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
6430 S: Maintained 6440 S: Maintained
6431 F: drivers/mmc/ 6441 F: drivers/mmc/
6432 F: include/linux/mmc/ 6442 F: include/linux/mmc/
6433 F: include/uapi/linux/mmc/ 6443 F: include/uapi/linux/mmc/
6434 6444
6435 MULTIMEDIA CARD (MMC) ETC. OVER SPI 6445 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6436 S: Orphan 6446 S: Orphan
6437 F: drivers/mmc/host/mmc_spi.c 6447 F: drivers/mmc/host/mmc_spi.c
6438 F: include/linux/spi/mmc_spi.h 6448 F: include/linux/spi/mmc_spi.h
6439 6449
6440 MULTISOUND SOUND DRIVER 6450 MULTISOUND SOUND DRIVER
6441 M: Andrew Veliath <andrewtv@usa.net> 6451 M: Andrew Veliath <andrewtv@usa.net>
6442 S: Maintained 6452 S: Maintained
6443 F: Documentation/sound/oss/MultiSound 6453 F: Documentation/sound/oss/MultiSound
6444 F: sound/oss/msnd* 6454 F: sound/oss/msnd*
6445 6455
6446 MULTITECH MULTIPORT CARD (ISICOM) 6456 MULTITECH MULTIPORT CARD (ISICOM)
6447 S: Orphan 6457 S: Orphan
6448 F: drivers/tty/isicom.c 6458 F: drivers/tty/isicom.c
6449 F: include/linux/isicom.h 6459 F: include/linux/isicom.h
6450 6460
6451 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER 6461 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6452 M: Felipe Balbi <balbi@ti.com> 6462 M: Felipe Balbi <balbi@ti.com>
6453 L: linux-usb@vger.kernel.org 6463 L: linux-usb@vger.kernel.org
6454 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 6464 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6455 S: Maintained 6465 S: Maintained
6456 F: drivers/usb/musb/ 6466 F: drivers/usb/musb/
6457 6467
6458 MXL5007T MEDIA DRIVER 6468 MXL5007T MEDIA DRIVER
6459 M: Michael Krufky <mkrufky@linuxtv.org> 6469 M: Michael Krufky <mkrufky@linuxtv.org>
6460 L: linux-media@vger.kernel.org 6470 L: linux-media@vger.kernel.org
6461 W: http://linuxtv.org/ 6471 W: http://linuxtv.org/
6462 W: http://github.com/mkrufky 6472 W: http://github.com/mkrufky
6463 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 6473 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6464 T: git git://linuxtv.org/mkrufky/tuners.git 6474 T: git git://linuxtv.org/mkrufky/tuners.git
6465 S: Maintained 6475 S: Maintained
6466 F: drivers/media/tuners/mxl5007t.* 6476 F: drivers/media/tuners/mxl5007t.*
6467 6477
6468 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) 6478 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6469 M: Hyong-Youb Kim <hykim@myri.com> 6479 M: Hyong-Youb Kim <hykim@myri.com>
6470 L: netdev@vger.kernel.org 6480 L: netdev@vger.kernel.org
6471 W: https://www.myricom.com/support/downloads/myri10ge.html 6481 W: https://www.myricom.com/support/downloads/myri10ge.html
6472 S: Supported 6482 S: Supported
6473 F: drivers/net/ethernet/myricom/myri10ge/ 6483 F: drivers/net/ethernet/myricom/myri10ge/
6474 6484
6475 NATSEMI ETHERNET DRIVER (DP8381x) 6485 NATSEMI ETHERNET DRIVER (DP8381x)
6476 S: Orphan 6486 S: Orphan
6477 F: drivers/net/ethernet/natsemi/natsemi.c 6487 F: drivers/net/ethernet/natsemi/natsemi.c
6478 6488
6479 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER 6489 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6480 M: Daniel Mack <zonque@gmail.com> 6490 M: Daniel Mack <zonque@gmail.com>
6481 S: Maintained 6491 S: Maintained
6482 L: alsa-devel@alsa-project.org 6492 L: alsa-devel@alsa-project.org
6483 W: http://www.native-instruments.com 6493 W: http://www.native-instruments.com
6484 F: sound/usb/caiaq/ 6494 F: sound/usb/caiaq/
6485 6495
6486 NCP FILESYSTEM 6496 NCP FILESYSTEM
6487 M: Petr Vandrovec <petr@vandrovec.name> 6497 M: Petr Vandrovec <petr@vandrovec.name>
6488 S: Odd Fixes 6498 S: Odd Fixes
6489 F: fs/ncpfs/ 6499 F: fs/ncpfs/
6490 6500
6491 NCR 5380 SCSI DRIVERS 6501 NCR 5380 SCSI DRIVERS
6492 M: Finn Thain <fthain@telegraphics.com.au> 6502 M: Finn Thain <fthain@telegraphics.com.au>
6493 M: Michael Schmitz <schmitzmic@gmail.com> 6503 M: Michael Schmitz <schmitzmic@gmail.com>
6494 L: linux-scsi@vger.kernel.org 6504 L: linux-scsi@vger.kernel.org
6495 S: Maintained 6505 S: Maintained
6496 F: Documentation/scsi/g_NCR5380.txt 6506 F: Documentation/scsi/g_NCR5380.txt
6497 F: drivers/scsi/NCR5380.* 6507 F: drivers/scsi/NCR5380.*
6498 F: drivers/scsi/arm/cumana_1.c 6508 F: drivers/scsi/arm/cumana_1.c
6499 F: drivers/scsi/arm/oak.c 6509 F: drivers/scsi/arm/oak.c
6500 F: drivers/scsi/atari_NCR5380.c 6510 F: drivers/scsi/atari_NCR5380.c
6501 F: drivers/scsi/atari_scsi.* 6511 F: drivers/scsi/atari_scsi.*
6502 F: drivers/scsi/dmx3191d.c 6512 F: drivers/scsi/dmx3191d.c
6503 F: drivers/scsi/dtc.* 6513 F: drivers/scsi/dtc.*
6504 F: drivers/scsi/g_NCR5380.* 6514 F: drivers/scsi/g_NCR5380.*
6505 F: drivers/scsi/g_NCR5380_mmio.c 6515 F: drivers/scsi/g_NCR5380_mmio.c
6506 F: drivers/scsi/mac_scsi.* 6516 F: drivers/scsi/mac_scsi.*
6507 F: drivers/scsi/pas16.* 6517 F: drivers/scsi/pas16.*
6508 F: drivers/scsi/sun3_scsi.* 6518 F: drivers/scsi/sun3_scsi.*
6509 F: drivers/scsi/sun3_scsi_vme.c 6519 F: drivers/scsi/sun3_scsi_vme.c
6510 F: drivers/scsi/t128.* 6520 F: drivers/scsi/t128.*
6511 6521
6512 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) 6522 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6513 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 6523 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6514 L: linux-scsi@vger.kernel.org 6524 L: linux-scsi@vger.kernel.org
6515 S: Maintained 6525 S: Maintained
6516 F: drivers/scsi/NCR_D700.* 6526 F: drivers/scsi/NCR_D700.*
6517 6527
6518 NCT6775 HARDWARE MONITOR DRIVER 6528 NCT6775 HARDWARE MONITOR DRIVER
6519 M: Guenter Roeck <linux@roeck-us.net> 6529 M: Guenter Roeck <linux@roeck-us.net>
6520 L: lm-sensors@lm-sensors.org 6530 L: lm-sensors@lm-sensors.org
6521 S: Maintained 6531 S: Maintained
6522 F: Documentation/hwmon/nct6775 6532 F: Documentation/hwmon/nct6775
6523 F: drivers/hwmon/nct6775.c 6533 F: drivers/hwmon/nct6775.c
6524 6534
6525 NETEFFECT IWARP RNIC DRIVER (IW_NES) 6535 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6526 M: Faisal Latif <faisal.latif@intel.com> 6536 M: Faisal Latif <faisal.latif@intel.com>
6527 L: linux-rdma@vger.kernel.org 6537 L: linux-rdma@vger.kernel.org
6528 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm 6538 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6529 S: Supported 6539 S: Supported
6530 F: drivers/infiniband/hw/nes/ 6540 F: drivers/infiniband/hw/nes/
6531 6541
6532 NETEM NETWORK EMULATOR 6542 NETEM NETWORK EMULATOR
6533 M: Stephen Hemminger <stephen@networkplumber.org> 6543 M: Stephen Hemminger <stephen@networkplumber.org>
6534 L: netem@lists.linux-foundation.org 6544 L: netem@lists.linux-foundation.org
6535 S: Maintained 6545 S: Maintained
6536 F: net/sched/sch_netem.c 6546 F: net/sched/sch_netem.c
6537 6547
6538 NETERION 10GbE DRIVERS (s2io/vxge) 6548 NETERION 10GbE DRIVERS (s2io/vxge)
6539 M: Jon Mason <jdmason@kudzu.us> 6549 M: Jon Mason <jdmason@kudzu.us>
6540 L: netdev@vger.kernel.org 6550 L: netdev@vger.kernel.org
6541 S: Supported 6551 S: Supported
6542 F: Documentation/networking/s2io.txt 6552 F: Documentation/networking/s2io.txt
6543 F: Documentation/networking/vxge.txt 6553 F: Documentation/networking/vxge.txt
6544 F: drivers/net/ethernet/neterion/ 6554 F: drivers/net/ethernet/neterion/
6545 6555
6546 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES) 6556 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6547 M: Pablo Neira Ayuso <pablo@netfilter.org> 6557 M: Pablo Neira Ayuso <pablo@netfilter.org>
6548 M: Patrick McHardy <kaber@trash.net> 6558 M: Patrick McHardy <kaber@trash.net>
6549 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> 6559 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6550 L: netfilter-devel@vger.kernel.org 6560 L: netfilter-devel@vger.kernel.org
6551 L: coreteam@netfilter.org 6561 L: coreteam@netfilter.org
6552 W: http://www.netfilter.org/ 6562 W: http://www.netfilter.org/
6553 W: http://www.iptables.org/ 6563 W: http://www.iptables.org/
6554 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/ 6564 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
6555 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git 6565 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git 6566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6557 S: Supported 6567 S: Supported
6558 F: include/linux/netfilter* 6568 F: include/linux/netfilter*
6559 F: include/linux/netfilter/ 6569 F: include/linux/netfilter/
6560 F: include/net/netfilter/ 6570 F: include/net/netfilter/
6561 F: include/uapi/linux/netfilter* 6571 F: include/uapi/linux/netfilter*
6562 F: include/uapi/linux/netfilter/ 6572 F: include/uapi/linux/netfilter/
6563 F: net/*/netfilter.c 6573 F: net/*/netfilter.c
6564 F: net/*/netfilter/ 6574 F: net/*/netfilter/
6565 F: net/netfilter/ 6575 F: net/netfilter/
6566 6576
6567 NETLABEL 6577 NETLABEL
6568 M: Paul Moore <paul@paul-moore.com> 6578 M: Paul Moore <paul@paul-moore.com>
6569 W: http://netlabel.sf.net 6579 W: http://netlabel.sf.net
6570 L: netdev@vger.kernel.org 6580 L: netdev@vger.kernel.org
6571 S: Maintained 6581 S: Maintained
6572 F: Documentation/netlabel/ 6582 F: Documentation/netlabel/
6573 F: include/net/netlabel.h 6583 F: include/net/netlabel.h
6574 F: net/netlabel/ 6584 F: net/netlabel/
6575 6585
6576 NETROM NETWORK LAYER 6586 NETROM NETWORK LAYER
6577 M: Ralf Baechle <ralf@linux-mips.org> 6587 M: Ralf Baechle <ralf@linux-mips.org>
6578 L: linux-hams@vger.kernel.org 6588 L: linux-hams@vger.kernel.org
6579 W: http://www.linux-ax25.org/ 6589 W: http://www.linux-ax25.org/
6580 S: Maintained 6590 S: Maintained
6581 F: include/net/netrom.h 6591 F: include/net/netrom.h
6582 F: include/uapi/linux/netrom.h 6592 F: include/uapi/linux/netrom.h
6583 F: net/netrom/ 6593 F: net/netrom/
6584 6594
6585 NETWORK BLOCK DEVICE (NBD) 6595 NETWORK BLOCK DEVICE (NBD)
6586 M: Paul Clements <Paul.Clements@steeleye.com> 6596 M: Paul Clements <Paul.Clements@steeleye.com>
6587 S: Maintained 6597 S: Maintained
6588 L: nbd-general@lists.sourceforge.net 6598 L: nbd-general@lists.sourceforge.net
6589 F: Documentation/blockdev/nbd.txt 6599 F: Documentation/blockdev/nbd.txt
6590 F: drivers/block/nbd.c 6600 F: drivers/block/nbd.c
6591 F: include/linux/nbd.h 6601 F: include/linux/nbd.h
6592 F: include/uapi/linux/nbd.h 6602 F: include/uapi/linux/nbd.h
6593 6603
6594 NETWORK DROP MONITOR 6604 NETWORK DROP MONITOR
6595 M: Neil Horman <nhorman@tuxdriver.com> 6605 M: Neil Horman <nhorman@tuxdriver.com>
6596 L: netdev@vger.kernel.org 6606 L: netdev@vger.kernel.org
6597 S: Maintained 6607 S: Maintained
6598 W: https://fedorahosted.org/dropwatch/ 6608 W: https://fedorahosted.org/dropwatch/
6599 F: net/core/drop_monitor.c 6609 F: net/core/drop_monitor.c
6600 6610
6601 NETWORKING [GENERAL] 6611 NETWORKING [GENERAL]
6602 M: "David S. Miller" <davem@davemloft.net> 6612 M: "David S. Miller" <davem@davemloft.net>
6603 L: netdev@vger.kernel.org 6613 L: netdev@vger.kernel.org
6604 W: http://www.linuxfoundation.org/en/Net 6614 W: http://www.linuxfoundation.org/en/Net
6605 Q: http://patchwork.ozlabs.org/project/netdev/list/ 6615 Q: http://patchwork.ozlabs.org/project/netdev/list/
6606 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git 6616 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6607 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 6617 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6608 S: Maintained 6618 S: Maintained
6609 F: net/ 6619 F: net/
6610 F: include/net/ 6620 F: include/net/
6611 F: include/linux/in.h 6621 F: include/linux/in.h
6612 F: include/linux/net.h 6622 F: include/linux/net.h
6613 F: include/linux/netdevice.h 6623 F: include/linux/netdevice.h
6614 F: include/uapi/linux/in.h 6624 F: include/uapi/linux/in.h
6615 F: include/uapi/linux/net.h 6625 F: include/uapi/linux/net.h
6616 F: include/uapi/linux/netdevice.h 6626 F: include/uapi/linux/netdevice.h
6617 F: tools/net/ 6627 F: tools/net/
6618 F: tools/testing/selftests/net/ 6628 F: tools/testing/selftests/net/
6619 F: lib/random32.c 6629 F: lib/random32.c
6620 F: lib/test_bpf.c 6630 F: lib/test_bpf.c
6621 6631
6622 NETWORKING [IPv4/IPv6] 6632 NETWORKING [IPv4/IPv6]
6623 M: "David S. Miller" <davem@davemloft.net> 6633 M: "David S. Miller" <davem@davemloft.net>
6624 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> 6634 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6625 M: James Morris <jmorris@namei.org> 6635 M: James Morris <jmorris@namei.org>
6626 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> 6636 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6627 M: Patrick McHardy <kaber@trash.net> 6637 M: Patrick McHardy <kaber@trash.net>
6628 L: netdev@vger.kernel.org 6638 L: netdev@vger.kernel.org
6629 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git 6639 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6630 S: Maintained 6640 S: Maintained
6631 F: net/ipv4/ 6641 F: net/ipv4/
6632 F: net/ipv6/ 6642 F: net/ipv6/
6633 F: include/net/ip* 6643 F: include/net/ip*
6634 F: arch/x86/net/* 6644 F: arch/x86/net/*
6635 6645
6636 NETWORKING [IPSEC] 6646 NETWORKING [IPSEC]
6637 M: Steffen Klassert <steffen.klassert@secunet.com> 6647 M: Steffen Klassert <steffen.klassert@secunet.com>
6638 M: Herbert Xu <herbert@gondor.apana.org.au> 6648 M: Herbert Xu <herbert@gondor.apana.org.au>
6639 M: "David S. Miller" <davem@davemloft.net> 6649 M: "David S. Miller" <davem@davemloft.net>
6640 L: netdev@vger.kernel.org 6650 L: netdev@vger.kernel.org
6641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git 6651 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6642 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git 6652 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6643 S: Maintained 6653 S: Maintained
6644 F: net/core/flow.c 6654 F: net/core/flow.c
6645 F: net/xfrm/ 6655 F: net/xfrm/
6646 F: net/key/ 6656 F: net/key/
6647 F: net/ipv4/xfrm* 6657 F: net/ipv4/xfrm*
6648 F: net/ipv4/esp4.c 6658 F: net/ipv4/esp4.c
6649 F: net/ipv4/ah4.c 6659 F: net/ipv4/ah4.c
6650 F: net/ipv4/ipcomp.c 6660 F: net/ipv4/ipcomp.c
6651 F: net/ipv4/ip_vti.c 6661 F: net/ipv4/ip_vti.c
6652 F: net/ipv6/xfrm* 6662 F: net/ipv6/xfrm*
6653 F: net/ipv6/esp6.c 6663 F: net/ipv6/esp6.c
6654 F: net/ipv6/ah6.c 6664 F: net/ipv6/ah6.c
6655 F: net/ipv6/ipcomp6.c 6665 F: net/ipv6/ipcomp6.c
6656 F: net/ipv6/ip6_vti.c 6666 F: net/ipv6/ip6_vti.c
6657 F: include/uapi/linux/xfrm.h 6667 F: include/uapi/linux/xfrm.h
6658 F: include/net/xfrm.h 6668 F: include/net/xfrm.h
6659 6669
6660 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) 6670 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6661 M: Paul Moore <paul@paul-moore.com> 6671 M: Paul Moore <paul@paul-moore.com>
6662 L: netdev@vger.kernel.org 6672 L: netdev@vger.kernel.org
6663 S: Maintained 6673 S: Maintained
6664 6674
6665 NETWORKING [WIRELESS] 6675 NETWORKING [WIRELESS]
6666 L: linux-wireless@vger.kernel.org 6676 L: linux-wireless@vger.kernel.org
6667 Q: http://patchwork.kernel.org/project/linux-wireless/list/ 6677 Q: http://patchwork.kernel.org/project/linux-wireless/list/
6668 6678
6669 NETWORKING DRIVERS 6679 NETWORKING DRIVERS
6670 L: netdev@vger.kernel.org 6680 L: netdev@vger.kernel.org
6671 W: http://www.linuxfoundation.org/en/Net 6681 W: http://www.linuxfoundation.org/en/Net
6672 Q: http://patchwork.ozlabs.org/project/netdev/list/ 6682 Q: http://patchwork.ozlabs.org/project/netdev/list/
6673 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git 6683 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6674 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 6684 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6675 S: Odd Fixes 6685 S: Odd Fixes
6676 F: drivers/net/ 6686 F: drivers/net/
6677 F: include/linux/if_* 6687 F: include/linux/if_*
6678 F: include/linux/netdevice.h 6688 F: include/linux/netdevice.h
6679 F: include/linux/arcdevice.h 6689 F: include/linux/arcdevice.h
6680 F: include/linux/etherdevice.h 6690 F: include/linux/etherdevice.h
6681 F: include/linux/fcdevice.h 6691 F: include/linux/fcdevice.h
6682 F: include/linux/fddidevice.h 6692 F: include/linux/fddidevice.h
6683 F: include/linux/hippidevice.h 6693 F: include/linux/hippidevice.h
6684 F: include/linux/inetdevice.h 6694 F: include/linux/inetdevice.h
6685 F: include/uapi/linux/if_* 6695 F: include/uapi/linux/if_*
6686 F: include/uapi/linux/netdevice.h 6696 F: include/uapi/linux/netdevice.h
6687 6697
6688 NETWORKING DRIVERS (WIRELESS) 6698 NETWORKING DRIVERS (WIRELESS)
6689 M: Kalle Valo <kvalo@codeaurora.org> 6699 M: Kalle Valo <kvalo@codeaurora.org>
6690 L: linux-wireless@vger.kernel.org 6700 L: linux-wireless@vger.kernel.org
6691 Q: http://patchwork.kernel.org/project/linux-wireless/list/ 6701 Q: http://patchwork.kernel.org/project/linux-wireless/list/
6692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/ 6702 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6693 S: Maintained 6703 S: Maintained
6694 F: drivers/net/wireless/ 6704 F: drivers/net/wireless/
6695 6705
6696 NETXEN (1/10) GbE SUPPORT 6706 NETXEN (1/10) GbE SUPPORT
6697 M: Manish Chopra <manish.chopra@qlogic.com> 6707 M: Manish Chopra <manish.chopra@qlogic.com>
6698 M: Sony Chacko <sony.chacko@qlogic.com> 6708 M: Sony Chacko <sony.chacko@qlogic.com>
6699 M: Rajesh Borundia <rajesh.borundia@qlogic.com> 6709 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
6700 L: netdev@vger.kernel.org 6710 L: netdev@vger.kernel.org
6701 W: http://www.qlogic.com 6711 W: http://www.qlogic.com
6702 S: Supported 6712 S: Supported
6703 F: drivers/net/ethernet/qlogic/netxen/ 6713 F: drivers/net/ethernet/qlogic/netxen/
6704 6714
6705 NFC SUBSYSTEM 6715 NFC SUBSYSTEM
6706 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org> 6716 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6707 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org> 6717 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6708 M: Samuel Ortiz <sameo@linux.intel.com> 6718 M: Samuel Ortiz <sameo@linux.intel.com>
6709 L: linux-wireless@vger.kernel.org 6719 L: linux-wireless@vger.kernel.org
6710 L: linux-nfc@lists.01.org (subscribers-only) 6720 L: linux-nfc@lists.01.org (subscribers-only)
6711 S: Supported 6721 S: Supported
6712 F: net/nfc/ 6722 F: net/nfc/
6713 F: include/net/nfc/ 6723 F: include/net/nfc/
6714 F: include/uapi/linux/nfc.h 6724 F: include/uapi/linux/nfc.h
6715 F: drivers/nfc/ 6725 F: drivers/nfc/
6716 F: include/linux/platform_data/pn544.h 6726 F: include/linux/platform_data/pn544.h
6717 F: Documentation/devicetree/bindings/net/nfc/ 6727 F: Documentation/devicetree/bindings/net/nfc/
6718 6728
6719 NFS, SUNRPC, AND LOCKD CLIENTS 6729 NFS, SUNRPC, AND LOCKD CLIENTS
6720 M: Trond Myklebust <trond.myklebust@primarydata.com> 6730 M: Trond Myklebust <trond.myklebust@primarydata.com>
6721 L: linux-nfs@vger.kernel.org 6731 L: linux-nfs@vger.kernel.org
6722 W: http://client.linux-nfs.org 6732 W: http://client.linux-nfs.org
6723 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git 6733 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6724 S: Maintained 6734 S: Maintained
6725 F: fs/lockd/ 6735 F: fs/lockd/
6726 F: fs/nfs/ 6736 F: fs/nfs/
6727 F: fs/nfs_common/ 6737 F: fs/nfs_common/
6728 F: net/sunrpc/ 6738 F: net/sunrpc/
6729 F: include/linux/lockd/ 6739 F: include/linux/lockd/
6730 F: include/linux/nfs* 6740 F: include/linux/nfs*
6731 F: include/linux/sunrpc/ 6741 F: include/linux/sunrpc/
6732 F: include/uapi/linux/nfs* 6742 F: include/uapi/linux/nfs*
6733 F: include/uapi/linux/sunrpc/ 6743 F: include/uapi/linux/sunrpc/
6734 6744
6735 NILFS2 FILESYSTEM 6745 NILFS2 FILESYSTEM
6736 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> 6746 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6737 L: linux-nilfs@vger.kernel.org 6747 L: linux-nilfs@vger.kernel.org
6738 W: http://nilfs.sourceforge.net/ 6748 W: http://nilfs.sourceforge.net/
6739 T: git git://github.com/konis/nilfs2.git 6749 T: git git://github.com/konis/nilfs2.git
6740 S: Supported 6750 S: Supported
6741 F: Documentation/filesystems/nilfs2.txt 6751 F: Documentation/filesystems/nilfs2.txt
6742 F: fs/nilfs2/ 6752 F: fs/nilfs2/
6743 F: include/linux/nilfs2_fs.h 6753 F: include/linux/nilfs2_fs.h
6744 6754
6745 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER 6755 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6746 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> 6756 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6747 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 6757 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6748 S: Maintained 6758 S: Maintained
6749 F: Documentation/scsi/NinjaSCSI.txt 6759 F: Documentation/scsi/NinjaSCSI.txt
6750 F: drivers/scsi/pcmcia/nsp_* 6760 F: drivers/scsi/pcmcia/nsp_*
6751 6761
6752 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER 6762 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6753 M: GOTO Masanori <gotom@debian.or.jp> 6763 M: GOTO Masanori <gotom@debian.or.jp>
6754 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> 6764 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6755 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 6765 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6756 S: Maintained 6766 S: Maintained
6757 F: Documentation/scsi/NinjaSCSI.txt 6767 F: Documentation/scsi/NinjaSCSI.txt
6758 F: drivers/scsi/nsp32* 6768 F: drivers/scsi/nsp32*
6759 6769
6760 NIOS2 ARCHITECTURE 6770 NIOS2 ARCHITECTURE
6761 M: Ley Foon Tan <lftan@altera.com> 6771 M: Ley Foon Tan <lftan@altera.com>
6762 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers) 6772 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6763 T: git git://git.rocketboards.org/linux-socfpga.git 6773 T: git git://git.rocketboards.org/linux-socfpga.git
6764 S: Maintained 6774 S: Maintained
6765 F: arch/nios2/ 6775 F: arch/nios2/
6766 6776
6767 NTB DRIVER 6777 NTB DRIVER
6768 M: Jon Mason <jdmason@kudzu.us> 6778 M: Jon Mason <jdmason@kudzu.us>
6769 M: Dave Jiang <dave.jiang@intel.com> 6779 M: Dave Jiang <dave.jiang@intel.com>
6770 S: Supported 6780 S: Supported
6771 W: https://github.com/jonmason/ntb/wiki 6781 W: https://github.com/jonmason/ntb/wiki
6772 T: git git://github.com/jonmason/ntb.git 6782 T: git git://github.com/jonmason/ntb.git
6773 F: drivers/ntb/ 6783 F: drivers/ntb/
6774 F: drivers/net/ntb_netdev.c 6784 F: drivers/net/ntb_netdev.c
6775 F: include/linux/ntb.h 6785 F: include/linux/ntb.h
6776 6786
6777 NTFS FILESYSTEM 6787 NTFS FILESYSTEM
6778 M: Anton Altaparmakov <anton@tuxera.com> 6788 M: Anton Altaparmakov <anton@tuxera.com>
6779 L: linux-ntfs-dev@lists.sourceforge.net 6789 L: linux-ntfs-dev@lists.sourceforge.net
6780 W: http://www.tuxera.com/ 6790 W: http://www.tuxera.com/
6781 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git 6791 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6782 S: Supported 6792 S: Supported
6783 F: Documentation/filesystems/ntfs.txt 6793 F: Documentation/filesystems/ntfs.txt
6784 F: fs/ntfs/ 6794 F: fs/ntfs/
6785 6795
6786 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER 6796 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6787 M: Antonino Daplas <adaplas@gmail.com> 6797 M: Antonino Daplas <adaplas@gmail.com>
6788 L: linux-fbdev@vger.kernel.org 6798 L: linux-fbdev@vger.kernel.org
6789 S: Maintained 6799 S: Maintained
6790 F: drivers/video/fbdev/riva/ 6800 F: drivers/video/fbdev/riva/
6791 F: drivers/video/fbdev/nvidia/ 6801 F: drivers/video/fbdev/nvidia/
6792 6802
6793 NVM EXPRESS DRIVER 6803 NVM EXPRESS DRIVER
6794 M: Matthew Wilcox <willy@linux.intel.com> 6804 M: Matthew Wilcox <willy@linux.intel.com>
6795 L: linux-nvme@lists.infradead.org 6805 L: linux-nvme@lists.infradead.org
6796 T: git git://git.infradead.org/users/willy/linux-nvme.git 6806 T: git git://git.infradead.org/users/willy/linux-nvme.git
6797 S: Supported 6807 S: Supported
6798 F: drivers/block/nvme* 6808 F: drivers/block/nvme*
6799 F: include/linux/nvme.h 6809 F: include/linux/nvme.h
6800 6810
6801 NXP TDA998X DRM DRIVER 6811 NXP TDA998X DRM DRIVER
6802 M: Russell King <rmk+kernel@arm.linux.org.uk> 6812 M: Russell King <rmk+kernel@arm.linux.org.uk>
6803 S: Supported 6813 S: Supported
6804 F: drivers/gpu/drm/i2c/tda998x_drv.c 6814 F: drivers/gpu/drm/i2c/tda998x_drv.c
6805 F: include/drm/i2c/tda998x.h 6815 F: include/drm/i2c/tda998x.h
6806 6816
6807 NXP TFA9879 DRIVER 6817 NXP TFA9879 DRIVER
6808 M: Peter Rosin <peda@axentia.se> 6818 M: Peter Rosin <peda@axentia.se>
6809 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 6819 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6810 S: Maintained 6820 S: Maintained
6811 F: sound/soc/codecs/tfa9879* 6821 F: sound/soc/codecs/tfa9879*
6812 6822
6813 OMAP SUPPORT 6823 OMAP SUPPORT
6814 M: Tony Lindgren <tony@atomide.com> 6824 M: Tony Lindgren <tony@atomide.com>
6815 L: linux-omap@vger.kernel.org 6825 L: linux-omap@vger.kernel.org
6816 W: http://www.muru.com/linux/omap/ 6826 W: http://www.muru.com/linux/omap/
6817 W: http://linux.omap.com/ 6827 W: http://linux.omap.com/
6818 Q: http://patchwork.kernel.org/project/linux-omap/list/ 6828 Q: http://patchwork.kernel.org/project/linux-omap/list/
6819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git 6829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6820 S: Maintained 6830 S: Maintained
6821 F: arch/arm/*omap*/ 6831 F: arch/arm/*omap*/
6822 F: drivers/i2c/busses/i2c-omap.c 6832 F: drivers/i2c/busses/i2c-omap.c
6823 F: drivers/irqchip/irq-omap-intc.c 6833 F: drivers/irqchip/irq-omap-intc.c
6824 F: drivers/mfd/*omap*.c 6834 F: drivers/mfd/*omap*.c
6825 F: drivers/mfd/menelaus.c 6835 F: drivers/mfd/menelaus.c
6826 F: drivers/mfd/palmas.c 6836 F: drivers/mfd/palmas.c
6827 F: drivers/mfd/tps65217.c 6837 F: drivers/mfd/tps65217.c
6828 F: drivers/mfd/tps65218.c 6838 F: drivers/mfd/tps65218.c
6829 F: drivers/mfd/tps65910.c 6839 F: drivers/mfd/tps65910.c
6830 F: drivers/mfd/twl-core.[ch] 6840 F: drivers/mfd/twl-core.[ch]
6831 F: drivers/mfd/twl4030*.c 6841 F: drivers/mfd/twl4030*.c
6832 F: drivers/mfd/twl6030*.c 6842 F: drivers/mfd/twl6030*.c
6833 F: drivers/mfd/twl6040*.c 6843 F: drivers/mfd/twl6040*.c
6834 F: drivers/regulator/palmas-regulator*.c 6844 F: drivers/regulator/palmas-regulator*.c
6835 F: drivers/regulator/pbias-regulator.c 6845 F: drivers/regulator/pbias-regulator.c
6836 F: drivers/regulator/tps65217-regulator.c 6846 F: drivers/regulator/tps65217-regulator.c
6837 F: drivers/regulator/tps65218-regulator.c 6847 F: drivers/regulator/tps65218-regulator.c
6838 F: drivers/regulator/tps65910-regulator.c 6848 F: drivers/regulator/tps65910-regulator.c
6839 F: drivers/regulator/twl-regulator.c 6849 F: drivers/regulator/twl-regulator.c
6840 F: include/linux/i2c-omap.h 6850 F: include/linux/i2c-omap.h
6841 6851
6842 OMAP DEVICE TREE SUPPORT 6852 OMAP DEVICE TREE SUPPORT
6843 M: Benoรฎt Cousson <bcousson@baylibre.com> 6853 M: Benoรƒยฎt Cousson <bcousson@baylibre.com>
6844 M: Tony Lindgren <tony@atomide.com> 6854 M: Tony Lindgren <tony@atomide.com>
6845 L: linux-omap@vger.kernel.org 6855 L: linux-omap@vger.kernel.org
6846 L: devicetree@vger.kernel.org 6856 L: devicetree@vger.kernel.org
6847 S: Maintained 6857 S: Maintained
6848 F: arch/arm/boot/dts/*omap* 6858 F: arch/arm/boot/dts/*omap*
6849 F: arch/arm/boot/dts/*am3* 6859 F: arch/arm/boot/dts/*am3*
6850 F: arch/arm/boot/dts/*am4* 6860 F: arch/arm/boot/dts/*am4*
6851 F: arch/arm/boot/dts/*am5* 6861 F: arch/arm/boot/dts/*am5*
6852 F: arch/arm/boot/dts/*dra7* 6862 F: arch/arm/boot/dts/*dra7*
6853 6863
6854 OMAP CLOCK FRAMEWORK SUPPORT 6864 OMAP CLOCK FRAMEWORK SUPPORT
6855 M: Paul Walmsley <paul@pwsan.com> 6865 M: Paul Walmsley <paul@pwsan.com>
6856 L: linux-omap@vger.kernel.org 6866 L: linux-omap@vger.kernel.org
6857 S: Maintained 6867 S: Maintained
6858 F: arch/arm/*omap*/*clock* 6868 F: arch/arm/*omap*/*clock*
6859 6869
6860 OMAP POWER MANAGEMENT SUPPORT 6870 OMAP POWER MANAGEMENT SUPPORT
6861 M: Kevin Hilman <khilman@deeprootsystems.com> 6871 M: Kevin Hilman <khilman@deeprootsystems.com>
6862 L: linux-omap@vger.kernel.org 6872 L: linux-omap@vger.kernel.org
6863 S: Maintained 6873 S: Maintained
6864 F: arch/arm/*omap*/*pm* 6874 F: arch/arm/*omap*/*pm*
6865 F: drivers/cpufreq/omap-cpufreq.c 6875 F: drivers/cpufreq/omap-cpufreq.c
6866 6876
6867 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT 6877 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6868 M: Rajendra Nayak <rnayak@ti.com> 6878 M: Rajendra Nayak <rnayak@ti.com>
6869 M: Paul Walmsley <paul@pwsan.com> 6879 M: Paul Walmsley <paul@pwsan.com>
6870 L: linux-omap@vger.kernel.org 6880 L: linux-omap@vger.kernel.org
6871 S: Maintained 6881 S: Maintained
6872 F: arch/arm/mach-omap2/prm* 6882 F: arch/arm/mach-omap2/prm*
6873 6883
6874 OMAP AUDIO SUPPORT 6884 OMAP AUDIO SUPPORT
6875 M: Peter Ujfalusi <peter.ujfalusi@ti.com> 6885 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
6876 M: Jarkko Nikula <jarkko.nikula@bitmer.com> 6886 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
6877 L: alsa-devel@alsa-project.org (subscribers-only) 6887 L: alsa-devel@alsa-project.org (subscribers-only)
6878 L: linux-omap@vger.kernel.org 6888 L: linux-omap@vger.kernel.org
6879 S: Maintained 6889 S: Maintained
6880 F: sound/soc/omap/ 6890 F: sound/soc/omap/
6881 6891
6882 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT 6892 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6883 M: Roger Quadros <rogerq@ti.com> 6893 M: Roger Quadros <rogerq@ti.com>
6884 M: Tony Lindgren <tony@atomide.com> 6894 M: Tony Lindgren <tony@atomide.com>
6885 L: linux-omap@vger.kernel.org 6895 L: linux-omap@vger.kernel.org
6886 S: Maintained 6896 S: Maintained
6887 F: drivers/memory/omap-gpmc.c 6897 F: drivers/memory/omap-gpmc.c
6888 F: arch/arm/mach-omap2/*gpmc* 6898 F: arch/arm/mach-omap2/*gpmc*
6889 6899
6890 OMAP FRAMEBUFFER SUPPORT 6900 OMAP FRAMEBUFFER SUPPORT
6891 M: Tomi Valkeinen <tomi.valkeinen@ti.com> 6901 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
6892 L: linux-fbdev@vger.kernel.org 6902 L: linux-fbdev@vger.kernel.org
6893 L: linux-omap@vger.kernel.org 6903 L: linux-omap@vger.kernel.org
6894 S: Maintained 6904 S: Maintained
6895 F: drivers/video/fbdev/omap/ 6905 F: drivers/video/fbdev/omap/
6896 6906
6897 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2) 6907 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6898 M: Tomi Valkeinen <tomi.valkeinen@ti.com> 6908 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
6899 L: linux-omap@vger.kernel.org 6909 L: linux-omap@vger.kernel.org
6900 L: linux-fbdev@vger.kernel.org 6910 L: linux-fbdev@vger.kernel.org
6901 S: Maintained 6911 S: Maintained
6902 F: drivers/video/fbdev/omap2/ 6912 F: drivers/video/fbdev/omap2/
6903 F: Documentation/arm/OMAP/DSS 6913 F: Documentation/arm/OMAP/DSS
6904 6914
6905 OMAP HARDWARE SPINLOCK SUPPORT 6915 OMAP HARDWARE SPINLOCK SUPPORT
6906 M: Ohad Ben-Cohen <ohad@wizery.com> 6916 M: Ohad Ben-Cohen <ohad@wizery.com>
6907 L: linux-omap@vger.kernel.org 6917 L: linux-omap@vger.kernel.org
6908 S: Maintained 6918 S: Maintained
6909 F: drivers/hwspinlock/omap_hwspinlock.c 6919 F: drivers/hwspinlock/omap_hwspinlock.c
6910 F: arch/arm/mach-omap2/hwspinlock.c 6920 F: arch/arm/mach-omap2/hwspinlock.c
6911 6921
6912 OMAP MMC SUPPORT 6922 OMAP MMC SUPPORT
6913 M: Jarkko Lavinen <jarkko.lavinen@nokia.com> 6923 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
6914 L: linux-omap@vger.kernel.org 6924 L: linux-omap@vger.kernel.org
6915 S: Maintained 6925 S: Maintained
6916 F: drivers/mmc/host/omap.c 6926 F: drivers/mmc/host/omap.c
6917 6927
6918 OMAP HS MMC SUPPORT 6928 OMAP HS MMC SUPPORT
6919 L: linux-mmc@vger.kernel.org 6929 L: linux-mmc@vger.kernel.org
6920 L: linux-omap@vger.kernel.org 6930 L: linux-omap@vger.kernel.org
6921 S: Orphan 6931 S: Orphan
6922 F: drivers/mmc/host/omap_hsmmc.c 6932 F: drivers/mmc/host/omap_hsmmc.c
6923 6933
6924 OMAP RANDOM NUMBER GENERATOR SUPPORT 6934 OMAP RANDOM NUMBER GENERATOR SUPPORT
6925 M: Deepak Saxena <dsaxena@plexity.net> 6935 M: Deepak Saxena <dsaxena@plexity.net>
6926 S: Maintained 6936 S: Maintained
6927 F: drivers/char/hw_random/omap-rng.c 6937 F: drivers/char/hw_random/omap-rng.c
6928 6938
6929 OMAP HWMOD SUPPORT 6939 OMAP HWMOD SUPPORT
6930 M: Benoรฎt Cousson <bcousson@baylibre.com> 6940 M: Benoรƒยฎt Cousson <bcousson@baylibre.com>
6931 M: Paul Walmsley <paul@pwsan.com> 6941 M: Paul Walmsley <paul@pwsan.com>
6932 L: linux-omap@vger.kernel.org 6942 L: linux-omap@vger.kernel.org
6933 S: Maintained 6943 S: Maintained
6934 F: arch/arm/mach-omap2/omap_hwmod.* 6944 F: arch/arm/mach-omap2/omap_hwmod.*
6935 6945
6936 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES 6946 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6937 M: Benoรฎt Cousson <bcousson@baylibre.com> 6947 M: Benoรƒยฎt Cousson <bcousson@baylibre.com>
6938 L: linux-omap@vger.kernel.org 6948 L: linux-omap@vger.kernel.org
6939 S: Maintained 6949 S: Maintained
6940 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c 6950 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6941 6951
6942 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS) 6952 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6943 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 6953 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6944 L: linux-media@vger.kernel.org 6954 L: linux-media@vger.kernel.org
6945 S: Maintained 6955 S: Maintained
6946 F: drivers/media/platform/omap3isp/ 6956 F: drivers/media/platform/omap3isp/
6947 F: drivers/staging/media/omap4iss/ 6957 F: drivers/staging/media/omap4iss/
6948 6958
6949 OMAP USB SUPPORT 6959 OMAP USB SUPPORT
6950 M: Felipe Balbi <balbi@ti.com> 6960 M: Felipe Balbi <balbi@ti.com>
6951 L: linux-usb@vger.kernel.org 6961 L: linux-usb@vger.kernel.org
6952 L: linux-omap@vger.kernel.org 6962 L: linux-omap@vger.kernel.org
6953 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 6963 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6954 S: Maintained 6964 S: Maintained
6955 F: drivers/usb/*/*omap* 6965 F: drivers/usb/*/*omap*
6956 F: arch/arm/*omap*/usb* 6966 F: arch/arm/*omap*/usb*
6957 6967
6958 OMAP GPIO DRIVER 6968 OMAP GPIO DRIVER
6959 M: Javier Martinez Canillas <javier@dowhile0.org> 6969 M: Javier Martinez Canillas <javier@dowhile0.org>
6960 M: Santosh Shilimkar <ssantosh@kernel.org> 6970 M: Santosh Shilimkar <ssantosh@kernel.org>
6961 M: Kevin Hilman <khilman@deeprootsystems.com> 6971 M: Kevin Hilman <khilman@deeprootsystems.com>
6962 L: linux-omap@vger.kernel.org 6972 L: linux-omap@vger.kernel.org
6963 S: Maintained 6973 S: Maintained
6964 F: drivers/gpio/gpio-omap.c 6974 F: drivers/gpio/gpio-omap.c
6965 6975
6966 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT 6976 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6967 M: Mark Jackson <mpfj@newflow.co.uk> 6977 M: Mark Jackson <mpfj@newflow.co.uk>
6968 L: linux-omap@vger.kernel.org 6978 L: linux-omap@vger.kernel.org
6969 S: Maintained 6979 S: Maintained
6970 F: arch/arm/boot/dts/am335x-nano.dts 6980 F: arch/arm/boot/dts/am335x-nano.dts
6971 6981
6972 OMFS FILESYSTEM 6982 OMFS FILESYSTEM
6973 M: Bob Copeland <me@bobcopeland.com> 6983 M: Bob Copeland <me@bobcopeland.com>
6974 L: linux-karma-devel@lists.sourceforge.net 6984 L: linux-karma-devel@lists.sourceforge.net
6975 S: Maintained 6985 S: Maintained
6976 F: Documentation/filesystems/omfs.txt 6986 F: Documentation/filesystems/omfs.txt
6977 F: fs/omfs/ 6987 F: fs/omfs/
6978 6988
6979 OMNIKEY CARDMAN 4000 DRIVER 6989 OMNIKEY CARDMAN 4000 DRIVER
6980 M: Harald Welte <laforge@gnumonks.org> 6990 M: Harald Welte <laforge@gnumonks.org>
6981 S: Maintained 6991 S: Maintained
6982 F: drivers/char/pcmcia/cm4000_cs.c 6992 F: drivers/char/pcmcia/cm4000_cs.c
6983 F: include/linux/cm4000_cs.h 6993 F: include/linux/cm4000_cs.h
6984 F: include/uapi/linux/cm4000_cs.h 6994 F: include/uapi/linux/cm4000_cs.h
6985 6995
6986 OMNIKEY CARDMAN 4040 DRIVER 6996 OMNIKEY CARDMAN 4040 DRIVER
6987 M: Harald Welte <laforge@gnumonks.org> 6997 M: Harald Welte <laforge@gnumonks.org>
6988 S: Maintained 6998 S: Maintained
6989 F: drivers/char/pcmcia/cm4040_cs.* 6999 F: drivers/char/pcmcia/cm4040_cs.*
6990 7000
6991 OMNIVISION OV7670 SENSOR DRIVER 7001 OMNIVISION OV7670 SENSOR DRIVER
6992 M: Jonathan Corbet <corbet@lwn.net> 7002 M: Jonathan Corbet <corbet@lwn.net>
6993 L: linux-media@vger.kernel.org 7003 L: linux-media@vger.kernel.org
6994 T: git git://linuxtv.org/media_tree.git 7004 T: git git://linuxtv.org/media_tree.git
6995 S: Maintained 7005 S: Maintained
6996 F: drivers/media/i2c/ov7670.c 7006 F: drivers/media/i2c/ov7670.c
6997 7007
6998 ONENAND FLASH DRIVER 7008 ONENAND FLASH DRIVER
6999 M: Kyungmin Park <kyungmin.park@samsung.com> 7009 M: Kyungmin Park <kyungmin.park@samsung.com>
7000 L: linux-mtd@lists.infradead.org 7010 L: linux-mtd@lists.infradead.org
7001 S: Maintained 7011 S: Maintained
7002 F: drivers/mtd/onenand/ 7012 F: drivers/mtd/onenand/
7003 F: include/linux/mtd/onenand*.h 7013 F: include/linux/mtd/onenand*.h
7004 7014
7005 ONSTREAM SCSI TAPE DRIVER 7015 ONSTREAM SCSI TAPE DRIVER
7006 M: Willem Riede <osst@riede.org> 7016 M: Willem Riede <osst@riede.org>
7007 L: osst-users@lists.sourceforge.net 7017 L: osst-users@lists.sourceforge.net
7008 L: linux-scsi@vger.kernel.org 7018 L: linux-scsi@vger.kernel.org
7009 S: Maintained 7019 S: Maintained
7010 F: Documentation/scsi/osst.txt 7020 F: Documentation/scsi/osst.txt
7011 F: drivers/scsi/osst.* 7021 F: drivers/scsi/osst.*
7012 F: drivers/scsi/osst_*.h 7022 F: drivers/scsi/osst_*.h
7013 F: drivers/scsi/st.h 7023 F: drivers/scsi/st.h
7014 7024
7015 OPENCORES I2C BUS DRIVER 7025 OPENCORES I2C BUS DRIVER
7016 M: Peter Korsgaard <jacmet@sunsite.dk> 7026 M: Peter Korsgaard <jacmet@sunsite.dk>
7017 L: linux-i2c@vger.kernel.org 7027 L: linux-i2c@vger.kernel.org
7018 S: Maintained 7028 S: Maintained
7019 F: Documentation/i2c/busses/i2c-ocores 7029 F: Documentation/i2c/busses/i2c-ocores
7020 F: drivers/i2c/busses/i2c-ocores.c 7030 F: drivers/i2c/busses/i2c-ocores.c
7021 7031
7022 OPEN FIRMWARE AND FLATTENED DEVICE TREE 7032 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7023 M: Grant Likely <grant.likely@linaro.org> 7033 M: Grant Likely <grant.likely@linaro.org>
7024 M: Rob Herring <robh+dt@kernel.org> 7034 M: Rob Herring <robh+dt@kernel.org>
7025 L: devicetree@vger.kernel.org 7035 L: devicetree@vger.kernel.org
7026 W: http://www.devicetree.org/ 7036 W: http://www.devicetree.org/
7027 T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git 7037 T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7028 S: Maintained 7038 S: Maintained
7029 F: drivers/of/ 7039 F: drivers/of/
7030 F: include/linux/of*.h 7040 F: include/linux/of*.h
7031 F: scripts/dtc/ 7041 F: scripts/dtc/
7032 7042
7033 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS 7043 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7034 M: Rob Herring <robh+dt@kernel.org> 7044 M: Rob Herring <robh+dt@kernel.org>
7035 M: Pawel Moll <pawel.moll@arm.com> 7045 M: Pawel Moll <pawel.moll@arm.com>
7036 M: Mark Rutland <mark.rutland@arm.com> 7046 M: Mark Rutland <mark.rutland@arm.com>
7037 M: Ian Campbell <ijc+devicetree@hellion.org.uk> 7047 M: Ian Campbell <ijc+devicetree@hellion.org.uk>
7038 M: Kumar Gala <galak@codeaurora.org> 7048 M: Kumar Gala <galak@codeaurora.org>
7039 L: devicetree@vger.kernel.org 7049 L: devicetree@vger.kernel.org
7040 S: Maintained 7050 S: Maintained
7041 F: Documentation/devicetree/ 7051 F: Documentation/devicetree/
7042 F: arch/*/boot/dts/ 7052 F: arch/*/boot/dts/
7043 F: include/dt-bindings/ 7053 F: include/dt-bindings/
7044 7054
7045 OPENRISC ARCHITECTURE 7055 OPENRISC ARCHITECTURE
7046 M: Jonas Bonn <jonas@southpole.se> 7056 M: Jonas Bonn <jonas@southpole.se>
7047 W: http://openrisc.net 7057 W: http://openrisc.net
7048 L: linux@lists.openrisc.net (moderated for non-subscribers) 7058 L: linux@lists.openrisc.net (moderated for non-subscribers)
7049 S: Maintained 7059 S: Maintained
7050 T: git git://openrisc.net/~jonas/linux 7060 T: git git://openrisc.net/~jonas/linux
7051 F: arch/openrisc/ 7061 F: arch/openrisc/
7052 7062
7053 OPENVSWITCH 7063 OPENVSWITCH
7054 M: Pravin Shelar <pshelar@nicira.com> 7064 M: Pravin Shelar <pshelar@nicira.com>
7055 L: dev@openvswitch.org 7065 L: dev@openvswitch.org
7056 W: http://openvswitch.org 7066 W: http://openvswitch.org
7057 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git 7067 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
7058 S: Maintained 7068 S: Maintained
7059 F: net/openvswitch/ 7069 F: net/openvswitch/
7060 7070
7061 OPL4 DRIVER 7071 OPL4 DRIVER
7062 M: Clemens Ladisch <clemens@ladisch.de> 7072 M: Clemens Ladisch <clemens@ladisch.de>
7063 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 7073 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7064 T: git git://git.alsa-project.org/alsa-kernel.git 7074 T: git git://git.alsa-project.org/alsa-kernel.git
7065 S: Maintained 7075 S: Maintained
7066 F: sound/drivers/opl4/ 7076 F: sound/drivers/opl4/
7067 7077
7068 OPROFILE 7078 OPROFILE
7069 M: Robert Richter <rric@kernel.org> 7079 M: Robert Richter <rric@kernel.org>
7070 L: oprofile-list@lists.sf.net 7080 L: oprofile-list@lists.sf.net
7071 S: Maintained 7081 S: Maintained
7072 F: arch/*/include/asm/oprofile*.h 7082 F: arch/*/include/asm/oprofile*.h
7073 F: arch/*/oprofile/ 7083 F: arch/*/oprofile/
7074 F: drivers/oprofile/ 7084 F: drivers/oprofile/
7075 F: include/linux/oprofile.h 7085 F: include/linux/oprofile.h
7076 7086
7077 ORACLE CLUSTER FILESYSTEM 2 (OCFS2) 7087 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7078 M: Mark Fasheh <mfasheh@suse.com> 7088 M: Mark Fasheh <mfasheh@suse.com>
7079 M: Joel Becker <jlbec@evilplan.org> 7089 M: Joel Becker <jlbec@evilplan.org>
7080 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) 7090 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7081 W: http://oss.oracle.com/projects/ocfs2/ 7091 W: http://oss.oracle.com/projects/ocfs2/
7082 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git 7092 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7083 S: Supported 7093 S: Supported
7084 F: Documentation/filesystems/ocfs2.txt 7094 F: Documentation/filesystems/ocfs2.txt
7085 F: Documentation/filesystems/dlmfs.txt 7095 F: Documentation/filesystems/dlmfs.txt
7086 F: fs/ocfs2/ 7096 F: fs/ocfs2/
7087 7097
7088 ORINOCO DRIVER 7098 ORINOCO DRIVER
7089 L: linux-wireless@vger.kernel.org 7099 L: linux-wireless@vger.kernel.org
7090 W: http://wireless.kernel.org/en/users/Drivers/orinoco 7100 W: http://wireless.kernel.org/en/users/Drivers/orinoco
7091 W: http://www.nongnu.org/orinoco/ 7101 W: http://www.nongnu.org/orinoco/
7092 S: Orphan 7102 S: Orphan
7093 F: drivers/net/wireless/orinoco/ 7103 F: drivers/net/wireless/orinoco/
7094 7104
7095 OSD LIBRARY and FILESYSTEM 7105 OSD LIBRARY and FILESYSTEM
7096 M: Boaz Harrosh <ooo@electrozaur.com> 7106 M: Boaz Harrosh <ooo@electrozaur.com>
7097 M: Benny Halevy <bhalevy@primarydata.com> 7107 M: Benny Halevy <bhalevy@primarydata.com>
7098 L: osd-dev@open-osd.org 7108 L: osd-dev@open-osd.org
7099 W: http://open-osd.org 7109 W: http://open-osd.org
7100 T: git git://git.open-osd.org/open-osd.git 7110 T: git git://git.open-osd.org/open-osd.git
7101 S: Maintained 7111 S: Maintained
7102 F: drivers/scsi/osd/ 7112 F: drivers/scsi/osd/
7103 F: include/scsi/osd_* 7113 F: include/scsi/osd_*
7104 F: fs/exofs/ 7114 F: fs/exofs/
7105 7115
7106 OVERLAY FILESYSTEM 7116 OVERLAY FILESYSTEM
7107 M: Miklos Szeredi <miklos@szeredi.hu> 7117 M: Miklos Szeredi <miklos@szeredi.hu>
7108 L: linux-unionfs@vger.kernel.org 7118 L: linux-unionfs@vger.kernel.org
7109 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git 7119 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7110 S: Supported 7120 S: Supported
7111 F: fs/overlayfs/ 7121 F: fs/overlayfs/
7112 F: Documentation/filesystems/overlayfs.txt 7122 F: Documentation/filesystems/overlayfs.txt
7113 7123
7114 P54 WIRELESS DRIVER 7124 P54 WIRELESS DRIVER
7115 M: Christian Lamparter <chunkeey@googlemail.com> 7125 M: Christian Lamparter <chunkeey@googlemail.com>
7116 L: linux-wireless@vger.kernel.org 7126 L: linux-wireless@vger.kernel.org
7117 W: http://wireless.kernel.org/en/users/Drivers/p54 7127 W: http://wireless.kernel.org/en/users/Drivers/p54
7118 S: Maintained 7128 S: Maintained
7119 F: drivers/net/wireless/p54/ 7129 F: drivers/net/wireless/p54/
7120 7130
7121 PA SEMI ETHERNET DRIVER 7131 PA SEMI ETHERNET DRIVER
7122 M: Olof Johansson <olof@lixom.net> 7132 M: Olof Johansson <olof@lixom.net>
7123 L: netdev@vger.kernel.org 7133 L: netdev@vger.kernel.org
7124 S: Maintained 7134 S: Maintained
7125 F: drivers/net/ethernet/pasemi/* 7135 F: drivers/net/ethernet/pasemi/*
7126 7136
7127 PA SEMI SMBUS DRIVER 7137 PA SEMI SMBUS DRIVER
7128 M: Olof Johansson <olof@lixom.net> 7138 M: Olof Johansson <olof@lixom.net>
7129 L: linux-i2c@vger.kernel.org 7139 L: linux-i2c@vger.kernel.org
7130 S: Maintained 7140 S: Maintained
7131 F: drivers/i2c/busses/i2c-pasemi.c 7141 F: drivers/i2c/busses/i2c-pasemi.c
7132 7142
7133 PADATA PARALLEL EXECUTION MECHANISM 7143 PADATA PARALLEL EXECUTION MECHANISM
7134 M: Steffen Klassert <steffen.klassert@secunet.com> 7144 M: Steffen Klassert <steffen.klassert@secunet.com>
7135 L: linux-crypto@vger.kernel.org 7145 L: linux-crypto@vger.kernel.org
7136 S: Maintained 7146 S: Maintained
7137 F: kernel/padata.c 7147 F: kernel/padata.c
7138 F: include/linux/padata.h 7148 F: include/linux/padata.h
7139 F: Documentation/padata.txt 7149 F: Documentation/padata.txt
7140 7150
7141 PANASONIC LAPTOP ACPI EXTRAS DRIVER 7151 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7142 M: Harald Welte <laforge@gnumonks.org> 7152 M: Harald Welte <laforge@gnumonks.org>
7143 L: platform-driver-x86@vger.kernel.org 7153 L: platform-driver-x86@vger.kernel.org
7144 S: Maintained 7154 S: Maintained
7145 F: drivers/platform/x86/panasonic-laptop.c 7155 F: drivers/platform/x86/panasonic-laptop.c
7146 7156
7147 PANASONIC MN10300/AM33/AM34 PORT 7157 PANASONIC MN10300/AM33/AM34 PORT
7148 M: David Howells <dhowells@redhat.com> 7158 M: David Howells <dhowells@redhat.com>
7149 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com> 7159 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7150 L: linux-am33-list@redhat.com (moderated for non-subscribers) 7160 L: linux-am33-list@redhat.com (moderated for non-subscribers)
7151 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ 7161 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7152 S: Maintained 7162 S: Maintained
7153 F: Documentation/mn10300/ 7163 F: Documentation/mn10300/
7154 F: arch/mn10300/ 7164 F: arch/mn10300/
7155 7165
7156 PARALLEL PORT SUPPORT 7166 PARALLEL PORT SUPPORT
7157 L: linux-parport@lists.infradead.org (subscribers-only) 7167 L: linux-parport@lists.infradead.org (subscribers-only)
7158 S: Orphan 7168 S: Orphan
7159 F: drivers/parport/ 7169 F: drivers/parport/
7160 F: include/linux/parport*.h 7170 F: include/linux/parport*.h
7161 F: drivers/char/ppdev.c 7171 F: drivers/char/ppdev.c
7162 F: include/uapi/linux/ppdev.h 7172 F: include/uapi/linux/ppdev.h
7163 7173
7164 PARAVIRT_OPS INTERFACE 7174 PARAVIRT_OPS INTERFACE
7165 M: Jeremy Fitzhardinge <jeremy@goop.org> 7175 M: Jeremy Fitzhardinge <jeremy@goop.org>
7166 M: Chris Wright <chrisw@sous-sol.org> 7176 M: Chris Wright <chrisw@sous-sol.org>
7167 M: Alok Kataria <akataria@vmware.com> 7177 M: Alok Kataria <akataria@vmware.com>
7168 M: Rusty Russell <rusty@rustcorp.com.au> 7178 M: Rusty Russell <rusty@rustcorp.com.au>
7169 L: virtualization@lists.linux-foundation.org 7179 L: virtualization@lists.linux-foundation.org
7170 S: Supported 7180 S: Supported
7171 F: Documentation/ia64/paravirt_ops.txt 7181 F: Documentation/ia64/paravirt_ops.txt
7172 F: arch/*/kernel/paravirt* 7182 F: arch/*/kernel/paravirt*
7173 F: arch/*/include/asm/paravirt.h 7183 F: arch/*/include/asm/paravirt.h
7174 7184
7175 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES 7185 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7176 M: Tim Waugh <tim@cyberelk.net> 7186 M: Tim Waugh <tim@cyberelk.net>
7177 L: linux-parport@lists.infradead.org (subscribers-only) 7187 L: linux-parport@lists.infradead.org (subscribers-only)
7178 W: http://www.torque.net/linux-pp.html 7188 W: http://www.torque.net/linux-pp.html
7179 S: Maintained 7189 S: Maintained
7180 F: Documentation/blockdev/paride.txt 7190 F: Documentation/blockdev/paride.txt
7181 F: drivers/block/paride/ 7191 F: drivers/block/paride/
7182 7192
7183 PARISC ARCHITECTURE 7193 PARISC ARCHITECTURE
7184 M: "James E.J. Bottomley" <jejb@parisc-linux.org> 7194 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
7185 M: Helge Deller <deller@gmx.de> 7195 M: Helge Deller <deller@gmx.de>
7186 L: linux-parisc@vger.kernel.org 7196 L: linux-parisc@vger.kernel.org
7187 W: http://www.parisc-linux.org/ 7197 W: http://www.parisc-linux.org/
7188 Q: http://patchwork.kernel.org/project/linux-parisc/list/ 7198 Q: http://patchwork.kernel.org/project/linux-parisc/list/
7189 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git 7199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7190 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git 7200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7191 S: Maintained 7201 S: Maintained
7192 F: arch/parisc/ 7202 F: arch/parisc/
7193 F: Documentation/parisc/ 7203 F: Documentation/parisc/
7194 F: drivers/parisc/ 7204 F: drivers/parisc/
7195 F: drivers/char/agp/parisc-agp.c 7205 F: drivers/char/agp/parisc-agp.c
7196 F: drivers/input/serio/gscps2.c 7206 F: drivers/input/serio/gscps2.c
7197 F: drivers/parport/parport_gsc.* 7207 F: drivers/parport/parport_gsc.*
7198 F: drivers/tty/serial/8250/8250_gsc.c 7208 F: drivers/tty/serial/8250/8250_gsc.c
7199 F: drivers/video/fbdev/sti* 7209 F: drivers/video/fbdev/sti*
7200 F: drivers/video/console/sti* 7210 F: drivers/video/console/sti*
7201 F: drivers/video/logo/logo_parisc* 7211 F: drivers/video/logo/logo_parisc*
7202 7212
7203 PC87360 HARDWARE MONITORING DRIVER 7213 PC87360 HARDWARE MONITORING DRIVER
7204 M: Jim Cromie <jim.cromie@gmail.com> 7214 M: Jim Cromie <jim.cromie@gmail.com>
7205 L: lm-sensors@lm-sensors.org 7215 L: lm-sensors@lm-sensors.org
7206 S: Maintained 7216 S: Maintained
7207 F: Documentation/hwmon/pc87360 7217 F: Documentation/hwmon/pc87360
7208 F: drivers/hwmon/pc87360.c 7218 F: drivers/hwmon/pc87360.c
7209 7219
7210 PC8736x GPIO DRIVER 7220 PC8736x GPIO DRIVER
7211 M: Jim Cromie <jim.cromie@gmail.com> 7221 M: Jim Cromie <jim.cromie@gmail.com>
7212 S: Maintained 7222 S: Maintained
7213 F: drivers/char/pc8736x_gpio.c 7223 F: drivers/char/pc8736x_gpio.c
7214 7224
7215 PC87427 HARDWARE MONITORING DRIVER 7225 PC87427 HARDWARE MONITORING DRIVER
7216 M: Jean Delvare <jdelvare@suse.de> 7226 M: Jean Delvare <jdelvare@suse.de>
7217 L: lm-sensors@lm-sensors.org 7227 L: lm-sensors@lm-sensors.org
7218 S: Maintained 7228 S: Maintained
7219 F: Documentation/hwmon/pc87427 7229 F: Documentation/hwmon/pc87427
7220 F: drivers/hwmon/pc87427.c 7230 F: drivers/hwmon/pc87427.c
7221 7231
7222 PCA9532 LED DRIVER 7232 PCA9532 LED DRIVER
7223 M: Riku Voipio <riku.voipio@iki.fi> 7233 M: Riku Voipio <riku.voipio@iki.fi>
7224 S: Maintained 7234 S: Maintained
7225 F: drivers/leds/leds-pca9532.c 7235 F: drivers/leds/leds-pca9532.c
7226 F: include/linux/leds-pca9532.h 7236 F: include/linux/leds-pca9532.h
7227 7237
7228 PCA9541 I2C BUS MASTER SELECTOR DRIVER 7238 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7229 M: Guenter Roeck <linux@roeck-us.net> 7239 M: Guenter Roeck <linux@roeck-us.net>
7230 L: linux-i2c@vger.kernel.org 7240 L: linux-i2c@vger.kernel.org
7231 S: Maintained 7241 S: Maintained
7232 F: drivers/i2c/muxes/i2c-mux-pca9541.c 7242 F: drivers/i2c/muxes/i2c-mux-pca9541.c
7233 7243
7234 PCDP - PRIMARY CONSOLE AND DEBUG PORT 7244 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7235 M: Khalid Aziz <khalid@gonehiking.org> 7245 M: Khalid Aziz <khalid@gonehiking.org>
7236 S: Maintained 7246 S: Maintained
7237 F: drivers/firmware/pcdp.* 7247 F: drivers/firmware/pcdp.*
7238 7248
7239 PCI ERROR RECOVERY 7249 PCI ERROR RECOVERY
7240 M: Linas Vepstas <linasvepstas@gmail.com> 7250 M: Linas Vepstas <linasvepstas@gmail.com>
7241 L: linux-pci@vger.kernel.org 7251 L: linux-pci@vger.kernel.org
7242 S: Supported 7252 S: Supported
7243 F: Documentation/PCI/pci-error-recovery.txt 7253 F: Documentation/PCI/pci-error-recovery.txt
7244 7254
7245 PCI SUBSYSTEM 7255 PCI SUBSYSTEM
7246 M: Bjorn Helgaas <bhelgaas@google.com> 7256 M: Bjorn Helgaas <bhelgaas@google.com>
7247 L: linux-pci@vger.kernel.org 7257 L: linux-pci@vger.kernel.org
7248 Q: http://patchwork.ozlabs.org/project/linux-pci/list/ 7258 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
7249 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git 7259 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7250 S: Supported 7260 S: Supported
7251 F: Documentation/PCI/ 7261 F: Documentation/PCI/
7252 F: drivers/pci/ 7262 F: drivers/pci/
7253 F: include/linux/pci* 7263 F: include/linux/pci*
7254 F: arch/x86/pci/ 7264 F: arch/x86/pci/
7255 F: arch/x86/kernel/quirks.c 7265 F: arch/x86/kernel/quirks.c
7256 7266
7257 PCI DRIVER FOR APPLIEDMICRO XGENE 7267 PCI DRIVER FOR APPLIEDMICRO XGENE
7258 M: Tanmay Inamdar <tinamdar@apm.com> 7268 M: Tanmay Inamdar <tinamdar@apm.com>
7259 L: linux-pci@vger.kernel.org 7269 L: linux-pci@vger.kernel.org
7260 L: linux-arm-kernel@lists.infradead.org 7270 L: linux-arm-kernel@lists.infradead.org
7261 S: Maintained 7271 S: Maintained
7262 F: Documentation/devicetree/bindings/pci/xgene-pci.txt 7272 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
7263 F: drivers/pci/host/pci-xgene.c 7273 F: drivers/pci/host/pci-xgene.c
7264 7274
7265 PCI DRIVER FOR FREESCALE LAYERSCAPE 7275 PCI DRIVER FOR FREESCALE LAYERSCAPE
7266 M: Minghuan Lian <minghuan.Lian@freescale.com> 7276 M: Minghuan Lian <minghuan.Lian@freescale.com>
7267 M: Mingkai Hu <mingkai.hu@freescale.com> 7277 M: Mingkai Hu <mingkai.hu@freescale.com>
7268 M: Roy Zang <tie-fei.zang@freescale.com> 7278 M: Roy Zang <tie-fei.zang@freescale.com>
7269 L: linuxppc-dev@lists.ozlabs.org 7279 L: linuxppc-dev@lists.ozlabs.org
7270 L: linux-pci@vger.kernel.org 7280 L: linux-pci@vger.kernel.org
7271 L: linux-arm-kernel@lists.infradead.org 7281 L: linux-arm-kernel@lists.infradead.org
7272 S: Maintained 7282 S: Maintained
7273 F: drivers/pci/host/*layerscape* 7283 F: drivers/pci/host/*layerscape*
7274 7284
7275 PCI DRIVER FOR IMX6 7285 PCI DRIVER FOR IMX6
7276 M: Richard Zhu <Richard.Zhu@freescale.com> 7286 M: Richard Zhu <Richard.Zhu@freescale.com>
7277 M: Lucas Stach <l.stach@pengutronix.de> 7287 M: Lucas Stach <l.stach@pengutronix.de>
7278 L: linux-pci@vger.kernel.org 7288 L: linux-pci@vger.kernel.org
7279 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 7289 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7280 S: Maintained 7290 S: Maintained
7281 F: drivers/pci/host/*imx6* 7291 F: drivers/pci/host/*imx6*
7282 7292
7283 PCI DRIVER FOR TI KEYSTONE 7293 PCI DRIVER FOR TI KEYSTONE
7284 M: Murali Karicheri <m-karicheri2@ti.com> 7294 M: Murali Karicheri <m-karicheri2@ti.com>
7285 L: linux-pci@vger.kernel.org 7295 L: linux-pci@vger.kernel.org
7286 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 7296 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7287 S: Maintained 7297 S: Maintained
7288 F: drivers/pci/host/*keystone* 7298 F: drivers/pci/host/*keystone*
7289 7299
7290 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) 7300 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7291 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 7301 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7292 M: Jason Cooper <jason@lakedaemon.net> 7302 M: Jason Cooper <jason@lakedaemon.net>
7293 L: linux-pci@vger.kernel.org 7303 L: linux-pci@vger.kernel.org
7294 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 7304 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7295 S: Maintained 7305 S: Maintained
7296 F: drivers/pci/host/*mvebu* 7306 F: drivers/pci/host/*mvebu*
7297 7307
7298 PCI DRIVER FOR NVIDIA TEGRA 7308 PCI DRIVER FOR NVIDIA TEGRA
7299 M: Thierry Reding <thierry.reding@gmail.com> 7309 M: Thierry Reding <thierry.reding@gmail.com>
7300 L: linux-tegra@vger.kernel.org 7310 L: linux-tegra@vger.kernel.org
7301 L: linux-pci@vger.kernel.org 7311 L: linux-pci@vger.kernel.org
7302 S: Supported 7312 S: Supported
7303 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt 7313 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7304 F: drivers/pci/host/pci-tegra.c 7314 F: drivers/pci/host/pci-tegra.c
7305 7315
7306 PCI DRIVER FOR TI DRA7XX 7316 PCI DRIVER FOR TI DRA7XX
7307 M: Kishon Vijay Abraham I <kishon@ti.com> 7317 M: Kishon Vijay Abraham I <kishon@ti.com>
7308 L: linux-omap@vger.kernel.org 7318 L: linux-omap@vger.kernel.org
7309 L: linux-pci@vger.kernel.org 7319 L: linux-pci@vger.kernel.org
7310 S: Supported 7320 S: Supported
7311 F: Documentation/devicetree/bindings/pci/ti-pci.txt 7321 F: Documentation/devicetree/bindings/pci/ti-pci.txt
7312 F: drivers/pci/host/pci-dra7xx.c 7322 F: drivers/pci/host/pci-dra7xx.c
7313 7323
7314 PCI DRIVER FOR RENESAS R-CAR 7324 PCI DRIVER FOR RENESAS R-CAR
7315 M: Simon Horman <horms@verge.net.au> 7325 M: Simon Horman <horms@verge.net.au>
7316 L: linux-pci@vger.kernel.org 7326 L: linux-pci@vger.kernel.org
7317 L: linux-sh@vger.kernel.org 7327 L: linux-sh@vger.kernel.org
7318 S: Maintained 7328 S: Maintained
7319 F: drivers/pci/host/*rcar* 7329 F: drivers/pci/host/*rcar*
7320 7330
7321 PCI DRIVER FOR SAMSUNG EXYNOS 7331 PCI DRIVER FOR SAMSUNG EXYNOS
7322 M: Jingoo Han <jg1.han@samsung.com> 7332 M: Jingoo Han <jg1.han@samsung.com>
7323 L: linux-pci@vger.kernel.org 7333 L: linux-pci@vger.kernel.org
7324 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 7334 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7325 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) 7335 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7326 S: Maintained 7336 S: Maintained
7327 F: drivers/pci/host/pci-exynos.c 7337 F: drivers/pci/host/pci-exynos.c
7328 7338
7329 PCI DRIVER FOR SYNOPSIS DESIGNWARE 7339 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7330 M: Mohit Kumar <mohit.kumar@st.com> 7340 M: Mohit Kumar <mohit.kumar@st.com>
7331 M: Jingoo Han <jg1.han@samsung.com> 7341 M: Jingoo Han <jg1.han@samsung.com>
7332 L: linux-pci@vger.kernel.org 7342 L: linux-pci@vger.kernel.org
7333 S: Maintained 7343 S: Maintained
7334 F: drivers/pci/host/*designware* 7344 F: drivers/pci/host/*designware*
7335 7345
7336 PCI DRIVER FOR GENERIC OF HOSTS 7346 PCI DRIVER FOR GENERIC OF HOSTS
7337 M: Will Deacon <will.deacon@arm.com> 7347 M: Will Deacon <will.deacon@arm.com>
7338 L: linux-pci@vger.kernel.org 7348 L: linux-pci@vger.kernel.org
7339 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 7349 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7340 S: Maintained 7350 S: Maintained
7341 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt 7351 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
7342 F: drivers/pci/host/pci-host-generic.c 7352 F: drivers/pci/host/pci-host-generic.c
7343 7353
7344 PCIE DRIVER FOR ST SPEAR13XX 7354 PCIE DRIVER FOR ST SPEAR13XX
7345 M: Mohit Kumar <mohit.kumar@st.com> 7355 M: Mohit Kumar <mohit.kumar@st.com>
7346 L: linux-pci@vger.kernel.org 7356 L: linux-pci@vger.kernel.org
7347 S: Maintained 7357 S: Maintained
7348 F: drivers/pci/host/*spear* 7358 F: drivers/pci/host/*spear*
7349 7359
7350 PCMCIA SUBSYSTEM 7360 PCMCIA SUBSYSTEM
7351 P: Linux PCMCIA Team 7361 P: Linux PCMCIA Team
7352 L: linux-pcmcia@lists.infradead.org 7362 L: linux-pcmcia@lists.infradead.org
7353 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia 7363 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7354 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git 7364 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7355 S: Maintained 7365 S: Maintained
7356 F: Documentation/pcmcia/ 7366 F: Documentation/pcmcia/
7357 F: drivers/pcmcia/ 7367 F: drivers/pcmcia/
7358 F: include/pcmcia/ 7368 F: include/pcmcia/
7359 7369
7360 PCNET32 NETWORK DRIVER 7370 PCNET32 NETWORK DRIVER
7361 M: Don Fry <pcnet32@frontier.com> 7371 M: Don Fry <pcnet32@frontier.com>
7362 L: netdev@vger.kernel.org 7372 L: netdev@vger.kernel.org
7363 S: Maintained 7373 S: Maintained
7364 F: drivers/net/ethernet/amd/pcnet32.c 7374 F: drivers/net/ethernet/amd/pcnet32.c
7365 7375
7366 PCRYPT PARALLEL CRYPTO ENGINE 7376 PCRYPT PARALLEL CRYPTO ENGINE
7367 M: Steffen Klassert <steffen.klassert@secunet.com> 7377 M: Steffen Klassert <steffen.klassert@secunet.com>
7368 L: linux-crypto@vger.kernel.org 7378 L: linux-crypto@vger.kernel.org
7369 S: Maintained 7379 S: Maintained
7370 F: crypto/pcrypt.c 7380 F: crypto/pcrypt.c
7371 F: include/crypto/pcrypt.h 7381 F: include/crypto/pcrypt.h
7372 7382
7373 PER-CPU MEMORY ALLOCATOR 7383 PER-CPU MEMORY ALLOCATOR
7374 M: Tejun Heo <tj@kernel.org> 7384 M: Tejun Heo <tj@kernel.org>
7375 M: Christoph Lameter <cl@linux-foundation.org> 7385 M: Christoph Lameter <cl@linux-foundation.org>
7376 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git 7386 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7377 S: Maintained 7387 S: Maintained
7378 F: include/linux/percpu*.h 7388 F: include/linux/percpu*.h
7379 F: mm/percpu*.c 7389 F: mm/percpu*.c
7380 F: arch/*/include/asm/percpu.h 7390 F: arch/*/include/asm/percpu.h
7381 7391
7382 PER-TASK DELAY ACCOUNTING 7392 PER-TASK DELAY ACCOUNTING
7383 M: Balbir Singh <bsingharora@gmail.com> 7393 M: Balbir Singh <bsingharora@gmail.com>
7384 S: Maintained 7394 S: Maintained
7385 F: include/linux/delayacct.h 7395 F: include/linux/delayacct.h
7386 F: kernel/delayacct.c 7396 F: kernel/delayacct.c
7387 7397
7388 PERFORMANCE EVENTS SUBSYSTEM 7398 PERFORMANCE EVENTS SUBSYSTEM
7389 M: Peter Zijlstra <a.p.zijlstra@chello.nl> 7399 M: Peter Zijlstra <a.p.zijlstra@chello.nl>
7390 M: Paul Mackerras <paulus@samba.org> 7400 M: Paul Mackerras <paulus@samba.org>
7391 M: Ingo Molnar <mingo@redhat.com> 7401 M: Ingo Molnar <mingo@redhat.com>
7392 M: Arnaldo Carvalho de Melo <acme@kernel.org> 7402 M: Arnaldo Carvalho de Melo <acme@kernel.org>
7393 L: linux-kernel@vger.kernel.org 7403 L: linux-kernel@vger.kernel.org
7394 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core 7404 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7395 S: Supported 7405 S: Supported
7396 F: kernel/events/* 7406 F: kernel/events/*
7397 F: include/linux/perf_event.h 7407 F: include/linux/perf_event.h
7398 F: include/uapi/linux/perf_event.h 7408 F: include/uapi/linux/perf_event.h
7399 F: arch/*/kernel/perf_event*.c 7409 F: arch/*/kernel/perf_event*.c
7400 F: arch/*/kernel/*/perf_event*.c 7410 F: arch/*/kernel/*/perf_event*.c
7401 F: arch/*/kernel/*/*/perf_event*.c 7411 F: arch/*/kernel/*/*/perf_event*.c
7402 F: arch/*/include/asm/perf_event.h 7412 F: arch/*/include/asm/perf_event.h
7403 F: arch/*/kernel/perf_callchain.c 7413 F: arch/*/kernel/perf_callchain.c
7404 F: tools/perf/ 7414 F: tools/perf/
7405 7415
7406 PERSONALITY HANDLING 7416 PERSONALITY HANDLING
7407 M: Christoph Hellwig <hch@infradead.org> 7417 M: Christoph Hellwig <hch@infradead.org>
7408 L: linux-abi-devel@lists.sourceforge.net 7418 L: linux-abi-devel@lists.sourceforge.net
7409 S: Maintained 7419 S: Maintained
7410 F: include/linux/personality.h 7420 F: include/linux/personality.h
7411 F: include/uapi/linux/personality.h 7421 F: include/uapi/linux/personality.h
7412 7422
7413 PHONET PROTOCOL 7423 PHONET PROTOCOL
7414 M: Remi Denis-Courmont <courmisch@gmail.com> 7424 M: Remi Denis-Courmont <courmisch@gmail.com>
7415 S: Supported 7425 S: Supported
7416 F: Documentation/networking/phonet.txt 7426 F: Documentation/networking/phonet.txt
7417 F: include/linux/phonet.h 7427 F: include/linux/phonet.h
7418 F: include/net/phonet/ 7428 F: include/net/phonet/
7419 F: include/uapi/linux/phonet.h 7429 F: include/uapi/linux/phonet.h
7420 F: net/phonet/ 7430 F: net/phonet/
7421 7431
7422 PHRAM MTD DRIVER 7432 PHRAM MTD DRIVER
7423 M: Joern Engel <joern@lazybastard.org> 7433 M: Joern Engel <joern@lazybastard.org>
7424 L: linux-mtd@lists.infradead.org 7434 L: linux-mtd@lists.infradead.org
7425 S: Maintained 7435 S: Maintained
7426 F: drivers/mtd/devices/phram.c 7436 F: drivers/mtd/devices/phram.c
7427 7437
7428 PICOLCD HID DRIVER 7438 PICOLCD HID DRIVER
7429 M: Bruno Prรฉmont <bonbons@linux-vserver.org> 7439 M: Bruno Prรƒยฉmont <bonbons@linux-vserver.org>
7430 L: linux-input@vger.kernel.org 7440 L: linux-input@vger.kernel.org
7431 S: Maintained 7441 S: Maintained
7432 F: drivers/hid/hid-picolcd* 7442 F: drivers/hid/hid-picolcd*
7433 7443
7434 PICOXCELL SUPPORT 7444 PICOXCELL SUPPORT
7435 M: Jamie Iles <jamie@jamieiles.com> 7445 M: Jamie Iles <jamie@jamieiles.com>
7436 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 7446 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7437 T: git git://github.com/jamieiles/linux-2.6-ji.git 7447 T: git git://github.com/jamieiles/linux-2.6-ji.git
7438 S: Supported 7448 S: Supported
7439 F: arch/arm/boot/dts/picoxcell* 7449 F: arch/arm/boot/dts/picoxcell*
7440 F: arch/arm/mach-picoxcell/ 7450 F: arch/arm/mach-picoxcell/
7441 F: drivers/crypto/picoxcell* 7451 F: drivers/crypto/picoxcell*
7442 7452
7443 PIN CONTROL SUBSYSTEM 7453 PIN CONTROL SUBSYSTEM
7444 M: Linus Walleij <linus.walleij@linaro.org> 7454 M: Linus Walleij <linus.walleij@linaro.org>
7445 L: linux-gpio@vger.kernel.org 7455 L: linux-gpio@vger.kernel.org
7446 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git 7456 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7447 S: Maintained 7457 S: Maintained
7448 F: drivers/pinctrl/ 7458 F: drivers/pinctrl/
7449 F: include/linux/pinctrl/ 7459 F: include/linux/pinctrl/
7450 7460
7451 PIN CONTROLLER - ATMEL AT91 7461 PIN CONTROLLER - ATMEL AT91
7452 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> 7462 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7453 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 7463 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7454 S: Maintained 7464 S: Maintained
7455 F: drivers/pinctrl/pinctrl-at91.* 7465 F: drivers/pinctrl/pinctrl-at91.*
7456 7466
7457 PIN CONTROLLER - INTEL 7467 PIN CONTROLLER - INTEL
7458 M: Mika Westerberg <mika.westerberg@linux.intel.com> 7468 M: Mika Westerberg <mika.westerberg@linux.intel.com>
7459 M: Heikki Krogerus <heikki.krogerus@linux.intel.com> 7469 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
7460 S: Maintained 7470 S: Maintained
7461 F: drivers/pinctrl/intel/ 7471 F: drivers/pinctrl/intel/
7462 7472
7463 PIN CONTROLLER - RENESAS 7473 PIN CONTROLLER - RENESAS
7464 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 7474 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7465 L: linux-sh@vger.kernel.org 7475 L: linux-sh@vger.kernel.org
7466 S: Maintained 7476 S: Maintained
7467 F: drivers/pinctrl/sh-pfc/ 7477 F: drivers/pinctrl/sh-pfc/
7468 7478
7469 PIN CONTROLLER - SAMSUNG 7479 PIN CONTROLLER - SAMSUNG
7470 M: Tomasz Figa <tomasz.figa@gmail.com> 7480 M: Tomasz Figa <tomasz.figa@gmail.com>
7471 M: Thomas Abraham <thomas.abraham@linaro.org> 7481 M: Thomas Abraham <thomas.abraham@linaro.org>
7472 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 7482 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7473 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) 7483 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7474 S: Maintained 7484 S: Maintained
7475 F: drivers/pinctrl/samsung/ 7485 F: drivers/pinctrl/samsung/
7476 7486
7477 PIN CONTROLLER - ST SPEAR 7487 PIN CONTROLLER - ST SPEAR
7478 M: Viresh Kumar <viresh.linux@gmail.com> 7488 M: Viresh Kumar <viresh.linux@gmail.com>
7479 L: spear-devel@list.st.com 7489 L: spear-devel@list.st.com
7480 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 7490 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7481 W: http://www.st.com/spear 7491 W: http://www.st.com/spear
7482 S: Maintained 7492 S: Maintained
7483 F: drivers/pinctrl/spear/ 7493 F: drivers/pinctrl/spear/
7484 7494
7485 PKTCDVD DRIVER 7495 PKTCDVD DRIVER
7486 M: Jiri Kosina <jkosina@suse.cz> 7496 M: Jiri Kosina <jkosina@suse.cz>
7487 S: Maintained 7497 S: Maintained
7488 F: drivers/block/pktcdvd.c 7498 F: drivers/block/pktcdvd.c
7489 F: include/linux/pktcdvd.h 7499 F: include/linux/pktcdvd.h
7490 F: include/uapi/linux/pktcdvd.h 7500 F: include/uapi/linux/pktcdvd.h
7491 7501
7492 PKUNITY SOC DRIVERS 7502 PKUNITY SOC DRIVERS
7493 M: Guan Xuetao <gxt@mprc.pku.edu.cn> 7503 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
7494 W: http://mprc.pku.edu.cn/~guanxuetao/linux 7504 W: http://mprc.pku.edu.cn/~guanxuetao/linux
7495 S: Maintained 7505 S: Maintained
7496 T: git git://github.com/gxt/linux.git 7506 T: git git://github.com/gxt/linux.git
7497 F: drivers/input/serio/i8042-unicore32io.h 7507 F: drivers/input/serio/i8042-unicore32io.h
7498 F: drivers/i2c/busses/i2c-puv3.c 7508 F: drivers/i2c/busses/i2c-puv3.c
7499 F: drivers/video/fbdev/fb-puv3.c 7509 F: drivers/video/fbdev/fb-puv3.c
7500 F: drivers/rtc/rtc-puv3.c 7510 F: drivers/rtc/rtc-puv3.c
7501 7511
7502 PMBUS HARDWARE MONITORING DRIVERS 7512 PMBUS HARDWARE MONITORING DRIVERS
7503 M: Guenter Roeck <linux@roeck-us.net> 7513 M: Guenter Roeck <linux@roeck-us.net>
7504 L: lm-sensors@lm-sensors.org 7514 L: lm-sensors@lm-sensors.org
7505 W: http://www.lm-sensors.org/ 7515 W: http://www.lm-sensors.org/
7506 W: http://www.roeck-us.net/linux/drivers/ 7516 W: http://www.roeck-us.net/linux/drivers/
7507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git 7517 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7508 S: Maintained 7518 S: Maintained
7509 F: Documentation/hwmon/pmbus 7519 F: Documentation/hwmon/pmbus
7510 F: drivers/hwmon/pmbus/ 7520 F: drivers/hwmon/pmbus/
7511 F: include/linux/i2c/pmbus.h 7521 F: include/linux/i2c/pmbus.h
7512 7522
7513 PMC SIERRA MaxRAID DRIVER 7523 PMC SIERRA MaxRAID DRIVER
7514 M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com> 7524 M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7515 L: linux-scsi@vger.kernel.org 7525 L: linux-scsi@vger.kernel.org
7516 W: http://www.pmc-sierra.com/ 7526 W: http://www.pmc-sierra.com/
7517 S: Supported 7527 S: Supported
7518 F: drivers/scsi/pmcraid.* 7528 F: drivers/scsi/pmcraid.*
7519 7529
7520 PMC SIERRA PM8001 DRIVER 7530 PMC SIERRA PM8001 DRIVER
7521 M: xjtuwjp@gmail.com 7531 M: xjtuwjp@gmail.com
7522 M: lindar_liu@usish.com 7532 M: lindar_liu@usish.com
7523 L: pmchba@pmcs.com 7533 L: pmchba@pmcs.com
7524 L: linux-scsi@vger.kernel.org 7534 L: linux-scsi@vger.kernel.org
7525 S: Supported 7535 S: Supported
7526 F: drivers/scsi/pm8001/ 7536 F: drivers/scsi/pm8001/
7527 7537
7528 POSIX CLOCKS and TIMERS 7538 POSIX CLOCKS and TIMERS
7529 M: Thomas Gleixner <tglx@linutronix.de> 7539 M: Thomas Gleixner <tglx@linutronix.de>
7530 L: linux-kernel@vger.kernel.org 7540 L: linux-kernel@vger.kernel.org
7531 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 7541 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7532 S: Maintained 7542 S: Maintained
7533 F: fs/timerfd.c 7543 F: fs/timerfd.c
7534 F: include/linux/timer* 7544 F: include/linux/timer*
7535 F: kernel/time/*timer* 7545 F: kernel/time/*timer*
7536 7546
7537 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS 7547 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7538 M: Sebastian Reichel <sre@kernel.org> 7548 M: Sebastian Reichel <sre@kernel.org>
7539 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 7549 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7540 M: David Woodhouse <dwmw2@infradead.org> 7550 M: David Woodhouse <dwmw2@infradead.org>
7541 L: linux-pm@vger.kernel.org 7551 L: linux-pm@vger.kernel.org
7542 T: git git://git.infradead.org/battery-2.6.git 7552 T: git git://git.infradead.org/battery-2.6.git
7543 S: Maintained 7553 S: Maintained
7544 F: include/linux/power_supply.h 7554 F: include/linux/power_supply.h
7545 F: drivers/power/ 7555 F: drivers/power/
7546 7556
7547 PNP SUPPORT 7557 PNP SUPPORT
7548 M: Rafael J. Wysocki <rafael.j.wysocki@intel.com> 7558 M: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7549 S: Maintained 7559 S: Maintained
7550 F: drivers/pnp/ 7560 F: drivers/pnp/
7551 7561
7552 PNXxxxx I2C DRIVER 7562 PNXxxxx I2C DRIVER
7553 M: Vitaly Wool <vitalywool@gmail.com> 7563 M: Vitaly Wool <vitalywool@gmail.com>
7554 L: linux-i2c@vger.kernel.org 7564 L: linux-i2c@vger.kernel.org
7555 S: Maintained 7565 S: Maintained
7556 F: drivers/i2c/busses/i2c-pnx.c 7566 F: drivers/i2c/busses/i2c-pnx.c
7557 7567
7558 PPP PROTOCOL DRIVERS AND COMPRESSORS 7568 PPP PROTOCOL DRIVERS AND COMPRESSORS
7559 M: Paul Mackerras <paulus@samba.org> 7569 M: Paul Mackerras <paulus@samba.org>
7560 L: linux-ppp@vger.kernel.org 7570 L: linux-ppp@vger.kernel.org
7561 S: Maintained 7571 S: Maintained
7562 F: drivers/net/ppp/ppp_* 7572 F: drivers/net/ppp/ppp_*
7563 7573
7564 PPP OVER ATM (RFC 2364) 7574 PPP OVER ATM (RFC 2364)
7565 M: Mitchell Blank Jr <mitch@sfgoth.com> 7575 M: Mitchell Blank Jr <mitch@sfgoth.com>
7566 S: Maintained 7576 S: Maintained
7567 F: net/atm/pppoatm.c 7577 F: net/atm/pppoatm.c
7568 F: include/uapi/linux/atmppp.h 7578 F: include/uapi/linux/atmppp.h
7569 7579
7570 PPP OVER ETHERNET 7580 PPP OVER ETHERNET
7571 M: Michal Ostrowski <mostrows@earthlink.net> 7581 M: Michal Ostrowski <mostrows@earthlink.net>
7572 S: Maintained 7582 S: Maintained
7573 F: drivers/net/ppp/pppoe.c 7583 F: drivers/net/ppp/pppoe.c
7574 F: drivers/net/ppp/pppox.c 7584 F: drivers/net/ppp/pppox.c
7575 7585
7576 PPP OVER L2TP 7586 PPP OVER L2TP
7577 M: James Chapman <jchapman@katalix.com> 7587 M: James Chapman <jchapman@katalix.com>
7578 S: Maintained 7588 S: Maintained
7579 F: net/l2tp/l2tp_ppp.c 7589 F: net/l2tp/l2tp_ppp.c
7580 F: include/linux/if_pppol2tp.h 7590 F: include/linux/if_pppol2tp.h
7581 F: include/uapi/linux/if_pppol2tp.h 7591 F: include/uapi/linux/if_pppol2tp.h
7582 7592
7583 PPS SUPPORT 7593 PPS SUPPORT
7584 M: Rodolfo Giometti <giometti@enneenne.com> 7594 M: Rodolfo Giometti <giometti@enneenne.com>
7585 W: http://wiki.enneenne.com/index.php/LinuxPPS_support 7595 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
7586 L: linuxpps@ml.enneenne.com (subscribers-only) 7596 L: linuxpps@ml.enneenne.com (subscribers-only)
7587 S: Maintained 7597 S: Maintained
7588 F: Documentation/pps/ 7598 F: Documentation/pps/
7589 F: drivers/pps/ 7599 F: drivers/pps/
7590 F: include/linux/pps*.h 7600 F: include/linux/pps*.h
7591 7601
7592 PPTP DRIVER 7602 PPTP DRIVER
7593 M: Dmitry Kozlov <xeb@mail.ru> 7603 M: Dmitry Kozlov <xeb@mail.ru>
7594 L: netdev@vger.kernel.org 7604 L: netdev@vger.kernel.org
7595 S: Maintained 7605 S: Maintained
7596 F: drivers/net/ppp/pptp.c 7606 F: drivers/net/ppp/pptp.c
7597 W: http://sourceforge.net/projects/accel-pptp 7607 W: http://sourceforge.net/projects/accel-pptp
7598 7608
7599 PREEMPTIBLE KERNEL 7609 PREEMPTIBLE KERNEL
7600 M: Robert Love <rml@tech9.net> 7610 M: Robert Love <rml@tech9.net>
7601 L: kpreempt-tech@lists.sourceforge.net 7611 L: kpreempt-tech@lists.sourceforge.net
7602 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 7612 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7603 S: Supported 7613 S: Supported
7604 F: Documentation/preempt-locking.txt 7614 F: Documentation/preempt-locking.txt
7605 F: include/linux/preempt.h 7615 F: include/linux/preempt.h
7606 7616
7607 PRISM54 WIRELESS DRIVER 7617 PRISM54 WIRELESS DRIVER
7608 M: "Luis R. Rodriguez" <mcgrof@gmail.com> 7618 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
7609 L: linux-wireless@vger.kernel.org 7619 L: linux-wireless@vger.kernel.org
7610 W: http://wireless.kernel.org/en/users/Drivers/p54 7620 W: http://wireless.kernel.org/en/users/Drivers/p54
7611 S: Obsolete 7621 S: Obsolete
7612 F: drivers/net/wireless/prism54/ 7622 F: drivers/net/wireless/prism54/
7613 7623
7614 PS3 NETWORK SUPPORT 7624 PS3 NETWORK SUPPORT
7615 M: Geoff Levand <geoff@infradead.org> 7625 M: Geoff Levand <geoff@infradead.org>
7616 L: netdev@vger.kernel.org 7626 L: netdev@vger.kernel.org
7617 L: cbe-oss-dev@lists.ozlabs.org 7627 L: cbe-oss-dev@lists.ozlabs.org
7618 S: Maintained 7628 S: Maintained
7619 F: drivers/net/ethernet/toshiba/ps3_gelic_net.* 7629 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
7620 7630
7621 PS3 PLATFORM SUPPORT 7631 PS3 PLATFORM SUPPORT
7622 M: Geoff Levand <geoff@infradead.org> 7632 M: Geoff Levand <geoff@infradead.org>
7623 L: linuxppc-dev@lists.ozlabs.org 7633 L: linuxppc-dev@lists.ozlabs.org
7624 L: cbe-oss-dev@lists.ozlabs.org 7634 L: cbe-oss-dev@lists.ozlabs.org
7625 S: Maintained 7635 S: Maintained
7626 F: arch/powerpc/boot/ps3* 7636 F: arch/powerpc/boot/ps3*
7627 F: arch/powerpc/include/asm/lv1call.h 7637 F: arch/powerpc/include/asm/lv1call.h
7628 F: arch/powerpc/include/asm/ps3*.h 7638 F: arch/powerpc/include/asm/ps3*.h
7629 F: arch/powerpc/platforms/ps3/ 7639 F: arch/powerpc/platforms/ps3/
7630 F: drivers/*/ps3* 7640 F: drivers/*/ps3*
7631 F: drivers/ps3/ 7641 F: drivers/ps3/
7632 F: drivers/rtc/rtc-ps3.c 7642 F: drivers/rtc/rtc-ps3.c
7633 F: drivers/usb/host/*ps3.c 7643 F: drivers/usb/host/*ps3.c
7634 F: sound/ppc/snd_ps3* 7644 F: sound/ppc/snd_ps3*
7635 7645
7636 PS3VRAM DRIVER 7646 PS3VRAM DRIVER
7637 M: Jim Paris <jim@jtan.com> 7647 M: Jim Paris <jim@jtan.com>
7638 L: cbe-oss-dev@lists.ozlabs.org 7648 L: cbe-oss-dev@lists.ozlabs.org
7639 S: Maintained 7649 S: Maintained
7640 F: drivers/block/ps3vram.c 7650 F: drivers/block/ps3vram.c
7641 7651
7642 PSTORE FILESYSTEM 7652 PSTORE FILESYSTEM
7643 M: Anton Vorontsov <anton@enomsg.org> 7653 M: Anton Vorontsov <anton@enomsg.org>
7644 M: Colin Cross <ccross@android.com> 7654 M: Colin Cross <ccross@android.com>
7645 M: Kees Cook <keescook@chromium.org> 7655 M: Kees Cook <keescook@chromium.org>
7646 M: Tony Luck <tony.luck@intel.com> 7656 M: Tony Luck <tony.luck@intel.com>
7647 S: Maintained 7657 S: Maintained
7648 T: git git://git.infradead.org/users/cbou/linux-pstore.git 7658 T: git git://git.infradead.org/users/cbou/linux-pstore.git
7649 F: fs/pstore/ 7659 F: fs/pstore/
7650 F: include/linux/pstore* 7660 F: include/linux/pstore*
7651 F: drivers/firmware/efi/efi-pstore.c 7661 F: drivers/firmware/efi/efi-pstore.c
7652 F: drivers/acpi/apei/erst.c 7662 F: drivers/acpi/apei/erst.c
7653 7663
7654 PTP HARDWARE CLOCK SUPPORT 7664 PTP HARDWARE CLOCK SUPPORT
7655 M: Richard Cochran <richardcochran@gmail.com> 7665 M: Richard Cochran <richardcochran@gmail.com>
7656 L: netdev@vger.kernel.org 7666 L: netdev@vger.kernel.org
7657 S: Maintained 7667 S: Maintained
7658 W: http://linuxptp.sourceforge.net/ 7668 W: http://linuxptp.sourceforge.net/
7659 F: Documentation/ABI/testing/sysfs-ptp 7669 F: Documentation/ABI/testing/sysfs-ptp
7660 F: Documentation/ptp/* 7670 F: Documentation/ptp/*
7661 F: drivers/net/ethernet/freescale/gianfar_ptp.c 7671 F: drivers/net/ethernet/freescale/gianfar_ptp.c
7662 F: drivers/net/phy/dp83640* 7672 F: drivers/net/phy/dp83640*
7663 F: drivers/ptp/* 7673 F: drivers/ptp/*
7664 F: include/linux/ptp_cl* 7674 F: include/linux/ptp_cl*
7665 7675
7666 PTRACE SUPPORT 7676 PTRACE SUPPORT
7667 M: Roland McGrath <roland@hack.frob.com> 7677 M: Roland McGrath <roland@hack.frob.com>
7668 M: Oleg Nesterov <oleg@redhat.com> 7678 M: Oleg Nesterov <oleg@redhat.com>
7669 S: Maintained 7679 S: Maintained
7670 F: include/asm-generic/syscall.h 7680 F: include/asm-generic/syscall.h
7671 F: include/linux/ptrace.h 7681 F: include/linux/ptrace.h
7672 F: include/linux/regset.h 7682 F: include/linux/regset.h
7673 F: include/linux/tracehook.h 7683 F: include/linux/tracehook.h
7674 F: include/uapi/linux/ptrace.h 7684 F: include/uapi/linux/ptrace.h
7675 F: kernel/ptrace.c 7685 F: kernel/ptrace.c
7676 7686
7677 PVRUSB2 VIDEO4LINUX DRIVER 7687 PVRUSB2 VIDEO4LINUX DRIVER
7678 M: Mike Isely <isely@pobox.com> 7688 M: Mike Isely <isely@pobox.com>
7679 L: pvrusb2@isely.net (subscribers-only) 7689 L: pvrusb2@isely.net (subscribers-only)
7680 L: linux-media@vger.kernel.org 7690 L: linux-media@vger.kernel.org
7681 W: http://www.isely.net/pvrusb2/ 7691 W: http://www.isely.net/pvrusb2/
7682 T: git git://linuxtv.org/media_tree.git 7692 T: git git://linuxtv.org/media_tree.git
7683 S: Maintained 7693 S: Maintained
7684 F: Documentation/video4linux/README.pvrusb2 7694 F: Documentation/video4linux/README.pvrusb2
7685 F: drivers/media/usb/pvrusb2/ 7695 F: drivers/media/usb/pvrusb2/
7686 7696
7687 PWC WEBCAM DRIVER 7697 PWC WEBCAM DRIVER
7688 M: Hans de Goede <hdegoede@redhat.com> 7698 M: Hans de Goede <hdegoede@redhat.com>
7689 L: linux-media@vger.kernel.org 7699 L: linux-media@vger.kernel.org
7690 T: git git://linuxtv.org/media_tree.git 7700 T: git git://linuxtv.org/media_tree.git
7691 S: Maintained 7701 S: Maintained
7692 F: drivers/media/usb/pwc/* 7702 F: drivers/media/usb/pwc/*
7693 7703
7694 PWM FAN DRIVER 7704 PWM FAN DRIVER
7695 M: Kamil Debski <k.debski@samsung.com> 7705 M: Kamil Debski <k.debski@samsung.com>
7696 L: lm-sensors@lm-sensors.org 7706 L: lm-sensors@lm-sensors.org
7697 S: Supported 7707 S: Supported
7698 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt 7708 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7699 F: Documentation/hwmon/pwm-fan 7709 F: Documentation/hwmon/pwm-fan
7700 F: drivers/hwmon/pwm-fan.c 7710 F: drivers/hwmon/pwm-fan.c
7701 7711
7702 PWM SUBSYSTEM 7712 PWM SUBSYSTEM
7703 M: Thierry Reding <thierry.reding@gmail.com> 7713 M: Thierry Reding <thierry.reding@gmail.com>
7704 L: linux-pwm@vger.kernel.org 7714 L: linux-pwm@vger.kernel.org
7705 S: Maintained 7715 S: Maintained
7706 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git 7716 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7707 F: Documentation/pwm.txt 7717 F: Documentation/pwm.txt
7708 F: Documentation/devicetree/bindings/pwm/ 7718 F: Documentation/devicetree/bindings/pwm/
7709 F: include/linux/pwm.h 7719 F: include/linux/pwm.h
7710 F: drivers/pwm/ 7720 F: drivers/pwm/
7711 F: drivers/video/backlight/pwm_bl.c 7721 F: drivers/video/backlight/pwm_bl.c
7712 F: include/linux/pwm_backlight.h 7722 F: include/linux/pwm_backlight.h
7713 7723
7714 PXA2xx/PXA3xx SUPPORT 7724 PXA2xx/PXA3xx SUPPORT
7715 M: Daniel Mack <daniel@zonque.org> 7725 M: Daniel Mack <daniel@zonque.org>
7716 M: Haojian Zhuang <haojian.zhuang@gmail.com> 7726 M: Haojian Zhuang <haojian.zhuang@gmail.com>
7717 M: Robert Jarzmik <robert.jarzmik@free.fr> 7727 M: Robert Jarzmik <robert.jarzmik@free.fr>
7718 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 7728 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7719 T: git git://github.com/hzhuang1/linux.git 7729 T: git git://github.com/hzhuang1/linux.git
7720 T: git git://github.com/rjarzmik/linux.git 7730 T: git git://github.com/rjarzmik/linux.git
7721 S: Maintained 7731 S: Maintained
7722 F: arch/arm/mach-pxa/ 7732 F: arch/arm/mach-pxa/
7723 F: drivers/pcmcia/pxa2xx* 7733 F: drivers/pcmcia/pxa2xx*
7724 F: drivers/spi/spi-pxa2xx* 7734 F: drivers/spi/spi-pxa2xx*
7725 F: drivers/usb/gadget/udc/pxa2* 7735 F: drivers/usb/gadget/udc/pxa2*
7726 F: include/sound/pxa2xx-lib.h 7736 F: include/sound/pxa2xx-lib.h
7727 F: sound/arm/pxa* 7737 F: sound/arm/pxa*
7728 F: sound/soc/pxa/ 7738 F: sound/soc/pxa/
7729 7739
7730 PXA3xx NAND FLASH DRIVER 7740 PXA3xx NAND FLASH DRIVER
7731 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> 7741 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7732 L: linux-mtd@lists.infradead.org 7742 L: linux-mtd@lists.infradead.org
7733 S: Maintained 7743 S: Maintained
7734 F: drivers/mtd/nand/pxa3xx_nand.c 7744 F: drivers/mtd/nand/pxa3xx_nand.c
7735 7745
7736 MMP SUPPORT 7746 MMP SUPPORT
7737 M: Eric Miao <eric.y.miao@gmail.com> 7747 M: Eric Miao <eric.y.miao@gmail.com>
7738 M: Haojian Zhuang <haojian.zhuang@gmail.com> 7748 M: Haojian Zhuang <haojian.zhuang@gmail.com>
7739 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 7749 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7740 T: git git://github.com/hzhuang1/linux.git 7750 T: git git://github.com/hzhuang1/linux.git
7741 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git 7751 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
7742 S: Maintained 7752 S: Maintained
7743 F: arch/arm/mach-mmp/ 7753 F: arch/arm/mach-mmp/
7744 7754
7745 PXA MMCI DRIVER 7755 PXA MMCI DRIVER
7746 S: Orphan 7756 S: Orphan
7747 7757
7748 PXA RTC DRIVER 7758 PXA RTC DRIVER
7749 M: Robert Jarzmik <robert.jarzmik@free.fr> 7759 M: Robert Jarzmik <robert.jarzmik@free.fr>
7750 L: rtc-linux@googlegroups.com 7760 L: rtc-linux@googlegroups.com
7751 S: Maintained 7761 S: Maintained
7752 7762
7753 QAT DRIVER 7763 QAT DRIVER
7754 M: Tadeusz Struk <tadeusz.struk@intel.com> 7764 M: Tadeusz Struk <tadeusz.struk@intel.com>
7755 L: qat-linux@intel.com 7765 L: qat-linux@intel.com
7756 S: Supported 7766 S: Supported
7757 F: drivers/crypto/qat/ 7767 F: drivers/crypto/qat/
7758 7768
7759 QIB DRIVER 7769 QIB DRIVER
7760 M: Mike Marciniszyn <infinipath@intel.com> 7770 M: Mike Marciniszyn <infinipath@intel.com>
7761 L: linux-rdma@vger.kernel.org 7771 L: linux-rdma@vger.kernel.org
7762 S: Supported 7772 S: Supported
7763 F: drivers/infiniband/hw/qib/ 7773 F: drivers/infiniband/hw/qib/
7764 7774
7765 QLOGIC QLA1280 SCSI DRIVER 7775 QLOGIC QLA1280 SCSI DRIVER
7766 M: Michael Reed <mdr@sgi.com> 7776 M: Michael Reed <mdr@sgi.com>
7767 L: linux-scsi@vger.kernel.org 7777 L: linux-scsi@vger.kernel.org
7768 S: Maintained 7778 S: Maintained
7769 F: drivers/scsi/qla1280.[ch] 7779 F: drivers/scsi/qla1280.[ch]
7770 7780
7771 QLOGIC QLA2XXX FC-SCSI DRIVER 7781 QLOGIC QLA2XXX FC-SCSI DRIVER
7772 M: qla2xxx-upstream@qlogic.com 7782 M: qla2xxx-upstream@qlogic.com
7773 L: linux-scsi@vger.kernel.org 7783 L: linux-scsi@vger.kernel.org
7774 S: Supported 7784 S: Supported
7775 F: Documentation/scsi/LICENSE.qla2xxx 7785 F: Documentation/scsi/LICENSE.qla2xxx
7776 F: drivers/scsi/qla2xxx/ 7786 F: drivers/scsi/qla2xxx/
7777 7787
7778 QLOGIC QLA4XXX iSCSI DRIVER 7788 QLOGIC QLA4XXX iSCSI DRIVER
7779 M: QLogic-Storage-Upstream@qlogic.com 7789 M: QLogic-Storage-Upstream@qlogic.com
7780 L: linux-scsi@vger.kernel.org 7790 L: linux-scsi@vger.kernel.org
7781 S: Supported 7791 S: Supported
7782 F: Documentation/scsi/LICENSE.qla4xxx 7792 F: Documentation/scsi/LICENSE.qla4xxx
7783 F: drivers/scsi/qla4xxx/ 7793 F: drivers/scsi/qla4xxx/
7784 7794
7785 QLOGIC QLA3XXX NETWORK DRIVER 7795 QLOGIC QLA3XXX NETWORK DRIVER
7786 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> 7796 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7787 M: Ron Mercer <ron.mercer@qlogic.com> 7797 M: Ron Mercer <ron.mercer@qlogic.com>
7788 M: linux-driver@qlogic.com 7798 M: linux-driver@qlogic.com
7789 L: netdev@vger.kernel.org 7799 L: netdev@vger.kernel.org
7790 S: Supported 7800 S: Supported
7791 F: Documentation/networking/LICENSE.qla3xxx 7801 F: Documentation/networking/LICENSE.qla3xxx
7792 F: drivers/net/ethernet/qlogic/qla3xxx.* 7802 F: drivers/net/ethernet/qlogic/qla3xxx.*
7793 7803
7794 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER 7804 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7795 M: Shahed Shaikh <shahed.shaikh@qlogic.com> 7805 M: Shahed Shaikh <shahed.shaikh@qlogic.com>
7796 M: Dept-GELinuxNICDev@qlogic.com 7806 M: Dept-GELinuxNICDev@qlogic.com
7797 L: netdev@vger.kernel.org 7807 L: netdev@vger.kernel.org
7798 S: Supported 7808 S: Supported
7799 F: drivers/net/ethernet/qlogic/qlcnic/ 7809 F: drivers/net/ethernet/qlogic/qlcnic/
7800 7810
7801 QLOGIC QLGE 10Gb ETHERNET DRIVER 7811 QLOGIC QLGE 10Gb ETHERNET DRIVER
7802 M: Harish Patil <harish.patil@qlogic.com> 7812 M: Harish Patil <harish.patil@qlogic.com>
7803 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com> 7813 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7804 M: Dept-GELinuxNICDev@qlogic.com 7814 M: Dept-GELinuxNICDev@qlogic.com
7805 M: linux-driver@qlogic.com 7815 M: linux-driver@qlogic.com
7806 L: netdev@vger.kernel.org 7816 L: netdev@vger.kernel.org
7807 S: Supported 7817 S: Supported
7808 F: drivers/net/ethernet/qlogic/qlge/ 7818 F: drivers/net/ethernet/qlogic/qlge/
7809 7819
7810 QNX4 FILESYSTEM 7820 QNX4 FILESYSTEM
7811 M: Anders Larsen <al@alarsen.net> 7821 M: Anders Larsen <al@alarsen.net>
7812 W: http://www.alarsen.net/linux/qnx4fs/ 7822 W: http://www.alarsen.net/linux/qnx4fs/
7813 S: Maintained 7823 S: Maintained
7814 F: fs/qnx4/ 7824 F: fs/qnx4/
7815 F: include/uapi/linux/qnx4_fs.h 7825 F: include/uapi/linux/qnx4_fs.h
7816 F: include/uapi/linux/qnxtypes.h 7826 F: include/uapi/linux/qnxtypes.h
7817 7827
7818 QT1010 MEDIA DRIVER 7828 QT1010 MEDIA DRIVER
7819 M: Antti Palosaari <crope@iki.fi> 7829 M: Antti Palosaari <crope@iki.fi>
7820 L: linux-media@vger.kernel.org 7830 L: linux-media@vger.kernel.org
7821 W: http://linuxtv.org/ 7831 W: http://linuxtv.org/
7822 W: http://palosaari.fi/linux/ 7832 W: http://palosaari.fi/linux/
7823 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 7833 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7824 T: git git://linuxtv.org/anttip/media_tree.git 7834 T: git git://linuxtv.org/anttip/media_tree.git
7825 S: Maintained 7835 S: Maintained
7826 F: drivers/media/tuners/qt1010* 7836 F: drivers/media/tuners/qt1010*
7827 7837
7828 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER 7838 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7829 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com> 7839 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7830 L: linux-wireless@vger.kernel.org 7840 L: linux-wireless@vger.kernel.org
7831 L: ath9k-devel@lists.ath9k.org 7841 L: ath9k-devel@lists.ath9k.org
7832 W: http://wireless.kernel.org/en/users/Drivers/ath9k 7842 W: http://wireless.kernel.org/en/users/Drivers/ath9k
7833 S: Supported 7843 S: Supported
7834 F: drivers/net/wireless/ath/ath9k/ 7844 F: drivers/net/wireless/ath/ath9k/
7835 7845
7836 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER 7846 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7837 M: Kalle Valo <kvalo@qca.qualcomm.com> 7847 M: Kalle Valo <kvalo@qca.qualcomm.com>
7838 L: ath10k@lists.infradead.org 7848 L: ath10k@lists.infradead.org
7839 W: http://wireless.kernel.org/en/users/Drivers/ath10k 7849 W: http://wireless.kernel.org/en/users/Drivers/ath10k
7840 T: git git://github.com/kvalo/ath.git 7850 T: git git://github.com/kvalo/ath.git
7841 S: Supported 7851 S: Supported
7842 F: drivers/net/wireless/ath/ath10k/ 7852 F: drivers/net/wireless/ath/ath10k/
7843 7853
7844 QUALCOMM HEXAGON ARCHITECTURE 7854 QUALCOMM HEXAGON ARCHITECTURE
7845 M: Richard Kuo <rkuo@codeaurora.org> 7855 M: Richard Kuo <rkuo@codeaurora.org>
7846 L: linux-hexagon@vger.kernel.org 7856 L: linux-hexagon@vger.kernel.org
7847 S: Supported 7857 S: Supported
7848 F: arch/hexagon/ 7858 F: arch/hexagon/
7849 7859
7850 QUALCOMM WCN36XX WIRELESS DRIVER 7860 QUALCOMM WCN36XX WIRELESS DRIVER
7851 M: Eugene Krasnikov <k.eugene.e@gmail.com> 7861 M: Eugene Krasnikov <k.eugene.e@gmail.com>
7852 L: wcn36xx@lists.infradead.org 7862 L: wcn36xx@lists.infradead.org
7853 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx 7863 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
7854 T: git git://github.com/KrasnikovEugene/wcn36xx.git 7864 T: git git://github.com/KrasnikovEugene/wcn36xx.git
7855 S: Supported 7865 S: Supported
7856 F: drivers/net/wireless/ath/wcn36xx/ 7866 F: drivers/net/wireless/ath/wcn36xx/
7857 7867
7858 QUICKCAM PARALLEL PORT WEBCAMS 7868 QUICKCAM PARALLEL PORT WEBCAMS
7859 M: Hans Verkuil <hverkuil@xs4all.nl> 7869 M: Hans Verkuil <hverkuil@xs4all.nl>
7860 L: linux-media@vger.kernel.org 7870 L: linux-media@vger.kernel.org
7861 T: git git://linuxtv.org/media_tree.git 7871 T: git git://linuxtv.org/media_tree.git
7862 W: http://linuxtv.org 7872 W: http://linuxtv.org
7863 S: Odd Fixes 7873 S: Odd Fixes
7864 F: drivers/media/parport/*-qcam* 7874 F: drivers/media/parport/*-qcam*
7865 7875
7866 RADOS BLOCK DEVICE (RBD) 7876 RADOS BLOCK DEVICE (RBD)
7867 M: Yehuda Sadeh <yehuda@inktank.com> 7877 M: Yehuda Sadeh <yehuda@inktank.com>
7868 M: Sage Weil <sage@inktank.com> 7878 M: Sage Weil <sage@inktank.com>
7869 M: Alex Elder <elder@kernel.org> 7879 M: Alex Elder <elder@kernel.org>
7870 M: ceph-devel@vger.kernel.org 7880 M: ceph-devel@vger.kernel.org
7871 W: http://ceph.com/ 7881 W: http://ceph.com/
7872 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git 7882 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7873 S: Supported 7883 S: Supported
7874 F: drivers/block/rbd.c 7884 F: drivers/block/rbd.c
7875 F: drivers/block/rbd_types.h 7885 F: drivers/block/rbd_types.h
7876 7886
7877 RADEON FRAMEBUFFER DISPLAY DRIVER 7887 RADEON FRAMEBUFFER DISPLAY DRIVER
7878 M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 7888 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7879 L: linux-fbdev@vger.kernel.org 7889 L: linux-fbdev@vger.kernel.org
7880 S: Maintained 7890 S: Maintained
7881 F: drivers/video/fbdev/aty/radeon* 7891 F: drivers/video/fbdev/aty/radeon*
7882 F: include/uapi/linux/radeonfb.h 7892 F: include/uapi/linux/radeonfb.h
7883 7893
7884 RADIOSHARK RADIO DRIVER 7894 RADIOSHARK RADIO DRIVER
7885 M: Hans de Goede <hdegoede@redhat.com> 7895 M: Hans de Goede <hdegoede@redhat.com>
7886 L: linux-media@vger.kernel.org 7896 L: linux-media@vger.kernel.org
7887 T: git git://linuxtv.org/media_tree.git 7897 T: git git://linuxtv.org/media_tree.git
7888 S: Maintained 7898 S: Maintained
7889 F: drivers/media/radio/radio-shark.c 7899 F: drivers/media/radio/radio-shark.c
7890 7900
7891 RADIOSHARK2 RADIO DRIVER 7901 RADIOSHARK2 RADIO DRIVER
7892 M: Hans de Goede <hdegoede@redhat.com> 7902 M: Hans de Goede <hdegoede@redhat.com>
7893 L: linux-media@vger.kernel.org 7903 L: linux-media@vger.kernel.org
7894 T: git git://linuxtv.org/media_tree.git 7904 T: git git://linuxtv.org/media_tree.git
7895 S: Maintained 7905 S: Maintained
7896 F: drivers/media/radio/radio-shark2.c 7906 F: drivers/media/radio/radio-shark2.c
7897 F: drivers/media/radio/radio-tea5777.c 7907 F: drivers/media/radio/radio-tea5777.c
7898 7908
7899 RAGE128 FRAMEBUFFER DISPLAY DRIVER 7909 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7900 M: Paul Mackerras <paulus@samba.org> 7910 M: Paul Mackerras <paulus@samba.org>
7901 L: linux-fbdev@vger.kernel.org 7911 L: linux-fbdev@vger.kernel.org
7902 S: Maintained 7912 S: Maintained
7903 F: drivers/video/fbdev/aty/aty128fb.c 7913 F: drivers/video/fbdev/aty/aty128fb.c
7904 7914
7905 RALINK RT2X00 WIRELESS LAN DRIVER 7915 RALINK RT2X00 WIRELESS LAN DRIVER
7906 P: rt2x00 project 7916 P: rt2x00 project
7907 M: Stanislaw Gruszka <sgruszka@redhat.com> 7917 M: Stanislaw Gruszka <sgruszka@redhat.com>
7908 M: Helmut Schaa <helmut.schaa@googlemail.com> 7918 M: Helmut Schaa <helmut.schaa@googlemail.com>
7909 L: linux-wireless@vger.kernel.org 7919 L: linux-wireless@vger.kernel.org
7910 L: users@rt2x00.serialmonkey.com (moderated for non-subscribers) 7920 L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7911 W: http://rt2x00.serialmonkey.com/ 7921 W: http://rt2x00.serialmonkey.com/
7912 S: Maintained 7922 S: Maintained
7913 F: drivers/net/wireless/rt2x00/ 7923 F: drivers/net/wireless/rt2x00/
7914 7924
7915 RAMDISK RAM BLOCK DEVICE DRIVER 7925 RAMDISK RAM BLOCK DEVICE DRIVER
7916 M: Nick Piggin <npiggin@kernel.dk> 7926 M: Nick Piggin <npiggin@kernel.dk>
7917 S: Maintained 7927 S: Maintained
7918 F: Documentation/blockdev/ramdisk.txt 7928 F: Documentation/blockdev/ramdisk.txt
7919 F: drivers/block/brd.c 7929 F: drivers/block/brd.c
7920 7930
7921 RANDOM NUMBER DRIVER 7931 RANDOM NUMBER DRIVER
7922 M: "Theodore Ts'o" <tytso@mit.edu> 7932 M: "Theodore Ts'o" <tytso@mit.edu>
7923 S: Maintained 7933 S: Maintained
7924 F: drivers/char/random.c 7934 F: drivers/char/random.c
7925 7935
7926 RAPIDIO SUBSYSTEM 7936 RAPIDIO SUBSYSTEM
7927 M: Matt Porter <mporter@kernel.crashing.org> 7937 M: Matt Porter <mporter@kernel.crashing.org>
7928 M: Alexandre Bounine <alexandre.bounine@idt.com> 7938 M: Alexandre Bounine <alexandre.bounine@idt.com>
7929 S: Maintained 7939 S: Maintained
7930 F: drivers/rapidio/ 7940 F: drivers/rapidio/
7931 7941
7932 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER 7942 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7933 L: linux-wireless@vger.kernel.org 7943 L: linux-wireless@vger.kernel.org
7934 S: Orphan 7944 S: Orphan
7935 F: drivers/net/wireless/ray* 7945 F: drivers/net/wireless/ray*
7936 7946
7937 RCUTORTURE MODULE 7947 RCUTORTURE MODULE
7938 M: Josh Triplett <josh@joshtriplett.org> 7948 M: Josh Triplett <josh@joshtriplett.org>
7939 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 7949 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7940 L: linux-kernel@vger.kernel.org 7950 L: linux-kernel@vger.kernel.org
7941 S: Supported 7951 S: Supported
7942 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git 7952 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7943 F: Documentation/RCU/torture.txt 7953 F: Documentation/RCU/torture.txt
7944 F: kernel/rcu/rcutorture.c 7954 F: kernel/rcu/rcutorture.c
7945 7955
7946 RCUTORTURE TEST FRAMEWORK 7956 RCUTORTURE TEST FRAMEWORK
7947 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 7957 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7948 M: Josh Triplett <josh@joshtriplett.org> 7958 M: Josh Triplett <josh@joshtriplett.org>
7949 R: Steven Rostedt <rostedt@goodmis.org> 7959 R: Steven Rostedt <rostedt@goodmis.org>
7950 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> 7960 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7951 R: Lai Jiangshan <laijs@cn.fujitsu.com> 7961 R: Lai Jiangshan <laijs@cn.fujitsu.com>
7952 L: linux-kernel@vger.kernel.org 7962 L: linux-kernel@vger.kernel.org
7953 S: Supported 7963 S: Supported
7954 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git 7964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7955 F: tools/testing/selftests/rcutorture 7965 F: tools/testing/selftests/rcutorture
7956 7966
7957 RDC R-321X SoC 7967 RDC R-321X SoC
7958 M: Florian Fainelli <florian@openwrt.org> 7968 M: Florian Fainelli <florian@openwrt.org>
7959 S: Maintained 7969 S: Maintained
7960 7970
7961 RDC R6040 FAST ETHERNET DRIVER 7971 RDC R6040 FAST ETHERNET DRIVER
7962 M: Florian Fainelli <florian@openwrt.org> 7972 M: Florian Fainelli <florian@openwrt.org>
7963 L: netdev@vger.kernel.org 7973 L: netdev@vger.kernel.org
7964 S: Maintained 7974 S: Maintained
7965 F: drivers/net/ethernet/rdc/r6040.c 7975 F: drivers/net/ethernet/rdc/r6040.c
7966 7976
7967 RDS - RELIABLE DATAGRAM SOCKETS 7977 RDS - RELIABLE DATAGRAM SOCKETS
7968 M: Chien Yen <chien.yen@oracle.com> 7978 M: Chien Yen <chien.yen@oracle.com>
7969 L: rds-devel@oss.oracle.com (moderated for non-subscribers) 7979 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
7970 S: Supported 7980 S: Supported
7971 F: net/rds/ 7981 F: net/rds/
7972 7982
7973 READ-COPY UPDATE (RCU) 7983 READ-COPY UPDATE (RCU)
7974 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 7984 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7975 M: Josh Triplett <josh@joshtriplett.org> 7985 M: Josh Triplett <josh@joshtriplett.org>
7976 R: Steven Rostedt <rostedt@goodmis.org> 7986 R: Steven Rostedt <rostedt@goodmis.org>
7977 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> 7987 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7978 R: Lai Jiangshan <laijs@cn.fujitsu.com> 7988 R: Lai Jiangshan <laijs@cn.fujitsu.com>
7979 L: linux-kernel@vger.kernel.org 7989 L: linux-kernel@vger.kernel.org
7980 W: http://www.rdrop.com/users/paulmck/RCU/ 7990 W: http://www.rdrop.com/users/paulmck/RCU/
7981 S: Supported 7991 S: Supported
7982 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git 7992 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7983 F: Documentation/RCU/ 7993 F: Documentation/RCU/
7984 X: Documentation/RCU/torture.txt 7994 X: Documentation/RCU/torture.txt
7985 F: include/linux/rcu* 7995 F: include/linux/rcu*
7986 X: include/linux/srcu.h 7996 X: include/linux/srcu.h
7987 F: kernel/rcu/ 7997 F: kernel/rcu/
7988 X: kernel/torture.c 7998 X: kernel/torture.c
7989 7999
7990 REAL TIME CLOCK (RTC) SUBSYSTEM 8000 REAL TIME CLOCK (RTC) SUBSYSTEM
7991 M: Alessandro Zummo <a.zummo@towertech.it> 8001 M: Alessandro Zummo <a.zummo@towertech.it>
7992 L: rtc-linux@googlegroups.com 8002 L: rtc-linux@googlegroups.com
7993 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/ 8003 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
7994 S: Maintained 8004 S: Maintained
7995 F: Documentation/rtc.txt 8005 F: Documentation/rtc.txt
7996 F: drivers/rtc/ 8006 F: drivers/rtc/
7997 F: include/linux/rtc.h 8007 F: include/linux/rtc.h
7998 F: include/uapi/linux/rtc.h 8008 F: include/uapi/linux/rtc.h
7999 8009
8000 REALTEK AUDIO CODECS 8010 REALTEK AUDIO CODECS
8001 M: Bard Liao <bardliao@realtek.com> 8011 M: Bard Liao <bardliao@realtek.com>
8002 M: Oder Chiou <oder_chiou@realtek.com> 8012 M: Oder Chiou <oder_chiou@realtek.com>
8003 S: Maintained 8013 S: Maintained
8004 F: sound/soc/codecs/rt* 8014 F: sound/soc/codecs/rt*
8005 F: include/sound/rt*.h 8015 F: include/sound/rt*.h
8006 8016
8007 REISERFS FILE SYSTEM 8017 REISERFS FILE SYSTEM
8008 L: reiserfs-devel@vger.kernel.org 8018 L: reiserfs-devel@vger.kernel.org
8009 S: Supported 8019 S: Supported
8010 F: fs/reiserfs/ 8020 F: fs/reiserfs/
8011 8021
8012 REGISTER MAP ABSTRACTION 8022 REGISTER MAP ABSTRACTION
8013 M: Mark Brown <broonie@kernel.org> 8023 M: Mark Brown <broonie@kernel.org>
8014 L: linux-kernel@vger.kernel.org 8024 L: linux-kernel@vger.kernel.org
8015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git 8025 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8016 S: Supported 8026 S: Supported
8017 F: drivers/base/regmap/ 8027 F: drivers/base/regmap/
8018 F: include/linux/regmap.h 8028 F: include/linux/regmap.h
8019 8029
8020 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM 8030 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8021 M: Ohad Ben-Cohen <ohad@wizery.com> 8031 M: Ohad Ben-Cohen <ohad@wizery.com>
8022 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git 8032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8023 S: Maintained 8033 S: Maintained
8024 F: drivers/remoteproc/ 8034 F: drivers/remoteproc/
8025 F: Documentation/remoteproc.txt 8035 F: Documentation/remoteproc.txt
8026 F: include/linux/remoteproc.h 8036 F: include/linux/remoteproc.h
8027 8037
8028 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM 8038 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8029 M: Ohad Ben-Cohen <ohad@wizery.com> 8039 M: Ohad Ben-Cohen <ohad@wizery.com>
8030 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git 8040 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8031 S: Maintained 8041 S: Maintained
8032 F: drivers/rpmsg/ 8042 F: drivers/rpmsg/
8033 F: Documentation/rpmsg.txt 8043 F: Documentation/rpmsg.txt
8034 F: include/linux/rpmsg.h 8044 F: include/linux/rpmsg.h
8035 8045
8036 RESET CONTROLLER FRAMEWORK 8046 RESET CONTROLLER FRAMEWORK
8037 M: Philipp Zabel <p.zabel@pengutronix.de> 8047 M: Philipp Zabel <p.zabel@pengutronix.de>
8038 S: Maintained 8048 S: Maintained
8039 F: drivers/reset/ 8049 F: drivers/reset/
8040 F: Documentation/devicetree/bindings/reset/ 8050 F: Documentation/devicetree/bindings/reset/
8041 F: include/linux/reset.h 8051 F: include/linux/reset.h
8042 F: include/linux/reset-controller.h 8052 F: include/linux/reset-controller.h
8043 8053
8044 RFKILL 8054 RFKILL
8045 M: Johannes Berg <johannes@sipsolutions.net> 8055 M: Johannes Berg <johannes@sipsolutions.net>
8046 L: linux-wireless@vger.kernel.org 8056 L: linux-wireless@vger.kernel.org
8047 W: http://wireless.kernel.org/ 8057 W: http://wireless.kernel.org/
8048 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git 8058 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8049 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 8059 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8050 S: Maintained 8060 S: Maintained
8051 F: Documentation/rfkill.txt 8061 F: Documentation/rfkill.txt
8052 F: net/rfkill/ 8062 F: net/rfkill/
8053 8063
8054 RICOH SMARTMEDIA/XD DRIVER 8064 RICOH SMARTMEDIA/XD DRIVER
8055 M: Maxim Levitsky <maximlevitsky@gmail.com> 8065 M: Maxim Levitsky <maximlevitsky@gmail.com>
8056 S: Maintained 8066 S: Maintained
8057 F: drivers/mtd/nand/r852.c 8067 F: drivers/mtd/nand/r852.c
8058 F: drivers/mtd/nand/r852.h 8068 F: drivers/mtd/nand/r852.h
8059 8069
8060 RICOH R5C592 MEMORYSTICK DRIVER 8070 RICOH R5C592 MEMORYSTICK DRIVER
8061 M: Maxim Levitsky <maximlevitsky@gmail.com> 8071 M: Maxim Levitsky <maximlevitsky@gmail.com>
8062 S: Maintained 8072 S: Maintained
8063 F: drivers/memstick/host/r592.* 8073 F: drivers/memstick/host/r592.*
8064 8074
8065 ROCCAT DRIVERS 8075 ROCCAT DRIVERS
8066 M: Stefan Achatz <erazor_de@users.sourceforge.net> 8076 M: Stefan Achatz <erazor_de@users.sourceforge.net>
8067 W: http://sourceforge.net/projects/roccat/ 8077 W: http://sourceforge.net/projects/roccat/
8068 S: Maintained 8078 S: Maintained
8069 F: drivers/hid/hid-roccat* 8079 F: drivers/hid/hid-roccat*
8070 F: include/linux/hid-roccat* 8080 F: include/linux/hid-roccat*
8071 F: Documentation/ABI/*/sysfs-driver-hid-roccat* 8081 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
8072 8082
8073 ROCKER DRIVER 8083 ROCKER DRIVER
8074 M: Jiri Pirko <jiri@resnulli.us> 8084 M: Jiri Pirko <jiri@resnulli.us>
8075 M: Scott Feldman <sfeldma@gmail.com> 8085 M: Scott Feldman <sfeldma@gmail.com>
8076 L: netdev@vger.kernel.org 8086 L: netdev@vger.kernel.org
8077 S: Supported 8087 S: Supported
8078 F: drivers/net/ethernet/rocker/ 8088 F: drivers/net/ethernet/rocker/
8079 8089
8080 ROCKETPORT DRIVER 8090 ROCKETPORT DRIVER
8081 P: Comtrol Corp. 8091 P: Comtrol Corp.
8082 W: http://www.comtrol.com 8092 W: http://www.comtrol.com
8083 S: Maintained 8093 S: Maintained
8084 F: Documentation/serial/rocket.txt 8094 F: Documentation/serial/rocket.txt
8085 F: drivers/tty/rocket* 8095 F: drivers/tty/rocket*
8086 8096
8087 ROCKETPORT EXPRESS/INFINITY DRIVER 8097 ROCKETPORT EXPRESS/INFINITY DRIVER
8088 M: Kevin Cernekee <cernekee@gmail.com> 8098 M: Kevin Cernekee <cernekee@gmail.com>
8089 L: linux-serial@vger.kernel.org 8099 L: linux-serial@vger.kernel.org
8090 S: Odd Fixes 8100 S: Odd Fixes
8091 F: drivers/tty/serial/rp2.* 8101 F: drivers/tty/serial/rp2.*
8092 8102
8093 ROSE NETWORK LAYER 8103 ROSE NETWORK LAYER
8094 M: Ralf Baechle <ralf@linux-mips.org> 8104 M: Ralf Baechle <ralf@linux-mips.org>
8095 L: linux-hams@vger.kernel.org 8105 L: linux-hams@vger.kernel.org
8096 W: http://www.linux-ax25.org/ 8106 W: http://www.linux-ax25.org/
8097 S: Maintained 8107 S: Maintained
8098 F: include/net/rose.h 8108 F: include/net/rose.h
8099 F: include/uapi/linux/rose.h 8109 F: include/uapi/linux/rose.h
8100 F: net/rose/ 8110 F: net/rose/
8101 8111
8102 RTL2830 MEDIA DRIVER 8112 RTL2830 MEDIA DRIVER
8103 M: Antti Palosaari <crope@iki.fi> 8113 M: Antti Palosaari <crope@iki.fi>
8104 L: linux-media@vger.kernel.org 8114 L: linux-media@vger.kernel.org
8105 W: http://linuxtv.org/ 8115 W: http://linuxtv.org/
8106 W: http://palosaari.fi/linux/ 8116 W: http://palosaari.fi/linux/
8107 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 8117 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8108 T: git git://linuxtv.org/anttip/media_tree.git 8118 T: git git://linuxtv.org/anttip/media_tree.git
8109 S: Maintained 8119 S: Maintained
8110 F: drivers/media/dvb-frontends/rtl2830* 8120 F: drivers/media/dvb-frontends/rtl2830*
8111 8121
8112 RTL2832 MEDIA DRIVER 8122 RTL2832 MEDIA DRIVER
8113 M: Antti Palosaari <crope@iki.fi> 8123 M: Antti Palosaari <crope@iki.fi>
8114 L: linux-media@vger.kernel.org 8124 L: linux-media@vger.kernel.org
8115 W: http://linuxtv.org/ 8125 W: http://linuxtv.org/
8116 W: http://palosaari.fi/linux/ 8126 W: http://palosaari.fi/linux/
8117 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 8127 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8118 T: git git://linuxtv.org/anttip/media_tree.git 8128 T: git git://linuxtv.org/anttip/media_tree.git
8119 S: Maintained 8129 S: Maintained
8120 F: drivers/media/dvb-frontends/rtl2832* 8130 F: drivers/media/dvb-frontends/rtl2832*
8121 8131
8122 RTL2832_SDR MEDIA DRIVER 8132 RTL2832_SDR MEDIA DRIVER
8123 M: Antti Palosaari <crope@iki.fi> 8133 M: Antti Palosaari <crope@iki.fi>
8124 L: linux-media@vger.kernel.org 8134 L: linux-media@vger.kernel.org
8125 W: http://linuxtv.org/ 8135 W: http://linuxtv.org/
8126 W: http://palosaari.fi/linux/ 8136 W: http://palosaari.fi/linux/
8127 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 8137 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8128 T: git git://linuxtv.org/anttip/media_tree.git 8138 T: git git://linuxtv.org/anttip/media_tree.git
8129 S: Maintained 8139 S: Maintained
8130 F: drivers/media/dvb-frontends/rtl2832_sdr* 8140 F: drivers/media/dvb-frontends/rtl2832_sdr*
8131 8141
8132 RTL8180 WIRELESS DRIVER 8142 RTL8180 WIRELESS DRIVER
8133 L: linux-wireless@vger.kernel.org 8143 L: linux-wireless@vger.kernel.org
8134 W: http://wireless.kernel.org/ 8144 W: http://wireless.kernel.org/
8135 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 8145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8136 S: Orphan 8146 S: Orphan
8137 F: drivers/net/wireless/rtl818x/rtl8180/ 8147 F: drivers/net/wireless/rtl818x/rtl8180/
8138 8148
8139 RTL8187 WIRELESS DRIVER 8149 RTL8187 WIRELESS DRIVER
8140 M: Herton Ronaldo Krzesinski <herton@canonical.com> 8150 M: Herton Ronaldo Krzesinski <herton@canonical.com>
8141 M: Hin-Tak Leung <htl10@users.sourceforge.net> 8151 M: Hin-Tak Leung <htl10@users.sourceforge.net>
8142 M: Larry Finger <Larry.Finger@lwfinger.net> 8152 M: Larry Finger <Larry.Finger@lwfinger.net>
8143 L: linux-wireless@vger.kernel.org 8153 L: linux-wireless@vger.kernel.org
8144 W: http://wireless.kernel.org/ 8154 W: http://wireless.kernel.org/
8145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 8155 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8146 S: Maintained 8156 S: Maintained
8147 F: drivers/net/wireless/rtl818x/rtl8187/ 8157 F: drivers/net/wireless/rtl818x/rtl8187/
8148 8158
8149 RTL8192CE WIRELESS DRIVER 8159 RTL8192CE WIRELESS DRIVER
8150 M: Larry Finger <Larry.Finger@lwfinger.net> 8160 M: Larry Finger <Larry.Finger@lwfinger.net>
8151 M: Chaoming Li <chaoming_li@realsil.com.cn> 8161 M: Chaoming Li <chaoming_li@realsil.com.cn>
8152 L: linux-wireless@vger.kernel.org 8162 L: linux-wireless@vger.kernel.org
8153 W: http://wireless.kernel.org/ 8163 W: http://wireless.kernel.org/
8154 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 8164 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8155 S: Maintained 8165 S: Maintained
8156 F: drivers/net/wireless/rtlwifi/ 8166 F: drivers/net/wireless/rtlwifi/
8157 F: drivers/net/wireless/rtlwifi/rtl8192ce/ 8167 F: drivers/net/wireless/rtlwifi/rtl8192ce/
8158 8168
8159 S3 SAVAGE FRAMEBUFFER DRIVER 8169 S3 SAVAGE FRAMEBUFFER DRIVER
8160 M: Antonino Daplas <adaplas@gmail.com> 8170 M: Antonino Daplas <adaplas@gmail.com>
8161 L: linux-fbdev@vger.kernel.org 8171 L: linux-fbdev@vger.kernel.org
8162 S: Maintained 8172 S: Maintained
8163 F: drivers/video/fbdev/savage/ 8173 F: drivers/video/fbdev/savage/
8164 8174
8165 S390 8175 S390
8166 M: Martin Schwidefsky <schwidefsky@de.ibm.com> 8176 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
8167 M: Heiko Carstens <heiko.carstens@de.ibm.com> 8177 M: Heiko Carstens <heiko.carstens@de.ibm.com>
8168 M: linux390@de.ibm.com 8178 M: linux390@de.ibm.com
8169 L: linux-s390@vger.kernel.org 8179 L: linux-s390@vger.kernel.org
8170 W: http://www.ibm.com/developerworks/linux/linux390/ 8180 W: http://www.ibm.com/developerworks/linux/linux390/
8171 S: Supported 8181 S: Supported
8172 F: arch/s390/ 8182 F: arch/s390/
8173 F: drivers/s390/ 8183 F: drivers/s390/
8174 F: Documentation/s390/ 8184 F: Documentation/s390/
8175 F: Documentation/DocBook/s390* 8185 F: Documentation/DocBook/s390*
8176 8186
8177 S390 COMMON I/O LAYER 8187 S390 COMMON I/O LAYER
8178 M: Sebastian Ott <sebott@linux.vnet.ibm.com> 8188 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
8179 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com> 8189 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8180 L: linux-s390@vger.kernel.org 8190 L: linux-s390@vger.kernel.org
8181 W: http://www.ibm.com/developerworks/linux/linux390/ 8191 W: http://www.ibm.com/developerworks/linux/linux390/
8182 S: Supported 8192 S: Supported
8183 F: drivers/s390/cio/ 8193 F: drivers/s390/cio/
8184 8194
8185 S390 DASD DRIVER 8195 S390 DASD DRIVER
8186 M: Stefan Weinhuber <wein@de.ibm.com> 8196 M: Stefan Weinhuber <wein@de.ibm.com>
8187 M: Stefan Haberland <stefan.haberland@de.ibm.com> 8197 M: Stefan Haberland <stefan.haberland@de.ibm.com>
8188 L: linux-s390@vger.kernel.org 8198 L: linux-s390@vger.kernel.org
8189 W: http://www.ibm.com/developerworks/linux/linux390/ 8199 W: http://www.ibm.com/developerworks/linux/linux390/
8190 S: Supported 8200 S: Supported
8191 F: drivers/s390/block/dasd* 8201 F: drivers/s390/block/dasd*
8192 F: block/partitions/ibm.c 8202 F: block/partitions/ibm.c
8193 8203
8194 S390 NETWORK DRIVERS 8204 S390 NETWORK DRIVERS
8195 M: Ursula Braun <ursula.braun@de.ibm.com> 8205 M: Ursula Braun <ursula.braun@de.ibm.com>
8196 M: Frank Blaschka <blaschka@linux.vnet.ibm.com> 8206 M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
8197 M: linux390@de.ibm.com 8207 M: linux390@de.ibm.com
8198 L: linux-s390@vger.kernel.org 8208 L: linux-s390@vger.kernel.org
8199 W: http://www.ibm.com/developerworks/linux/linux390/ 8209 W: http://www.ibm.com/developerworks/linux/linux390/
8200 S: Supported 8210 S: Supported
8201 F: drivers/s390/net/ 8211 F: drivers/s390/net/
8202 8212
8203 S390 PCI SUBSYSTEM 8213 S390 PCI SUBSYSTEM
8204 M: Sebastian Ott <sebott@linux.vnet.ibm.com> 8214 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
8205 M: Gerald Schaefer <gerald.schaefer@de.ibm.com> 8215 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
8206 L: linux-s390@vger.kernel.org 8216 L: linux-s390@vger.kernel.org
8207 W: http://www.ibm.com/developerworks/linux/linux390/ 8217 W: http://www.ibm.com/developerworks/linux/linux390/
8208 S: Supported 8218 S: Supported
8209 F: arch/s390/pci/ 8219 F: arch/s390/pci/
8210 F: drivers/pci/hotplug/s390_pci_hpc.c 8220 F: drivers/pci/hotplug/s390_pci_hpc.c
8211 8221
8212 S390 ZCRYPT DRIVER 8222 S390 ZCRYPT DRIVER
8213 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com> 8223 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8214 M: linux390@de.ibm.com 8224 M: linux390@de.ibm.com
8215 L: linux-s390@vger.kernel.org 8225 L: linux-s390@vger.kernel.org
8216 W: http://www.ibm.com/developerworks/linux/linux390/ 8226 W: http://www.ibm.com/developerworks/linux/linux390/
8217 S: Supported 8227 S: Supported
8218 F: drivers/s390/crypto/ 8228 F: drivers/s390/crypto/
8219 8229
8220 S390 ZFCP DRIVER 8230 S390 ZFCP DRIVER
8221 M: Steffen Maier <maier@linux.vnet.ibm.com> 8231 M: Steffen Maier <maier@linux.vnet.ibm.com>
8222 M: linux390@de.ibm.com 8232 M: linux390@de.ibm.com
8223 L: linux-s390@vger.kernel.org 8233 L: linux-s390@vger.kernel.org
8224 W: http://www.ibm.com/developerworks/linux/linux390/ 8234 W: http://www.ibm.com/developerworks/linux/linux390/
8225 S: Supported 8235 S: Supported
8226 F: drivers/s390/scsi/zfcp_* 8236 F: drivers/s390/scsi/zfcp_*
8227 8237
8228 S390 IUCV NETWORK LAYER 8238 S390 IUCV NETWORK LAYER
8229 M: Ursula Braun <ursula.braun@de.ibm.com> 8239 M: Ursula Braun <ursula.braun@de.ibm.com>
8230 M: linux390@de.ibm.com 8240 M: linux390@de.ibm.com
8231 L: linux-s390@vger.kernel.org 8241 L: linux-s390@vger.kernel.org
8232 W: http://www.ibm.com/developerworks/linux/linux390/ 8242 W: http://www.ibm.com/developerworks/linux/linux390/
8233 S: Supported 8243 S: Supported
8234 F: drivers/s390/net/*iucv* 8244 F: drivers/s390/net/*iucv*
8235 F: include/net/iucv/ 8245 F: include/net/iucv/
8236 F: net/iucv/ 8246 F: net/iucv/
8237 8247
8238 S3C24XX SD/MMC Driver 8248 S3C24XX SD/MMC Driver
8239 M: Ben Dooks <ben-linux@fluff.org> 8249 M: Ben Dooks <ben-linux@fluff.org>
8240 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 8250 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8241 S: Supported 8251 S: Supported
8242 F: drivers/mmc/host/s3cmci.* 8252 F: drivers/mmc/host/s3cmci.*
8243 8253
8244 SAA6588 RDS RECEIVER DRIVER 8254 SAA6588 RDS RECEIVER DRIVER
8245 M: Hans Verkuil <hverkuil@xs4all.nl> 8255 M: Hans Verkuil <hverkuil@xs4all.nl>
8246 L: linux-media@vger.kernel.org 8256 L: linux-media@vger.kernel.org
8247 T: git git://linuxtv.org/media_tree.git 8257 T: git git://linuxtv.org/media_tree.git
8248 W: http://linuxtv.org 8258 W: http://linuxtv.org
8249 S: Odd Fixes 8259 S: Odd Fixes
8250 F: drivers/media/i2c/saa6588* 8260 F: drivers/media/i2c/saa6588*
8251 8261
8252 SAA7134 VIDEO4LINUX DRIVER 8262 SAA7134 VIDEO4LINUX DRIVER
8253 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 8263 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8254 L: linux-media@vger.kernel.org 8264 L: linux-media@vger.kernel.org
8255 W: http://linuxtv.org 8265 W: http://linuxtv.org
8256 T: git git://linuxtv.org/media_tree.git 8266 T: git git://linuxtv.org/media_tree.git
8257 S: Odd fixes 8267 S: Odd fixes
8258 F: Documentation/video4linux/*.saa7134 8268 F: Documentation/video4linux/*.saa7134
8259 F: drivers/media/pci/saa7134/ 8269 F: drivers/media/pci/saa7134/
8260 8270
8261 SAA7146 VIDEO4LINUX-2 DRIVER 8271 SAA7146 VIDEO4LINUX-2 DRIVER
8262 M: Hans Verkuil <hverkuil@xs4all.nl> 8272 M: Hans Verkuil <hverkuil@xs4all.nl>
8263 L: linux-media@vger.kernel.org 8273 L: linux-media@vger.kernel.org
8264 T: git git://linuxtv.org/media_tree.git 8274 T: git git://linuxtv.org/media_tree.git
8265 S: Maintained 8275 S: Maintained
8266 F: drivers/media/common/saa7146/ 8276 F: drivers/media/common/saa7146/
8267 F: drivers/media/pci/saa7146/ 8277 F: drivers/media/pci/saa7146/
8268 F: include/media/saa7146* 8278 F: include/media/saa7146*
8269 8279
8270 SAMSUNG LAPTOP DRIVER 8280 SAMSUNG LAPTOP DRIVER
8271 M: Corentin Chary <corentin.chary@gmail.com> 8281 M: Corentin Chary <corentin.chary@gmail.com>
8272 L: platform-driver-x86@vger.kernel.org 8282 L: platform-driver-x86@vger.kernel.org
8273 S: Maintained 8283 S: Maintained
8274 F: drivers/platform/x86/samsung-laptop.c 8284 F: drivers/platform/x86/samsung-laptop.c
8275 8285
8276 SAMSUNG AUDIO (ASoC) DRIVERS 8286 SAMSUNG AUDIO (ASoC) DRIVERS
8277 M: Sangbeom Kim <sbkim73@samsung.com> 8287 M: Sangbeom Kim <sbkim73@samsung.com>
8278 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 8288 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8279 S: Supported 8289 S: Supported
8280 F: sound/soc/samsung/ 8290 F: sound/soc/samsung/
8281 8291
8282 SAMSUNG FRAMEBUFFER DRIVER 8292 SAMSUNG FRAMEBUFFER DRIVER
8283 M: Jingoo Han <jg1.han@samsung.com> 8293 M: Jingoo Han <jg1.han@samsung.com>
8284 L: linux-fbdev@vger.kernel.org 8294 L: linux-fbdev@vger.kernel.org
8285 S: Maintained 8295 S: Maintained
8286 F: drivers/video/fbdev/s3c-fb.c 8296 F: drivers/video/fbdev/s3c-fb.c
8287 8297
8288 SAMSUNG MULTIFUNCTION DEVICE DRIVERS 8298 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8289 M: Sangbeom Kim <sbkim73@samsung.com> 8299 M: Sangbeom Kim <sbkim73@samsung.com>
8290 L: linux-kernel@vger.kernel.org 8300 L: linux-kernel@vger.kernel.org
8291 S: Supported 8301 S: Supported
8292 F: drivers/mfd/sec*.c 8302 F: drivers/mfd/sec*.c
8293 F: drivers/regulator/s2m*.c 8303 F: drivers/regulator/s2m*.c
8294 F: drivers/regulator/s5m*.c 8304 F: drivers/regulator/s5m*.c
8295 F: include/linux/mfd/samsung/ 8305 F: include/linux/mfd/samsung/
8296 8306
8297 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS 8307 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8298 M: Kyungmin Park <kyungmin.park@samsung.com> 8308 M: Kyungmin Park <kyungmin.park@samsung.com>
8299 M: Sylwester Nawrocki <s.nawrocki@samsung.com> 8309 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
8300 L: linux-media@vger.kernel.org 8310 L: linux-media@vger.kernel.org
8301 Q: https://patchwork.linuxtv.org/project/linux-media/list/ 8311 Q: https://patchwork.linuxtv.org/project/linux-media/list/
8302 S: Supported 8312 S: Supported
8303 F: drivers/media/platform/exynos4-is/ 8313 F: drivers/media/platform/exynos4-is/
8304 8314
8305 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER 8315 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8306 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com> 8316 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8307 L: linux-media@vger.kernel.org 8317 L: linux-media@vger.kernel.org
8308 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) 8318 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8309 S: Maintained 8319 S: Maintained
8310 F: drivers/media/platform/s3c-camif/ 8320 F: drivers/media/platform/s3c-camif/
8311 F: include/media/s3c_camif.h 8321 F: include/media/s3c_camif.h
8312 8322
8313 SAMSUNG S5C73M3 CAMERA DRIVER 8323 SAMSUNG S5C73M3 CAMERA DRIVER
8314 M: Kyungmin Park <kyungmin.park@samsung.com> 8324 M: Kyungmin Park <kyungmin.park@samsung.com>
8315 M: Andrzej Hajda <a.hajda@samsung.com> 8325 M: Andrzej Hajda <a.hajda@samsung.com>
8316 L: linux-media@vger.kernel.org 8326 L: linux-media@vger.kernel.org
8317 S: Supported 8327 S: Supported
8318 F: drivers/media/i2c/s5c73m3/* 8328 F: drivers/media/i2c/s5c73m3/*
8319 8329
8320 SAMSUNG S5K5BAF CAMERA DRIVER 8330 SAMSUNG S5K5BAF CAMERA DRIVER
8321 M: Kyungmin Park <kyungmin.park@samsung.com> 8331 M: Kyungmin Park <kyungmin.park@samsung.com>
8322 M: Andrzej Hajda <a.hajda@samsung.com> 8332 M: Andrzej Hajda <a.hajda@samsung.com>
8323 L: linux-media@vger.kernel.org 8333 L: linux-media@vger.kernel.org
8324 S: Supported 8334 S: Supported
8325 F: drivers/media/i2c/s5k5baf.c 8335 F: drivers/media/i2c/s5k5baf.c
8326 8336
8327 SAMSUNG SOC CLOCK DRIVERS 8337 SAMSUNG SOC CLOCK DRIVERS
8328 M: Sylwester Nawrocki <s.nawrocki@samsung.com> 8338 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
8329 M: Tomasz Figa <tomasz.figa@gmail.com> 8339 M: Tomasz Figa <tomasz.figa@gmail.com>
8330 S: Supported 8340 S: Supported
8331 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) 8341 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8332 F: drivers/clk/samsung/ 8342 F: drivers/clk/samsung/
8333 8343
8334 SAMSUNG SXGBE DRIVERS 8344 SAMSUNG SXGBE DRIVERS
8335 M: Byungho An <bh74.an@samsung.com> 8345 M: Byungho An <bh74.an@samsung.com>
8336 M: Girish K S <ks.giri@samsung.com> 8346 M: Girish K S <ks.giri@samsung.com>
8337 M: Vipul Pandya <vipul.pandya@samsung.com> 8347 M: Vipul Pandya <vipul.pandya@samsung.com>
8338 S: Supported 8348 S: Supported
8339 L: netdev@vger.kernel.org 8349 L: netdev@vger.kernel.org
8340 F: drivers/net/ethernet/samsung/sxgbe/ 8350 F: drivers/net/ethernet/samsung/sxgbe/
8341 8351
8342 SAMSUNG USB2 PHY DRIVER 8352 SAMSUNG USB2 PHY DRIVER
8343 M: Kamil Debski <k.debski@samsung.com> 8353 M: Kamil Debski <k.debski@samsung.com>
8344 L: linux-kernel@vger.kernel.org 8354 L: linux-kernel@vger.kernel.org
8345 S: Supported 8355 S: Supported
8346 F: Documentation/devicetree/bindings/phy/samsung-phy.txt 8356 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
8347 F: Documentation/phy/samsung-usb2.txt 8357 F: Documentation/phy/samsung-usb2.txt
8348 F: drivers/phy/phy-exynos4210-usb2.c 8358 F: drivers/phy/phy-exynos4210-usb2.c
8349 F: drivers/phy/phy-exynos4x12-usb2.c 8359 F: drivers/phy/phy-exynos4x12-usb2.c
8350 F: drivers/phy/phy-exynos5250-usb2.c 8360 F: drivers/phy/phy-exynos5250-usb2.c
8351 F: drivers/phy/phy-s5pv210-usb2.c 8361 F: drivers/phy/phy-s5pv210-usb2.c
8352 F: drivers/phy/phy-samsung-usb2.c 8362 F: drivers/phy/phy-samsung-usb2.c
8353 F: drivers/phy/phy-samsung-usb2.h 8363 F: drivers/phy/phy-samsung-usb2.h
8354 8364
8355 SERIAL DRIVERS 8365 SERIAL DRIVERS
8356 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 8366 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8357 L: linux-serial@vger.kernel.org 8367 L: linux-serial@vger.kernel.org
8358 S: Maintained 8368 S: Maintained
8359 F: drivers/tty/serial/ 8369 F: drivers/tty/serial/
8360 8370
8361 SYNOPSYS DESIGNWARE DMAC DRIVER 8371 SYNOPSYS DESIGNWARE DMAC DRIVER
8362 M: Viresh Kumar <viresh.linux@gmail.com> 8372 M: Viresh Kumar <viresh.linux@gmail.com>
8363 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com> 8373 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8364 S: Maintained 8374 S: Maintained
8365 F: include/linux/platform_data/dma-dw.h 8375 F: include/linux/platform_data/dma-dw.h
8366 F: drivers/dma/dw/ 8376 F: drivers/dma/dw/
8367 8377
8368 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER 8378 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8369 M: Seungwon Jeon <tgih.jun@samsung.com> 8379 M: Seungwon Jeon <tgih.jun@samsung.com>
8370 M: Jaehoon Chung <jh80.chung@samsung.com> 8380 M: Jaehoon Chung <jh80.chung@samsung.com>
8371 L: linux-mmc@vger.kernel.org 8381 L: linux-mmc@vger.kernel.org
8372 S: Maintained 8382 S: Maintained
8373 F: include/linux/mmc/dw_mmc.h 8383 F: include/linux/mmc/dw_mmc.h
8374 F: drivers/mmc/host/dw_mmc* 8384 F: drivers/mmc/host/dw_mmc*
8375 8385
8376 THUNDERBOLT DRIVER 8386 THUNDERBOLT DRIVER
8377 M: Andreas Noever <andreas.noever@gmail.com> 8387 M: Andreas Noever <andreas.noever@gmail.com>
8378 S: Maintained 8388 S: Maintained
8379 F: drivers/thunderbolt/ 8389 F: drivers/thunderbolt/
8380 8390
8381 TIMEKEEPING, CLOCKSOURCE CORE, NTP 8391 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8382 M: John Stultz <john.stultz@linaro.org> 8392 M: John Stultz <john.stultz@linaro.org>
8383 M: Thomas Gleixner <tglx@linutronix.de> 8393 M: Thomas Gleixner <tglx@linutronix.de>
8384 L: linux-kernel@vger.kernel.org 8394 L: linux-kernel@vger.kernel.org
8385 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 8395 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8386 S: Supported 8396 S: Supported
8387 F: include/linux/clocksource.h 8397 F: include/linux/clocksource.h
8388 F: include/linux/time.h 8398 F: include/linux/time.h
8389 F: include/linux/timex.h 8399 F: include/linux/timex.h
8390 F: include/uapi/linux/time.h 8400 F: include/uapi/linux/time.h
8391 F: include/uapi/linux/timex.h 8401 F: include/uapi/linux/timex.h
8392 F: kernel/time/clocksource.c 8402 F: kernel/time/clocksource.c
8393 F: kernel/time/time*.c 8403 F: kernel/time/time*.c
8394 F: kernel/time/ntp.c 8404 F: kernel/time/ntp.c
8395 8405
8396 TLG2300 VIDEO4LINUX-2 DRIVER 8406 TLG2300 VIDEO4LINUX-2 DRIVER
8397 M: Huang Shijie <shijie8@gmail.com> 8407 M: Huang Shijie <shijie8@gmail.com>
8398 M: Hans Verkuil <hverkuil@xs4all.nl> 8408 M: Hans Verkuil <hverkuil@xs4all.nl>
8399 S: Odd Fixes 8409 S: Odd Fixes
8400 F: drivers/media/usb/tlg2300/ 8410 F: drivers/media/usb/tlg2300/
8401 8411
8402 SC1200 WDT DRIVER 8412 SC1200 WDT DRIVER
8403 M: Zwane Mwaikambo <zwanem@gmail.com> 8413 M: Zwane Mwaikambo <zwanem@gmail.com>
8404 S: Maintained 8414 S: Maintained
8405 F: drivers/watchdog/sc1200wdt.c 8415 F: drivers/watchdog/sc1200wdt.c
8406 8416
8407 SCHEDULER 8417 SCHEDULER
8408 M: Ingo Molnar <mingo@redhat.com> 8418 M: Ingo Molnar <mingo@redhat.com>
8409 M: Peter Zijlstra <peterz@infradead.org> 8419 M: Peter Zijlstra <peterz@infradead.org>
8410 L: linux-kernel@vger.kernel.org 8420 L: linux-kernel@vger.kernel.org
8411 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core 8421 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8412 S: Maintained 8422 S: Maintained
8413 F: kernel/sched/ 8423 F: kernel/sched/
8414 F: include/linux/sched.h 8424 F: include/linux/sched.h
8415 F: include/uapi/linux/sched.h 8425 F: include/uapi/linux/sched.h
8416 F: include/linux/wait.h 8426 F: include/linux/wait.h
8417 8427
8418 SCORE ARCHITECTURE 8428 SCORE ARCHITECTURE
8419 M: Chen Liqin <liqin.linux@gmail.com> 8429 M: Chen Liqin <liqin.linux@gmail.com>
8420 M: Lennox Wu <lennox.wu@gmail.com> 8430 M: Lennox Wu <lennox.wu@gmail.com>
8421 W: http://www.sunplus.com 8431 W: http://www.sunplus.com
8422 S: Supported 8432 S: Supported
8423 F: arch/score/ 8433 F: arch/score/
8424 8434
8425 SCSI CDROM DRIVER 8435 SCSI CDROM DRIVER
8426 M: Jens Axboe <axboe@kernel.dk> 8436 M: Jens Axboe <axboe@kernel.dk>
8427 L: linux-scsi@vger.kernel.org 8437 L: linux-scsi@vger.kernel.org
8428 W: http://www.kernel.dk 8438 W: http://www.kernel.dk
8429 S: Maintained 8439 S: Maintained
8430 F: drivers/scsi/sr* 8440 F: drivers/scsi/sr*
8431 8441
8432 SCSI RDMA PROTOCOL (SRP) INITIATOR 8442 SCSI RDMA PROTOCOL (SRP) INITIATOR
8433 M: Bart Van Assche <bvanassche@acm.org> 8443 M: Bart Van Assche <bvanassche@acm.org>
8434 L: linux-rdma@vger.kernel.org 8444 L: linux-rdma@vger.kernel.org
8435 S: Supported 8445 S: Supported
8436 W: http://www.openfabrics.org 8446 W: http://www.openfabrics.org
8437 Q: http://patchwork.kernel.org/project/linux-rdma/list/ 8447 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8438 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git 8448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8439 F: drivers/infiniband/ulp/srp/ 8449 F: drivers/infiniband/ulp/srp/
8440 F: include/scsi/srp.h 8450 F: include/scsi/srp.h
8441 8451
8442 SCSI SG DRIVER 8452 SCSI SG DRIVER
8443 M: Doug Gilbert <dgilbert@interlog.com> 8453 M: Doug Gilbert <dgilbert@interlog.com>
8444 L: linux-scsi@vger.kernel.org 8454 L: linux-scsi@vger.kernel.org
8445 W: http://sg.danny.cz/sg 8455 W: http://sg.danny.cz/sg
8446 S: Maintained 8456 S: Maintained
8447 F: Documentation/scsi/scsi-generic.txt 8457 F: Documentation/scsi/scsi-generic.txt
8448 F: drivers/scsi/sg.c 8458 F: drivers/scsi/sg.c
8449 F: include/scsi/sg.h 8459 F: include/scsi/sg.h
8450 8460
8451 SCSI SUBSYSTEM 8461 SCSI SUBSYSTEM
8452 M: "James E.J. Bottomley" <JBottomley@parallels.com> 8462 M: "James E.J. Bottomley" <JBottomley@parallels.com>
8453 L: linux-scsi@vger.kernel.org 8463 L: linux-scsi@vger.kernel.org
8454 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git 8464 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git 8465 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8456 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git 8466 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8457 S: Maintained 8467 S: Maintained
8458 F: drivers/scsi/ 8468 F: drivers/scsi/
8459 F: include/scsi/ 8469 F: include/scsi/
8460 8470
8461 SCSI TAPE DRIVER 8471 SCSI TAPE DRIVER
8462 M: Kai Mรคkisara <Kai.Makisara@kolumbus.fi> 8472 M: Kai Mรƒยคkisara <Kai.Makisara@kolumbus.fi>
8463 L: linux-scsi@vger.kernel.org 8473 L: linux-scsi@vger.kernel.org
8464 S: Maintained 8474 S: Maintained
8465 F: Documentation/scsi/st.txt 8475 F: Documentation/scsi/st.txt
8466 F: drivers/scsi/st.* 8476 F: drivers/scsi/st.*
8467 F: drivers/scsi/st_*.h 8477 F: drivers/scsi/st_*.h
8468 8478
8469 SCTP PROTOCOL 8479 SCTP PROTOCOL
8470 M: Vlad Yasevich <vyasevich@gmail.com> 8480 M: Vlad Yasevich <vyasevich@gmail.com>
8471 M: Neil Horman <nhorman@tuxdriver.com> 8481 M: Neil Horman <nhorman@tuxdriver.com>
8472 L: linux-sctp@vger.kernel.org 8482 L: linux-sctp@vger.kernel.org
8473 W: http://lksctp.sourceforge.net 8483 W: http://lksctp.sourceforge.net
8474 S: Maintained 8484 S: Maintained
8475 F: Documentation/networking/sctp.txt 8485 F: Documentation/networking/sctp.txt
8476 F: include/linux/sctp.h 8486 F: include/linux/sctp.h
8477 F: include/uapi/linux/sctp.h 8487 F: include/uapi/linux/sctp.h
8478 F: include/net/sctp/ 8488 F: include/net/sctp/
8479 F: net/sctp/ 8489 F: net/sctp/
8480 8490
8481 SCx200 CPU SUPPORT 8491 SCx200 CPU SUPPORT
8482 M: Jim Cromie <jim.cromie@gmail.com> 8492 M: Jim Cromie <jim.cromie@gmail.com>
8483 S: Odd Fixes 8493 S: Odd Fixes
8484 F: Documentation/i2c/busses/scx200_acb 8494 F: Documentation/i2c/busses/scx200_acb
8485 F: arch/x86/platform/scx200/ 8495 F: arch/x86/platform/scx200/
8486 F: drivers/watchdog/scx200_wdt.c 8496 F: drivers/watchdog/scx200_wdt.c
8487 F: drivers/i2c/busses/scx200* 8497 F: drivers/i2c/busses/scx200*
8488 F: drivers/mtd/maps/scx200_docflash.c 8498 F: drivers/mtd/maps/scx200_docflash.c
8489 F: include/linux/scx200.h 8499 F: include/linux/scx200.h
8490 8500
8491 SCx200 GPIO DRIVER 8501 SCx200 GPIO DRIVER
8492 M: Jim Cromie <jim.cromie@gmail.com> 8502 M: Jim Cromie <jim.cromie@gmail.com>
8493 S: Maintained 8503 S: Maintained
8494 F: drivers/char/scx200_gpio.c 8504 F: drivers/char/scx200_gpio.c
8495 F: include/linux/scx200_gpio.h 8505 F: include/linux/scx200_gpio.h
8496 8506
8497 SCx200 HRT CLOCKSOURCE DRIVER 8507 SCx200 HRT CLOCKSOURCE DRIVER
8498 M: Jim Cromie <jim.cromie@gmail.com> 8508 M: Jim Cromie <jim.cromie@gmail.com>
8499 S: Maintained 8509 S: Maintained
8500 F: drivers/clocksource/scx200_hrt.c 8510 F: drivers/clocksource/scx200_hrt.c
8501 8511
8502 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER 8512 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8503 M: Sascha Sommer <saschasommer@freenet.de> 8513 M: Sascha Sommer <saschasommer@freenet.de>
8504 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) 8514 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8505 S: Maintained 8515 S: Maintained
8506 F: drivers/mmc/host/sdricoh_cs.c 8516 F: drivers/mmc/host/sdricoh_cs.c
8507 8517
8508 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER 8518 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8509 M: Chris Ball <chris@printf.net> 8519 M: Chris Ball <chris@printf.net>
8510 L: linux-mmc@vger.kernel.org 8520 L: linux-mmc@vger.kernel.org
8511 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git 8521 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8512 S: Maintained 8522 S: Maintained
8513 F: drivers/mmc/host/sdhci.* 8523 F: drivers/mmc/host/sdhci.*
8514 F: drivers/mmc/host/sdhci-pltfm.[ch] 8524 F: drivers/mmc/host/sdhci-pltfm.[ch]
8515 8525
8516 SECURE COMPUTING 8526 SECURE COMPUTING
8517 M: Kees Cook <keescook@chromium.org> 8527 M: Kees Cook <keescook@chromium.org>
8518 R: Andy Lutomirski <luto@amacapital.net> 8528 R: Andy Lutomirski <luto@amacapital.net>
8519 R: Will Drewry <wad@chromium.org> 8529 R: Will Drewry <wad@chromium.org>
8520 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp 8530 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8521 S: Supported 8531 S: Supported
8522 F: kernel/seccomp.c 8532 F: kernel/seccomp.c
8523 F: include/uapi/linux/seccomp.h 8533 F: include/uapi/linux/seccomp.h
8524 F: include/linux/seccomp.h 8534 F: include/linux/seccomp.h
8525 K: \bsecure_computing 8535 K: \bsecure_computing
8526 K: \bTIF_SECCOMP\b 8536 K: \bTIF_SECCOMP\b
8527 8537
8528 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) 8538 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8529 M: Anton Vorontsov <anton@enomsg.org> 8539 M: Anton Vorontsov <anton@enomsg.org>
8530 L: linuxppc-dev@lists.ozlabs.org 8540 L: linuxppc-dev@lists.ozlabs.org
8531 L: linux-mmc@vger.kernel.org 8541 L: linux-mmc@vger.kernel.org
8532 S: Maintained 8542 S: Maintained
8533 F: drivers/mmc/host/sdhci-pltfm.[ch] 8543 F: drivers/mmc/host/sdhci-pltfm.[ch]
8534 8544
8535 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER 8545 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8536 M: Ben Dooks <ben-linux@fluff.org> 8546 M: Ben Dooks <ben-linux@fluff.org>
8537 L: linux-mmc@vger.kernel.org 8547 L: linux-mmc@vger.kernel.org
8538 S: Maintained 8548 S: Maintained
8539 F: drivers/mmc/host/sdhci-s3c.c 8549 F: drivers/mmc/host/sdhci-s3c.c
8540 8550
8541 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER 8551 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8542 M: Viresh Kumar <viresh.linux@gmail.com> 8552 M: Viresh Kumar <viresh.linux@gmail.com>
8543 L: spear-devel@list.st.com 8553 L: spear-devel@list.st.com
8544 L: linux-mmc@vger.kernel.org 8554 L: linux-mmc@vger.kernel.org
8545 S: Maintained 8555 S: Maintained
8546 F: drivers/mmc/host/sdhci-spear.c 8556 F: drivers/mmc/host/sdhci-spear.c
8547 8557
8548 SECURITY SUBSYSTEM 8558 SECURITY SUBSYSTEM
8549 M: James Morris <james.l.morris@oracle.com> 8559 M: James Morris <james.l.morris@oracle.com>
8550 M: Serge E. Hallyn <serge@hallyn.com> 8560 M: Serge E. Hallyn <serge@hallyn.com>
8551 L: linux-security-module@vger.kernel.org (suggested Cc:) 8561 L: linux-security-module@vger.kernel.org (suggested Cc:)
8552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git 8562 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8553 W: http://kernsec.org/ 8563 W: http://kernsec.org/
8554 S: Supported 8564 S: Supported
8555 F: security/ 8565 F: security/
8556 8566
8557 SECURITY CONTACT 8567 SECURITY CONTACT
8558 M: Security Officers <security@kernel.org> 8568 M: Security Officers <security@kernel.org>
8559 S: Supported 8569 S: Supported
8560 8570
8561 SELINUX SECURITY MODULE 8571 SELINUX SECURITY MODULE
8562 M: Paul Moore <paul@paul-moore.com> 8572 M: Paul Moore <paul@paul-moore.com>
8563 M: Stephen Smalley <sds@tycho.nsa.gov> 8573 M: Stephen Smalley <sds@tycho.nsa.gov>
8564 M: Eric Paris <eparis@parisplace.org> 8574 M: Eric Paris <eparis@parisplace.org>
8565 L: selinux@tycho.nsa.gov (moderated for non-subscribers) 8575 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
8566 W: http://selinuxproject.org 8576 W: http://selinuxproject.org
8567 T: git git://git.infradead.org/users/pcmoore/selinux 8577 T: git git://git.infradead.org/users/pcmoore/selinux
8568 S: Supported 8578 S: Supported
8569 F: include/linux/selinux* 8579 F: include/linux/selinux*
8570 F: security/selinux/ 8580 F: security/selinux/
8571 F: scripts/selinux/ 8581 F: scripts/selinux/
8572 8582
8573 APPARMOR SECURITY MODULE 8583 APPARMOR SECURITY MODULE
8574 M: John Johansen <john.johansen@canonical.com> 8584 M: John Johansen <john.johansen@canonical.com>
8575 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion) 8585 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8576 W: apparmor.wiki.kernel.org 8586 W: apparmor.wiki.kernel.org
8577 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git 8587 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8578 S: Supported 8588 S: Supported
8579 F: security/apparmor/ 8589 F: security/apparmor/
8580 8590
8581 SENSABLE PHANTOM 8591 SENSABLE PHANTOM
8582 M: Jiri Slaby <jirislaby@gmail.com> 8592 M: Jiri Slaby <jirislaby@gmail.com>
8583 S: Maintained 8593 S: Maintained
8584 F: drivers/misc/phantom.c 8594 F: drivers/misc/phantom.c
8585 F: include/uapi/linux/phantom.h 8595 F: include/uapi/linux/phantom.h
8586 8596
8587 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER 8597 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8588 M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com> 8598 M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8589 L: linux-scsi@vger.kernel.org 8599 L: linux-scsi@vger.kernel.org
8590 W: http://www.emulex.com 8600 W: http://www.emulex.com
8591 S: Supported 8601 S: Supported
8592 F: drivers/scsi/be2iscsi/ 8602 F: drivers/scsi/be2iscsi/
8593 8603
8594 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER 8604 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8595 M: Sathya Perla <sathya.perla@emulex.com> 8605 M: Sathya Perla <sathya.perla@emulex.com>
8596 M: Subbu Seetharaman <subbu.seetharaman@emulex.com> 8606 M: Subbu Seetharaman <subbu.seetharaman@emulex.com>
8597 M: Ajit Khaparde <ajit.khaparde@emulex.com> 8607 M: Ajit Khaparde <ajit.khaparde@emulex.com>
8598 L: netdev@vger.kernel.org 8608 L: netdev@vger.kernel.org
8599 W: http://www.emulex.com 8609 W: http://www.emulex.com
8600 S: Supported 8610 S: Supported
8601 F: drivers/net/ethernet/emulex/benet/ 8611 F: drivers/net/ethernet/emulex/benet/
8602 8612
8603 SFC NETWORK DRIVER 8613 SFC NETWORK DRIVER
8604 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> 8614 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8605 M: Shradha Shah <sshah@solarflare.com> 8615 M: Shradha Shah <sshah@solarflare.com>
8606 L: netdev@vger.kernel.org 8616 L: netdev@vger.kernel.org
8607 S: Supported 8617 S: Supported
8608 F: drivers/net/ethernet/sfc/ 8618 F: drivers/net/ethernet/sfc/
8609 8619
8610 SGI GRU DRIVER 8620 SGI GRU DRIVER
8611 M: Dimitri Sivanich <sivanich@sgi.com> 8621 M: Dimitri Sivanich <sivanich@sgi.com>
8612 S: Maintained 8622 S: Maintained
8613 F: drivers/misc/sgi-gru/ 8623 F: drivers/misc/sgi-gru/
8614 8624
8615 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER 8625 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8616 M: Pat Gefre <pfg@sgi.com> 8626 M: Pat Gefre <pfg@sgi.com>
8617 L: linux-ia64@vger.kernel.org 8627 L: linux-ia64@vger.kernel.org
8618 S: Supported 8628 S: Supported
8619 F: Documentation/ia64/serial.txt 8629 F: Documentation/ia64/serial.txt
8620 F: drivers/tty/serial/ioc?_serial.c 8630 F: drivers/tty/serial/ioc?_serial.c
8621 F: include/linux/ioc?.h 8631 F: include/linux/ioc?.h
8622 8632
8623 SGI XP/XPC/XPNET DRIVER 8633 SGI XP/XPC/XPNET DRIVER
8624 M: Cliff Whickman <cpw@sgi.com> 8634 M: Cliff Whickman <cpw@sgi.com>
8625 M: Robin Holt <robinmholt@gmail.com> 8635 M: Robin Holt <robinmholt@gmail.com>
8626 S: Maintained 8636 S: Maintained
8627 F: drivers/misc/sgi-xp/ 8637 F: drivers/misc/sgi-xp/
8628 8638
8629 SI2157 MEDIA DRIVER 8639 SI2157 MEDIA DRIVER
8630 M: Antti Palosaari <crope@iki.fi> 8640 M: Antti Palosaari <crope@iki.fi>
8631 L: linux-media@vger.kernel.org 8641 L: linux-media@vger.kernel.org
8632 W: http://linuxtv.org/ 8642 W: http://linuxtv.org/
8633 W: http://palosaari.fi/linux/ 8643 W: http://palosaari.fi/linux/
8634 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 8644 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8635 T: git git://linuxtv.org/anttip/media_tree.git 8645 T: git git://linuxtv.org/anttip/media_tree.git
8636 S: Maintained 8646 S: Maintained
8637 F: drivers/media/tuners/si2157* 8647 F: drivers/media/tuners/si2157*
8638 8648
8639 SI2168 MEDIA DRIVER 8649 SI2168 MEDIA DRIVER
8640 M: Antti Palosaari <crope@iki.fi> 8650 M: Antti Palosaari <crope@iki.fi>
8641 L: linux-media@vger.kernel.org 8651 L: linux-media@vger.kernel.org
8642 W: http://linuxtv.org/ 8652 W: http://linuxtv.org/
8643 W: http://palosaari.fi/linux/ 8653 W: http://palosaari.fi/linux/
8644 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 8654 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8645 T: git git://linuxtv.org/anttip/media_tree.git 8655 T: git git://linuxtv.org/anttip/media_tree.git
8646 S: Maintained 8656 S: Maintained
8647 F: drivers/media/dvb-frontends/si2168* 8657 F: drivers/media/dvb-frontends/si2168*
8648 8658
8649 SI470X FM RADIO RECEIVER I2C DRIVER 8659 SI470X FM RADIO RECEIVER I2C DRIVER
8650 M: Hans Verkuil <hverkuil@xs4all.nl> 8660 M: Hans Verkuil <hverkuil@xs4all.nl>
8651 L: linux-media@vger.kernel.org 8661 L: linux-media@vger.kernel.org
8652 T: git git://linuxtv.org/media_tree.git 8662 T: git git://linuxtv.org/media_tree.git
8653 W: http://linuxtv.org 8663 W: http://linuxtv.org
8654 S: Odd Fixes 8664 S: Odd Fixes
8655 F: drivers/media/radio/si470x/radio-si470x-i2c.c 8665 F: drivers/media/radio/si470x/radio-si470x-i2c.c
8656 8666
8657 SI470X FM RADIO RECEIVER USB DRIVER 8667 SI470X FM RADIO RECEIVER USB DRIVER
8658 M: Hans Verkuil <hverkuil@xs4all.nl> 8668 M: Hans Verkuil <hverkuil@xs4all.nl>
8659 L: linux-media@vger.kernel.org 8669 L: linux-media@vger.kernel.org
8660 T: git git://linuxtv.org/media_tree.git 8670 T: git git://linuxtv.org/media_tree.git
8661 W: http://linuxtv.org 8671 W: http://linuxtv.org
8662 S: Maintained 8672 S: Maintained
8663 F: drivers/media/radio/si470x/radio-si470x-common.c 8673 F: drivers/media/radio/si470x/radio-si470x-common.c
8664 F: drivers/media/radio/si470x/radio-si470x.h 8674 F: drivers/media/radio/si470x/radio-si470x.h
8665 F: drivers/media/radio/si470x/radio-si470x-usb.c 8675 F: drivers/media/radio/si470x/radio-si470x-usb.c
8666 8676
8667 SI4713 FM RADIO TRANSMITTER I2C DRIVER 8677 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8668 M: Eduardo Valentin <edubezval@gmail.com> 8678 M: Eduardo Valentin <edubezval@gmail.com>
8669 L: linux-media@vger.kernel.org 8679 L: linux-media@vger.kernel.org
8670 T: git git://linuxtv.org/media_tree.git 8680 T: git git://linuxtv.org/media_tree.git
8671 W: http://linuxtv.org 8681 W: http://linuxtv.org
8672 S: Odd Fixes 8682 S: Odd Fixes
8673 F: drivers/media/radio/si4713/si4713.? 8683 F: drivers/media/radio/si4713/si4713.?
8674 8684
8675 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER 8685 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8676 M: Eduardo Valentin <edubezval@gmail.com> 8686 M: Eduardo Valentin <edubezval@gmail.com>
8677 L: linux-media@vger.kernel.org 8687 L: linux-media@vger.kernel.org
8678 T: git git://linuxtv.org/media_tree.git 8688 T: git git://linuxtv.org/media_tree.git
8679 W: http://linuxtv.org 8689 W: http://linuxtv.org
8680 S: Odd Fixes 8690 S: Odd Fixes
8681 F: drivers/media/radio/si4713/radio-platform-si4713.c 8691 F: drivers/media/radio/si4713/radio-platform-si4713.c
8682 8692
8683 SI4713 FM RADIO TRANSMITTER USB DRIVER 8693 SI4713 FM RADIO TRANSMITTER USB DRIVER
8684 M: Hans Verkuil <hverkuil@xs4all.nl> 8694 M: Hans Verkuil <hverkuil@xs4all.nl>
8685 L: linux-media@vger.kernel.org 8695 L: linux-media@vger.kernel.org
8686 T: git git://linuxtv.org/media_tree.git 8696 T: git git://linuxtv.org/media_tree.git
8687 W: http://linuxtv.org 8697 W: http://linuxtv.org
8688 S: Maintained 8698 S: Maintained
8689 F: drivers/media/radio/si4713/radio-usb-si4713.c 8699 F: drivers/media/radio/si4713/radio-usb-si4713.c
8690 8700
8691 SIANO DVB DRIVER 8701 SIANO DVB DRIVER
8692 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 8702 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8693 L: linux-media@vger.kernel.org 8703 L: linux-media@vger.kernel.org
8694 W: http://linuxtv.org 8704 W: http://linuxtv.org
8695 T: git git://linuxtv.org/media_tree.git 8705 T: git git://linuxtv.org/media_tree.git
8696 S: Odd fixes 8706 S: Odd fixes
8697 F: drivers/media/common/siano/ 8707 F: drivers/media/common/siano/
8698 F: drivers/media/usb/siano/ 8708 F: drivers/media/usb/siano/
8699 F: drivers/media/usb/siano/ 8709 F: drivers/media/usb/siano/
8700 F: drivers/media/mmc/siano/ 8710 F: drivers/media/mmc/siano/
8701 8711
8702 SIMPLEFB FB DRIVER 8712 SIMPLEFB FB DRIVER
8703 M: Hans de Goede <hdegoede@redhat.com> 8713 M: Hans de Goede <hdegoede@redhat.com>
8704 L: linux-fbdev@vger.kernel.org 8714 L: linux-fbdev@vger.kernel.org
8705 S: Maintained 8715 S: Maintained
8706 F: Documentation/devicetree/bindings/video/simple-framebuffer.txt 8716 F: Documentation/devicetree/bindings/video/simple-framebuffer.txt
8707 F: drivers/video/fbdev/simplefb.c 8717 F: drivers/video/fbdev/simplefb.c
8708 F: include/linux/platform_data/simplefb.h 8718 F: include/linux/platform_data/simplefb.h
8709 8719
8710 SH_VEU V4L2 MEM2MEM DRIVER 8720 SH_VEU V4L2 MEM2MEM DRIVER
8711 L: linux-media@vger.kernel.org 8721 L: linux-media@vger.kernel.org
8712 S: Orphan 8722 S: Orphan
8713 F: drivers/media/platform/sh_veu.c 8723 F: drivers/media/platform/sh_veu.c
8714 8724
8715 SH_VOU V4L2 OUTPUT DRIVER 8725 SH_VOU V4L2 OUTPUT DRIVER
8716 L: linux-media@vger.kernel.org 8726 L: linux-media@vger.kernel.org
8717 S: Orphan 8727 S: Orphan
8718 F: drivers/media/platform/sh_vou.c 8728 F: drivers/media/platform/sh_vou.c
8719 F: include/media/sh_vou.h 8729 F: include/media/sh_vou.h
8720 8730
8721 SIMPLE FIRMWARE INTERFACE (SFI) 8731 SIMPLE FIRMWARE INTERFACE (SFI)
8722 M: Len Brown <lenb@kernel.org> 8732 M: Len Brown <lenb@kernel.org>
8723 L: sfi-devel@simplefirmware.org 8733 L: sfi-devel@simplefirmware.org
8724 W: http://simplefirmware.org/ 8734 W: http://simplefirmware.org/
8725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git 8735 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8726 S: Supported 8736 S: Supported
8727 F: arch/x86/platform/sfi/ 8737 F: arch/x86/platform/sfi/
8728 F: drivers/sfi/ 8738 F: drivers/sfi/
8729 F: include/linux/sfi*.h 8739 F: include/linux/sfi*.h
8730 8740
8731 SIMTEC EB110ATX (Chalice CATS) 8741 SIMTEC EB110ATX (Chalice CATS)
8732 P: Ben Dooks 8742 P: Ben Dooks
8733 P: Vincent Sanders <vince@simtec.co.uk> 8743 P: Vincent Sanders <vince@simtec.co.uk>
8734 M: Simtec Linux Team <linux@simtec.co.uk> 8744 M: Simtec Linux Team <linux@simtec.co.uk>
8735 W: http://www.simtec.co.uk/products/EB110ATX/ 8745 W: http://www.simtec.co.uk/products/EB110ATX/
8736 S: Supported 8746 S: Supported
8737 8747
8738 SIMTEC EB2410ITX (BAST) 8748 SIMTEC EB2410ITX (BAST)
8739 P: Ben Dooks 8749 P: Ben Dooks
8740 P: Vincent Sanders <vince@simtec.co.uk> 8750 P: Vincent Sanders <vince@simtec.co.uk>
8741 M: Simtec Linux Team <linux@simtec.co.uk> 8751 M: Simtec Linux Team <linux@simtec.co.uk>
8742 W: http://www.simtec.co.uk/products/EB2410ITX/ 8752 W: http://www.simtec.co.uk/products/EB2410ITX/
8743 S: Supported 8753 S: Supported
8744 F: arch/arm/mach-s3c24xx/mach-bast.c 8754 F: arch/arm/mach-s3c24xx/mach-bast.c
8745 F: arch/arm/mach-s3c24xx/bast-ide.c 8755 F: arch/arm/mach-s3c24xx/bast-ide.c
8746 F: arch/arm/mach-s3c24xx/bast-irq.c 8756 F: arch/arm/mach-s3c24xx/bast-irq.c
8747 8757
8748 TI DAVINCI MACHINE SUPPORT 8758 TI DAVINCI MACHINE SUPPORT
8749 M: Sekhar Nori <nsekhar@ti.com> 8759 M: Sekhar Nori <nsekhar@ti.com>
8750 M: Kevin Hilman <khilman@deeprootsystems.com> 8760 M: Kevin Hilman <khilman@deeprootsystems.com>
8751 T: git git://gitorious.org/linux-davinci/linux-davinci.git 8761 T: git git://gitorious.org/linux-davinci/linux-davinci.git
8752 Q: http://patchwork.kernel.org/project/linux-davinci/list/ 8762 Q: http://patchwork.kernel.org/project/linux-davinci/list/
8753 S: Supported 8763 S: Supported
8754 F: arch/arm/mach-davinci/ 8764 F: arch/arm/mach-davinci/
8755 F: drivers/i2c/busses/i2c-davinci.c 8765 F: drivers/i2c/busses/i2c-davinci.c
8756 8766
8757 TI DAVINCI SERIES MEDIA DRIVER 8767 TI DAVINCI SERIES MEDIA DRIVER
8758 M: Lad, Prabhakar <prabhakar.csengg@gmail.com> 8768 M: Lad, Prabhakar <prabhakar.csengg@gmail.com>
8759 L: linux-media@vger.kernel.org 8769 L: linux-media@vger.kernel.org
8760 W: http://linuxtv.org/ 8770 W: http://linuxtv.org/
8761 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 8771 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8762 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git 8772 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8763 S: Maintained 8773 S: Maintained
8764 F: drivers/media/platform/davinci/ 8774 F: drivers/media/platform/davinci/
8765 F: include/media/davinci/ 8775 F: include/media/davinci/
8766 8776
8767 SIS 190 ETHERNET DRIVER 8777 SIS 190 ETHERNET DRIVER
8768 M: Francois Romieu <romieu@fr.zoreil.com> 8778 M: Francois Romieu <romieu@fr.zoreil.com>
8769 L: netdev@vger.kernel.org 8779 L: netdev@vger.kernel.org
8770 S: Maintained 8780 S: Maintained
8771 F: drivers/net/ethernet/sis/sis190.c 8781 F: drivers/net/ethernet/sis/sis190.c
8772 8782
8773 SIS 900/7016 FAST ETHERNET DRIVER 8783 SIS 900/7016 FAST ETHERNET DRIVER
8774 M: Daniele Venzano <venza@brownhat.org> 8784 M: Daniele Venzano <venza@brownhat.org>
8775 W: http://www.brownhat.org/sis900.html 8785 W: http://www.brownhat.org/sis900.html
8776 L: netdev@vger.kernel.org 8786 L: netdev@vger.kernel.org
8777 S: Maintained 8787 S: Maintained
8778 F: drivers/net/ethernet/sis/sis900.* 8788 F: drivers/net/ethernet/sis/sis900.*
8779 8789
8780 SIS FRAMEBUFFER DRIVER 8790 SIS FRAMEBUFFER DRIVER
8781 M: Thomas Winischhofer <thomas@winischhofer.net> 8791 M: Thomas Winischhofer <thomas@winischhofer.net>
8782 W: http://www.winischhofer.net/linuxsisvga.shtml 8792 W: http://www.winischhofer.net/linuxsisvga.shtml
8783 S: Maintained 8793 S: Maintained
8784 F: Documentation/fb/sisfb.txt 8794 F: Documentation/fb/sisfb.txt
8785 F: drivers/video/fbdev/sis/ 8795 F: drivers/video/fbdev/sis/
8786 F: include/video/sisfb.h 8796 F: include/video/sisfb.h
8787 8797
8788 SIS USB2VGA DRIVER 8798 SIS USB2VGA DRIVER
8789 M: Thomas Winischhofer <thomas@winischhofer.net> 8799 M: Thomas Winischhofer <thomas@winischhofer.net>
8790 W: http://www.winischhofer.at/linuxsisusbvga.shtml 8800 W: http://www.winischhofer.at/linuxsisusbvga.shtml
8791 S: Maintained 8801 S: Maintained
8792 F: drivers/usb/misc/sisusbvga/ 8802 F: drivers/usb/misc/sisusbvga/
8793 8803
8794 SLAB ALLOCATOR 8804 SLAB ALLOCATOR
8795 M: Christoph Lameter <cl@linux.com> 8805 M: Christoph Lameter <cl@linux.com>
8796 M: Pekka Enberg <penberg@kernel.org> 8806 M: Pekka Enberg <penberg@kernel.org>
8797 M: David Rientjes <rientjes@google.com> 8807 M: David Rientjes <rientjes@google.com>
8798 M: Joonsoo Kim <iamjoonsoo.kim@lge.com> 8808 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
8799 M: Andrew Morton <akpm@linux-foundation.org> 8809 M: Andrew Morton <akpm@linux-foundation.org>
8800 L: linux-mm@kvack.org 8810 L: linux-mm@kvack.org
8801 S: Maintained 8811 S: Maintained
8802 F: include/linux/sl?b*.h 8812 F: include/linux/sl?b*.h
8803 F: mm/sl?b* 8813 F: mm/sl?b*
8804 8814
8805 SLEEPABLE READ-COPY UPDATE (SRCU) 8815 SLEEPABLE READ-COPY UPDATE (SRCU)
8806 M: Lai Jiangshan <laijs@cn.fujitsu.com> 8816 M: Lai Jiangshan <laijs@cn.fujitsu.com>
8807 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 8817 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8808 M: Josh Triplett <josh@joshtriplett.org> 8818 M: Josh Triplett <josh@joshtriplett.org>
8809 R: Steven Rostedt <rostedt@goodmis.org> 8819 R: Steven Rostedt <rostedt@goodmis.org>
8810 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> 8820 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8811 L: linux-kernel@vger.kernel.org 8821 L: linux-kernel@vger.kernel.org
8812 W: http://www.rdrop.com/users/paulmck/RCU/ 8822 W: http://www.rdrop.com/users/paulmck/RCU/
8813 S: Supported 8823 S: Supported
8814 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git 8824 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8815 F: include/linux/srcu.h 8825 F: include/linux/srcu.h
8816 F: kernel/rcu/srcu.c 8826 F: kernel/rcu/srcu.c
8817 8827
8818 SMACK SECURITY MODULE 8828 SMACK SECURITY MODULE
8819 M: Casey Schaufler <casey@schaufler-ca.com> 8829 M: Casey Schaufler <casey@schaufler-ca.com>
8820 L: linux-security-module@vger.kernel.org 8830 L: linux-security-module@vger.kernel.org
8821 W: http://schaufler-ca.com 8831 W: http://schaufler-ca.com
8822 T: git git://git.gitorious.org/smack-next/kernel.git 8832 T: git git://git.gitorious.org/smack-next/kernel.git
8823 S: Maintained 8833 S: Maintained
8824 F: Documentation/security/Smack.txt 8834 F: Documentation/security/Smack.txt
8825 F: security/smack/ 8835 F: security/smack/
8826 8836
8827 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS) 8837 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8828 M: Kevin Hilman <khilman@kernel.org> 8838 M: Kevin Hilman <khilman@kernel.org>
8829 M: Nishanth Menon <nm@ti.com> 8839 M: Nishanth Menon <nm@ti.com>
8830 S: Maintained 8840 S: Maintained
8831 F: drivers/power/avs/ 8841 F: drivers/power/avs/
8832 F: include/linux/power/smartreflex.h 8842 F: include/linux/power/smartreflex.h
8833 L: linux-pm@vger.kernel.org 8843 L: linux-pm@vger.kernel.org
8834 8844
8835 SMC91x ETHERNET DRIVER 8845 SMC91x ETHERNET DRIVER
8836 M: Nicolas Pitre <nico@fluxnic.net> 8846 M: Nicolas Pitre <nico@fluxnic.net>
8837 S: Odd Fixes 8847 S: Odd Fixes
8838 F: drivers/net/ethernet/smsc/smc91x.* 8848 F: drivers/net/ethernet/smsc/smc91x.*
8839 8849
8840 SMIA AND SMIA++ IMAGE SENSOR DRIVER 8850 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8841 M: Sakari Ailus <sakari.ailus@iki.fi> 8851 M: Sakari Ailus <sakari.ailus@iki.fi>
8842 L: linux-media@vger.kernel.org 8852 L: linux-media@vger.kernel.org
8843 S: Maintained 8853 S: Maintained
8844 F: drivers/media/i2c/smiapp/ 8854 F: drivers/media/i2c/smiapp/
8845 F: include/media/smiapp.h 8855 F: include/media/smiapp.h
8846 F: drivers/media/i2c/smiapp-pll.c 8856 F: drivers/media/i2c/smiapp-pll.c
8847 F: drivers/media/i2c/smiapp-pll.h 8857 F: drivers/media/i2c/smiapp-pll.h
8848 8858
8849 SMM665 HARDWARE MONITOR DRIVER 8859 SMM665 HARDWARE MONITOR DRIVER
8850 M: Guenter Roeck <linux@roeck-us.net> 8860 M: Guenter Roeck <linux@roeck-us.net>
8851 L: lm-sensors@lm-sensors.org 8861 L: lm-sensors@lm-sensors.org
8852 S: Maintained 8862 S: Maintained
8853 F: Documentation/hwmon/smm665 8863 F: Documentation/hwmon/smm665
8854 F: drivers/hwmon/smm665.c 8864 F: drivers/hwmon/smm665.c
8855 8865
8856 SMSC EMC2103 HARDWARE MONITOR DRIVER 8866 SMSC EMC2103 HARDWARE MONITOR DRIVER
8857 M: Steve Glendinning <steve.glendinning@shawell.net> 8867 M: Steve Glendinning <steve.glendinning@shawell.net>
8858 L: lm-sensors@lm-sensors.org 8868 L: lm-sensors@lm-sensors.org
8859 S: Maintained 8869 S: Maintained
8860 F: Documentation/hwmon/emc2103 8870 F: Documentation/hwmon/emc2103
8861 F: drivers/hwmon/emc2103.c 8871 F: drivers/hwmon/emc2103.c
8862 8872
8863 SMSC SCH5627 HARDWARE MONITOR DRIVER 8873 SMSC SCH5627 HARDWARE MONITOR DRIVER
8864 M: Hans de Goede <hdegoede@redhat.com> 8874 M: Hans de Goede <hdegoede@redhat.com>
8865 L: lm-sensors@lm-sensors.org 8875 L: lm-sensors@lm-sensors.org
8866 S: Supported 8876 S: Supported
8867 F: Documentation/hwmon/sch5627 8877 F: Documentation/hwmon/sch5627
8868 F: drivers/hwmon/sch5627.c 8878 F: drivers/hwmon/sch5627.c
8869 8879
8870 SMSC47B397 HARDWARE MONITOR DRIVER 8880 SMSC47B397 HARDWARE MONITOR DRIVER
8871 M: Jean Delvare <jdelvare@suse.de> 8881 M: Jean Delvare <jdelvare@suse.de>
8872 L: lm-sensors@lm-sensors.org 8882 L: lm-sensors@lm-sensors.org
8873 S: Maintained 8883 S: Maintained
8874 F: Documentation/hwmon/smsc47b397 8884 F: Documentation/hwmon/smsc47b397
8875 F: drivers/hwmon/smsc47b397.c 8885 F: drivers/hwmon/smsc47b397.c
8876 8886
8877 SMSC911x ETHERNET DRIVER 8887 SMSC911x ETHERNET DRIVER
8878 M: Steve Glendinning <steve.glendinning@shawell.net> 8888 M: Steve Glendinning <steve.glendinning@shawell.net>
8879 L: netdev@vger.kernel.org 8889 L: netdev@vger.kernel.org
8880 S: Maintained 8890 S: Maintained
8881 F: include/linux/smsc911x.h 8891 F: include/linux/smsc911x.h
8882 F: drivers/net/ethernet/smsc/smsc911x.* 8892 F: drivers/net/ethernet/smsc/smsc911x.*
8883 8893
8884 SMSC9420 PCI ETHERNET DRIVER 8894 SMSC9420 PCI ETHERNET DRIVER
8885 M: Steve Glendinning <steve.glendinning@shawell.net> 8895 M: Steve Glendinning <steve.glendinning@shawell.net>
8886 L: netdev@vger.kernel.org 8896 L: netdev@vger.kernel.org
8887 S: Maintained 8897 S: Maintained
8888 F: drivers/net/ethernet/smsc/smsc9420.* 8898 F: drivers/net/ethernet/smsc/smsc9420.*
8889 8899
8890 SMSC UFX6000 and UFX7000 USB to VGA DRIVER 8900 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8891 M: Steve Glendinning <steve.glendinning@shawell.net> 8901 M: Steve Glendinning <steve.glendinning@shawell.net>
8892 L: linux-fbdev@vger.kernel.org 8902 L: linux-fbdev@vger.kernel.org
8893 S: Maintained 8903 S: Maintained
8894 F: drivers/video/fbdev/smscufx.c 8904 F: drivers/video/fbdev/smscufx.c
8895 8905
8896 SOC-CAMERA V4L2 SUBSYSTEM 8906 SOC-CAMERA V4L2 SUBSYSTEM
8897 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 8907 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8898 L: linux-media@vger.kernel.org 8908 L: linux-media@vger.kernel.org
8899 T: git git://linuxtv.org/media_tree.git 8909 T: git git://linuxtv.org/media_tree.git
8900 S: Maintained 8910 S: Maintained
8901 F: include/media/soc* 8911 F: include/media/soc*
8902 F: drivers/media/i2c/soc_camera/ 8912 F: drivers/media/i2c/soc_camera/
8903 F: drivers/media/platform/soc_camera/ 8913 F: drivers/media/platform/soc_camera/
8904 8914
8905 SOEKRIS NET48XX LED SUPPORT 8915 SOEKRIS NET48XX LED SUPPORT
8906 M: Chris Boot <bootc@bootc.net> 8916 M: Chris Boot <bootc@bootc.net>
8907 S: Maintained 8917 S: Maintained
8908 F: drivers/leds/leds-net48xx.c 8918 F: drivers/leds/leds-net48xx.c
8909 8919
8910 SOFTLOGIC 6x10 MPEG CODEC 8920 SOFTLOGIC 6x10 MPEG CODEC
8911 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com> 8921 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8912 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net> 8922 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8913 M: Andrey Utkin <andrey.krieger.utkin@gmail.com> 8923 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
8914 L: linux-media@vger.kernel.org 8924 L: linux-media@vger.kernel.org
8915 S: Supported 8925 S: Supported
8916 F: drivers/media/pci/solo6x10/ 8926 F: drivers/media/pci/solo6x10/
8917 8927
8918 SOFTWARE RAID (Multiple Disks) SUPPORT 8928 SOFTWARE RAID (Multiple Disks) SUPPORT
8919 M: Neil Brown <neilb@suse.de> 8929 M: Neil Brown <neilb@suse.de>
8920 L: linux-raid@vger.kernel.org 8930 L: linux-raid@vger.kernel.org
8921 S: Supported 8931 S: Supported
8922 F: drivers/md/ 8932 F: drivers/md/
8923 F: include/linux/raid/ 8933 F: include/linux/raid/
8924 F: include/uapi/linux/raid/ 8934 F: include/uapi/linux/raid/
8925 8935
8926 SONIC NETWORK DRIVER 8936 SONIC NETWORK DRIVER
8927 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> 8937 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8928 L: netdev@vger.kernel.org 8938 L: netdev@vger.kernel.org
8929 S: Maintained 8939 S: Maintained
8930 F: drivers/net/ethernet/natsemi/sonic.* 8940 F: drivers/net/ethernet/natsemi/sonic.*
8931 8941
8932 SONICS SILICON BACKPLANE DRIVER (SSB) 8942 SONICS SILICON BACKPLANE DRIVER (SSB)
8933 M: Michael Buesch <m@bues.ch> 8943 M: Michael Buesch <m@bues.ch>
8934 L: netdev@vger.kernel.org 8944 L: netdev@vger.kernel.org
8935 S: Maintained 8945 S: Maintained
8936 F: drivers/ssb/ 8946 F: drivers/ssb/
8937 F: include/linux/ssb/ 8947 F: include/linux/ssb/
8938 8948
8939 SONY VAIO CONTROL DEVICE DRIVER 8949 SONY VAIO CONTROL DEVICE DRIVER
8940 M: Mattia Dongili <malattia@linux.it> 8950 M: Mattia Dongili <malattia@linux.it>
8941 L: platform-driver-x86@vger.kernel.org 8951 L: platform-driver-x86@vger.kernel.org
8942 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers 8952 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8943 S: Maintained 8953 S: Maintained
8944 F: Documentation/laptops/sony-laptop.txt 8954 F: Documentation/laptops/sony-laptop.txt
8945 F: drivers/char/sonypi.c 8955 F: drivers/char/sonypi.c
8946 F: drivers/platform/x86/sony-laptop.c 8956 F: drivers/platform/x86/sony-laptop.c
8947 F: include/linux/sony-laptop.h 8957 F: include/linux/sony-laptop.h
8948 8958
8949 SONY MEMORYSTICK CARD SUPPORT 8959 SONY MEMORYSTICK CARD SUPPORT
8950 M: Alex Dubov <oakad@yahoo.com> 8960 M: Alex Dubov <oakad@yahoo.com>
8951 W: http://tifmxx.berlios.de/ 8961 W: http://tifmxx.berlios.de/
8952 S: Maintained 8962 S: Maintained
8953 F: drivers/memstick/host/tifm_ms.c 8963 F: drivers/memstick/host/tifm_ms.c
8954 8964
8955 SONY MEMORYSTICK STANDARD SUPPORT 8965 SONY MEMORYSTICK STANDARD SUPPORT
8956 M: Maxim Levitsky <maximlevitsky@gmail.com> 8966 M: Maxim Levitsky <maximlevitsky@gmail.com>
8957 S: Maintained 8967 S: Maintained
8958 F: drivers/memstick/core/ms_block.* 8968 F: drivers/memstick/core/ms_block.*
8959 8969
8960 SOUND 8970 SOUND
8961 M: Jaroslav Kysela <perex@perex.cz> 8971 M: Jaroslav Kysela <perex@perex.cz>
8962 M: Takashi Iwai <tiwai@suse.de> 8972 M: Takashi Iwai <tiwai@suse.de>
8963 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 8973 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8964 W: http://www.alsa-project.org/ 8974 W: http://www.alsa-project.org/
8965 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git 8975 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8966 T: git git://git.alsa-project.org/alsa-kernel.git 8976 T: git git://git.alsa-project.org/alsa-kernel.git
8967 Q: http://patchwork.kernel.org/project/alsa-devel/list/ 8977 Q: http://patchwork.kernel.org/project/alsa-devel/list/
8968 S: Maintained 8978 S: Maintained
8969 F: Documentation/sound/ 8979 F: Documentation/sound/
8970 F: include/sound/ 8980 F: include/sound/
8971 F: include/uapi/sound/ 8981 F: include/uapi/sound/
8972 F: sound/ 8982 F: sound/
8973 8983
8974 SOUND - COMPRESSED AUDIO 8984 SOUND - COMPRESSED AUDIO
8975 M: Vinod Koul <vinod.koul@intel.com> 8985 M: Vinod Koul <vinod.koul@intel.com>
8976 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 8986 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8977 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git 8987 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8978 S: Supported 8988 S: Supported
8979 F: Documentation/sound/alsa/compress_offload.txt 8989 F: Documentation/sound/alsa/compress_offload.txt
8980 F: include/sound/compress_driver.h 8990 F: include/sound/compress_driver.h
8981 F: include/uapi/sound/compress_* 8991 F: include/uapi/sound/compress_*
8982 F: sound/core/compress_offload.c 8992 F: sound/core/compress_offload.c
8983 F: sound/soc/soc-compress.c 8993 F: sound/soc/soc-compress.c
8984 8994
8985 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) 8995 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8986 M: Liam Girdwood <lgirdwood@gmail.com> 8996 M: Liam Girdwood <lgirdwood@gmail.com>
8987 M: Mark Brown <broonie@kernel.org> 8997 M: Mark Brown <broonie@kernel.org>
8988 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 8998 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8989 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 8999 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8990 W: http://alsa-project.org/main/index.php/ASoC 9000 W: http://alsa-project.org/main/index.php/ASoC
8991 S: Supported 9001 S: Supported
8992 F: Documentation/sound/alsa/soc/ 9002 F: Documentation/sound/alsa/soc/
8993 F: sound/soc/ 9003 F: sound/soc/
8994 F: include/sound/soc* 9004 F: include/sound/soc*
8995 9005
8996 SOUND - DMAENGINE HELPERS 9006 SOUND - DMAENGINE HELPERS
8997 M: Lars-Peter Clausen <lars@metafoo.de> 9007 M: Lars-Peter Clausen <lars@metafoo.de>
8998 S: Supported 9008 S: Supported
8999 F: include/sound/dmaengine_pcm.h 9009 F: include/sound/dmaengine_pcm.h
9000 F: sound/core/pcm_dmaengine.c 9010 F: sound/core/pcm_dmaengine.c
9001 F: sound/soc/soc-generic-dmaengine-pcm.c 9011 F: sound/soc/soc-generic-dmaengine-pcm.c
9002 9012
9003 SP2 MEDIA DRIVER 9013 SP2 MEDIA DRIVER
9004 M: Olli Salonen <olli.salonen@iki.fi> 9014 M: Olli Salonen <olli.salonen@iki.fi>
9005 L: linux-media@vger.kernel.org 9015 L: linux-media@vger.kernel.org
9006 W: http://linuxtv.org/ 9016 W: http://linuxtv.org/
9007 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 9017 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9008 S: Maintained 9018 S: Maintained
9009 F: drivers/media/dvb-frontends/sp2* 9019 F: drivers/media/dvb-frontends/sp2*
9010 9020
9011 SPARC + UltraSPARC (sparc/sparc64) 9021 SPARC + UltraSPARC (sparc/sparc64)
9012 M: "David S. Miller" <davem@davemloft.net> 9022 M: "David S. Miller" <davem@davemloft.net>
9013 L: sparclinux@vger.kernel.org 9023 L: sparclinux@vger.kernel.org
9014 Q: http://patchwork.ozlabs.org/project/sparclinux/list/ 9024 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
9015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git 9025 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git 9026 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9017 S: Maintained 9027 S: Maintained
9018 F: arch/sparc/ 9028 F: arch/sparc/
9019 F: drivers/sbus/ 9029 F: drivers/sbus/
9020 9030
9021 SPARC SERIAL DRIVERS 9031 SPARC SERIAL DRIVERS
9022 M: "David S. Miller" <davem@davemloft.net> 9032 M: "David S. Miller" <davem@davemloft.net>
9023 L: sparclinux@vger.kernel.org 9033 L: sparclinux@vger.kernel.org
9024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git 9034 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9025 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git 9035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9026 S: Maintained 9036 S: Maintained
9027 F: include/linux/sunserialcore.h 9037 F: include/linux/sunserialcore.h
9028 F: drivers/tty/serial/suncore.c 9038 F: drivers/tty/serial/suncore.c
9029 F: drivers/tty/serial/sunhv.c 9039 F: drivers/tty/serial/sunhv.c
9030 F: drivers/tty/serial/sunsab.c 9040 F: drivers/tty/serial/sunsab.c
9031 F: drivers/tty/serial/sunsab.h 9041 F: drivers/tty/serial/sunsab.h
9032 F: drivers/tty/serial/sunsu.c 9042 F: drivers/tty/serial/sunsu.c
9033 F: drivers/tty/serial/sunzilog.c 9043 F: drivers/tty/serial/sunzilog.c
9034 F: drivers/tty/serial/sunzilog.h 9044 F: drivers/tty/serial/sunzilog.h
9035 9045
9036 SPARSE CHECKER 9046 SPARSE CHECKER
9037 M: "Christopher Li" <sparse@chrisli.org> 9047 M: "Christopher Li" <sparse@chrisli.org>
9038 L: linux-sparse@vger.kernel.org 9048 L: linux-sparse@vger.kernel.org
9039 W: https://sparse.wiki.kernel.org/ 9049 W: https://sparse.wiki.kernel.org/
9040 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git 9050 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9041 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git 9051 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9042 S: Maintained 9052 S: Maintained
9043 F: include/linux/compiler.h 9053 F: include/linux/compiler.h
9044 9054
9045 SPEAR PLATFORM SUPPORT 9055 SPEAR PLATFORM SUPPORT
9046 M: Viresh Kumar <viresh.linux@gmail.com> 9056 M: Viresh Kumar <viresh.linux@gmail.com>
9047 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com> 9057 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9048 L: spear-devel@list.st.com 9058 L: spear-devel@list.st.com
9049 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 9059 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9050 W: http://www.st.com/spear 9060 W: http://www.st.com/spear
9051 S: Maintained 9061 S: Maintained
9052 F: arch/arm/mach-spear/ 9062 F: arch/arm/mach-spear/
9053 9063
9054 SPEAR CLOCK FRAMEWORK SUPPORT 9064 SPEAR CLOCK FRAMEWORK SUPPORT
9055 M: Viresh Kumar <viresh.linux@gmail.com> 9065 M: Viresh Kumar <viresh.linux@gmail.com>
9056 L: spear-devel@list.st.com 9066 L: spear-devel@list.st.com
9057 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 9067 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9058 W: http://www.st.com/spear 9068 W: http://www.st.com/spear
9059 S: Maintained 9069 S: Maintained
9060 F: drivers/clk/spear/ 9070 F: drivers/clk/spear/
9061 9071
9062 SPI SUBSYSTEM 9072 SPI SUBSYSTEM
9063 M: Mark Brown <broonie@kernel.org> 9073 M: Mark Brown <broonie@kernel.org>
9064 L: linux-spi@vger.kernel.org 9074 L: linux-spi@vger.kernel.org
9065 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git 9075 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9066 Q: http://patchwork.kernel.org/project/spi-devel-general/list/ 9076 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
9067 S: Maintained 9077 S: Maintained
9068 F: Documentation/spi/ 9078 F: Documentation/spi/
9069 F: drivers/spi/ 9079 F: drivers/spi/
9070 F: include/linux/spi/ 9080 F: include/linux/spi/
9071 F: include/uapi/linux/spi/ 9081 F: include/uapi/linux/spi/
9072 9082
9073 SPIDERNET NETWORK DRIVER for CELL 9083 SPIDERNET NETWORK DRIVER for CELL
9074 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp> 9084 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9075 M: Jens Osterkamp <jens@de.ibm.com> 9085 M: Jens Osterkamp <jens@de.ibm.com>
9076 L: netdev@vger.kernel.org 9086 L: netdev@vger.kernel.org
9077 S: Supported 9087 S: Supported
9078 F: Documentation/networking/spider_net.txt 9088 F: Documentation/networking/spider_net.txt
9079 F: drivers/net/ethernet/toshiba/spider_net* 9089 F: drivers/net/ethernet/toshiba/spider_net*
9080 9090
9081 SPU FILE SYSTEM 9091 SPU FILE SYSTEM
9082 M: Jeremy Kerr <jk@ozlabs.org> 9092 M: Jeremy Kerr <jk@ozlabs.org>
9083 L: linuxppc-dev@lists.ozlabs.org 9093 L: linuxppc-dev@lists.ozlabs.org
9084 L: cbe-oss-dev@lists.ozlabs.org 9094 L: cbe-oss-dev@lists.ozlabs.org
9085 W: http://www.ibm.com/developerworks/power/cell/ 9095 W: http://www.ibm.com/developerworks/power/cell/
9086 S: Supported 9096 S: Supported
9087 F: Documentation/filesystems/spufs.txt 9097 F: Documentation/filesystems/spufs.txt
9088 F: arch/powerpc/platforms/cell/spufs/ 9098 F: arch/powerpc/platforms/cell/spufs/
9089 9099
9090 SQUASHFS FILE SYSTEM 9100 SQUASHFS FILE SYSTEM
9091 M: Phillip Lougher <phillip@squashfs.org.uk> 9101 M: Phillip Lougher <phillip@squashfs.org.uk>
9092 L: squashfs-devel@lists.sourceforge.net (subscribers-only) 9102 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
9093 W: http://squashfs.org.uk 9103 W: http://squashfs.org.uk
9094 S: Maintained 9104 S: Maintained
9095 F: Documentation/filesystems/squashfs.txt 9105 F: Documentation/filesystems/squashfs.txt
9096 F: fs/squashfs/ 9106 F: fs/squashfs/
9097 9107
9098 SRM (Alpha) environment access 9108 SRM (Alpha) environment access
9099 M: Jan-Benedict Glaw <jbglaw@lug-owl.de> 9109 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
9100 S: Maintained 9110 S: Maintained
9101 F: arch/alpha/kernel/srm_env.c 9111 F: arch/alpha/kernel/srm_env.c
9102 9112
9103 STABLE BRANCH 9113 STABLE BRANCH
9104 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 9114 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9105 L: stable@vger.kernel.org 9115 L: stable@vger.kernel.org
9106 S: Supported 9116 S: Supported
9107 F: Documentation/stable_kernel_rules.txt 9117 F: Documentation/stable_kernel_rules.txt
9108 9118
9109 STAGING SUBSYSTEM 9119 STAGING SUBSYSTEM
9110 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 9120 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 9121 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9112 L: devel@driverdev.osuosl.org 9122 L: devel@driverdev.osuosl.org
9113 S: Supported 9123 S: Supported
9114 F: drivers/staging/ 9124 F: drivers/staging/
9115 9125
9116 STAGING - COMEDI 9126 STAGING - COMEDI
9117 M: Ian Abbott <abbotti@mev.co.uk> 9127 M: Ian Abbott <abbotti@mev.co.uk>
9118 M: H Hartley Sweeten <hsweeten@visionengravers.com> 9128 M: H Hartley Sweeten <hsweeten@visionengravers.com>
9119 S: Odd Fixes 9129 S: Odd Fixes
9120 F: drivers/staging/comedi/ 9130 F: drivers/staging/comedi/
9121 9131
9122 STAGING - FLARION FT1000 DRIVERS 9132 STAGING - FLARION FT1000 DRIVERS
9123 M: Marek Belisko <marek.belisko@gmail.com> 9133 M: Marek Belisko <marek.belisko@gmail.com>
9124 S: Odd Fixes 9134 S: Odd Fixes
9125 F: drivers/staging/ft1000/ 9135 F: drivers/staging/ft1000/
9126 9136
9127 STAGING - INDUSTRIAL IO 9137 STAGING - INDUSTRIAL IO
9128 M: Jonathan Cameron <jic23@kernel.org> 9138 M: Jonathan Cameron <jic23@kernel.org>
9129 L: linux-iio@vger.kernel.org 9139 L: linux-iio@vger.kernel.org
9130 S: Odd Fixes 9140 S: Odd Fixes
9131 F: drivers/staging/iio/ 9141 F: drivers/staging/iio/
9132 9142
9133 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS 9143 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9134 M: Jarod Wilson <jarod@wilsonet.com> 9144 M: Jarod Wilson <jarod@wilsonet.com>
9135 W: http://www.lirc.org/ 9145 W: http://www.lirc.org/
9136 S: Odd Fixes 9146 S: Odd Fixes
9137 F: drivers/staging/media/lirc/ 9147 F: drivers/staging/media/lirc/
9138 9148
9139 STAGING - LUSTRE PARALLEL FILESYSTEM 9149 STAGING - LUSTRE PARALLEL FILESYSTEM
9140 M: Oleg Drokin <oleg.drokin@intel.com> 9150 M: Oleg Drokin <oleg.drokin@intel.com>
9141 M: Andreas Dilger <andreas.dilger@intel.com> 9151 M: Andreas Dilger <andreas.dilger@intel.com>
9142 L: HPDD-discuss@lists.01.org (moderated for non-subscribers) 9152 L: HPDD-discuss@lists.01.org (moderated for non-subscribers)
9143 W: http://lustre.opensfs.org/ 9153 W: http://lustre.opensfs.org/
9144 S: Maintained 9154 S: Maintained
9145 F: drivers/staging/lustre 9155 F: drivers/staging/lustre
9146 9156
9147 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec) 9157 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9148 M: Julian Andres Klode <jak@jak-linux.org> 9158 M: Julian Andres Klode <jak@jak-linux.org>
9149 M: Marc Dietrich <marvin24@gmx.de> 9159 M: Marc Dietrich <marvin24@gmx.de>
9150 L: ac100@lists.launchpad.net (moderated for non-subscribers) 9160 L: ac100@lists.launchpad.net (moderated for non-subscribers)
9151 L: linux-tegra@vger.kernel.org 9161 L: linux-tegra@vger.kernel.org
9152 S: Maintained 9162 S: Maintained
9153 F: drivers/staging/nvec/ 9163 F: drivers/staging/nvec/
9154 9164
9155 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON) 9165 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9156 M: Jens Frederich <jfrederich@gmail.com> 9166 M: Jens Frederich <jfrederich@gmail.com>
9157 M: Daniel Drake <dsd@laptop.org> 9167 M: Daniel Drake <dsd@laptop.org>
9158 M: Jon Nettleton <jon.nettleton@gmail.com> 9168 M: Jon Nettleton <jon.nettleton@gmail.com>
9159 W: http://wiki.laptop.org/go/DCON 9169 W: http://wiki.laptop.org/go/DCON
9160 S: Maintained 9170 S: Maintained
9161 F: drivers/staging/olpc_dcon/ 9171 F: drivers/staging/olpc_dcon/
9162 9172
9163 STAGING - OZMO DEVICES USB OVER WIFI DRIVER 9173 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9164 M: Shigekatsu Tateno <shigekatsu.tateno@atmel.com> 9174 M: Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9165 S: Maintained 9175 S: Maintained
9166 F: drivers/staging/ozwpan/ 9176 F: drivers/staging/ozwpan/
9167 9177
9168 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER 9178 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9169 M: Willy Tarreau <willy@meta-x.org> 9179 M: Willy Tarreau <willy@meta-x.org>
9170 S: Odd Fixes 9180 S: Odd Fixes
9171 F: drivers/staging/panel/ 9181 F: drivers/staging/panel/
9172 9182
9173 STAGING - REALTEK RTL8712U DRIVERS 9183 STAGING - REALTEK RTL8712U DRIVERS
9174 M: Larry Finger <Larry.Finger@lwfinger.net> 9184 M: Larry Finger <Larry.Finger@lwfinger.net>
9175 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>. 9185 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9176 S: Odd Fixes 9186 S: Odd Fixes
9177 F: drivers/staging/rtl8712/ 9187 F: drivers/staging/rtl8712/
9178 9188
9179 STAGING - REALTEK RTL8723U WIRELESS DRIVER 9189 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9180 M: Larry Finger <Larry.Finger@lwfinger.net> 9190 M: Larry Finger <Larry.Finger@lwfinger.net>
9181 M: Jes Sorensen <Jes.Sorensen@redhat.com> 9191 M: Jes Sorensen <Jes.Sorensen@redhat.com>
9182 L: linux-wireless@vger.kernel.org 9192 L: linux-wireless@vger.kernel.org
9183 S: Maintained 9193 S: Maintained
9184 F: drivers/staging/rtl8723au/ 9194 F: drivers/staging/rtl8723au/
9185 9195
9186 STAGING - SLICOSS 9196 STAGING - SLICOSS
9187 M: Lior Dotan <liodot@gmail.com> 9197 M: Lior Dotan <liodot@gmail.com>
9188 M: Christopher Harrer <charrer@alacritech.com> 9198 M: Christopher Harrer <charrer@alacritech.com>
9189 S: Odd Fixes 9199 S: Odd Fixes
9190 F: drivers/staging/slicoss/ 9200 F: drivers/staging/slicoss/
9191 9201
9192 STAGING - SPEAKUP CONSOLE SPEECH DRIVER 9202 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9193 M: William Hubbs <w.d.hubbs@gmail.com> 9203 M: William Hubbs <w.d.hubbs@gmail.com>
9194 M: Chris Brannon <chris@the-brannons.com> 9204 M: Chris Brannon <chris@the-brannons.com>
9195 M: Kirk Reiser <kirk@reisers.ca> 9205 M: Kirk Reiser <kirk@reisers.ca>
9196 M: Samuel Thibault <samuel.thibault@ens-lyon.org> 9206 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
9197 L: speakup@linux-speakup.org 9207 L: speakup@linux-speakup.org
9198 W: http://www.linux-speakup.org/ 9208 W: http://www.linux-speakup.org/
9199 S: Odd Fixes 9209 S: Odd Fixes
9200 F: drivers/staging/speakup/ 9210 F: drivers/staging/speakup/
9201 9211
9202 STAGING - VIA VT665X DRIVERS 9212 STAGING - VIA VT665X DRIVERS
9203 M: Forest Bond <forest@alittletooquiet.net> 9213 M: Forest Bond <forest@alittletooquiet.net>
9204 S: Odd Fixes 9214 S: Odd Fixes
9205 F: drivers/staging/vt665?/ 9215 F: drivers/staging/vt665?/
9206 9216
9207 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER 9217 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9208 M: Arnaud Patard <arnaud.patard@rtp-net.org> 9218 M: Arnaud Patard <arnaud.patard@rtp-net.org>
9209 S: Odd Fixes 9219 S: Odd Fixes
9210 F: drivers/staging/xgifb/ 9220 F: drivers/staging/xgifb/
9211 9221
9212 STARFIRE/DURALAN NETWORK DRIVER 9222 STARFIRE/DURALAN NETWORK DRIVER
9213 M: Ion Badulescu <ionut@badula.org> 9223 M: Ion Badulescu <ionut@badula.org>
9214 S: Odd Fixes 9224 S: Odd Fixes
9215 F: drivers/net/ethernet/adaptec/starfire* 9225 F: drivers/net/ethernet/adaptec/starfire*
9216 9226
9217 SUN3/3X 9227 SUN3/3X
9218 M: Sam Creasey <sammy@sammy.net> 9228 M: Sam Creasey <sammy@sammy.net>
9219 W: http://sammy.net/sun3/ 9229 W: http://sammy.net/sun3/
9220 S: Maintained 9230 S: Maintained
9221 F: arch/m68k/kernel/*sun3* 9231 F: arch/m68k/kernel/*sun3*
9222 F: arch/m68k/sun3*/ 9232 F: arch/m68k/sun3*/
9223 F: arch/m68k/include/asm/sun3* 9233 F: arch/m68k/include/asm/sun3*
9224 F: drivers/net/ethernet/i825xx/sun3* 9234 F: drivers/net/ethernet/i825xx/sun3*
9225 9235
9226 SUNDANCE NETWORK DRIVER 9236 SUNDANCE NETWORK DRIVER
9227 M: Denis Kirjanov <kda@linux-powerpc.org> 9237 M: Denis Kirjanov <kda@linux-powerpc.org>
9228 L: netdev@vger.kernel.org 9238 L: netdev@vger.kernel.org
9229 S: Maintained 9239 S: Maintained
9230 F: drivers/net/ethernet/dlink/sundance.c 9240 F: drivers/net/ethernet/dlink/sundance.c
9231 9241
9232 SUPERH 9242 SUPERH
9233 L: linux-sh@vger.kernel.org 9243 L: linux-sh@vger.kernel.org
9234 W: http://www.linux-sh.org 9244 W: http://www.linux-sh.org
9235 Q: http://patchwork.kernel.org/project/linux-sh/list/ 9245 Q: http://patchwork.kernel.org/project/linux-sh/list/
9236 S: Orphan 9246 S: Orphan
9237 F: Documentation/sh/ 9247 F: Documentation/sh/
9238 F: arch/sh/ 9248 F: arch/sh/
9239 F: drivers/sh/ 9249 F: drivers/sh/
9240 9250
9241 SUSPEND TO RAM 9251 SUSPEND TO RAM
9242 M: "Rafael J. Wysocki" <rjw@rjwysocki.net> 9252 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9243 M: Len Brown <len.brown@intel.com> 9253 M: Len Brown <len.brown@intel.com>
9244 M: Pavel Machek <pavel@ucw.cz> 9254 M: Pavel Machek <pavel@ucw.cz>
9245 L: linux-pm@vger.kernel.org 9255 L: linux-pm@vger.kernel.org
9246 S: Supported 9256 S: Supported
9247 F: Documentation/power/ 9257 F: Documentation/power/
9248 F: arch/x86/kernel/acpi/ 9258 F: arch/x86/kernel/acpi/
9249 F: drivers/base/power/ 9259 F: drivers/base/power/
9250 F: kernel/power/ 9260 F: kernel/power/
9251 F: include/linux/suspend.h 9261 F: include/linux/suspend.h
9252 F: include/linux/freezer.h 9262 F: include/linux/freezer.h
9253 F: include/linux/pm.h 9263 F: include/linux/pm.h
9254 9264
9255 SVGA HANDLING 9265 SVGA HANDLING
9256 M: Martin Mares <mj@ucw.cz> 9266 M: Martin Mares <mj@ucw.cz>
9257 L: linux-video@atrey.karlin.mff.cuni.cz 9267 L: linux-video@atrey.karlin.mff.cuni.cz
9258 S: Maintained 9268 S: Maintained
9259 F: Documentation/svga.txt 9269 F: Documentation/svga.txt
9260 F: arch/x86/boot/video* 9270 F: arch/x86/boot/video*
9261 9271
9262 SWIOTLB SUBSYSTEM 9272 SWIOTLB SUBSYSTEM
9263 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 9273 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9264 L: linux-kernel@vger.kernel.org 9274 L: linux-kernel@vger.kernel.org
9265 S: Supported 9275 S: Supported
9266 F: lib/swiotlb.c 9276 F: lib/swiotlb.c
9267 F: arch/*/kernel/pci-swiotlb.c 9277 F: arch/*/kernel/pci-swiotlb.c
9268 F: include/linux/swiotlb.h 9278 F: include/linux/swiotlb.h
9269 9279
9270 SWITCHDEV 9280 SWITCHDEV
9271 M: Jiri Pirko <jiri@resnulli.us> 9281 M: Jiri Pirko <jiri@resnulli.us>
9272 L: netdev@vger.kernel.org 9282 L: netdev@vger.kernel.org
9273 S: Supported 9283 S: Supported
9274 F: net/switchdev/ 9284 F: net/switchdev/
9275 F: include/net/switchdev.h 9285 F: include/net/switchdev.h
9276 9286
9277 SYNOPSYS ARC ARCHITECTURE 9287 SYNOPSYS ARC ARCHITECTURE
9278 M: Vineet Gupta <vgupta@synopsys.com> 9288 M: Vineet Gupta <vgupta@synopsys.com>
9279 S: Supported 9289 S: Supported
9280 F: arch/arc/ 9290 F: arch/arc/
9281 F: Documentation/devicetree/bindings/arc/ 9291 F: Documentation/devicetree/bindings/arc/
9282 F: drivers/tty/serial/arc_uart.c 9292 F: drivers/tty/serial/arc_uart.c
9283 9293
9284 SYSV FILESYSTEM 9294 SYSV FILESYSTEM
9285 M: Christoph Hellwig <hch@infradead.org> 9295 M: Christoph Hellwig <hch@infradead.org>
9286 S: Maintained 9296 S: Maintained
9287 F: Documentation/filesystems/sysv-fs.txt 9297 F: Documentation/filesystems/sysv-fs.txt
9288 F: fs/sysv/ 9298 F: fs/sysv/
9289 F: include/linux/sysv_fs.h 9299 F: include/linux/sysv_fs.h
9290 9300
9291 TARGET SUBSYSTEM 9301 TARGET SUBSYSTEM
9292 M: Nicholas A. Bellinger <nab@linux-iscsi.org> 9302 M: Nicholas A. Bellinger <nab@linux-iscsi.org>
9293 L: linux-scsi@vger.kernel.org 9303 L: linux-scsi@vger.kernel.org
9294 L: target-devel@vger.kernel.org 9304 L: target-devel@vger.kernel.org
9295 W: http://www.linux-iscsi.org 9305 W: http://www.linux-iscsi.org
9296 W: http://groups.google.com/group/linux-iscsi-target-dev 9306 W: http://groups.google.com/group/linux-iscsi-target-dev
9297 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master 9307 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9298 S: Supported 9308 S: Supported
9299 F: drivers/target/ 9309 F: drivers/target/
9300 F: include/target/ 9310 F: include/target/
9301 F: Documentation/target/ 9311 F: Documentation/target/
9302 9312
9303 TASKSTATS STATISTICS INTERFACE 9313 TASKSTATS STATISTICS INTERFACE
9304 M: Balbir Singh <bsingharora@gmail.com> 9314 M: Balbir Singh <bsingharora@gmail.com>
9305 S: Maintained 9315 S: Maintained
9306 F: Documentation/accounting/taskstats* 9316 F: Documentation/accounting/taskstats*
9307 F: include/linux/taskstats* 9317 F: include/linux/taskstats*
9308 F: kernel/taskstats.c 9318 F: kernel/taskstats.c
9309 9319
9310 TC CLASSIFIER 9320 TC CLASSIFIER
9311 M: Jamal Hadi Salim <jhs@mojatatu.com> 9321 M: Jamal Hadi Salim <jhs@mojatatu.com>
9312 L: netdev@vger.kernel.org 9322 L: netdev@vger.kernel.org
9313 S: Maintained 9323 S: Maintained
9314 F: include/net/pkt_cls.h 9324 F: include/net/pkt_cls.h
9315 F: include/uapi/linux/pkt_cls.h 9325 F: include/uapi/linux/pkt_cls.h
9316 F: net/sched/ 9326 F: net/sched/
9317 9327
9318 TCP LOW PRIORITY MODULE 9328 TCP LOW PRIORITY MODULE
9319 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com> 9329 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9320 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com> 9330 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9321 W: http://tcp-lp-mod.sourceforge.net/ 9331 W: http://tcp-lp-mod.sourceforge.net/
9322 S: Maintained 9332 S: Maintained
9323 F: net/ipv4/tcp_lp.c 9333 F: net/ipv4/tcp_lp.c
9324 9334
9325 TDA10071 MEDIA DRIVER 9335 TDA10071 MEDIA DRIVER
9326 M: Antti Palosaari <crope@iki.fi> 9336 M: Antti Palosaari <crope@iki.fi>
9327 L: linux-media@vger.kernel.org 9337 L: linux-media@vger.kernel.org
9328 W: http://linuxtv.org/ 9338 W: http://linuxtv.org/
9329 W: http://palosaari.fi/linux/ 9339 W: http://palosaari.fi/linux/
9330 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 9340 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9331 T: git git://linuxtv.org/anttip/media_tree.git 9341 T: git git://linuxtv.org/anttip/media_tree.git
9332 S: Maintained 9342 S: Maintained
9333 F: drivers/media/dvb-frontends/tda10071* 9343 F: drivers/media/dvb-frontends/tda10071*
9334 9344
9335 TDA18212 MEDIA DRIVER 9345 TDA18212 MEDIA DRIVER
9336 M: Antti Palosaari <crope@iki.fi> 9346 M: Antti Palosaari <crope@iki.fi>
9337 L: linux-media@vger.kernel.org 9347 L: linux-media@vger.kernel.org
9338 W: http://linuxtv.org/ 9348 W: http://linuxtv.org/
9339 W: http://palosaari.fi/linux/ 9349 W: http://palosaari.fi/linux/
9340 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 9350 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9341 T: git git://linuxtv.org/anttip/media_tree.git 9351 T: git git://linuxtv.org/anttip/media_tree.git
9342 S: Maintained 9352 S: Maintained
9343 F: drivers/media/tuners/tda18212* 9353 F: drivers/media/tuners/tda18212*
9344 9354
9345 TDA18218 MEDIA DRIVER 9355 TDA18218 MEDIA DRIVER
9346 M: Antti Palosaari <crope@iki.fi> 9356 M: Antti Palosaari <crope@iki.fi>
9347 L: linux-media@vger.kernel.org 9357 L: linux-media@vger.kernel.org
9348 W: http://linuxtv.org/ 9358 W: http://linuxtv.org/
9349 W: http://palosaari.fi/linux/ 9359 W: http://palosaari.fi/linux/
9350 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 9360 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9351 T: git git://linuxtv.org/anttip/media_tree.git 9361 T: git git://linuxtv.org/anttip/media_tree.git
9352 S: Maintained 9362 S: Maintained
9353 F: drivers/media/tuners/tda18218* 9363 F: drivers/media/tuners/tda18218*
9354 9364
9355 TDA18271 MEDIA DRIVER 9365 TDA18271 MEDIA DRIVER
9356 M: Michael Krufky <mkrufky@linuxtv.org> 9366 M: Michael Krufky <mkrufky@linuxtv.org>
9357 L: linux-media@vger.kernel.org 9367 L: linux-media@vger.kernel.org
9358 W: http://linuxtv.org/ 9368 W: http://linuxtv.org/
9359 W: http://github.com/mkrufky 9369 W: http://github.com/mkrufky
9360 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 9370 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9361 T: git git://linuxtv.org/mkrufky/tuners.git 9371 T: git git://linuxtv.org/mkrufky/tuners.git
9362 S: Maintained 9372 S: Maintained
9363 F: drivers/media/tuners/tda18271* 9373 F: drivers/media/tuners/tda18271*
9364 9374
9365 TDA827x MEDIA DRIVER 9375 TDA827x MEDIA DRIVER
9366 M: Michael Krufky <mkrufky@linuxtv.org> 9376 M: Michael Krufky <mkrufky@linuxtv.org>
9367 L: linux-media@vger.kernel.org 9377 L: linux-media@vger.kernel.org
9368 W: http://linuxtv.org/ 9378 W: http://linuxtv.org/
9369 W: http://github.com/mkrufky 9379 W: http://github.com/mkrufky
9370 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 9380 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9371 T: git git://linuxtv.org/mkrufky/tuners.git 9381 T: git git://linuxtv.org/mkrufky/tuners.git
9372 S: Maintained 9382 S: Maintained
9373 F: drivers/media/tuners/tda8290.* 9383 F: drivers/media/tuners/tda8290.*
9374 9384
9375 TDA8290 MEDIA DRIVER 9385 TDA8290 MEDIA DRIVER
9376 M: Michael Krufky <mkrufky@linuxtv.org> 9386 M: Michael Krufky <mkrufky@linuxtv.org>
9377 L: linux-media@vger.kernel.org 9387 L: linux-media@vger.kernel.org
9378 W: http://linuxtv.org/ 9388 W: http://linuxtv.org/
9379 W: http://github.com/mkrufky 9389 W: http://github.com/mkrufky
9380 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 9390 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9381 T: git git://linuxtv.org/mkrufky/tuners.git 9391 T: git git://linuxtv.org/mkrufky/tuners.git
9382 S: Maintained 9392 S: Maintained
9383 F: drivers/media/tuners/tda8290.* 9393 F: drivers/media/tuners/tda8290.*
9384 9394
9385 TDA9840 MEDIA DRIVER 9395 TDA9840 MEDIA DRIVER
9386 M: Hans Verkuil <hverkuil@xs4all.nl> 9396 M: Hans Verkuil <hverkuil@xs4all.nl>
9387 L: linux-media@vger.kernel.org 9397 L: linux-media@vger.kernel.org
9388 T: git git://linuxtv.org/media_tree.git 9398 T: git git://linuxtv.org/media_tree.git
9389 W: http://linuxtv.org 9399 W: http://linuxtv.org
9390 S: Maintained 9400 S: Maintained
9391 F: drivers/media/i2c/tda9840* 9401 F: drivers/media/i2c/tda9840*
9392 9402
9393 TEA5761 TUNER DRIVER 9403 TEA5761 TUNER DRIVER
9394 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 9404 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9395 L: linux-media@vger.kernel.org 9405 L: linux-media@vger.kernel.org
9396 W: http://linuxtv.org 9406 W: http://linuxtv.org
9397 T: git git://linuxtv.org/media_tree.git 9407 T: git git://linuxtv.org/media_tree.git
9398 S: Odd fixes 9408 S: Odd fixes
9399 F: drivers/media/tuners/tea5761.* 9409 F: drivers/media/tuners/tea5761.*
9400 9410
9401 TEA5767 TUNER DRIVER 9411 TEA5767 TUNER DRIVER
9402 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 9412 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9403 L: linux-media@vger.kernel.org 9413 L: linux-media@vger.kernel.org
9404 W: http://linuxtv.org 9414 W: http://linuxtv.org
9405 T: git git://linuxtv.org/media_tree.git 9415 T: git git://linuxtv.org/media_tree.git
9406 S: Maintained 9416 S: Maintained
9407 F: drivers/media/tuners/tea5767.* 9417 F: drivers/media/tuners/tea5767.*
9408 9418
9409 TEA6415C MEDIA DRIVER 9419 TEA6415C MEDIA DRIVER
9410 M: Hans Verkuil <hverkuil@xs4all.nl> 9420 M: Hans Verkuil <hverkuil@xs4all.nl>
9411 L: linux-media@vger.kernel.org 9421 L: linux-media@vger.kernel.org
9412 T: git git://linuxtv.org/media_tree.git 9422 T: git git://linuxtv.org/media_tree.git
9413 W: http://linuxtv.org 9423 W: http://linuxtv.org
9414 S: Maintained 9424 S: Maintained
9415 F: drivers/media/i2c/tea6415c* 9425 F: drivers/media/i2c/tea6415c*
9416 9426
9417 TEA6420 MEDIA DRIVER 9427 TEA6420 MEDIA DRIVER
9418 M: Hans Verkuil <hverkuil@xs4all.nl> 9428 M: Hans Verkuil <hverkuil@xs4all.nl>
9419 L: linux-media@vger.kernel.org 9429 L: linux-media@vger.kernel.org
9420 T: git git://linuxtv.org/media_tree.git 9430 T: git git://linuxtv.org/media_tree.git
9421 W: http://linuxtv.org 9431 W: http://linuxtv.org
9422 S: Maintained 9432 S: Maintained
9423 F: drivers/media/i2c/tea6420* 9433 F: drivers/media/i2c/tea6420*
9424 9434
9425 TEAM DRIVER 9435 TEAM DRIVER
9426 M: Jiri Pirko <jiri@resnulli.us> 9436 M: Jiri Pirko <jiri@resnulli.us>
9427 L: netdev@vger.kernel.org 9437 L: netdev@vger.kernel.org
9428 S: Supported 9438 S: Supported
9429 F: drivers/net/team/ 9439 F: drivers/net/team/
9430 F: include/linux/if_team.h 9440 F: include/linux/if_team.h
9431 F: include/uapi/linux/if_team.h 9441 F: include/uapi/linux/if_team.h
9432 9442
9433 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT 9443 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9434 M: Savoir-faire Linux Inc. <kernel@savoirfairelinux.com> 9444 M: Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9435 S: Maintained 9445 S: Maintained
9436 F: arch/x86/platform/ts5500/ 9446 F: arch/x86/platform/ts5500/
9437 9447
9438 TECHNOTREND USB IR RECEIVER 9448 TECHNOTREND USB IR RECEIVER
9439 M: Sean Young <sean@mess.org> 9449 M: Sean Young <sean@mess.org>
9440 L: linux-media@vger.kernel.org 9450 L: linux-media@vger.kernel.org
9441 S: Maintained 9451 S: Maintained
9442 F: drivers/media/rc/ttusbir.c 9452 F: drivers/media/rc/ttusbir.c
9443 9453
9444 TEGRA ARCHITECTURE SUPPORT 9454 TEGRA ARCHITECTURE SUPPORT
9445 M: Stephen Warren <swarren@wwwdotorg.org> 9455 M: Stephen Warren <swarren@wwwdotorg.org>
9446 M: Thierry Reding <thierry.reding@gmail.com> 9456 M: Thierry Reding <thierry.reding@gmail.com>
9447 M: Alexandre Courbot <gnurou@gmail.com> 9457 M: Alexandre Courbot <gnurou@gmail.com>
9448 L: linux-tegra@vger.kernel.org 9458 L: linux-tegra@vger.kernel.org
9449 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ 9459 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
9450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git 9460 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9451 S: Supported 9461 S: Supported
9452 N: [^a-z]tegra 9462 N: [^a-z]tegra
9453 9463
9454 TEGRA CLOCK DRIVER 9464 TEGRA CLOCK DRIVER
9455 M: Peter De Schrijver <pdeschrijver@nvidia.com> 9465 M: Peter De Schrijver <pdeschrijver@nvidia.com>
9456 M: Prashant Gaikwad <pgaikwad@nvidia.com> 9466 M: Prashant Gaikwad <pgaikwad@nvidia.com>
9457 S: Supported 9467 S: Supported
9458 F: drivers/clk/tegra/ 9468 F: drivers/clk/tegra/
9459 9469
9460 TEGRA DMA DRIVER 9470 TEGRA DMA DRIVER
9461 M: Laxman Dewangan <ldewangan@nvidia.com> 9471 M: Laxman Dewangan <ldewangan@nvidia.com>
9462 S: Supported 9472 S: Supported
9463 F: drivers/dma/tegra20-apb-dma.c 9473 F: drivers/dma/tegra20-apb-dma.c
9464 9474
9465 TEGRA I2C DRIVER 9475 TEGRA I2C DRIVER
9466 M: Laxman Dewangan <ldewangan@nvidia.com> 9476 M: Laxman Dewangan <ldewangan@nvidia.com>
9467 S: Supported 9477 S: Supported
9468 F: drivers/i2c/busses/i2c-tegra.c 9478 F: drivers/i2c/busses/i2c-tegra.c
9469 9479
9470 TEGRA IOMMU DRIVERS 9480 TEGRA IOMMU DRIVERS
9471 M: Hiroshi Doyu <hdoyu@nvidia.com> 9481 M: Hiroshi Doyu <hdoyu@nvidia.com>
9472 S: Supported 9482 S: Supported
9473 F: drivers/iommu/tegra* 9483 F: drivers/iommu/tegra*
9474 9484
9475 TEGRA KBC DRIVER 9485 TEGRA KBC DRIVER
9476 M: Rakesh Iyer <riyer@nvidia.com> 9486 M: Rakesh Iyer <riyer@nvidia.com>
9477 M: Laxman Dewangan <ldewangan@nvidia.com> 9487 M: Laxman Dewangan <ldewangan@nvidia.com>
9478 S: Supported 9488 S: Supported
9479 F: drivers/input/keyboard/tegra-kbc.c 9489 F: drivers/input/keyboard/tegra-kbc.c
9480 9490
9481 TEGRA PWM DRIVER 9491 TEGRA PWM DRIVER
9482 M: Thierry Reding <thierry.reding@gmail.com> 9492 M: Thierry Reding <thierry.reding@gmail.com>
9483 S: Supported 9493 S: Supported
9484 F: drivers/pwm/pwm-tegra.c 9494 F: drivers/pwm/pwm-tegra.c
9485 9495
9486 TEGRA SERIAL DRIVER 9496 TEGRA SERIAL DRIVER
9487 M: Laxman Dewangan <ldewangan@nvidia.com> 9497 M: Laxman Dewangan <ldewangan@nvidia.com>
9488 S: Supported 9498 S: Supported
9489 F: drivers/tty/serial/serial-tegra.c 9499 F: drivers/tty/serial/serial-tegra.c
9490 9500
9491 TEGRA SPI DRIVER 9501 TEGRA SPI DRIVER
9492 M: Laxman Dewangan <ldewangan@nvidia.com> 9502 M: Laxman Dewangan <ldewangan@nvidia.com>
9493 S: Supported 9503 S: Supported
9494 F: drivers/spi/spi-tegra* 9504 F: drivers/spi/spi-tegra*
9495 9505
9496 TEHUTI ETHERNET DRIVER 9506 TEHUTI ETHERNET DRIVER
9497 M: Andy Gospodarek <andy@greyhouse.net> 9507 M: Andy Gospodarek <andy@greyhouse.net>
9498 L: netdev@vger.kernel.org 9508 L: netdev@vger.kernel.org
9499 S: Supported 9509 S: Supported
9500 F: drivers/net/ethernet/tehuti/* 9510 F: drivers/net/ethernet/tehuti/*
9501 9511
9502 Telecom Clock Driver for MCPL0010 9512 Telecom Clock Driver for MCPL0010
9503 M: Mark Gross <mark.gross@intel.com> 9513 M: Mark Gross <mark.gross@intel.com>
9504 S: Supported 9514 S: Supported
9505 F: drivers/char/tlclk.c 9515 F: drivers/char/tlclk.c
9506 9516
9507 TENSILICA XTENSA PORT (xtensa) 9517 TENSILICA XTENSA PORT (xtensa)
9508 M: Chris Zankel <chris@zankel.net> 9518 M: Chris Zankel <chris@zankel.net>
9509 M: Max Filippov <jcmvbkbc@gmail.com> 9519 M: Max Filippov <jcmvbkbc@gmail.com>
9510 L: linux-xtensa@linux-xtensa.org 9520 L: linux-xtensa@linux-xtensa.org
9511 S: Maintained 9521 S: Maintained
9512 F: arch/xtensa/ 9522 F: arch/xtensa/
9513 F: drivers/irqchip/irq-xtensa-* 9523 F: drivers/irqchip/irq-xtensa-*
9514 9524
9515 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER 9525 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9516 M: Hans Verkuil <hverkuil@xs4all.nl> 9526 M: Hans Verkuil <hverkuil@xs4all.nl>
9517 L: linux-media@vger.kernel.org 9527 L: linux-media@vger.kernel.org
9518 T: git git://linuxtv.org/media_tree.git 9528 T: git git://linuxtv.org/media_tree.git
9519 W: http://linuxtv.org 9529 W: http://linuxtv.org
9520 S: Maintained 9530 S: Maintained
9521 F: drivers/media/radio/radio-raremono.c 9531 F: drivers/media/radio/radio-raremono.c
9522 9532
9523 THERMAL 9533 THERMAL
9524 M: Zhang Rui <rui.zhang@intel.com> 9534 M: Zhang Rui <rui.zhang@intel.com>
9525 M: Eduardo Valentin <edubezval@gmail.com> 9535 M: Eduardo Valentin <edubezval@gmail.com>
9526 L: linux-pm@vger.kernel.org 9536 L: linux-pm@vger.kernel.org
9527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git 9537 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9528 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git 9538 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9529 Q: https://patchwork.kernel.org/project/linux-pm/list/ 9539 Q: https://patchwork.kernel.org/project/linux-pm/list/
9530 S: Supported 9540 S: Supported
9531 F: drivers/thermal/ 9541 F: drivers/thermal/
9532 F: include/linux/thermal.h 9542 F: include/linux/thermal.h
9533 F: include/uapi/linux/thermal.h 9543 F: include/uapi/linux/thermal.h
9534 F: include/linux/cpu_cooling.h 9544 F: include/linux/cpu_cooling.h
9535 F: Documentation/devicetree/bindings/thermal/ 9545 F: Documentation/devicetree/bindings/thermal/
9536 9546
9537 THINGM BLINK(1) USB RGB LED DRIVER 9547 THINGM BLINK(1) USB RGB LED DRIVER
9538 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com> 9548 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9539 S: Maintained 9549 S: Maintained
9540 F: drivers/hid/hid-thingm.c 9550 F: drivers/hid/hid-thingm.c
9541 9551
9542 THINKPAD ACPI EXTRAS DRIVER 9552 THINKPAD ACPI EXTRAS DRIVER
9543 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> 9553 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9544 L: ibm-acpi-devel@lists.sourceforge.net 9554 L: ibm-acpi-devel@lists.sourceforge.net
9545 L: platform-driver-x86@vger.kernel.org 9555 L: platform-driver-x86@vger.kernel.org
9546 W: http://ibm-acpi.sourceforge.net 9556 W: http://ibm-acpi.sourceforge.net
9547 W: http://thinkwiki.org/wiki/Ibm-acpi 9557 W: http://thinkwiki.org/wiki/Ibm-acpi
9548 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git 9558 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9549 S: Maintained 9559 S: Maintained
9550 F: drivers/platform/x86/thinkpad_acpi.c 9560 F: drivers/platform/x86/thinkpad_acpi.c
9551 9561
9552 TI BANDGAP AND THERMAL DRIVER 9562 TI BANDGAP AND THERMAL DRIVER
9553 M: Eduardo Valentin <edubezval@gmail.com> 9563 M: Eduardo Valentin <edubezval@gmail.com>
9554 L: linux-pm@vger.kernel.org 9564 L: linux-pm@vger.kernel.org
9555 L: linux-omap@vger.kernel.org 9565 L: linux-omap@vger.kernel.org
9556 S: Maintained 9566 S: Maintained
9557 F: drivers/thermal/ti-soc-thermal/ 9567 F: drivers/thermal/ti-soc-thermal/
9558 9568
9559 TI CLOCK DRIVER 9569 TI CLOCK DRIVER
9560 M: Tero Kristo <t-kristo@ti.com> 9570 M: Tero Kristo <t-kristo@ti.com>
9561 L: linux-omap@vger.kernel.org 9571 L: linux-omap@vger.kernel.org
9562 S: Maintained 9572 S: Maintained
9563 F: drivers/clk/ti/ 9573 F: drivers/clk/ti/
9564 F: include/linux/clk/ti.h 9574 F: include/linux/clk/ti.h
9565 9575
9566 TI FLASH MEDIA INTERFACE DRIVER 9576 TI FLASH MEDIA INTERFACE DRIVER
9567 M: Alex Dubov <oakad@yahoo.com> 9577 M: Alex Dubov <oakad@yahoo.com>
9568 S: Maintained 9578 S: Maintained
9569 F: drivers/misc/tifm* 9579 F: drivers/misc/tifm*
9570 F: drivers/mmc/host/tifm_sd.c 9580 F: drivers/mmc/host/tifm_sd.c
9571 F: include/linux/tifm.h 9581 F: include/linux/tifm.h
9572 9582
9573 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS 9583 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9574 M: Santosh Shilimkar <ssantosh@kernel.org> 9584 M: Santosh Shilimkar <ssantosh@kernel.org>
9575 L: linux-kernel@vger.kernel.org 9585 L: linux-kernel@vger.kernel.org
9576 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 9586 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9577 S: Maintained 9587 S: Maintained
9578 F: drivers/soc/ti/* 9588 F: drivers/soc/ti/*
9579 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git 9589 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9580 9590
9581 9591
9582 TI LM49xxx FAMILY ASoC CODEC DRIVERS 9592 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9583 M: M R Swami Reddy <mr.swami.reddy@ti.com> 9593 M: M R Swami Reddy <mr.swami.reddy@ti.com>
9584 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com> 9594 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9585 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 9595 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9586 S: Maintained 9596 S: Maintained
9587 F: sound/soc/codecs/lm49453* 9597 F: sound/soc/codecs/lm49453*
9588 F: sound/soc/codecs/isabelle* 9598 F: sound/soc/codecs/isabelle*
9589 9599
9590 TI LP855x BACKLIGHT DRIVER 9600 TI LP855x BACKLIGHT DRIVER
9591 M: Milo Kim <milo.kim@ti.com> 9601 M: Milo Kim <milo.kim@ti.com>
9592 S: Maintained 9602 S: Maintained
9593 F: Documentation/backlight/lp855x-driver.txt 9603 F: Documentation/backlight/lp855x-driver.txt
9594 F: drivers/video/backlight/lp855x_bl.c 9604 F: drivers/video/backlight/lp855x_bl.c
9595 F: include/linux/platform_data/lp855x.h 9605 F: include/linux/platform_data/lp855x.h
9596 9606
9597 TI LP8727 CHARGER DRIVER 9607 TI LP8727 CHARGER DRIVER
9598 M: Milo Kim <milo.kim@ti.com> 9608 M: Milo Kim <milo.kim@ti.com>
9599 S: Maintained 9609 S: Maintained
9600 F: drivers/power/lp8727_charger.c 9610 F: drivers/power/lp8727_charger.c
9601 F: include/linux/platform_data/lp8727.h 9611 F: include/linux/platform_data/lp8727.h
9602 9612
9603 TI LP8788 MFD DRIVER 9613 TI LP8788 MFD DRIVER
9604 M: Milo Kim <milo.kim@ti.com> 9614 M: Milo Kim <milo.kim@ti.com>
9605 S: Maintained 9615 S: Maintained
9606 F: drivers/iio/adc/lp8788_adc.c 9616 F: drivers/iio/adc/lp8788_adc.c
9607 F: drivers/leds/leds-lp8788.c 9617 F: drivers/leds/leds-lp8788.c
9608 F: drivers/mfd/lp8788*.c 9618 F: drivers/mfd/lp8788*.c
9609 F: drivers/power/lp8788-charger.c 9619 F: drivers/power/lp8788-charger.c
9610 F: drivers/regulator/lp8788-*.c 9620 F: drivers/regulator/lp8788-*.c
9611 F: include/linux/mfd/lp8788*.h 9621 F: include/linux/mfd/lp8788*.h
9612 9622
9613 TI TWL4030 SERIES SOC CODEC DRIVER 9623 TI TWL4030 SERIES SOC CODEC DRIVER
9614 M: Peter Ujfalusi <peter.ujfalusi@ti.com> 9624 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
9615 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 9625 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9616 S: Maintained 9626 S: Maintained
9617 F: sound/soc/codecs/twl4030* 9627 F: sound/soc/codecs/twl4030*
9618 9628
9619 TI WILINK WIRELESS DRIVERS 9629 TI WILINK WIRELESS DRIVERS
9620 L: linux-wireless@vger.kernel.org 9630 L: linux-wireless@vger.kernel.org
9621 W: http://wireless.kernel.org/en/users/Drivers/wl12xx 9631 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
9622 W: http://wireless.kernel.org/en/users/Drivers/wl1251 9632 W: http://wireless.kernel.org/en/users/Drivers/wl1251
9623 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git 9633 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9624 S: Orphan 9634 S: Orphan
9625 F: drivers/net/wireless/ti/ 9635 F: drivers/net/wireless/ti/
9626 F: include/linux/wl12xx.h 9636 F: include/linux/wl12xx.h
9627 9637
9628 TIPC NETWORK LAYER 9638 TIPC NETWORK LAYER
9629 M: Jon Maloy <jon.maloy@ericsson.com> 9639 M: Jon Maloy <jon.maloy@ericsson.com>
9630 M: Allan Stephens <allan.stephens@windriver.com> 9640 M: Allan Stephens <allan.stephens@windriver.com>
9631 L: netdev@vger.kernel.org (core kernel code) 9641 L: netdev@vger.kernel.org (core kernel code)
9632 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion) 9642 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9633 W: http://tipc.sourceforge.net/ 9643 W: http://tipc.sourceforge.net/
9634 S: Maintained 9644 S: Maintained
9635 F: include/uapi/linux/tipc*.h 9645 F: include/uapi/linux/tipc*.h
9636 F: net/tipc/ 9646 F: net/tipc/
9637 9647
9638 TILE ARCHITECTURE 9648 TILE ARCHITECTURE
9639 M: Chris Metcalf <cmetcalf@ezchip.com> 9649 M: Chris Metcalf <cmetcalf@ezchip.com>
9640 W: http://www.tilera.com/scm/ 9650 W: http://www.tilera.com/scm/
9641 S: Supported 9651 S: Supported
9642 F: arch/tile/ 9652 F: arch/tile/
9643 F: drivers/char/tile-srom.c 9653 F: drivers/char/tile-srom.c
9644 F: drivers/edac/tile_edac.c 9654 F: drivers/edac/tile_edac.c
9645 F: drivers/net/ethernet/tile/ 9655 F: drivers/net/ethernet/tile/
9646 F: drivers/rtc/rtc-tile.c 9656 F: drivers/rtc/rtc-tile.c
9647 F: drivers/tty/hvc/hvc_tile.c 9657 F: drivers/tty/hvc/hvc_tile.c
9648 F: drivers/tty/serial/tilegx.c 9658 F: drivers/tty/serial/tilegx.c
9649 F: drivers/usb/host/*-tilegx.c 9659 F: drivers/usb/host/*-tilegx.c
9650 F: include/linux/usb/tilegx.h 9660 F: include/linux/usb/tilegx.h
9651 9661
9652 TLAN NETWORK DRIVER 9662 TLAN NETWORK DRIVER
9653 M: Samuel Chessman <chessman@tux.org> 9663 M: Samuel Chessman <chessman@tux.org>
9654 L: tlan-devel@lists.sourceforge.net (subscribers-only) 9664 L: tlan-devel@lists.sourceforge.net (subscribers-only)
9655 W: http://sourceforge.net/projects/tlan/ 9665 W: http://sourceforge.net/projects/tlan/
9656 S: Maintained 9666 S: Maintained
9657 F: Documentation/networking/tlan.txt 9667 F: Documentation/networking/tlan.txt
9658 F: drivers/net/ethernet/ti/tlan.* 9668 F: drivers/net/ethernet/ti/tlan.*
9659 9669
9660 TOMOYO SECURITY MODULE 9670 TOMOYO SECURITY MODULE
9661 M: Kentaro Takeda <takedakn@nttdata.co.jp> 9671 M: Kentaro Takeda <takedakn@nttdata.co.jp>
9662 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> 9672 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9663 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English) 9673 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9664 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English) 9674 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9665 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) 9675 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9666 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) 9676 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9667 W: http://tomoyo.sourceforge.jp/ 9677 W: http://tomoyo.sourceforge.jp/
9668 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/ 9678 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9669 S: Maintained 9679 S: Maintained
9670 F: security/tomoyo/ 9680 F: security/tomoyo/
9671 9681
9672 TOPSTAR LAPTOP EXTRAS DRIVER 9682 TOPSTAR LAPTOP EXTRAS DRIVER
9673 M: Herton Ronaldo Krzesinski <herton@canonical.com> 9683 M: Herton Ronaldo Krzesinski <herton@canonical.com>
9674 L: platform-driver-x86@vger.kernel.org 9684 L: platform-driver-x86@vger.kernel.org
9675 S: Maintained 9685 S: Maintained
9676 F: drivers/platform/x86/topstar-laptop.c 9686 F: drivers/platform/x86/topstar-laptop.c
9677 9687
9678 TOSHIBA ACPI EXTRAS DRIVER 9688 TOSHIBA ACPI EXTRAS DRIVER
9679 L: platform-driver-x86@vger.kernel.org 9689 L: platform-driver-x86@vger.kernel.org
9680 S: Orphan 9690 S: Orphan
9681 F: drivers/platform/x86/toshiba_acpi.c 9691 F: drivers/platform/x86/toshiba_acpi.c
9682 9692
9683 TOSHIBA SMM DRIVER 9693 TOSHIBA SMM DRIVER
9684 M: Jonathan Buzzard <jonathan@buzzard.org.uk> 9694 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
9685 L: tlinux-users@tce.toshiba-dme.co.jp 9695 L: tlinux-users@tce.toshiba-dme.co.jp
9686 W: http://www.buzzard.org.uk/toshiba/ 9696 W: http://www.buzzard.org.uk/toshiba/
9687 S: Maintained 9697 S: Maintained
9688 F: drivers/char/toshiba.c 9698 F: drivers/char/toshiba.c
9689 F: include/linux/toshiba.h 9699 F: include/linux/toshiba.h
9690 F: include/uapi/linux/toshiba.h 9700 F: include/uapi/linux/toshiba.h
9691 9701
9692 TMIO MMC DRIVER 9702 TMIO MMC DRIVER
9693 M: Ian Molton <ian.molton@codethink.co.uk> 9703 M: Ian Molton <ian.molton@codethink.co.uk>
9694 L: linux-mmc@vger.kernel.org 9704 L: linux-mmc@vger.kernel.org
9695 S: Maintained 9705 S: Maintained
9696 F: drivers/mmc/host/tmio_mmc* 9706 F: drivers/mmc/host/tmio_mmc*
9697 F: drivers/mmc/host/sh_mobile_sdhi.c 9707 F: drivers/mmc/host/sh_mobile_sdhi.c
9698 F: include/linux/mmc/tmio.h 9708 F: include/linux/mmc/tmio.h
9699 F: include/linux/mmc/sh_mobile_sdhi.h 9709 F: include/linux/mmc/sh_mobile_sdhi.h
9700 9710
9701 TMP401 HARDWARE MONITOR DRIVER 9711 TMP401 HARDWARE MONITOR DRIVER
9702 M: Guenter Roeck <linux@roeck-us.net> 9712 M: Guenter Roeck <linux@roeck-us.net>
9703 L: lm-sensors@lm-sensors.org 9713 L: lm-sensors@lm-sensors.org
9704 S: Maintained 9714 S: Maintained
9705 F: Documentation/hwmon/tmp401 9715 F: Documentation/hwmon/tmp401
9706 F: drivers/hwmon/tmp401.c 9716 F: drivers/hwmon/tmp401.c
9707 9717
9708 TMPFS (SHMEM FILESYSTEM) 9718 TMPFS (SHMEM FILESYSTEM)
9709 M: Hugh Dickins <hughd@google.com> 9719 M: Hugh Dickins <hughd@google.com>
9710 L: linux-mm@kvack.org 9720 L: linux-mm@kvack.org
9711 S: Maintained 9721 S: Maintained
9712 F: include/linux/shmem_fs.h 9722 F: include/linux/shmem_fs.h
9713 F: mm/shmem.c 9723 F: mm/shmem.c
9714 9724
9715 TM6000 VIDEO4LINUX DRIVER 9725 TM6000 VIDEO4LINUX DRIVER
9716 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 9726 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9717 L: linux-media@vger.kernel.org 9727 L: linux-media@vger.kernel.org
9718 W: http://linuxtv.org 9728 W: http://linuxtv.org
9719 T: git git://linuxtv.org/media_tree.git 9729 T: git git://linuxtv.org/media_tree.git
9720 S: Odd fixes 9730 S: Odd fixes
9721 F: drivers/media/usb/tm6000/ 9731 F: drivers/media/usb/tm6000/
9722 9732
9723 TW68 VIDEO4LINUX DRIVER 9733 TW68 VIDEO4LINUX DRIVER
9724 M: Hans Verkuil <hverkuil@xs4all.nl> 9734 M: Hans Verkuil <hverkuil@xs4all.nl>
9725 L: linux-media@vger.kernel.org 9735 L: linux-media@vger.kernel.org
9726 T: git git://linuxtv.org/media_tree.git 9736 T: git git://linuxtv.org/media_tree.git
9727 W: http://linuxtv.org 9737 W: http://linuxtv.org
9728 S: Odd Fixes 9738 S: Odd Fixes
9729 F: drivers/media/pci/tw68/ 9739 F: drivers/media/pci/tw68/
9730 9740
9731 TPM DEVICE DRIVER 9741 TPM DEVICE DRIVER
9732 M: Peter Huewe <peterhuewe@gmx.de> 9742 M: Peter Huewe <peterhuewe@gmx.de>
9733 M: Ashley Lai <ashley@ashleylai.com> 9743 M: Ashley Lai <ashley@ashleylai.com>
9734 M: Marcel Selhorst <tpmdd@selhorst.net> 9744 M: Marcel Selhorst <tpmdd@selhorst.net>
9735 W: http://tpmdd.sourceforge.net 9745 W: http://tpmdd.sourceforge.net
9736 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) 9746 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9737 S: Maintained 9747 S: Maintained
9738 F: drivers/char/tpm/ 9748 F: drivers/char/tpm/
9739 9749
9740 TRACING 9750 TRACING
9741 M: Steven Rostedt <rostedt@goodmis.org> 9751 M: Steven Rostedt <rostedt@goodmis.org>
9742 M: Ingo Molnar <mingo@redhat.com> 9752 M: Ingo Molnar <mingo@redhat.com>
9743 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core 9753 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9744 S: Maintained 9754 S: Maintained
9745 F: Documentation/trace/ftrace.txt 9755 F: Documentation/trace/ftrace.txt
9746 F: arch/*/*/*/ftrace.h 9756 F: arch/*/*/*/ftrace.h
9747 F: arch/*/kernel/ftrace.c 9757 F: arch/*/kernel/ftrace.c
9748 F: include/*/ftrace.h 9758 F: include/*/ftrace.h
9749 F: include/linux/trace*.h 9759 F: include/linux/trace*.h
9750 F: include/trace/ 9760 F: include/trace/
9751 F: kernel/trace/ 9761 F: kernel/trace/
9752 F: tools/testing/selftests/ftrace/ 9762 F: tools/testing/selftests/ftrace/
9753 9763
9754 TRIVIAL PATCHES 9764 TRIVIAL PATCHES
9755 M: Jiri Kosina <trivial@kernel.org> 9765 M: Jiri Kosina <trivial@kernel.org>
9756 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git 9766 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9757 S: Maintained 9767 S: Maintained
9758 K: ^Subject:.*(?i)trivial 9768 K: ^Subject:.*(?i)trivial
9759 9769
9760 TTY LAYER 9770 TTY LAYER
9761 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 9771 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9762 M: Jiri Slaby <jslaby@suse.cz> 9772 M: Jiri Slaby <jslaby@suse.cz>
9763 S: Supported 9773 S: Supported
9764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git 9774 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9765 F: drivers/tty/ 9775 F: drivers/tty/
9766 F: drivers/tty/serial/serial_core.c 9776 F: drivers/tty/serial/serial_core.c
9767 F: include/linux/serial_core.h 9777 F: include/linux/serial_core.h
9768 F: include/linux/serial.h 9778 F: include/linux/serial.h
9769 F: include/linux/tty.h 9779 F: include/linux/tty.h
9770 F: include/uapi/linux/serial_core.h 9780 F: include/uapi/linux/serial_core.h
9771 F: include/uapi/linux/serial.h 9781 F: include/uapi/linux/serial.h
9772 F: include/uapi/linux/tty.h 9782 F: include/uapi/linux/tty.h
9773 9783
9774 TUA9001 MEDIA DRIVER 9784 TUA9001 MEDIA DRIVER
9775 M: Antti Palosaari <crope@iki.fi> 9785 M: Antti Palosaari <crope@iki.fi>
9776 L: linux-media@vger.kernel.org 9786 L: linux-media@vger.kernel.org
9777 W: http://linuxtv.org/ 9787 W: http://linuxtv.org/
9778 W: http://palosaari.fi/linux/ 9788 W: http://palosaari.fi/linux/
9779 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 9789 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9780 T: git git://linuxtv.org/anttip/media_tree.git 9790 T: git git://linuxtv.org/anttip/media_tree.git
9781 S: Maintained 9791 S: Maintained
9782 F: drivers/media/tuners/tua9001* 9792 F: drivers/media/tuners/tua9001*
9783 9793
9784 TULIP NETWORK DRIVERS 9794 TULIP NETWORK DRIVERS
9785 M: Grant Grundler <grundler@parisc-linux.org> 9795 M: Grant Grundler <grundler@parisc-linux.org>
9786 L: netdev@vger.kernel.org 9796 L: netdev@vger.kernel.org
9787 S: Maintained 9797 S: Maintained
9788 F: drivers/net/ethernet/dec/tulip/ 9798 F: drivers/net/ethernet/dec/tulip/
9789 9799
9790 TUN/TAP driver 9800 TUN/TAP driver
9791 M: Maxim Krasnyansky <maxk@qti.qualcomm.com> 9801 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
9792 W: http://vtun.sourceforge.net/tun 9802 W: http://vtun.sourceforge.net/tun
9793 S: Maintained 9803 S: Maintained
9794 F: Documentation/networking/tuntap.txt 9804 F: Documentation/networking/tuntap.txt
9795 F: arch/um/os-Linux/drivers/ 9805 F: arch/um/os-Linux/drivers/
9796 9806
9797 TURBOCHANNEL SUBSYSTEM 9807 TURBOCHANNEL SUBSYSTEM
9798 M: "Maciej W. Rozycki" <macro@linux-mips.org> 9808 M: "Maciej W. Rozycki" <macro@linux-mips.org>
9799 M: Ralf Baechle <ralf@linux-mips.org> 9809 M: Ralf Baechle <ralf@linux-mips.org>
9800 L: linux-mips@linux-mips.org 9810 L: linux-mips@linux-mips.org
9801 Q: http://patchwork.linux-mips.org/project/linux-mips/list/ 9811 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
9802 S: Maintained 9812 S: Maintained
9803 F: drivers/tc/ 9813 F: drivers/tc/
9804 F: include/linux/tc.h 9814 F: include/linux/tc.h
9805 9815
9806 U14-34F SCSI DRIVER 9816 U14-34F SCSI DRIVER
9807 M: Dario Ballabio <ballabio_dario@emc.com> 9817 M: Dario Ballabio <ballabio_dario@emc.com>
9808 L: linux-scsi@vger.kernel.org 9818 L: linux-scsi@vger.kernel.org
9809 S: Maintained 9819 S: Maintained
9810 F: drivers/scsi/u14-34f.c 9820 F: drivers/scsi/u14-34f.c
9811 9821
9812 UBI FILE SYSTEM (UBIFS) 9822 UBI FILE SYSTEM (UBIFS)
9813 M: Artem Bityutskiy <dedekind1@gmail.com> 9823 M: Artem Bityutskiy <dedekind1@gmail.com>
9814 M: Adrian Hunter <adrian.hunter@intel.com> 9824 M: Adrian Hunter <adrian.hunter@intel.com>
9815 L: linux-mtd@lists.infradead.org 9825 L: linux-mtd@lists.infradead.org
9816 T: git git://git.infradead.org/ubifs-2.6.git 9826 T: git git://git.infradead.org/ubifs-2.6.git
9817 W: http://www.linux-mtd.infradead.org/doc/ubifs.html 9827 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
9818 S: Maintained 9828 S: Maintained
9819 F: Documentation/filesystems/ubifs.txt 9829 F: Documentation/filesystems/ubifs.txt
9820 F: fs/ubifs/ 9830 F: fs/ubifs/
9821 9831
9822 UCLINUX (AND M68KNOMMU) 9832 UCLINUX (AND M68KNOMMU)
9823 M: Greg Ungerer <gerg@uclinux.org> 9833 M: Greg Ungerer <gerg@uclinux.org>
9824 W: http://www.uclinux.org/ 9834 W: http://www.uclinux.org/
9825 L: uclinux-dev@uclinux.org (subscribers-only) 9835 L: uclinux-dev@uclinux.org (subscribers-only)
9826 S: Maintained 9836 S: Maintained
9827 F: arch/m68k/*/*_no.* 9837 F: arch/m68k/*/*_no.*
9828 F: arch/m68k/include/asm/*_no.* 9838 F: arch/m68k/include/asm/*_no.*
9829 9839
9830 UDF FILESYSTEM 9840 UDF FILESYSTEM
9831 M: Jan Kara <jack@suse.cz> 9841 M: Jan Kara <jack@suse.cz>
9832 S: Maintained 9842 S: Maintained
9833 F: Documentation/filesystems/udf.txt 9843 F: Documentation/filesystems/udf.txt
9834 F: fs/udf/ 9844 F: fs/udf/
9835 9845
9836 UFS FILESYSTEM 9846 UFS FILESYSTEM
9837 M: Evgeniy Dushistov <dushistov@mail.ru> 9847 M: Evgeniy Dushistov <dushistov@mail.ru>
9838 S: Maintained 9848 S: Maintained
9839 F: Documentation/filesystems/ufs.txt 9849 F: Documentation/filesystems/ufs.txt
9840 F: fs/ufs/ 9850 F: fs/ufs/
9841 9851
9842 UHID USERSPACE HID IO DRIVER: 9852 UHID USERSPACE HID IO DRIVER:
9843 M: David Herrmann <dh.herrmann@googlemail.com> 9853 M: David Herrmann <dh.herrmann@googlemail.com>
9844 L: linux-input@vger.kernel.org 9854 L: linux-input@vger.kernel.org
9845 S: Maintained 9855 S: Maintained
9846 F: drivers/hid/uhid.c 9856 F: drivers/hid/uhid.c
9847 F: include/uapi/linux/uhid.h 9857 F: include/uapi/linux/uhid.h
9848 9858
9849 ULTRA-WIDEBAND (UWB) SUBSYSTEM: 9859 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9850 L: linux-usb@vger.kernel.org 9860 L: linux-usb@vger.kernel.org
9851 S: Orphan 9861 S: Orphan
9852 F: drivers/uwb/ 9862 F: drivers/uwb/
9853 F: include/linux/uwb.h 9863 F: include/linux/uwb.h
9854 F: include/linux/uwb/ 9864 F: include/linux/uwb/
9855 9865
9856 UNICORE32 ARCHITECTURE: 9866 UNICORE32 ARCHITECTURE:
9857 M: Guan Xuetao <gxt@mprc.pku.edu.cn> 9867 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9858 W: http://mprc.pku.edu.cn/~guanxuetao/linux 9868 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9859 S: Maintained 9869 S: Maintained
9860 T: git git://github.com/gxt/linux.git 9870 T: git git://github.com/gxt/linux.git
9861 F: arch/unicore32/ 9871 F: arch/unicore32/
9862 9872
9863 UNIFDEF 9873 UNIFDEF
9864 M: Tony Finch <dot@dotat.at> 9874 M: Tony Finch <dot@dotat.at>
9865 W: http://dotat.at/prog/unifdef 9875 W: http://dotat.at/prog/unifdef
9866 S: Maintained 9876 S: Maintained
9867 F: scripts/unifdef.c 9877 F: scripts/unifdef.c
9868 9878
9869 UNIFORM CDROM DRIVER 9879 UNIFORM CDROM DRIVER
9870 M: Jens Axboe <axboe@kernel.dk> 9880 M: Jens Axboe <axboe@kernel.dk>
9871 W: http://www.kernel.dk 9881 W: http://www.kernel.dk
9872 S: Maintained 9882 S: Maintained
9873 F: Documentation/cdrom/ 9883 F: Documentation/cdrom/
9874 F: drivers/cdrom/cdrom.c 9884 F: drivers/cdrom/cdrom.c
9875 F: include/linux/cdrom.h 9885 F: include/linux/cdrom.h
9876 F: include/uapi/linux/cdrom.h 9886 F: include/uapi/linux/cdrom.h
9877 9887
9878 UNISYS S-PAR DRIVERS 9888 UNISYS S-PAR DRIVERS
9879 M: Benjamin Romer <benjamin.romer@unisys.com> 9889 M: Benjamin Romer <benjamin.romer@unisys.com>
9880 M: David Kershner <david.kershner@unisys.com> 9890 M: David Kershner <david.kershner@unisys.com>
9881 L: sparmaintainer@unisys.com (Unisys internal) 9891 L: sparmaintainer@unisys.com (Unisys internal)
9882 S: Supported 9892 S: Supported
9883 F: drivers/staging/unisys/ 9893 F: drivers/staging/unisys/
9884 9894
9885 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER 9895 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9886 M: Vinayak Holikatti <vinholikatti@gmail.com> 9896 M: Vinayak Holikatti <vinholikatti@gmail.com>
9887 L: linux-scsi@vger.kernel.org 9897 L: linux-scsi@vger.kernel.org
9888 S: Supported 9898 S: Supported
9889 F: Documentation/scsi/ufs.txt 9899 F: Documentation/scsi/ufs.txt
9890 F: drivers/scsi/ufs/ 9900 F: drivers/scsi/ufs/
9891 9901
9892 UNSORTED BLOCK IMAGES (UBI) 9902 UNSORTED BLOCK IMAGES (UBI)
9893 M: Artem Bityutskiy <dedekind1@gmail.com> 9903 M: Artem Bityutskiy <dedekind1@gmail.com>
9894 W: http://www.linux-mtd.infradead.org/ 9904 W: http://www.linux-mtd.infradead.org/
9895 L: linux-mtd@lists.infradead.org 9905 L: linux-mtd@lists.infradead.org
9896 T: git git://git.infradead.org/ubifs-2.6.git 9906 T: git git://git.infradead.org/ubifs-2.6.git
9897 S: Maintained 9907 S: Maintained
9898 F: drivers/mtd/ubi/ 9908 F: drivers/mtd/ubi/
9899 F: include/linux/mtd/ubi.h 9909 F: include/linux/mtd/ubi.h
9900 F: include/uapi/mtd/ubi-user.h 9910 F: include/uapi/mtd/ubi-user.h
9901 9911
9902 UNSORTED BLOCK IMAGES (UBI) Fastmap 9912 UNSORTED BLOCK IMAGES (UBI) Fastmap
9903 M: Richard Weinberger <richard@nod.at> 9913 M: Richard Weinberger <richard@nod.at>
9904 L: linux-mtd@lists.infradead.org 9914 L: linux-mtd@lists.infradead.org
9905 S: Maintained 9915 S: Maintained
9906 F: drivers/mtd/ubi/fastmap.c 9916 F: drivers/mtd/ubi/fastmap.c
9907 9917
9908 USB ACM DRIVER 9918 USB ACM DRIVER
9909 M: Oliver Neukum <oliver@neukum.org> 9919 M: Oliver Neukum <oliver@neukum.org>
9910 L: linux-usb@vger.kernel.org 9920 L: linux-usb@vger.kernel.org
9911 S: Maintained 9921 S: Maintained
9912 F: Documentation/usb/acm.txt 9922 F: Documentation/usb/acm.txt
9913 F: drivers/usb/class/cdc-acm.* 9923 F: drivers/usb/class/cdc-acm.*
9914 9924
9915 USB AR5523 WIRELESS DRIVER 9925 USB AR5523 WIRELESS DRIVER
9916 M: Pontus Fuchs <pontus.fuchs@gmail.com> 9926 M: Pontus Fuchs <pontus.fuchs@gmail.com>
9917 L: linux-wireless@vger.kernel.org 9927 L: linux-wireless@vger.kernel.org
9918 S: Maintained 9928 S: Maintained
9919 F: drivers/net/wireless/ath/ar5523/ 9929 F: drivers/net/wireless/ath/ar5523/
9920 9930
9921 USB ATTACHED SCSI 9931 USB ATTACHED SCSI
9922 M: Hans de Goede <hdegoede@redhat.com> 9932 M: Hans de Goede <hdegoede@redhat.com>
9923 M: Gerd Hoffmann <kraxel@redhat.com> 9933 M: Gerd Hoffmann <kraxel@redhat.com>
9924 L: linux-usb@vger.kernel.org 9934 L: linux-usb@vger.kernel.org
9925 L: linux-scsi@vger.kernel.org 9935 L: linux-scsi@vger.kernel.org
9926 S: Maintained 9936 S: Maintained
9927 F: drivers/usb/storage/uas.c 9937 F: drivers/usb/storage/uas.c
9928 9938
9929 USB CDC ETHERNET DRIVER 9939 USB CDC ETHERNET DRIVER
9930 M: Oliver Neukum <oliver@neukum.org> 9940 M: Oliver Neukum <oliver@neukum.org>
9931 L: linux-usb@vger.kernel.org 9941 L: linux-usb@vger.kernel.org
9932 S: Maintained 9942 S: Maintained
9933 F: drivers/net/usb/cdc_*.c 9943 F: drivers/net/usb/cdc_*.c
9934 F: include/uapi/linux/usb/cdc.h 9944 F: include/uapi/linux/usb/cdc.h
9935 9945
9936 USB CYPRESS C67X00 DRIVER 9946 USB CYPRESS C67X00 DRIVER
9937 M: Peter Korsgaard <jacmet@sunsite.dk> 9947 M: Peter Korsgaard <jacmet@sunsite.dk>
9938 L: linux-usb@vger.kernel.org 9948 L: linux-usb@vger.kernel.org
9939 S: Maintained 9949 S: Maintained
9940 F: drivers/usb/c67x00/ 9950 F: drivers/usb/c67x00/
9941 9951
9942 USB DAVICOM DM9601 DRIVER 9952 USB DAVICOM DM9601 DRIVER
9943 M: Peter Korsgaard <jacmet@sunsite.dk> 9953 M: Peter Korsgaard <jacmet@sunsite.dk>
9944 L: netdev@vger.kernel.org 9954 L: netdev@vger.kernel.org
9945 W: http://www.linux-usb.org/usbnet 9955 W: http://www.linux-usb.org/usbnet
9946 S: Maintained 9956 S: Maintained
9947 F: drivers/net/usb/dm9601.c 9957 F: drivers/net/usb/dm9601.c
9948 9958
9949 USB DIAMOND RIO500 DRIVER 9959 USB DIAMOND RIO500 DRIVER
9950 M: Cesar Miquel <miquel@df.uba.ar> 9960 M: Cesar Miquel <miquel@df.uba.ar>
9951 L: rio500-users@lists.sourceforge.net 9961 L: rio500-users@lists.sourceforge.net
9952 W: http://rio500.sourceforge.net 9962 W: http://rio500.sourceforge.net
9953 S: Maintained 9963 S: Maintained
9954 F: drivers/usb/misc/rio500* 9964 F: drivers/usb/misc/rio500*
9955 9965
9956 USB EHCI DRIVER 9966 USB EHCI DRIVER
9957 M: Alan Stern <stern@rowland.harvard.edu> 9967 M: Alan Stern <stern@rowland.harvard.edu>
9958 L: linux-usb@vger.kernel.org 9968 L: linux-usb@vger.kernel.org
9959 S: Maintained 9969 S: Maintained
9960 F: Documentation/usb/ehci.txt 9970 F: Documentation/usb/ehci.txt
9961 F: drivers/usb/host/ehci* 9971 F: drivers/usb/host/ehci*
9962 9972
9963 USB GADGET/PERIPHERAL SUBSYSTEM 9973 USB GADGET/PERIPHERAL SUBSYSTEM
9964 M: Felipe Balbi <balbi@ti.com> 9974 M: Felipe Balbi <balbi@ti.com>
9965 L: linux-usb@vger.kernel.org 9975 L: linux-usb@vger.kernel.org
9966 W: http://www.linux-usb.org/gadget 9976 W: http://www.linux-usb.org/gadget
9967 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 9977 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9968 S: Maintained 9978 S: Maintained
9969 F: drivers/usb/gadget/ 9979 F: drivers/usb/gadget/
9970 F: include/linux/usb/gadget* 9980 F: include/linux/usb/gadget*
9971 9981
9972 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) 9982 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9973 M: Jiri Kosina <jkosina@suse.cz> 9983 M: Jiri Kosina <jkosina@suse.cz>
9974 L: linux-usb@vger.kernel.org 9984 L: linux-usb@vger.kernel.org
9975 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 9985 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9976 S: Maintained 9986 S: Maintained
9977 F: Documentation/hid/hiddev.txt 9987 F: Documentation/hid/hiddev.txt
9978 F: drivers/hid/usbhid/ 9988 F: drivers/hid/usbhid/
9979 9989
9980 USB ISP116X DRIVER 9990 USB ISP116X DRIVER
9981 M: Olav Kongas <ok@artecdesign.ee> 9991 M: Olav Kongas <ok@artecdesign.ee>
9982 L: linux-usb@vger.kernel.org 9992 L: linux-usb@vger.kernel.org
9983 S: Maintained 9993 S: Maintained
9984 F: drivers/usb/host/isp116x* 9994 F: drivers/usb/host/isp116x*
9985 F: include/linux/usb/isp116x.h 9995 F: include/linux/usb/isp116x.h
9986 9996
9987 USB MASS STORAGE DRIVER 9997 USB MASS STORAGE DRIVER
9988 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net> 9998 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9989 L: linux-usb@vger.kernel.org 9999 L: linux-usb@vger.kernel.org
9990 L: usb-storage@lists.one-eyed-alien.net 10000 L: usb-storage@lists.one-eyed-alien.net
9991 S: Maintained 10001 S: Maintained
9992 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ 10002 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
9993 F: drivers/usb/storage/ 10003 F: drivers/usb/storage/
9994 10004
9995 USB MIDI DRIVER 10005 USB MIDI DRIVER
9996 M: Clemens Ladisch <clemens@ladisch.de> 10006 M: Clemens Ladisch <clemens@ladisch.de>
9997 L: alsa-devel@alsa-project.org (moderated for non-subscribers) 10007 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9998 T: git git://git.alsa-project.org/alsa-kernel.git 10008 T: git git://git.alsa-project.org/alsa-kernel.git
9999 S: Maintained 10009 S: Maintained
10000 F: sound/usb/midi.* 10010 F: sound/usb/midi.*
10001 10011
10002 USB NETWORKING DRIVERS 10012 USB NETWORKING DRIVERS
10003 L: linux-usb@vger.kernel.org 10013 L: linux-usb@vger.kernel.org
10004 S: Odd Fixes 10014 S: Odd Fixes
10005 F: drivers/net/usb/ 10015 F: drivers/net/usb/
10006 10016
10007 USB OHCI DRIVER 10017 USB OHCI DRIVER
10008 M: Alan Stern <stern@rowland.harvard.edu> 10018 M: Alan Stern <stern@rowland.harvard.edu>
10009 L: linux-usb@vger.kernel.org 10019 L: linux-usb@vger.kernel.org
10010 S: Maintained 10020 S: Maintained
10011 F: Documentation/usb/ohci.txt 10021 F: Documentation/usb/ohci.txt
10012 F: drivers/usb/host/ohci* 10022 F: drivers/usb/host/ohci*
10013 10023
10014 USB OVER IP DRIVER 10024 USB OVER IP DRIVER
10015 M: Valentina Manea <valentina.manea.m@gmail.com> 10025 M: Valentina Manea <valentina.manea.m@gmail.com>
10016 M: Shuah Khan <shuah.kh@samsung.com> 10026 M: Shuah Khan <shuah.kh@samsung.com>
10017 L: linux-usb@vger.kernel.org 10027 L: linux-usb@vger.kernel.org
10018 S: Maintained 10028 S: Maintained
10019 F: drivers/usb/usbip/ 10029 F: drivers/usb/usbip/
10020 F: tools/usb/usbip/ 10030 F: tools/usb/usbip/
10021 10031
10022 USB PEGASUS DRIVER 10032 USB PEGASUS DRIVER
10023 M: Petko Manolov <petkan@nucleusys.com> 10033 M: Petko Manolov <petkan@nucleusys.com>
10024 L: linux-usb@vger.kernel.org 10034 L: linux-usb@vger.kernel.org
10025 L: netdev@vger.kernel.org 10035 L: netdev@vger.kernel.org
10026 T: git git://github.com/petkan/pegasus.git 10036 T: git git://github.com/petkan/pegasus.git
10027 W: https://github.com/petkan/pegasus 10037 W: https://github.com/petkan/pegasus
10028 S: Maintained 10038 S: Maintained
10029 F: drivers/net/usb/pegasus.* 10039 F: drivers/net/usb/pegasus.*
10030 10040
10031 USB PHY LAYER 10041 USB PHY LAYER
10032 M: Felipe Balbi <balbi@ti.com> 10042 M: Felipe Balbi <balbi@ti.com>
10033 L: linux-usb@vger.kernel.org 10043 L: linux-usb@vger.kernel.org
10034 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 10044 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10035 S: Maintained 10045 S: Maintained
10036 F: drivers/usb/phy/ 10046 F: drivers/usb/phy/
10037 10047
10038 USB PRINTER DRIVER (usblp) 10048 USB PRINTER DRIVER (usblp)
10039 M: Pete Zaitcev <zaitcev@redhat.com> 10049 M: Pete Zaitcev <zaitcev@redhat.com>
10040 L: linux-usb@vger.kernel.org 10050 L: linux-usb@vger.kernel.org
10041 S: Supported 10051 S: Supported
10042 F: drivers/usb/class/usblp.c 10052 F: drivers/usb/class/usblp.c
10043 10053
10044 USB RTL8150 DRIVER 10054 USB RTL8150 DRIVER
10045 M: Petko Manolov <petkan@nucleusys.com> 10055 M: Petko Manolov <petkan@nucleusys.com>
10046 L: linux-usb@vger.kernel.org 10056 L: linux-usb@vger.kernel.org
10047 L: netdev@vger.kernel.org 10057 L: netdev@vger.kernel.org
10048 T: git git://github.com/petkan/rtl8150.git 10058 T: git git://github.com/petkan/rtl8150.git
10049 W: https://github.com/petkan/rtl8150 10059 W: https://github.com/petkan/rtl8150
10050 S: Maintained 10060 S: Maintained
10051 F: drivers/net/usb/rtl8150.c 10061 F: drivers/net/usb/rtl8150.c
10052 10062
10053 USB SERIAL SUBSYSTEM 10063 USB SERIAL SUBSYSTEM
10054 M: Johan Hovold <johan@kernel.org> 10064 M: Johan Hovold <johan@kernel.org>
10055 L: linux-usb@vger.kernel.org 10065 L: linux-usb@vger.kernel.org
10056 S: Maintained 10066 S: Maintained
10057 F: Documentation/usb/usb-serial.txt 10067 F: Documentation/usb/usb-serial.txt
10058 F: drivers/usb/serial/ 10068 F: drivers/usb/serial/
10059 F: include/linux/usb/serial.h 10069 F: include/linux/usb/serial.h
10060 10070
10061 USB SMSC75XX ETHERNET DRIVER 10071 USB SMSC75XX ETHERNET DRIVER
10062 M: Steve Glendinning <steve.glendinning@shawell.net> 10072 M: Steve Glendinning <steve.glendinning@shawell.net>
10063 L: netdev@vger.kernel.org 10073 L: netdev@vger.kernel.org
10064 S: Maintained 10074 S: Maintained
10065 F: drivers/net/usb/smsc75xx.* 10075 F: drivers/net/usb/smsc75xx.*
10066 10076
10067 USB SMSC95XX ETHERNET DRIVER 10077 USB SMSC95XX ETHERNET DRIVER
10068 M: Steve Glendinning <steve.glendinning@shawell.net> 10078 M: Steve Glendinning <steve.glendinning@shawell.net>
10069 L: netdev@vger.kernel.org 10079 L: netdev@vger.kernel.org
10070 S: Maintained 10080 S: Maintained
10071 F: drivers/net/usb/smsc95xx.* 10081 F: drivers/net/usb/smsc95xx.*
10072 10082
10073 USB SUBSYSTEM 10083 USB SUBSYSTEM
10074 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 10084 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10075 L: linux-usb@vger.kernel.org 10085 L: linux-usb@vger.kernel.org
10076 W: http://www.linux-usb.org 10086 W: http://www.linux-usb.org
10077 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git 10087 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10078 S: Supported 10088 S: Supported
10079 F: Documentation/usb/ 10089 F: Documentation/usb/
10080 F: drivers/usb/ 10090 F: drivers/usb/
10081 F: include/linux/usb.h 10091 F: include/linux/usb.h
10082 F: include/linux/usb/ 10092 F: include/linux/usb/
10083 10093
10084 USB UHCI DRIVER 10094 USB UHCI DRIVER
10085 M: Alan Stern <stern@rowland.harvard.edu> 10095 M: Alan Stern <stern@rowland.harvard.edu>
10086 L: linux-usb@vger.kernel.org 10096 L: linux-usb@vger.kernel.org
10087 S: Maintained 10097 S: Maintained
10088 F: drivers/usb/host/uhci* 10098 F: drivers/usb/host/uhci*
10089 10099
10090 USB "USBNET" DRIVER FRAMEWORK 10100 USB "USBNET" DRIVER FRAMEWORK
10091 M: Oliver Neukum <oneukum@suse.de> 10101 M: Oliver Neukum <oneukum@suse.de>
10092 L: netdev@vger.kernel.org 10102 L: netdev@vger.kernel.org
10093 W: http://www.linux-usb.org/usbnet 10103 W: http://www.linux-usb.org/usbnet
10094 S: Maintained 10104 S: Maintained
10095 F: drivers/net/usb/usbnet.c 10105 F: drivers/net/usb/usbnet.c
10096 F: include/linux/usb/usbnet.h 10106 F: include/linux/usb/usbnet.h
10097 10107
10098 USB VIDEO CLASS 10108 USB VIDEO CLASS
10099 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 10109 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10100 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only) 10110 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10101 L: linux-media@vger.kernel.org 10111 L: linux-media@vger.kernel.org
10102 T: git git://linuxtv.org/media_tree.git 10112 T: git git://linuxtv.org/media_tree.git
10103 W: http://www.ideasonboard.org/uvc/ 10113 W: http://www.ideasonboard.org/uvc/
10104 S: Maintained 10114 S: Maintained
10105 F: drivers/media/usb/uvc/ 10115 F: drivers/media/usb/uvc/
10106 F: include/uapi/linux/uvcvideo.h 10116 F: include/uapi/linux/uvcvideo.h
10107 10117
10108 USB VISION DRIVER 10118 USB VISION DRIVER
10109 M: Hans Verkuil <hverkuil@xs4all.nl> 10119 M: Hans Verkuil <hverkuil@xs4all.nl>
10110 L: linux-media@vger.kernel.org 10120 L: linux-media@vger.kernel.org
10111 T: git git://linuxtv.org/media_tree.git 10121 T: git git://linuxtv.org/media_tree.git
10112 W: http://linuxtv.org 10122 W: http://linuxtv.org
10113 S: Odd Fixes 10123 S: Odd Fixes
10114 F: drivers/media/usb/usbvision/ 10124 F: drivers/media/usb/usbvision/
10115 10125
10116 USB WEBCAM GADGET 10126 USB WEBCAM GADGET
10117 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 10127 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10118 L: linux-usb@vger.kernel.org 10128 L: linux-usb@vger.kernel.org
10119 S: Maintained 10129 S: Maintained
10120 F: drivers/usb/gadget/function/*uvc* 10130 F: drivers/usb/gadget/function/*uvc*
10121 F: drivers/usb/gadget/legacy/webcam.c 10131 F: drivers/usb/gadget/legacy/webcam.c
10122 10132
10123 USB WIRELESS RNDIS DRIVER (rndis_wlan) 10133 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10124 M: Jussi Kivilinna <jussi.kivilinna@iki.fi> 10134 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
10125 L: linux-wireless@vger.kernel.org 10135 L: linux-wireless@vger.kernel.org
10126 S: Maintained 10136 S: Maintained
10127 F: drivers/net/wireless/rndis_wlan.c 10137 F: drivers/net/wireless/rndis_wlan.c
10128 10138
10129 USB XHCI DRIVER 10139 USB XHCI DRIVER
10130 M: Mathias Nyman <mathias.nyman@intel.com> 10140 M: Mathias Nyman <mathias.nyman@intel.com>
10131 L: linux-usb@vger.kernel.org 10141 L: linux-usb@vger.kernel.org
10132 S: Supported 10142 S: Supported
10133 F: drivers/usb/host/xhci* 10143 F: drivers/usb/host/xhci*
10134 F: drivers/usb/host/pci-quirks* 10144 F: drivers/usb/host/pci-quirks*
10135 10145
10136 USB ZD1201 DRIVER 10146 USB ZD1201 DRIVER
10137 L: linux-wireless@vger.kernel.org 10147 L: linux-wireless@vger.kernel.org
10138 W: http://linux-lc100020.sourceforge.net 10148 W: http://linux-lc100020.sourceforge.net
10139 S: Orphan 10149 S: Orphan
10140 F: drivers/net/wireless/zd1201.* 10150 F: drivers/net/wireless/zd1201.*
10141 10151
10142 USB ZR364XX DRIVER 10152 USB ZR364XX DRIVER
10143 M: Antoine Jacquet <royale@zerezo.com> 10153 M: Antoine Jacquet <royale@zerezo.com>
10144 L: linux-usb@vger.kernel.org 10154 L: linux-usb@vger.kernel.org
10145 L: linux-media@vger.kernel.org 10155 L: linux-media@vger.kernel.org
10146 T: git git://linuxtv.org/media_tree.git 10156 T: git git://linuxtv.org/media_tree.git
10147 W: http://royale.zerezo.com/zr364xx/ 10157 W: http://royale.zerezo.com/zr364xx/
10148 S: Maintained 10158 S: Maintained
10149 F: Documentation/video4linux/zr364xx.txt 10159 F: Documentation/video4linux/zr364xx.txt
10150 F: drivers/media/usb/zr364xx/ 10160 F: drivers/media/usb/zr364xx/
10151 10161
10152 USER-MODE LINUX (UML) 10162 USER-MODE LINUX (UML)
10153 M: Jeff Dike <jdike@addtoit.com> 10163 M: Jeff Dike <jdike@addtoit.com>
10154 M: Richard Weinberger <richard@nod.at> 10164 M: Richard Weinberger <richard@nod.at>
10155 L: user-mode-linux-devel@lists.sourceforge.net 10165 L: user-mode-linux-devel@lists.sourceforge.net
10156 L: user-mode-linux-user@lists.sourceforge.net 10166 L: user-mode-linux-user@lists.sourceforge.net
10157 W: http://user-mode-linux.sourceforge.net 10167 W: http://user-mode-linux.sourceforge.net
10158 S: Maintained 10168 S: Maintained
10159 F: Documentation/virtual/uml/ 10169 F: Documentation/virtual/uml/
10160 F: arch/um/ 10170 F: arch/um/
10161 F: arch/x86/um/ 10171 F: arch/x86/um/
10162 F: fs/hostfs/ 10172 F: fs/hostfs/
10163 F: fs/hppfs/ 10173 F: fs/hppfs/
10164 10174
10165 USERSPACE I/O (UIO) 10175 USERSPACE I/O (UIO)
10166 M: "Hans J. Koch" <hjk@hansjkoch.de> 10176 M: "Hans J. Koch" <hjk@hansjkoch.de>
10167 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 10177 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10168 S: Maintained 10178 S: Maintained
10169 F: Documentation/DocBook/uio-howto.tmpl 10179 F: Documentation/DocBook/uio-howto.tmpl
10170 F: drivers/uio/ 10180 F: drivers/uio/
10171 F: include/linux/uio*.h 10181 F: include/linux/uio*.h
10172 10182
10173 UTIL-LINUX PACKAGE 10183 UTIL-LINUX PACKAGE
10174 M: Karel Zak <kzak@redhat.com> 10184 M: Karel Zak <kzak@redhat.com>
10175 L: util-linux@vger.kernel.org 10185 L: util-linux@vger.kernel.org
10176 W: http://en.wikipedia.org/wiki/Util-linux 10186 W: http://en.wikipedia.org/wiki/Util-linux
10177 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git 10187 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10178 S: Maintained 10188 S: Maintained
10179 10189
10180 UVESAFB DRIVER 10190 UVESAFB DRIVER
10181 M: Michal Januszewski <spock@gentoo.org> 10191 M: Michal Januszewski <spock@gentoo.org>
10182 L: linux-fbdev@vger.kernel.org 10192 L: linux-fbdev@vger.kernel.org
10183 W: http://dev.gentoo.org/~spock/projects/uvesafb/ 10193 W: http://dev.gentoo.org/~spock/projects/uvesafb/
10184 S: Maintained 10194 S: Maintained
10185 F: Documentation/fb/uvesafb.txt 10195 F: Documentation/fb/uvesafb.txt
10186 F: drivers/video/fbdev/uvesafb.* 10196 F: drivers/video/fbdev/uvesafb.*
10187 10197
10188 VFAT/FAT/MSDOS FILESYSTEM 10198 VFAT/FAT/MSDOS FILESYSTEM
10189 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> 10199 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10190 S: Maintained 10200 S: Maintained
10191 F: Documentation/filesystems/vfat.txt 10201 F: Documentation/filesystems/vfat.txt
10192 F: fs/fat/ 10202 F: fs/fat/
10193 10203
10194 VFIO DRIVER 10204 VFIO DRIVER
10195 M: Alex Williamson <alex.williamson@redhat.com> 10205 M: Alex Williamson <alex.williamson@redhat.com>
10196 L: kvm@vger.kernel.org 10206 L: kvm@vger.kernel.org
10197 S: Maintained 10207 S: Maintained
10198 F: Documentation/vfio.txt 10208 F: Documentation/vfio.txt
10199 F: drivers/vfio/ 10209 F: drivers/vfio/
10200 F: include/linux/vfio.h 10210 F: include/linux/vfio.h
10201 F: include/uapi/linux/vfio.h 10211 F: include/uapi/linux/vfio.h
10202 10212
10203 VIDEOBUF2 FRAMEWORK 10213 VIDEOBUF2 FRAMEWORK
10204 M: Pawel Osciak <pawel@osciak.com> 10214 M: Pawel Osciak <pawel@osciak.com>
10205 M: Marek Szyprowski <m.szyprowski@samsung.com> 10215 M: Marek Szyprowski <m.szyprowski@samsung.com>
10206 M: Kyungmin Park <kyungmin.park@samsung.com> 10216 M: Kyungmin Park <kyungmin.park@samsung.com>
10207 L: linux-media@vger.kernel.org 10217 L: linux-media@vger.kernel.org
10208 S: Maintained 10218 S: Maintained
10209 F: drivers/media/v4l2-core/videobuf2-* 10219 F: drivers/media/v4l2-core/videobuf2-*
10210 F: include/media/videobuf2-* 10220 F: include/media/videobuf2-*
10211 10221
10212 VIRTIO CONSOLE DRIVER 10222 VIRTIO CONSOLE DRIVER
10213 M: Amit Shah <amit.shah@redhat.com> 10223 M: Amit Shah <amit.shah@redhat.com>
10214 L: virtualization@lists.linux-foundation.org 10224 L: virtualization@lists.linux-foundation.org
10215 S: Maintained 10225 S: Maintained
10216 F: drivers/char/virtio_console.c 10226 F: drivers/char/virtio_console.c
10217 F: include/linux/virtio_console.h 10227 F: include/linux/virtio_console.h
10218 F: include/uapi/linux/virtio_console.h 10228 F: include/uapi/linux/virtio_console.h
10219 10229
10220 VIRTIO CORE, NET AND BLOCK DRIVERS 10230 VIRTIO CORE, NET AND BLOCK DRIVERS
10221 M: Rusty Russell <rusty@rustcorp.com.au> 10231 M: Rusty Russell <rusty@rustcorp.com.au>
10222 M: "Michael S. Tsirkin" <mst@redhat.com> 10232 M: "Michael S. Tsirkin" <mst@redhat.com>
10223 L: virtualization@lists.linux-foundation.org 10233 L: virtualization@lists.linux-foundation.org
10224 S: Maintained 10234 S: Maintained
10225 F: drivers/virtio/ 10235 F: drivers/virtio/
10226 F: tools/virtio/ 10236 F: tools/virtio/
10227 F: drivers/net/virtio_net.c 10237 F: drivers/net/virtio_net.c
10228 F: drivers/block/virtio_blk.c 10238 F: drivers/block/virtio_blk.c
10229 F: include/linux/virtio_*.h 10239 F: include/linux/virtio_*.h
10230 F: include/uapi/linux/virtio_*.h 10240 F: include/uapi/linux/virtio_*.h
10231 10241
10232 VIRTIO HOST (VHOST) 10242 VIRTIO HOST (VHOST)
10233 M: "Michael S. Tsirkin" <mst@redhat.com> 10243 M: "Michael S. Tsirkin" <mst@redhat.com>
10234 L: kvm@vger.kernel.org 10244 L: kvm@vger.kernel.org
10235 L: virtualization@lists.linux-foundation.org 10245 L: virtualization@lists.linux-foundation.org
10236 L: netdev@vger.kernel.org 10246 L: netdev@vger.kernel.org
10237 S: Maintained 10247 S: Maintained
10238 F: drivers/vhost/ 10248 F: drivers/vhost/
10239 F: include/uapi/linux/vhost.h 10249 F: include/uapi/linux/vhost.h
10240 10250
10241 VIA RHINE NETWORK DRIVER 10251 VIA RHINE NETWORK DRIVER
10242 M: Roger Luethi <rl@hellgate.ch> 10252 M: Roger Luethi <rl@hellgate.ch>
10243 S: Maintained 10253 S: Maintained
10244 F: drivers/net/ethernet/via/via-rhine.c 10254 F: drivers/net/ethernet/via/via-rhine.c
10245 10255
10246 VIA SD/MMC CARD CONTROLLER DRIVER 10256 VIA SD/MMC CARD CONTROLLER DRIVER
10247 M: Bruce Chang <brucechang@via.com.tw> 10257 M: Bruce Chang <brucechang@via.com.tw>
10248 M: Harald Welte <HaraldWelte@viatech.com> 10258 M: Harald Welte <HaraldWelte@viatech.com>
10249 S: Maintained 10259 S: Maintained
10250 F: drivers/mmc/host/via-sdmmc.c 10260 F: drivers/mmc/host/via-sdmmc.c
10251 10261
10252 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER 10262 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10253 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 10263 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10254 L: linux-fbdev@vger.kernel.org 10264 L: linux-fbdev@vger.kernel.org
10255 S: Maintained 10265 S: Maintained
10256 F: include/linux/via-core.h 10266 F: include/linux/via-core.h
10257 F: include/linux/via-gpio.h 10267 F: include/linux/via-gpio.h
10258 F: include/linux/via_i2c.h 10268 F: include/linux/via_i2c.h
10259 F: drivers/video/fbdev/via/ 10269 F: drivers/video/fbdev/via/
10260 10270
10261 VIA VELOCITY NETWORK DRIVER 10271 VIA VELOCITY NETWORK DRIVER
10262 M: Francois Romieu <romieu@fr.zoreil.com> 10272 M: Francois Romieu <romieu@fr.zoreil.com>
10263 L: netdev@vger.kernel.org 10273 L: netdev@vger.kernel.org
10264 S: Maintained 10274 S: Maintained
10265 F: drivers/net/ethernet/via/via-velocity.* 10275 F: drivers/net/ethernet/via/via-velocity.*
10266 10276
10267 VIVID VIRTUAL VIDEO DRIVER 10277 VIVID VIRTUAL VIDEO DRIVER
10268 M: Hans Verkuil <hverkuil@xs4all.nl> 10278 M: Hans Verkuil <hverkuil@xs4all.nl>
10269 L: linux-media@vger.kernel.org 10279 L: linux-media@vger.kernel.org
10270 T: git git://linuxtv.org/media_tree.git 10280 T: git git://linuxtv.org/media_tree.git
10271 W: http://linuxtv.org 10281 W: http://linuxtv.org
10272 S: Maintained 10282 S: Maintained
10273 F: drivers/media/platform/vivid/* 10283 F: drivers/media/platform/vivid/*
10274 10284
10275 VLAN (802.1Q) 10285 VLAN (802.1Q)
10276 M: Patrick McHardy <kaber@trash.net> 10286 M: Patrick McHardy <kaber@trash.net>
10277 L: netdev@vger.kernel.org 10287 L: netdev@vger.kernel.org
10278 S: Maintained 10288 S: Maintained
10279 F: drivers/net/macvlan.c 10289 F: drivers/net/macvlan.c
10280 F: include/linux/if_*vlan.h 10290 F: include/linux/if_*vlan.h
10281 F: net/8021q/ 10291 F: net/8021q/
10282 10292
10283 VLYNQ BUS 10293 VLYNQ BUS
10284 M: Florian Fainelli <florian@openwrt.org> 10294 M: Florian Fainelli <florian@openwrt.org>
10285 L: openwrt-devel@lists.openwrt.org (subscribers-only) 10295 L: openwrt-devel@lists.openwrt.org (subscribers-only)
10286 S: Maintained 10296 S: Maintained
10287 F: drivers/vlynq/vlynq.c 10297 F: drivers/vlynq/vlynq.c
10288 F: include/linux/vlynq.h 10298 F: include/linux/vlynq.h
10289 10299
10290 VME SUBSYSTEM 10300 VME SUBSYSTEM
10291 M: Martyn Welch <martyn.welch@ge.com> 10301 M: Martyn Welch <martyn.welch@ge.com>
10292 M: Manohar Vanga <manohar.vanga@gmail.com> 10302 M: Manohar Vanga <manohar.vanga@gmail.com>
10293 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 10303 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10294 L: devel@driverdev.osuosl.org 10304 L: devel@driverdev.osuosl.org
10295 S: Maintained 10305 S: Maintained
10296 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 10306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10297 F: Documentation/vme_api.txt 10307 F: Documentation/vme_api.txt
10298 F: drivers/staging/vme/ 10308 F: drivers/staging/vme/
10299 F: drivers/vme/ 10309 F: drivers/vme/
10300 F: include/linux/vme* 10310 F: include/linux/vme*
10301 10311
10302 VMWARE HYPERVISOR INTERFACE 10312 VMWARE HYPERVISOR INTERFACE
10303 M: Alok Kataria <akataria@vmware.com> 10313 M: Alok Kataria <akataria@vmware.com>
10304 L: virtualization@lists.linux-foundation.org 10314 L: virtualization@lists.linux-foundation.org
10305 S: Supported 10315 S: Supported
10306 F: arch/x86/kernel/cpu/vmware.c 10316 F: arch/x86/kernel/cpu/vmware.c
10307 10317
10308 VMWARE BALLOON DRIVER 10318 VMWARE BALLOON DRIVER
10309 M: Xavier Deguillard <xdeguillard@vmware.com> 10319 M: Xavier Deguillard <xdeguillard@vmware.com>
10310 M: Philip Moltmann <moltmann@vmware.com> 10320 M: Philip Moltmann <moltmann@vmware.com>
10311 M: "VMware, Inc." <pv-drivers@vmware.com> 10321 M: "VMware, Inc." <pv-drivers@vmware.com>
10312 L: linux-kernel@vger.kernel.org 10322 L: linux-kernel@vger.kernel.org
10313 S: Maintained 10323 S: Maintained
10314 F: drivers/misc/vmw_balloon.c 10324 F: drivers/misc/vmw_balloon.c
10315 10325
10316 VMWARE VMXNET3 ETHERNET DRIVER 10326 VMWARE VMXNET3 ETHERNET DRIVER
10317 M: Shreyas Bhatewara <sbhatewara@vmware.com> 10327 M: Shreyas Bhatewara <sbhatewara@vmware.com>
10318 M: "VMware, Inc." <pv-drivers@vmware.com> 10328 M: "VMware, Inc." <pv-drivers@vmware.com>
10319 L: netdev@vger.kernel.org 10329 L: netdev@vger.kernel.org
10320 S: Maintained 10330 S: Maintained
10321 F: drivers/net/vmxnet3/ 10331 F: drivers/net/vmxnet3/
10322 10332
10323 VMware PVSCSI driver 10333 VMware PVSCSI driver
10324 M: Arvind Kumar <arvindkumar@vmware.com> 10334 M: Arvind Kumar <arvindkumar@vmware.com>
10325 M: VMware PV-Drivers <pv-drivers@vmware.com> 10335 M: VMware PV-Drivers <pv-drivers@vmware.com>
10326 L: linux-scsi@vger.kernel.org 10336 L: linux-scsi@vger.kernel.org
10327 S: Maintained 10337 S: Maintained
10328 F: drivers/scsi/vmw_pvscsi.c 10338 F: drivers/scsi/vmw_pvscsi.c
10329 F: drivers/scsi/vmw_pvscsi.h 10339 F: drivers/scsi/vmw_pvscsi.h
10330 10340
10331 VOLTAGE AND CURRENT REGULATOR FRAMEWORK 10341 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10332 M: Liam Girdwood <lgirdwood@gmail.com> 10342 M: Liam Girdwood <lgirdwood@gmail.com>
10333 M: Mark Brown <broonie@kernel.org> 10343 M: Mark Brown <broonie@kernel.org>
10334 L: linux-kernel@vger.kernel.org 10344 L: linux-kernel@vger.kernel.org
10335 W: http://opensource.wolfsonmicro.com/node/15 10345 W: http://opensource.wolfsonmicro.com/node/15
10336 W: http://www.slimlogic.co.uk/?p=48 10346 W: http://www.slimlogic.co.uk/?p=48
10337 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git 10347 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10338 S: Supported 10348 S: Supported
10339 F: drivers/regulator/ 10349 F: drivers/regulator/
10340 F: include/linux/regulator/ 10350 F: include/linux/regulator/
10341 10351
10342 VT1211 HARDWARE MONITOR DRIVER 10352 VT1211 HARDWARE MONITOR DRIVER
10343 M: Juerg Haefliger <juergh@gmail.com> 10353 M: Juerg Haefliger <juergh@gmail.com>
10344 L: lm-sensors@lm-sensors.org 10354 L: lm-sensors@lm-sensors.org
10345 S: Maintained 10355 S: Maintained
10346 F: Documentation/hwmon/vt1211 10356 F: Documentation/hwmon/vt1211
10347 F: drivers/hwmon/vt1211.c 10357 F: drivers/hwmon/vt1211.c
10348 10358
10349 VT8231 HARDWARE MONITOR DRIVER 10359 VT8231 HARDWARE MONITOR DRIVER
10350 M: Roger Lucas <vt8231@hiddenengine.co.uk> 10360 M: Roger Lucas <vt8231@hiddenengine.co.uk>
10351 L: lm-sensors@lm-sensors.org 10361 L: lm-sensors@lm-sensors.org
10352 S: Maintained 10362 S: Maintained
10353 F: drivers/hwmon/vt8231.c 10363 F: drivers/hwmon/vt8231.c
10354 10364
10355 VUB300 USB to SDIO/SD/MMC bridge chip 10365 VUB300 USB to SDIO/SD/MMC bridge chip
10356 M: Tony Olech <tony.olech@elandigitalsystems.com> 10366 M: Tony Olech <tony.olech@elandigitalsystems.com>
10357 L: linux-mmc@vger.kernel.org 10367 L: linux-mmc@vger.kernel.org
10358 L: linux-usb@vger.kernel.org 10368 L: linux-usb@vger.kernel.org
10359 S: Supported 10369 S: Supported
10360 F: drivers/mmc/host/vub300.c 10370 F: drivers/mmc/host/vub300.c
10361 10371
10362 W1 DALLAS'S 1-WIRE BUS 10372 W1 DALLAS'S 1-WIRE BUS
10363 M: Evgeniy Polyakov <zbr@ioremap.net> 10373 M: Evgeniy Polyakov <zbr@ioremap.net>
10364 S: Maintained 10374 S: Maintained
10365 F: Documentation/w1/ 10375 F: Documentation/w1/
10366 F: drivers/w1/ 10376 F: drivers/w1/
10367 10377
10368 W83791D HARDWARE MONITORING DRIVER 10378 W83791D HARDWARE MONITORING DRIVER
10369 M: Marc Hulsman <m.hulsman@tudelft.nl> 10379 M: Marc Hulsman <m.hulsman@tudelft.nl>
10370 L: lm-sensors@lm-sensors.org 10380 L: lm-sensors@lm-sensors.org
10371 S: Maintained 10381 S: Maintained
10372 F: Documentation/hwmon/w83791d 10382 F: Documentation/hwmon/w83791d
10373 F: drivers/hwmon/w83791d.c 10383 F: drivers/hwmon/w83791d.c
10374 10384
10375 W83793 HARDWARE MONITORING DRIVER 10385 W83793 HARDWARE MONITORING DRIVER
10376 M: Rudolf Marek <r.marek@assembler.cz> 10386 M: Rudolf Marek <r.marek@assembler.cz>
10377 L: lm-sensors@lm-sensors.org 10387 L: lm-sensors@lm-sensors.org
10378 S: Maintained 10388 S: Maintained
10379 F: Documentation/hwmon/w83793 10389 F: Documentation/hwmon/w83793
10380 F: drivers/hwmon/w83793.c 10390 F: drivers/hwmon/w83793.c
10381 10391
10382 W83795 HARDWARE MONITORING DRIVER 10392 W83795 HARDWARE MONITORING DRIVER
10383 M: Jean Delvare <jdelvare@suse.de> 10393 M: Jean Delvare <jdelvare@suse.de>
10384 L: lm-sensors@lm-sensors.org 10394 L: lm-sensors@lm-sensors.org
10385 S: Maintained 10395 S: Maintained
10386 F: drivers/hwmon/w83795.c 10396 F: drivers/hwmon/w83795.c
10387 10397
10388 W83L51xD SD/MMC CARD INTERFACE DRIVER 10398 W83L51xD SD/MMC CARD INTERFACE DRIVER
10389 M: Pierre Ossman <pierre@ossman.eu> 10399 M: Pierre Ossman <pierre@ossman.eu>
10390 S: Maintained 10400 S: Maintained
10391 F: drivers/mmc/host/wbsd.* 10401 F: drivers/mmc/host/wbsd.*
10392 10402
10393 WACOM PROTOCOL 4 SERIAL TABLETS 10403 WACOM PROTOCOL 4 SERIAL TABLETS
10394 M: Julian Squires <julian@cipht.net> 10404 M: Julian Squires <julian@cipht.net>
10395 M: Hans de Goede <hdegoede@redhat.com> 10405 M: Hans de Goede <hdegoede@redhat.com>
10396 L: linux-input@vger.kernel.org 10406 L: linux-input@vger.kernel.org
10397 S: Maintained 10407 S: Maintained
10398 F: drivers/input/tablet/wacom_serial4.c 10408 F: drivers/input/tablet/wacom_serial4.c
10399 10409
10400 WATCHDOG DEVICE DRIVERS 10410 WATCHDOG DEVICE DRIVERS
10401 M: Wim Van Sebroeck <wim@iguana.be> 10411 M: Wim Van Sebroeck <wim@iguana.be>
10402 L: linux-watchdog@vger.kernel.org 10412 L: linux-watchdog@vger.kernel.org
10403 W: http://www.linux-watchdog.org/ 10413 W: http://www.linux-watchdog.org/
10404 T: git git://www.linux-watchdog.org/linux-watchdog.git 10414 T: git git://www.linux-watchdog.org/linux-watchdog.git
10405 S: Maintained 10415 S: Maintained
10406 F: Documentation/watchdog/ 10416 F: Documentation/watchdog/
10407 F: drivers/watchdog/ 10417 F: drivers/watchdog/
10408 F: include/linux/watchdog.h 10418 F: include/linux/watchdog.h
10409 F: include/uapi/linux/watchdog.h 10419 F: include/uapi/linux/watchdog.h
10410 10420
10411 WD7000 SCSI DRIVER 10421 WD7000 SCSI DRIVER
10412 M: Miroslav Zagorac <zaga@fly.cc.fer.hr> 10422 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
10413 L: linux-scsi@vger.kernel.org 10423 L: linux-scsi@vger.kernel.org
10414 S: Maintained 10424 S: Maintained
10415 F: drivers/scsi/wd7000.c 10425 F: drivers/scsi/wd7000.c
10416 10426
10417 WIIMOTE HID DRIVER 10427 WIIMOTE HID DRIVER
10418 M: David Herrmann <dh.herrmann@googlemail.com> 10428 M: David Herrmann <dh.herrmann@googlemail.com>
10419 L: linux-input@vger.kernel.org 10429 L: linux-input@vger.kernel.org
10420 S: Maintained 10430 S: Maintained
10421 F: drivers/hid/hid-wiimote* 10431 F: drivers/hid/hid-wiimote*
10422 10432
10423 WINBOND CIR DRIVER 10433 WINBOND CIR DRIVER
10424 M: David Hรคrdeman <david@hardeman.nu> 10434 M: David Hรƒยคrdeman <david@hardeman.nu>
10425 S: Maintained 10435 S: Maintained
10426 F: drivers/media/rc/winbond-cir.c 10436 F: drivers/media/rc/winbond-cir.c
10427 10437
10428 WIMAX STACK 10438 WIMAX STACK
10429 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 10439 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10430 M: linux-wimax@intel.com 10440 M: linux-wimax@intel.com
10431 L: wimax@linuxwimax.org (subscribers-only) 10441 L: wimax@linuxwimax.org (subscribers-only)
10432 S: Supported 10442 S: Supported
10433 W: http://linuxwimax.org 10443 W: http://linuxwimax.org
10434 F: Documentation/wimax/README.wimax 10444 F: Documentation/wimax/README.wimax
10435 F: include/linux/wimax/debug.h 10445 F: include/linux/wimax/debug.h
10436 F: include/net/wimax.h 10446 F: include/net/wimax.h
10437 F: include/uapi/linux/wimax.h 10447 F: include/uapi/linux/wimax.h
10438 F: net/wimax/ 10448 F: net/wimax/
10439 10449
10440 WISTRON LAPTOP BUTTON DRIVER 10450 WISTRON LAPTOP BUTTON DRIVER
10441 M: Miloslav Trmac <mitr@volny.cz> 10451 M: Miloslav Trmac <mitr@volny.cz>
10442 S: Maintained 10452 S: Maintained
10443 F: drivers/input/misc/wistron_btns.c 10453 F: drivers/input/misc/wistron_btns.c
10444 10454
10445 WL3501 WIRELESS PCMCIA CARD DRIVER 10455 WL3501 WIRELESS PCMCIA CARD DRIVER
10446 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 10456 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10447 L: linux-wireless@vger.kernel.org 10457 L: linux-wireless@vger.kernel.org
10448 W: http://oops.ghostprotocols.net:81/blog 10458 W: http://oops.ghostprotocols.net:81/blog
10449 S: Maintained 10459 S: Maintained
10450 F: drivers/net/wireless/wl3501* 10460 F: drivers/net/wireless/wl3501*
10451 10461
10452 WM97XX TOUCHSCREEN DRIVERS 10462 WM97XX TOUCHSCREEN DRIVERS
10453 M: Mark Brown <broonie@kernel.org> 10463 M: Mark Brown <broonie@kernel.org>
10454 M: Liam Girdwood <lrg@slimlogic.co.uk> 10464 M: Liam Girdwood <lrg@slimlogic.co.uk>
10455 L: linux-input@vger.kernel.org 10465 L: linux-input@vger.kernel.org
10456 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch 10466 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
10457 W: http://opensource.wolfsonmicro.com/node/7 10467 W: http://opensource.wolfsonmicro.com/node/7
10458 S: Supported 10468 S: Supported
10459 F: drivers/input/touchscreen/*wm97* 10469 F: drivers/input/touchscreen/*wm97*
10460 F: include/linux/wm97xx.h 10470 F: include/linux/wm97xx.h
10461 10471
10462 WOLFSON MICROELECTRONICS DRIVERS 10472 WOLFSON MICROELECTRONICS DRIVERS
10463 L: patches@opensource.wolfsonmicro.com 10473 L: patches@opensource.wolfsonmicro.com
10464 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc 10474 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10465 T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus 10475 T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10466 W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices 10476 W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10467 S: Supported 10477 S: Supported
10468 F: Documentation/hwmon/wm83?? 10478 F: Documentation/hwmon/wm83??
10469 F: arch/arm/mach-s3c64xx/mach-crag6410* 10479 F: arch/arm/mach-s3c64xx/mach-crag6410*
10470 F: drivers/clk/clk-wm83*.c 10480 F: drivers/clk/clk-wm83*.c
10471 F: drivers/extcon/extcon-arizona.c 10481 F: drivers/extcon/extcon-arizona.c
10472 F: drivers/leds/leds-wm83*.c 10482 F: drivers/leds/leds-wm83*.c
10473 F: drivers/gpio/gpio-*wm*.c 10483 F: drivers/gpio/gpio-*wm*.c
10474 F: drivers/gpio/gpio-arizona.c 10484 F: drivers/gpio/gpio-arizona.c
10475 F: drivers/hwmon/wm83??-hwmon.c 10485 F: drivers/hwmon/wm83??-hwmon.c
10476 F: drivers/input/misc/wm831x-on.c 10486 F: drivers/input/misc/wm831x-on.c
10477 F: drivers/input/touchscreen/wm831x-ts.c 10487 F: drivers/input/touchscreen/wm831x-ts.c
10478 F: drivers/input/touchscreen/wm97*.c 10488 F: drivers/input/touchscreen/wm97*.c
10479 F: drivers/mfd/arizona* 10489 F: drivers/mfd/arizona*
10480 F: drivers/mfd/wm*.c 10490 F: drivers/mfd/wm*.c
10481 F: drivers/power/wm83*.c 10491 F: drivers/power/wm83*.c
10482 F: drivers/rtc/rtc-wm83*.c 10492 F: drivers/rtc/rtc-wm83*.c
10483 F: drivers/regulator/wm8*.c 10493 F: drivers/regulator/wm8*.c
10484 F: drivers/video/backlight/wm83*_bl.c 10494 F: drivers/video/backlight/wm83*_bl.c
10485 F: drivers/watchdog/wm83*_wdt.c 10495 F: drivers/watchdog/wm83*_wdt.c
10486 F: include/linux/mfd/arizona/ 10496 F: include/linux/mfd/arizona/
10487 F: include/linux/mfd/wm831x/ 10497 F: include/linux/mfd/wm831x/
10488 F: include/linux/mfd/wm8350/ 10498 F: include/linux/mfd/wm8350/
10489 F: include/linux/mfd/wm8400* 10499 F: include/linux/mfd/wm8400*
10490 F: include/linux/wm97xx.h 10500 F: include/linux/wm97xx.h
10491 F: include/sound/wm????.h 10501 F: include/sound/wm????.h
10492 F: sound/soc/codecs/arizona.? 10502 F: sound/soc/codecs/arizona.?
10493 F: sound/soc/codecs/wm* 10503 F: sound/soc/codecs/wm*
10494 10504
10495 WORKQUEUE 10505 WORKQUEUE
10496 M: Tejun Heo <tj@kernel.org> 10506 M: Tejun Heo <tj@kernel.org>
10497 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git 10507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10498 S: Maintained 10508 S: Maintained
10499 F: include/linux/workqueue.h 10509 F: include/linux/workqueue.h
10500 F: kernel/workqueue.c 10510 F: kernel/workqueue.c
10501 F: Documentation/workqueue.txt 10511 F: Documentation/workqueue.txt
10502 10512
10503 X.25 NETWORK LAYER 10513 X.25 NETWORK LAYER
10504 M: Andrew Hendry <andrew.hendry@gmail.com> 10514 M: Andrew Hendry <andrew.hendry@gmail.com>
10505 L: linux-x25@vger.kernel.org 10515 L: linux-x25@vger.kernel.org
10506 S: Odd Fixes 10516 S: Odd Fixes
10507 F: Documentation/networking/x25* 10517 F: Documentation/networking/x25*
10508 F: include/net/x25* 10518 F: include/net/x25*
10509 F: net/x25/ 10519 F: net/x25/
10510 10520
10511 X86 ARCHITECTURE (32-BIT AND 64-BIT) 10521 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10512 M: Thomas Gleixner <tglx@linutronix.de> 10522 M: Thomas Gleixner <tglx@linutronix.de>
10513 M: Ingo Molnar <mingo@redhat.com> 10523 M: Ingo Molnar <mingo@redhat.com>
10514 M: "H. Peter Anvin" <hpa@zytor.com> 10524 M: "H. Peter Anvin" <hpa@zytor.com>
10515 M: x86@kernel.org 10525 M: x86@kernel.org
10516 L: linux-kernel@vger.kernel.org 10526 L: linux-kernel@vger.kernel.org
10517 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core 10527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10518 S: Maintained 10528 S: Maintained
10519 F: Documentation/x86/ 10529 F: Documentation/x86/
10520 F: arch/x86/ 10530 F: arch/x86/
10521 10531
10522 X86 PLATFORM DRIVERS 10532 X86 PLATFORM DRIVERS
10523 M: Darren Hart <dvhart@infradead.org> 10533 M: Darren Hart <dvhart@infradead.org>
10524 L: platform-driver-x86@vger.kernel.org 10534 L: platform-driver-x86@vger.kernel.org
10525 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git 10535 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10526 S: Maintained 10536 S: Maintained
10527 F: drivers/platform/x86/ 10537 F: drivers/platform/x86/
10528 10538
10529 X86 MCE INFRASTRUCTURE 10539 X86 MCE INFRASTRUCTURE
10530 M: Tony Luck <tony.luck@intel.com> 10540 M: Tony Luck <tony.luck@intel.com>
10531 M: Borislav Petkov <bp@alien8.de> 10541 M: Borislav Petkov <bp@alien8.de>
10532 L: linux-edac@vger.kernel.org 10542 L: linux-edac@vger.kernel.org
10533 S: Maintained 10543 S: Maintained
10534 F: arch/x86/kernel/cpu/mcheck/* 10544 F: arch/x86/kernel/cpu/mcheck/*
10535 10545
10536 X86 VDSO 10546 X86 VDSO
10537 M: Andy Lutomirski <luto@amacapital.net> 10547 M: Andy Lutomirski <luto@amacapital.net>
10538 L: linux-kernel@vger.kernel.org 10548 L: linux-kernel@vger.kernel.org
10539 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso 10549 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10540 S: Maintained 10550 S: Maintained
10541 F: arch/x86/vdso/ 10551 F: arch/x86/vdso/
10542 10552
10543 XC2028/3028 TUNER DRIVER 10553 XC2028/3028 TUNER DRIVER
10544 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 10554 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10545 L: linux-media@vger.kernel.org 10555 L: linux-media@vger.kernel.org
10546 W: http://linuxtv.org 10556 W: http://linuxtv.org
10547 T: git git://linuxtv.org/media_tree.git 10557 T: git git://linuxtv.org/media_tree.git
10548 S: Maintained 10558 S: Maintained
10549 F: drivers/media/tuners/tuner-xc2028.* 10559 F: drivers/media/tuners/tuner-xc2028.*
10550 10560
10551 XEN HYPERVISOR INTERFACE 10561 XEN HYPERVISOR INTERFACE
10552 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 10562 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10553 M: Boris Ostrovsky <boris.ostrovsky@oracle.com> 10563 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
10554 M: David Vrabel <david.vrabel@citrix.com> 10564 M: David Vrabel <david.vrabel@citrix.com>
10555 L: xen-devel@lists.xenproject.org (moderated for non-subscribers) 10565 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git 10566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10557 S: Supported 10567 S: Supported
10558 F: arch/x86/xen/ 10568 F: arch/x86/xen/
10559 F: drivers/*/xen-*front.c 10569 F: drivers/*/xen-*front.c
10560 F: drivers/xen/ 10570 F: drivers/xen/
10561 F: arch/x86/include/asm/xen/ 10571 F: arch/x86/include/asm/xen/
10562 F: include/xen/ 10572 F: include/xen/
10563 F: include/uapi/xen/ 10573 F: include/uapi/xen/
10564 10574
10565 XEN HYPERVISOR ARM 10575 XEN HYPERVISOR ARM
10566 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com> 10576 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10567 L: xen-devel@lists.xenproject.org (moderated for non-subscribers) 10577 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10568 S: Supported 10578 S: Supported
10569 F: arch/arm/xen/ 10579 F: arch/arm/xen/
10570 F: arch/arm/include/asm/xen/ 10580 F: arch/arm/include/asm/xen/
10571 10581
10572 XEN HYPERVISOR ARM64 10582 XEN HYPERVISOR ARM64
10573 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com> 10583 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10574 L: xen-devel@lists.xenproject.org (moderated for non-subscribers) 10584 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10575 S: Supported 10585 S: Supported
10576 F: arch/arm64/xen/ 10586 F: arch/arm64/xen/
10577 F: arch/arm64/include/asm/xen/ 10587 F: arch/arm64/include/asm/xen/
10578 10588
10579 XEN NETWORK BACKEND DRIVER 10589 XEN NETWORK BACKEND DRIVER
10580 M: Ian Campbell <ian.campbell@citrix.com> 10590 M: Ian Campbell <ian.campbell@citrix.com>
10581 M: Wei Liu <wei.liu2@citrix.com> 10591 M: Wei Liu <wei.liu2@citrix.com>
10582 L: xen-devel@lists.xenproject.org (moderated for non-subscribers) 10592 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10583 L: netdev@vger.kernel.org 10593 L: netdev@vger.kernel.org
10584 S: Supported 10594 S: Supported
10585 F: drivers/net/xen-netback/* 10595 F: drivers/net/xen-netback/*
10586 10596
10587 XEN PCI SUBSYSTEM 10597 XEN PCI SUBSYSTEM
10588 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 10598 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10589 L: xen-devel@lists.xenproject.org (moderated for non-subscribers) 10599 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10590 S: Supported 10600 S: Supported
10591 F: arch/x86/pci/*xen* 10601 F: arch/x86/pci/*xen*
10592 F: drivers/pci/*xen* 10602 F: drivers/pci/*xen*
10593 10603
10594 XEN BLOCK SUBSYSTEM 10604 XEN BLOCK SUBSYSTEM
10595 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 10605 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10596 L: xen-devel@lists.xenproject.org (moderated for non-subscribers) 10606 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10597 S: Supported 10607 S: Supported
10598 F: drivers/block/xen-blkback/* 10608 F: drivers/block/xen-blkback/*
10599 F: drivers/block/xen* 10609 F: drivers/block/xen*
10600 10610
10601 XEN PVSCSI DRIVERS 10611 XEN PVSCSI DRIVERS
10602 M: Juergen Gross <jgross@suse.com> 10612 M: Juergen Gross <jgross@suse.com>
10603 L: xen-devel@lists.xenproject.org (moderated for non-subscribers) 10613 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10604 L: linux-scsi@vger.kernel.org 10614 L: linux-scsi@vger.kernel.org
10605 S: Supported 10615 S: Supported
10606 F: drivers/scsi/xen-scsifront.c 10616 F: drivers/scsi/xen-scsifront.c
10607 F: drivers/xen/xen-scsiback.c 10617 F: drivers/xen/xen-scsiback.c
10608 F: include/xen/interface/io/vscsiif.h 10618 F: include/xen/interface/io/vscsiif.h
10609 10619
10610 XEN SWIOTLB SUBSYSTEM 10620 XEN SWIOTLB SUBSYSTEM
10611 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 10621 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10612 L: xen-devel@lists.xenproject.org (moderated for non-subscribers) 10622 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10613 S: Supported 10623 S: Supported
10614 F: arch/x86/xen/*swiotlb* 10624 F: arch/x86/xen/*swiotlb*
10615 F: drivers/xen/*swiotlb* 10625 F: drivers/xen/*swiotlb*
10616 10626
10617 XFS FILESYSTEM 10627 XFS FILESYSTEM
10618 P: Silicon Graphics Inc 10628 P: Silicon Graphics Inc
10619 M: Dave Chinner <david@fromorbit.com> 10629 M: Dave Chinner <david@fromorbit.com>
10620 M: xfs@oss.sgi.com 10630 M: xfs@oss.sgi.com
10621 L: xfs@oss.sgi.com 10631 L: xfs@oss.sgi.com
10622 W: http://oss.sgi.com/projects/xfs 10632 W: http://oss.sgi.com/projects/xfs
10623 T: git git://oss.sgi.com/xfs/xfs.git 10633 T: git git://oss.sgi.com/xfs/xfs.git
10624 S: Supported 10634 S: Supported
10625 F: Documentation/filesystems/xfs.txt 10635 F: Documentation/filesystems/xfs.txt
10626 F: fs/xfs/ 10636 F: fs/xfs/
10627 10637
10628 XILINX AXI ETHERNET DRIVER 10638 XILINX AXI ETHERNET DRIVER
10629 M: Anirudha Sarangi <anirudh@xilinx.com> 10639 M: Anirudha Sarangi <anirudh@xilinx.com>
10630 M: John Linn <John.Linn@xilinx.com> 10640 M: John Linn <John.Linn@xilinx.com>
10631 S: Maintained 10641 S: Maintained
10632 F: drivers/net/ethernet/xilinx/xilinx_axienet* 10642 F: drivers/net/ethernet/xilinx/xilinx_axienet*
10633 10643
10634 XILINX UARTLITE SERIAL DRIVER 10644 XILINX UARTLITE SERIAL DRIVER
10635 M: Peter Korsgaard <jacmet@sunsite.dk> 10645 M: Peter Korsgaard <jacmet@sunsite.dk>
10636 L: linux-serial@vger.kernel.org 10646 L: linux-serial@vger.kernel.org
10637 S: Maintained 10647 S: Maintained
10638 F: drivers/tty/serial/uartlite.c 10648 F: drivers/tty/serial/uartlite.c
10639 10649
10640 XILLYBUS DRIVER 10650 XILLYBUS DRIVER
10641 M: Eli Billauer <eli.billauer@gmail.com> 10651 M: Eli Billauer <eli.billauer@gmail.com>
10642 L: linux-kernel@vger.kernel.org 10652 L: linux-kernel@vger.kernel.org
10643 S: Supported 10653 S: Supported
10644 F: drivers/char/xillybus/ 10654 F: drivers/char/xillybus/
10645 10655
10646 XTENSA XTFPGA PLATFORM SUPPORT 10656 XTENSA XTFPGA PLATFORM SUPPORT
10647 M: Max Filippov <jcmvbkbc@gmail.com> 10657 M: Max Filippov <jcmvbkbc@gmail.com>
10648 L: linux-xtensa@linux-xtensa.org 10658 L: linux-xtensa@linux-xtensa.org
10649 S: Maintained 10659 S: Maintained
10650 F: drivers/spi/spi-xtensa-xtfpga.c 10660 F: drivers/spi/spi-xtensa-xtfpga.c
10651 10661
10652 YAM DRIVER FOR AX.25 10662 YAM DRIVER FOR AX.25
10653 M: Jean-Paul Roubelat <jpr@f6fbb.org> 10663 M: Jean-Paul Roubelat <jpr@f6fbb.org>
10654 L: linux-hams@vger.kernel.org 10664 L: linux-hams@vger.kernel.org
10655 S: Maintained 10665 S: Maintained
10656 F: drivers/net/hamradio/yam* 10666 F: drivers/net/hamradio/yam*
10657 F: include/linux/yam.h 10667 F: include/linux/yam.h
10658 10668
10659 YEALINK PHONE DRIVER 10669 YEALINK PHONE DRIVER
10660 M: Henk Vergonet <Henk.Vergonet@gmail.com> 10670 M: Henk Vergonet <Henk.Vergonet@gmail.com>
10661 L: usbb2k-api-dev@nongnu.org 10671 L: usbb2k-api-dev@nongnu.org
10662 S: Maintained 10672 S: Maintained
10663 F: Documentation/input/yealink.txt 10673 F: Documentation/input/yealink.txt
10664 F: drivers/input/misc/yealink.* 10674 F: drivers/input/misc/yealink.*
10665 10675
10666 Z8530 DRIVER FOR AX.25 10676 Z8530 DRIVER FOR AX.25
10667 M: Joerg Reuter <jreuter@yaina.de> 10677 M: Joerg Reuter <jreuter@yaina.de>
10668 W: http://yaina.de/jreuter/ 10678 W: http://yaina.de/jreuter/
10669 W: http://www.qsl.net/dl1bke/ 10679 W: http://www.qsl.net/dl1bke/
10670 L: linux-hams@vger.kernel.org 10680 L: linux-hams@vger.kernel.org
10671 S: Maintained 10681 S: Maintained
10672 F: Documentation/networking/z8530drv.txt 10682 F: Documentation/networking/z8530drv.txt
10673 F: drivers/net/hamradio/*scc.c 10683 F: drivers/net/hamradio/*scc.c
10674 F: drivers/net/hamradio/z8530.h 10684 F: drivers/net/hamradio/z8530.h
10675 10685
10676 ZBUD COMPRESSED PAGE ALLOCATOR 10686 ZBUD COMPRESSED PAGE ALLOCATOR
10677 M: Seth Jennings <sjennings@variantweb.net> 10687 M: Seth Jennings <sjennings@variantweb.net>
10678 L: linux-mm@kvack.org 10688 L: linux-mm@kvack.org
10679 S: Maintained 10689 S: Maintained
10680 F: mm/zbud.c 10690 F: mm/zbud.c
10681 F: include/linux/zbud.h 10691 F: include/linux/zbud.h
10682 10692
10683 ZD1211RW WIRELESS DRIVER 10693 ZD1211RW WIRELESS DRIVER
10684 M: Daniel Drake <dsd@gentoo.org> 10694 M: Daniel Drake <dsd@gentoo.org>
10685 M: Ulrich Kunitz <kune@deine-taler.de> 10695 M: Ulrich Kunitz <kune@deine-taler.de>
10686 W: http://zd1211.ath.cx/wiki/DriverRewrite 10696 W: http://zd1211.ath.cx/wiki/DriverRewrite
10687 L: linux-wireless@vger.kernel.org 10697 L: linux-wireless@vger.kernel.org
10688 L: zd1211-devs@lists.sourceforge.net (subscribers-only) 10698 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
10689 S: Maintained 10699 S: Maintained
10690 F: drivers/net/wireless/zd1211rw/ 10700 F: drivers/net/wireless/zd1211rw/
10691 10701
10692 ZR36067 VIDEO FOR LINUX DRIVER 10702 ZR36067 VIDEO FOR LINUX DRIVER
10693 L: mjpeg-users@lists.sourceforge.net 10703 L: mjpeg-users@lists.sourceforge.net
10694 L: linux-media@vger.kernel.org 10704 L: linux-media@vger.kernel.org
10695 W: http://mjpeg.sourceforge.net/driver-zoran/ 10705 W: http://mjpeg.sourceforge.net/driver-zoran/
10696 T: hg http://linuxtv.org/hg/v4l-dvb 10706 T: hg http://linuxtv.org/hg/v4l-dvb
10697 S: Odd Fixes 10707 S: Odd Fixes
10698 F: drivers/media/pci/zoran/ 10708 F: drivers/media/pci/zoran/
10699 10709
10700 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER 10710 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10701 M: Minchan Kim <minchan@kernel.org> 10711 M: Minchan Kim <minchan@kernel.org>
10702 M: Nitin Gupta <ngupta@vflare.org> 10712 M: Nitin Gupta <ngupta@vflare.org>
10703 L: linux-kernel@vger.kernel.org 10713 L: linux-kernel@vger.kernel.org
10704 S: Maintained 10714 S: Maintained
10705 F: drivers/block/zram/ 10715 F: drivers/block/zram/
10706 F: Documentation/blockdev/zram.txt 10716 F: Documentation/blockdev/zram.txt
10707 10717
10708 ZS DECSTATION Z85C30 SERIAL DRIVER 10718 ZS DECSTATION Z85C30 SERIAL DRIVER
10709 M: "Maciej W. Rozycki" <macro@linux-mips.org> 10719 M: "Maciej W. Rozycki" <macro@linux-mips.org>
10710 S: Maintained 10720 S: Maintained
10711 F: drivers/tty/serial/zs.* 10721 F: drivers/tty/serial/zs.*
10712 10722
10713 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR 10723 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10714 M: Minchan Kim <minchan@kernel.org> 10724 M: Minchan Kim <minchan@kernel.org>
10715 M: Nitin Gupta <ngupta@vflare.org> 10725 M: Nitin Gupta <ngupta@vflare.org>
10716 L: linux-mm@kvack.org 10726 L: linux-mm@kvack.org
10717 S: Maintained 10727 S: Maintained
10718 F: mm/zsmalloc.c 10728 F: mm/zsmalloc.c
10719 F: include/linux/zsmalloc.h 10729 F: include/linux/zsmalloc.h
10720 10730
10721 ZSWAP COMPRESSED SWAP CACHING 10731 ZSWAP COMPRESSED SWAP CACHING
10722 M: Seth Jennings <sjennings@variantweb.net> 10732 M: Seth Jennings <sjennings@variantweb.net>
10723 L: linux-mm@kvack.org 10733 L: linux-mm@kvack.org
10724 S: Maintained 10734 S: Maintained
10725 F: mm/zswap.c 10735 F: mm/zswap.c
10726 10736
10727 THE REST 10737 THE REST
10728 M: Linus Torvalds <torvalds@linux-foundation.org> 10738 M: Linus Torvalds <torvalds@linux-foundation.org>
10729 L: linux-kernel@vger.kernel.org 10739 L: linux-kernel@vger.kernel.org
10730 Q: http://patchwork.kernel.org/project/LKML/list/ 10740 Q: http://patchwork.kernel.org/project/LKML/list/
10731 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 10741 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10732 S: Buried alive in reporters 10742 S: Buried alive in reporters
10733 F: * 10743 F: *
10734 F: */ 10744 F: */
10735 10745
drivers/staging/nvec/nvec.c
1 /* 1 /*
2 * NVEC: NVIDIA compliant embedded controller interface 2 * NVEC: NVIDIA compliant embedded controller interface
3 * 3 *
4 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.lauchpad.net> 4 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.lauchpad.net>
5 * 5 *
6 * Authors: Pierre-Hugues Husson <phhusson@free.fr> 6 * Authors: Pierre-Hugues Husson <phhusson@free.fr>
7 * Ilya Petrov <ilya.muromec@gmail.com> 7 * Ilya Petrov <ilya.muromec@gmail.com>
8 * Marc Dietrich <marvin24@gmx.de> 8 * Marc Dietrich <marvin24@gmx.de>
9 * Julian Andres Klode <jak@jak-linux.org> 9 * Julian Andres Klode <jak@jak-linux.org>
10 * 10 *
11 * This file is subject to the terms and conditions of the GNU General Public 11 * This file is subject to the terms and conditions of the GNU General Public
12 * License. See the file "COPYING" in the main directory of this archive 12 * License. See the file "COPYING" in the main directory of this archive
13 * for more details. 13 * for more details.
14 * 14 *
15 */ 15 */
16 16
17 /* #define DEBUG */ 17 /* #define DEBUG */
18 18
19 #include <linux/kernel.h> 19 #include <linux/kernel.h>
20 #include <linux/module.h> 20 #include <linux/module.h>
21 #include <linux/atomic.h> 21 #include <linux/atomic.h>
22 #include <linux/clk.h> 22 #include <linux/clk.h>
23 #include <linux/completion.h> 23 #include <linux/completion.h>
24 #include <linux/delay.h> 24 #include <linux/delay.h>
25 #include <linux/err.h> 25 #include <linux/err.h>
26 #include <linux/gpio.h> 26 #include <linux/gpio.h>
27 #include <linux/interrupt.h> 27 #include <linux/interrupt.h>
28 #include <linux/io.h> 28 #include <linux/io.h>
29 #include <linux/irq.h> 29 #include <linux/irq.h>
30 #include <linux/of.h> 30 #include <linux/of.h>
31 #include <linux/of_gpio.h> 31 #include <linux/of_gpio.h>
32 #include <linux/list.h> 32 #include <linux/list.h>
33 #include <linux/mfd/core.h> 33 #include <linux/mfd/core.h>
34 #include <linux/mutex.h> 34 #include <linux/mutex.h>
35 #include <linux/notifier.h> 35 #include <linux/notifier.h>
36 #include <linux/slab.h> 36 #include <linux/slab.h>
37 #include <linux/spinlock.h> 37 #include <linux/spinlock.h>
38 #include <linux/workqueue.h> 38 #include <linux/workqueue.h>
39 39
40 #include "nvec.h" 40 #include "nvec.h"
41 41
42 #define I2C_CNFG 0x00 42 #define I2C_CNFG 0x00
43 #define I2C_CNFG_PACKET_MODE_EN (1<<10) 43 #define I2C_CNFG_PACKET_MODE_EN (1<<10)
44 #define I2C_CNFG_NEW_MASTER_SFM (1<<11) 44 #define I2C_CNFG_NEW_MASTER_SFM (1<<11)
45 #define I2C_CNFG_DEBOUNCE_CNT_SHIFT 12 45 #define I2C_CNFG_DEBOUNCE_CNT_SHIFT 12
46 46
47 #define I2C_SL_CNFG 0x20 47 #define I2C_SL_CNFG 0x20
48 #define I2C_SL_NEWSL (1<<2) 48 #define I2C_SL_NEWSL (1<<2)
49 #define I2C_SL_NACK (1<<1) 49 #define I2C_SL_NACK (1<<1)
50 #define I2C_SL_RESP (1<<0) 50 #define I2C_SL_RESP (1<<0)
51 #define I2C_SL_IRQ (1<<3) 51 #define I2C_SL_IRQ (1<<3)
52 #define END_TRANS (1<<4) 52 #define END_TRANS (1<<4)
53 #define RCVD (1<<2) 53 #define RCVD (1<<2)
54 #define RNW (1<<1) 54 #define RNW (1<<1)
55 55
56 #define I2C_SL_RCVD 0x24 56 #define I2C_SL_RCVD 0x24
57 #define I2C_SL_STATUS 0x28 57 #define I2C_SL_STATUS 0x28
58 #define I2C_SL_ADDR1 0x2c 58 #define I2C_SL_ADDR1 0x2c
59 #define I2C_SL_ADDR2 0x30 59 #define I2C_SL_ADDR2 0x30
60 #define I2C_SL_DELAY_COUNT 0x3c 60 #define I2C_SL_DELAY_COUNT 0x3c
61 61
62 /** 62 /**
63 * enum nvec_msg_category - Message categories for nvec_msg_alloc() 63 * enum nvec_msg_category - Message categories for nvec_msg_alloc()
64 * @NVEC_MSG_RX: The message is an incoming message (from EC) 64 * @NVEC_MSG_RX: The message is an incoming message (from EC)
65 * @NVEC_MSG_TX: The message is an outgoing message (to EC) 65 * @NVEC_MSG_TX: The message is an outgoing message (to EC)
66 */ 66 */
67 enum nvec_msg_category { 67 enum nvec_msg_category {
68 NVEC_MSG_RX, 68 NVEC_MSG_RX,
69 NVEC_MSG_TX, 69 NVEC_MSG_TX,
70 }; 70 };
71 71
72 enum nvec_sleep_subcmds { 72 enum nvec_sleep_subcmds {
73 GLOBAL_EVENTS, 73 GLOBAL_EVENTS,
74 AP_PWR_DOWN, 74 AP_PWR_DOWN,
75 AP_SUSPEND, 75 AP_SUSPEND,
76 }; 76 };
77 77
78 #define CNF_EVENT_REPORTING 0x01 78 #define CNF_EVENT_REPORTING 0x01
79 #define GET_FIRMWARE_VERSION 0x15 79 #define GET_FIRMWARE_VERSION 0x15
80 #define LID_SWITCH BIT(1) 80 #define LID_SWITCH BIT(1)
81 #define PWR_BUTTON BIT(15) 81 #define PWR_BUTTON BIT(15)
82 82
83 static struct nvec_chip *nvec_power_handle; 83 static struct nvec_chip *nvec_power_handle;
84 84
85 static const struct mfd_cell nvec_devices[] = { 85 static const struct mfd_cell nvec_devices[] = {
86 { 86 {
87 .name = "nvec-kbd", 87 .name = "nvec-kbd",
88 .id = 1,
89 }, 88 },
90 { 89 {
91 .name = "nvec-mouse", 90 .name = "nvec-mouse",
92 .id = 1,
93 }, 91 },
94 { 92 {
95 .name = "nvec-power", 93 .name = "nvec-power",
96 .id = 1, 94 .id = 0,
97 }, 95 },
98 { 96 {
99 .name = "nvec-power", 97 .name = "nvec-power",
100 .id = 2, 98 .id = 1,
101 }, 99 },
102 { 100 {
103 .name = "nvec-paz00", 101 .name = "nvec-paz00",
104 .id = 1,
105 }, 102 },
106 }; 103 };
107 104
108 /** 105 /**
109 * nvec_register_notifier - Register a notifier with nvec 106 * nvec_register_notifier - Register a notifier with nvec
110 * @nvec: A &struct nvec_chip 107 * @nvec: A &struct nvec_chip
111 * @nb: The notifier block to register 108 * @nb: The notifier block to register
112 * 109 *
113 * Registers a notifier with @nvec. The notifier will be added to an atomic 110 * Registers a notifier with @nvec. The notifier will be added to an atomic
114 * notifier chain that is called for all received messages except those that 111 * notifier chain that is called for all received messages except those that
115 * correspond to a request initiated by nvec_write_sync(). 112 * correspond to a request initiated by nvec_write_sync().
116 */ 113 */
117 int nvec_register_notifier(struct nvec_chip *nvec, struct notifier_block *nb, 114 int nvec_register_notifier(struct nvec_chip *nvec, struct notifier_block *nb,
118 unsigned int events) 115 unsigned int events)
119 { 116 {
120 return atomic_notifier_chain_register(&nvec->notifier_list, nb); 117 return atomic_notifier_chain_register(&nvec->notifier_list, nb);
121 } 118 }
122 EXPORT_SYMBOL_GPL(nvec_register_notifier); 119 EXPORT_SYMBOL_GPL(nvec_register_notifier);
123 120
124 /** 121 /**
125 * nvec_unregister_notifier - Unregister a notifier with nvec 122 * nvec_unregister_notifier - Unregister a notifier with nvec
126 * @nvec: A &struct nvec_chip 123 * @nvec: A &struct nvec_chip
127 * @nb: The notifier block to unregister 124 * @nb: The notifier block to unregister
128 * 125 *
129 * Unregisters a notifier with @nvec. The notifier will be removed from the 126 * Unregisters a notifier with @nvec. The notifier will be removed from the
130 * atomic notifier chain. 127 * atomic notifier chain.
131 */ 128 */
132 int nvec_unregister_notifier(struct nvec_chip *nvec, struct notifier_block *nb) 129 int nvec_unregister_notifier(struct nvec_chip *nvec, struct notifier_block *nb)
133 { 130 {
134 return atomic_notifier_chain_unregister(&nvec->notifier_list, nb); 131 return atomic_notifier_chain_unregister(&nvec->notifier_list, nb);
135 } 132 }
136 EXPORT_SYMBOL_GPL(nvec_unregister_notifier); 133 EXPORT_SYMBOL_GPL(nvec_unregister_notifier);
137 134
138 /** 135 /**
139 * nvec_status_notifier - The final notifier 136 * nvec_status_notifier - The final notifier
140 * 137 *
141 * Prints a message about control events not handled in the notifier 138 * Prints a message about control events not handled in the notifier
142 * chain. 139 * chain.
143 */ 140 */
144 static int nvec_status_notifier(struct notifier_block *nb, 141 static int nvec_status_notifier(struct notifier_block *nb,
145 unsigned long event_type, void *data) 142 unsigned long event_type, void *data)
146 { 143 {
147 struct nvec_chip *nvec = container_of(nb, struct nvec_chip, 144 struct nvec_chip *nvec = container_of(nb, struct nvec_chip,
148 nvec_status_notifier); 145 nvec_status_notifier);
149 unsigned char *msg = (unsigned char *)data; 146 unsigned char *msg = (unsigned char *)data;
150 147
151 if (event_type != NVEC_CNTL) 148 if (event_type != NVEC_CNTL)
152 return NOTIFY_DONE; 149 return NOTIFY_DONE;
153 150
154 dev_warn(nvec->dev, "unhandled msg type %ld\n", event_type); 151 dev_warn(nvec->dev, "unhandled msg type %ld\n", event_type);
155 print_hex_dump(KERN_WARNING, "payload: ", DUMP_PREFIX_NONE, 16, 1, 152 print_hex_dump(KERN_WARNING, "payload: ", DUMP_PREFIX_NONE, 16, 1,
156 msg, msg[1] + 2, true); 153 msg, msg[1] + 2, true);
157 154
158 return NOTIFY_OK; 155 return NOTIFY_OK;
159 } 156 }
160 157
161 /** 158 /**
162 * nvec_msg_alloc: 159 * nvec_msg_alloc:
163 * @nvec: A &struct nvec_chip 160 * @nvec: A &struct nvec_chip
164 * @category: Pool category, see &enum nvec_msg_category 161 * @category: Pool category, see &enum nvec_msg_category
165 * 162 *
166 * Allocate a single &struct nvec_msg object from the message pool of 163 * Allocate a single &struct nvec_msg object from the message pool of
167 * @nvec. The result shall be passed to nvec_msg_free() if no longer 164 * @nvec. The result shall be passed to nvec_msg_free() if no longer
168 * used. 165 * used.
169 * 166 *
170 * Outgoing messages are placed in the upper 75% of the pool, keeping the 167 * Outgoing messages are placed in the upper 75% of the pool, keeping the
171 * lower 25% available for RX buffers only. The reason is to prevent a 168 * lower 25% available for RX buffers only. The reason is to prevent a
172 * situation where all buffers are full and a message is thus endlessly 169 * situation where all buffers are full and a message is thus endlessly
173 * retried because the response could never be processed. 170 * retried because the response could never be processed.
174 */ 171 */
175 static struct nvec_msg *nvec_msg_alloc(struct nvec_chip *nvec, 172 static struct nvec_msg *nvec_msg_alloc(struct nvec_chip *nvec,
176 enum nvec_msg_category category) 173 enum nvec_msg_category category)
177 { 174 {
178 int i = (category == NVEC_MSG_TX) ? (NVEC_POOL_SIZE / 4) : 0; 175 int i = (category == NVEC_MSG_TX) ? (NVEC_POOL_SIZE / 4) : 0;
179 176
180 for (; i < NVEC_POOL_SIZE; i++) { 177 for (; i < NVEC_POOL_SIZE; i++) {
181 if (atomic_xchg(&nvec->msg_pool[i].used, 1) == 0) { 178 if (atomic_xchg(&nvec->msg_pool[i].used, 1) == 0) {
182 dev_vdbg(nvec->dev, "INFO: Allocate %i\n", i); 179 dev_vdbg(nvec->dev, "INFO: Allocate %i\n", i);
183 return &nvec->msg_pool[i]; 180 return &nvec->msg_pool[i];
184 } 181 }
185 } 182 }
186 183
187 dev_err(nvec->dev, "could not allocate %s buffer\n", 184 dev_err(nvec->dev, "could not allocate %s buffer\n",
188 (category == NVEC_MSG_TX) ? "TX" : "RX"); 185 (category == NVEC_MSG_TX) ? "TX" : "RX");
189 186
190 return NULL; 187 return NULL;
191 } 188 }
192 189
193 /** 190 /**
194 * nvec_msg_free: 191 * nvec_msg_free:
195 * @nvec: A &struct nvec_chip 192 * @nvec: A &struct nvec_chip
196 * @msg: A message (must be allocated by nvec_msg_alloc() and belong to @nvec) 193 * @msg: A message (must be allocated by nvec_msg_alloc() and belong to @nvec)
197 * 194 *
198 * Free the given message 195 * Free the given message
199 */ 196 */
200 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg) 197 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg)
201 { 198 {
202 if (msg != &nvec->tx_scratch) 199 if (msg != &nvec->tx_scratch)
203 dev_vdbg(nvec->dev, "INFO: Free %ti\n", msg - nvec->msg_pool); 200 dev_vdbg(nvec->dev, "INFO: Free %ti\n", msg - nvec->msg_pool);
204 atomic_set(&msg->used, 0); 201 atomic_set(&msg->used, 0);
205 } 202 }
206 EXPORT_SYMBOL_GPL(nvec_msg_free); 203 EXPORT_SYMBOL_GPL(nvec_msg_free);
207 204
208 /** 205 /**
209 * nvec_msg_is_event - Return %true if @msg is an event 206 * nvec_msg_is_event - Return %true if @msg is an event
210 * @msg: A message 207 * @msg: A message
211 */ 208 */
212 static bool nvec_msg_is_event(struct nvec_msg *msg) 209 static bool nvec_msg_is_event(struct nvec_msg *msg)
213 { 210 {
214 return msg->data[0] >> 7; 211 return msg->data[0] >> 7;
215 } 212 }
216 213
217 /** 214 /**
218 * nvec_msg_size - Get the size of a message 215 * nvec_msg_size - Get the size of a message
219 * @msg: The message to get the size for 216 * @msg: The message to get the size for
220 * 217 *
221 * This only works for received messages, not for outgoing messages. 218 * This only works for received messages, not for outgoing messages.
222 */ 219 */
223 static size_t nvec_msg_size(struct nvec_msg *msg) 220 static size_t nvec_msg_size(struct nvec_msg *msg)
224 { 221 {
225 bool is_event = nvec_msg_is_event(msg); 222 bool is_event = nvec_msg_is_event(msg);
226 int event_length = (msg->data[0] & 0x60) >> 5; 223 int event_length = (msg->data[0] & 0x60) >> 5;
227 224
228 /* for variable size, payload size in byte 1 + count (1) + cmd (1) */ 225 /* for variable size, payload size in byte 1 + count (1) + cmd (1) */
229 if (!is_event || event_length == NVEC_VAR_SIZE) 226 if (!is_event || event_length == NVEC_VAR_SIZE)
230 return (msg->pos || msg->size) ? (msg->data[1] + 2) : 0; 227 return (msg->pos || msg->size) ? (msg->data[1] + 2) : 0;
231 else if (event_length == NVEC_2BYTES) 228 else if (event_length == NVEC_2BYTES)
232 return 2; 229 return 2;
233 else if (event_length == NVEC_3BYTES) 230 else if (event_length == NVEC_3BYTES)
234 return 3; 231 return 3;
235 return 0; 232 return 0;
236 } 233 }
237 234
238 /** 235 /**
239 * nvec_gpio_set_value - Set the GPIO value 236 * nvec_gpio_set_value - Set the GPIO value
240 * @nvec: A &struct nvec_chip 237 * @nvec: A &struct nvec_chip
241 * @value: The value to write (0 or 1) 238 * @value: The value to write (0 or 1)
242 * 239 *
243 * Like gpio_set_value(), but generating debugging information 240 * Like gpio_set_value(), but generating debugging information
244 */ 241 */
245 static void nvec_gpio_set_value(struct nvec_chip *nvec, int value) 242 static void nvec_gpio_set_value(struct nvec_chip *nvec, int value)
246 { 243 {
247 dev_dbg(nvec->dev, "GPIO changed from %u to %u\n", 244 dev_dbg(nvec->dev, "GPIO changed from %u to %u\n",
248 gpio_get_value(nvec->gpio), value); 245 gpio_get_value(nvec->gpio), value);
249 gpio_set_value(nvec->gpio, value); 246 gpio_set_value(nvec->gpio, value);
250 } 247 }
251 248
252 /** 249 /**
253 * nvec_write_async - Asynchronously write a message to NVEC 250 * nvec_write_async - Asynchronously write a message to NVEC
254 * @nvec: An nvec_chip instance 251 * @nvec: An nvec_chip instance
255 * @data: The message data, starting with the request type 252 * @data: The message data, starting with the request type
256 * @size: The size of @data 253 * @size: The size of @data
257 * 254 *
258 * Queue a single message to be transferred to the embedded controller 255 * Queue a single message to be transferred to the embedded controller
259 * and return immediately. 256 * and return immediately.
260 * 257 *
261 * Returns: 0 on success, a negative error code on failure. If a failure 258 * Returns: 0 on success, a negative error code on failure. If a failure
262 * occured, the nvec driver may print an error. 259 * occured, the nvec driver may print an error.
263 */ 260 */
264 int nvec_write_async(struct nvec_chip *nvec, const unsigned char *data, 261 int nvec_write_async(struct nvec_chip *nvec, const unsigned char *data,
265 short size) 262 short size)
266 { 263 {
267 struct nvec_msg *msg; 264 struct nvec_msg *msg;
268 unsigned long flags; 265 unsigned long flags;
269 266
270 msg = nvec_msg_alloc(nvec, NVEC_MSG_TX); 267 msg = nvec_msg_alloc(nvec, NVEC_MSG_TX);
271 268
272 if (msg == NULL) 269 if (msg == NULL)
273 return -ENOMEM; 270 return -ENOMEM;
274 271
275 msg->data[0] = size; 272 msg->data[0] = size;
276 memcpy(msg->data + 1, data, size); 273 memcpy(msg->data + 1, data, size);
277 msg->size = size + 1; 274 msg->size = size + 1;
278 275
279 spin_lock_irqsave(&nvec->tx_lock, flags); 276 spin_lock_irqsave(&nvec->tx_lock, flags);
280 list_add_tail(&msg->node, &nvec->tx_data); 277 list_add_tail(&msg->node, &nvec->tx_data);
281 spin_unlock_irqrestore(&nvec->tx_lock, flags); 278 spin_unlock_irqrestore(&nvec->tx_lock, flags);
282 279
283 schedule_work(&nvec->tx_work); 280 schedule_work(&nvec->tx_work);
284 281
285 return 0; 282 return 0;
286 } 283 }
287 EXPORT_SYMBOL(nvec_write_async); 284 EXPORT_SYMBOL(nvec_write_async);
288 285
289 /** 286 /**
290 * nvec_write_sync - Write a message to nvec and read the response 287 * nvec_write_sync - Write a message to nvec and read the response
291 * @nvec: An &struct nvec_chip 288 * @nvec: An &struct nvec_chip
292 * @data: The data to write 289 * @data: The data to write
293 * @size: The size of @data 290 * @size: The size of @data
294 * 291 *
295 * This is similar to nvec_write_async(), but waits for the 292 * This is similar to nvec_write_async(), but waits for the
296 * request to be answered before returning. This function 293 * request to be answered before returning. This function
297 * uses a mutex and can thus not be called from e.g. 294 * uses a mutex and can thus not be called from e.g.
298 * interrupt handlers. 295 * interrupt handlers.
299 * 296 *
300 * Returns: A pointer to the response message on success, 297 * Returns: A pointer to the response message on success,
301 * %NULL on failure. Free with nvec_msg_free() once no longer 298 * %NULL on failure. Free with nvec_msg_free() once no longer
302 * used. 299 * used.
303 */ 300 */
304 struct nvec_msg *nvec_write_sync(struct nvec_chip *nvec, 301 struct nvec_msg *nvec_write_sync(struct nvec_chip *nvec,
305 const unsigned char *data, short size) 302 const unsigned char *data, short size)
306 { 303 {
307 struct nvec_msg *msg; 304 struct nvec_msg *msg;
308 305
309 mutex_lock(&nvec->sync_write_mutex); 306 mutex_lock(&nvec->sync_write_mutex);
310 307
311 nvec->sync_write_pending = (data[1] << 8) + data[0]; 308 nvec->sync_write_pending = (data[1] << 8) + data[0];
312 309
313 if (nvec_write_async(nvec, data, size) < 0) { 310 if (nvec_write_async(nvec, data, size) < 0) {
314 mutex_unlock(&nvec->sync_write_mutex); 311 mutex_unlock(&nvec->sync_write_mutex);
315 return NULL; 312 return NULL;
316 } 313 }
317 314
318 dev_dbg(nvec->dev, "nvec_sync_write: 0x%04x\n", 315 dev_dbg(nvec->dev, "nvec_sync_write: 0x%04x\n",
319 nvec->sync_write_pending); 316 nvec->sync_write_pending);
320 if (!(wait_for_completion_timeout(&nvec->sync_write, 317 if (!(wait_for_completion_timeout(&nvec->sync_write,
321 msecs_to_jiffies(2000)))) { 318 msecs_to_jiffies(2000)))) {
322 dev_warn(nvec->dev, "timeout waiting for sync write to complete\n"); 319 dev_warn(nvec->dev, "timeout waiting for sync write to complete\n");
323 mutex_unlock(&nvec->sync_write_mutex); 320 mutex_unlock(&nvec->sync_write_mutex);
324 return NULL; 321 return NULL;
325 } 322 }
326 323
327 dev_dbg(nvec->dev, "nvec_sync_write: pong!\n"); 324 dev_dbg(nvec->dev, "nvec_sync_write: pong!\n");
328 325
329 msg = nvec->last_sync_msg; 326 msg = nvec->last_sync_msg;
330 327
331 mutex_unlock(&nvec->sync_write_mutex); 328 mutex_unlock(&nvec->sync_write_mutex);
332 329
333 return msg; 330 return msg;
334 } 331 }
335 EXPORT_SYMBOL(nvec_write_sync); 332 EXPORT_SYMBOL(nvec_write_sync);
336 333
337 /** 334 /**
338 * nvec_toggle_global_events - enables or disables global event reporting 335 * nvec_toggle_global_events - enables or disables global event reporting
339 * @nvec: nvec handle 336 * @nvec: nvec handle
340 * @state: true for enable, false for disable 337 * @state: true for enable, false for disable
341 * 338 *
342 * This switches on/off global event reports by the embedded controller. 339 * This switches on/off global event reports by the embedded controller.
343 */ 340 */
344 static void nvec_toggle_global_events(struct nvec_chip *nvec, bool state) 341 static void nvec_toggle_global_events(struct nvec_chip *nvec, bool state)
345 { 342 {
346 unsigned char global_events[] = { NVEC_SLEEP, GLOBAL_EVENTS, state }; 343 unsigned char global_events[] = { NVEC_SLEEP, GLOBAL_EVENTS, state };
347 344
348 nvec_write_async(nvec, global_events, 3); 345 nvec_write_async(nvec, global_events, 3);
349 } 346 }
350 347
351 /** 348 /**
352 * nvec_event_mask - fill the command string with event bitfield 349 * nvec_event_mask - fill the command string with event bitfield
353 * ev: points to event command string 350 * ev: points to event command string
354 * mask: bit to insert into the event mask 351 * mask: bit to insert into the event mask
355 * 352 *
356 * Configure event command expects a 32 bit bitfield which describes 353 * Configure event command expects a 32 bit bitfield which describes
357 * which events to enable. The bitfield has the following structure 354 * which events to enable. The bitfield has the following structure
358 * (from highest byte to lowest): 355 * (from highest byte to lowest):
359 * system state bits 7-0 356 * system state bits 7-0
360 * system state bits 15-8 357 * system state bits 15-8
361 * oem system state bits 7-0 358 * oem system state bits 7-0
362 * oem system state bits 15-8 359 * oem system state bits 15-8
363 */ 360 */
364 static void nvec_event_mask(char *ev, u32 mask) 361 static void nvec_event_mask(char *ev, u32 mask)
365 { 362 {
366 ev[3] = mask >> 16 & 0xff; 363 ev[3] = mask >> 16 & 0xff;
367 ev[4] = mask >> 24 & 0xff; 364 ev[4] = mask >> 24 & 0xff;
368 ev[5] = mask >> 0 & 0xff; 365 ev[5] = mask >> 0 & 0xff;
369 ev[6] = mask >> 8 & 0xff; 366 ev[6] = mask >> 8 & 0xff;
370 } 367 }
371 368
372 /** 369 /**
373 * nvec_request_master - Process outgoing messages 370 * nvec_request_master - Process outgoing messages
374 * @work: A &struct work_struct (the tx_worker member of &struct nvec_chip) 371 * @work: A &struct work_struct (the tx_worker member of &struct nvec_chip)
375 * 372 *
376 * Processes all outgoing requests by sending the request and awaiting the 373 * Processes all outgoing requests by sending the request and awaiting the
377 * response, then continuing with the next request. Once a request has a 374 * response, then continuing with the next request. Once a request has a
378 * matching response, it will be freed and removed from the list. 375 * matching response, it will be freed and removed from the list.
379 */ 376 */
380 static void nvec_request_master(struct work_struct *work) 377 static void nvec_request_master(struct work_struct *work)
381 { 378 {
382 struct nvec_chip *nvec = container_of(work, struct nvec_chip, tx_work); 379 struct nvec_chip *nvec = container_of(work, struct nvec_chip, tx_work);
383 unsigned long flags; 380 unsigned long flags;
384 long err; 381 long err;
385 struct nvec_msg *msg; 382 struct nvec_msg *msg;
386 383
387 spin_lock_irqsave(&nvec->tx_lock, flags); 384 spin_lock_irqsave(&nvec->tx_lock, flags);
388 while (!list_empty(&nvec->tx_data)) { 385 while (!list_empty(&nvec->tx_data)) {
389 msg = list_first_entry(&nvec->tx_data, struct nvec_msg, node); 386 msg = list_first_entry(&nvec->tx_data, struct nvec_msg, node);
390 spin_unlock_irqrestore(&nvec->tx_lock, flags); 387 spin_unlock_irqrestore(&nvec->tx_lock, flags);
391 nvec_gpio_set_value(nvec, 0); 388 nvec_gpio_set_value(nvec, 0);
392 err = wait_for_completion_interruptible_timeout( 389 err = wait_for_completion_interruptible_timeout(
393 &nvec->ec_transfer, msecs_to_jiffies(5000)); 390 &nvec->ec_transfer, msecs_to_jiffies(5000));
394 391
395 if (err == 0) { 392 if (err == 0) {
396 dev_warn(nvec->dev, "timeout waiting for ec transfer\n"); 393 dev_warn(nvec->dev, "timeout waiting for ec transfer\n");
397 nvec_gpio_set_value(nvec, 1); 394 nvec_gpio_set_value(nvec, 1);
398 msg->pos = 0; 395 msg->pos = 0;
399 } 396 }
400 397
401 spin_lock_irqsave(&nvec->tx_lock, flags); 398 spin_lock_irqsave(&nvec->tx_lock, flags);
402 399
403 if (err > 0) { 400 if (err > 0) {
404 list_del_init(&msg->node); 401 list_del_init(&msg->node);
405 nvec_msg_free(nvec, msg); 402 nvec_msg_free(nvec, msg);
406 } 403 }
407 } 404 }
408 spin_unlock_irqrestore(&nvec->tx_lock, flags); 405 spin_unlock_irqrestore(&nvec->tx_lock, flags);
409 } 406 }
410 407
411 /** 408 /**
412 * parse_msg - Print some information and call the notifiers on an RX message 409 * parse_msg - Print some information and call the notifiers on an RX message
413 * @nvec: A &struct nvec_chip 410 * @nvec: A &struct nvec_chip
414 * @msg: A message received by @nvec 411 * @msg: A message received by @nvec
415 * 412 *
416 * Paarse some pieces of the message and then call the chain of notifiers 413 * Paarse some pieces of the message and then call the chain of notifiers
417 * registered via nvec_register_notifier. 414 * registered via nvec_register_notifier.
418 */ 415 */
419 static int parse_msg(struct nvec_chip *nvec, struct nvec_msg *msg) 416 static int parse_msg(struct nvec_chip *nvec, struct nvec_msg *msg)
420 { 417 {
421 if ((msg->data[0] & 1 << 7) == 0 && msg->data[3]) { 418 if ((msg->data[0] & 1 << 7) == 0 && msg->data[3]) {
422 dev_err(nvec->dev, "ec responded %*ph\n", 4, msg->data); 419 dev_err(nvec->dev, "ec responded %*ph\n", 4, msg->data);
423 return -EINVAL; 420 return -EINVAL;
424 } 421 }
425 422
426 if ((msg->data[0] >> 7) == 1 && (msg->data[0] & 0x0f) == 5) 423 if ((msg->data[0] >> 7) == 1 && (msg->data[0] & 0x0f) == 5)
427 print_hex_dump(KERN_WARNING, "ec system event ", 424 print_hex_dump(KERN_WARNING, "ec system event ",
428 DUMP_PREFIX_NONE, 16, 1, msg->data, 425 DUMP_PREFIX_NONE, 16, 1, msg->data,
429 msg->data[1] + 2, true); 426 msg->data[1] + 2, true);
430 427
431 atomic_notifier_call_chain(&nvec->notifier_list, msg->data[0] & 0x8f, 428 atomic_notifier_call_chain(&nvec->notifier_list, msg->data[0] & 0x8f,
432 msg->data); 429 msg->data);
433 430
434 return 0; 431 return 0;
435 } 432 }
436 433
437 /** 434 /**
438 * nvec_dispatch - Process messages received from the EC 435 * nvec_dispatch - Process messages received from the EC
439 * @work: A &struct work_struct (the tx_worker member of &struct nvec_chip) 436 * @work: A &struct work_struct (the tx_worker member of &struct nvec_chip)
440 * 437 *
441 * Process messages previously received from the EC and put into the RX 438 * Process messages previously received from the EC and put into the RX
442 * queue of the &struct nvec_chip instance associated with @work. 439 * queue of the &struct nvec_chip instance associated with @work.
443 */ 440 */
444 static void nvec_dispatch(struct work_struct *work) 441 static void nvec_dispatch(struct work_struct *work)
445 { 442 {
446 struct nvec_chip *nvec = container_of(work, struct nvec_chip, rx_work); 443 struct nvec_chip *nvec = container_of(work, struct nvec_chip, rx_work);
447 unsigned long flags; 444 unsigned long flags;
448 struct nvec_msg *msg; 445 struct nvec_msg *msg;
449 446
450 spin_lock_irqsave(&nvec->rx_lock, flags); 447 spin_lock_irqsave(&nvec->rx_lock, flags);
451 while (!list_empty(&nvec->rx_data)) { 448 while (!list_empty(&nvec->rx_data)) {
452 msg = list_first_entry(&nvec->rx_data, struct nvec_msg, node); 449 msg = list_first_entry(&nvec->rx_data, struct nvec_msg, node);
453 list_del_init(&msg->node); 450 list_del_init(&msg->node);
454 spin_unlock_irqrestore(&nvec->rx_lock, flags); 451 spin_unlock_irqrestore(&nvec->rx_lock, flags);
455 452
456 if (nvec->sync_write_pending == 453 if (nvec->sync_write_pending ==
457 (msg->data[2] << 8) + msg->data[0]) { 454 (msg->data[2] << 8) + msg->data[0]) {
458 dev_dbg(nvec->dev, "sync write completed!\n"); 455 dev_dbg(nvec->dev, "sync write completed!\n");
459 nvec->sync_write_pending = 0; 456 nvec->sync_write_pending = 0;
460 nvec->last_sync_msg = msg; 457 nvec->last_sync_msg = msg;
461 complete(&nvec->sync_write); 458 complete(&nvec->sync_write);
462 } else { 459 } else {
463 parse_msg(nvec, msg); 460 parse_msg(nvec, msg);
464 nvec_msg_free(nvec, msg); 461 nvec_msg_free(nvec, msg);
465 } 462 }
466 spin_lock_irqsave(&nvec->rx_lock, flags); 463 spin_lock_irqsave(&nvec->rx_lock, flags);
467 } 464 }
468 spin_unlock_irqrestore(&nvec->rx_lock, flags); 465 spin_unlock_irqrestore(&nvec->rx_lock, flags);
469 } 466 }
470 467
471 /** 468 /**
472 * nvec_tx_completed - Complete the current transfer 469 * nvec_tx_completed - Complete the current transfer
473 * @nvec: A &struct nvec_chip 470 * @nvec: A &struct nvec_chip
474 * 471 *
475 * This is called when we have received an END_TRANS on a TX transfer. 472 * This is called when we have received an END_TRANS on a TX transfer.
476 */ 473 */
477 static void nvec_tx_completed(struct nvec_chip *nvec) 474 static void nvec_tx_completed(struct nvec_chip *nvec)
478 { 475 {
479 /* We got an END_TRANS, let's skip this, maybe there's an event */ 476 /* We got an END_TRANS, let's skip this, maybe there's an event */
480 if (nvec->tx->pos != nvec->tx->size) { 477 if (nvec->tx->pos != nvec->tx->size) {
481 dev_err(nvec->dev, "premature END_TRANS, resending\n"); 478 dev_err(nvec->dev, "premature END_TRANS, resending\n");
482 nvec->tx->pos = 0; 479 nvec->tx->pos = 0;
483 nvec_gpio_set_value(nvec, 0); 480 nvec_gpio_set_value(nvec, 0);
484 } else { 481 } else {
485 nvec->state = 0; 482 nvec->state = 0;
486 } 483 }
487 } 484 }
488 485
489 /** 486 /**
490 * nvec_rx_completed - Complete the current transfer 487 * nvec_rx_completed - Complete the current transfer
491 * @nvec: A &struct nvec_chip 488 * @nvec: A &struct nvec_chip
492 * 489 *
493 * This is called when we have received an END_TRANS on a RX transfer. 490 * This is called when we have received an END_TRANS on a RX transfer.
494 */ 491 */
495 static void nvec_rx_completed(struct nvec_chip *nvec) 492 static void nvec_rx_completed(struct nvec_chip *nvec)
496 { 493 {
497 if (nvec->rx->pos != nvec_msg_size(nvec->rx)) { 494 if (nvec->rx->pos != nvec_msg_size(nvec->rx)) {
498 dev_err(nvec->dev, "RX incomplete: Expected %u bytes, got %u\n", 495 dev_err(nvec->dev, "RX incomplete: Expected %u bytes, got %u\n",
499 (uint) nvec_msg_size(nvec->rx), 496 (uint) nvec_msg_size(nvec->rx),
500 (uint) nvec->rx->pos); 497 (uint) nvec->rx->pos);
501 498
502 nvec_msg_free(nvec, nvec->rx); 499 nvec_msg_free(nvec, nvec->rx);
503 nvec->state = 0; 500 nvec->state = 0;
504 501
505 /* Battery quirk - Often incomplete, and likes to crash */ 502 /* Battery quirk - Often incomplete, and likes to crash */
506 if (nvec->rx->data[0] == NVEC_BAT) 503 if (nvec->rx->data[0] == NVEC_BAT)
507 complete(&nvec->ec_transfer); 504 complete(&nvec->ec_transfer);
508 505
509 return; 506 return;
510 } 507 }
511 508
512 spin_lock(&nvec->rx_lock); 509 spin_lock(&nvec->rx_lock);
513 510
514 /* add the received data to the work list 511 /* add the received data to the work list
515 and move the ring buffer pointer to the next entry */ 512 and move the ring buffer pointer to the next entry */
516 list_add_tail(&nvec->rx->node, &nvec->rx_data); 513 list_add_tail(&nvec->rx->node, &nvec->rx_data);
517 514
518 spin_unlock(&nvec->rx_lock); 515 spin_unlock(&nvec->rx_lock);
519 516
520 nvec->state = 0; 517 nvec->state = 0;
521 518
522 if (!nvec_msg_is_event(nvec->rx)) 519 if (!nvec_msg_is_event(nvec->rx))
523 complete(&nvec->ec_transfer); 520 complete(&nvec->ec_transfer);
524 521
525 schedule_work(&nvec->rx_work); 522 schedule_work(&nvec->rx_work);
526 } 523 }
527 524
528 /** 525 /**
529 * nvec_invalid_flags - Send an error message about invalid flags and jump 526 * nvec_invalid_flags - Send an error message about invalid flags and jump
530 * @nvec: The nvec device 527 * @nvec: The nvec device
531 * @status: The status flags 528 * @status: The status flags
532 * @reset: Whether we shall jump to state 0. 529 * @reset: Whether we shall jump to state 0.
533 */ 530 */
534 static void nvec_invalid_flags(struct nvec_chip *nvec, unsigned int status, 531 static void nvec_invalid_flags(struct nvec_chip *nvec, unsigned int status,
535 bool reset) 532 bool reset)
536 { 533 {
537 dev_err(nvec->dev, "unexpected status flags 0x%02x during state %i\n", 534 dev_err(nvec->dev, "unexpected status flags 0x%02x during state %i\n",
538 status, nvec->state); 535 status, nvec->state);
539 if (reset) 536 if (reset)
540 nvec->state = 0; 537 nvec->state = 0;
541 } 538 }
542 539
543 /** 540 /**
544 * nvec_tx_set - Set the message to transfer (nvec->tx) 541 * nvec_tx_set - Set the message to transfer (nvec->tx)
545 * @nvec: A &struct nvec_chip 542 * @nvec: A &struct nvec_chip
546 * 543 *
547 * Gets the first entry from the tx_data list of @nvec and sets the 544 * Gets the first entry from the tx_data list of @nvec and sets the
548 * tx member to it. If the tx_data list is empty, this uses the 545 * tx member to it. If the tx_data list is empty, this uses the
549 * tx_scratch message to send a no operation message. 546 * tx_scratch message to send a no operation message.
550 */ 547 */
551 static void nvec_tx_set(struct nvec_chip *nvec) 548 static void nvec_tx_set(struct nvec_chip *nvec)
552 { 549 {
553 spin_lock(&nvec->tx_lock); 550 spin_lock(&nvec->tx_lock);
554 if (list_empty(&nvec->tx_data)) { 551 if (list_empty(&nvec->tx_data)) {
555 dev_err(nvec->dev, "empty tx - sending no-op\n"); 552 dev_err(nvec->dev, "empty tx - sending no-op\n");
556 memcpy(nvec->tx_scratch.data, "\x02\x07\x02", 3); 553 memcpy(nvec->tx_scratch.data, "\x02\x07\x02", 3);
557 nvec->tx_scratch.size = 3; 554 nvec->tx_scratch.size = 3;
558 nvec->tx_scratch.pos = 0; 555 nvec->tx_scratch.pos = 0;
559 nvec->tx = &nvec->tx_scratch; 556 nvec->tx = &nvec->tx_scratch;
560 list_add_tail(&nvec->tx->node, &nvec->tx_data); 557 list_add_tail(&nvec->tx->node, &nvec->tx_data);
561 } else { 558 } else {
562 nvec->tx = list_first_entry(&nvec->tx_data, struct nvec_msg, 559 nvec->tx = list_first_entry(&nvec->tx_data, struct nvec_msg,
563 node); 560 node);
564 nvec->tx->pos = 0; 561 nvec->tx->pos = 0;
565 } 562 }
566 spin_unlock(&nvec->tx_lock); 563 spin_unlock(&nvec->tx_lock);
567 564
568 dev_dbg(nvec->dev, "Sending message of length %u, command 0x%x\n", 565 dev_dbg(nvec->dev, "Sending message of length %u, command 0x%x\n",
569 (uint)nvec->tx->size, nvec->tx->data[1]); 566 (uint)nvec->tx->size, nvec->tx->data[1]);
570 } 567 }
571 568
572 /** 569 /**
573 * nvec_interrupt - Interrupt handler 570 * nvec_interrupt - Interrupt handler
574 * @irq: The IRQ 571 * @irq: The IRQ
575 * @dev: The nvec device 572 * @dev: The nvec device
576 * 573 *
577 * Interrupt handler that fills our RX buffers and empties our TX 574 * Interrupt handler that fills our RX buffers and empties our TX
578 * buffers. This uses a finite state machine with ridiculous amounts 575 * buffers. This uses a finite state machine with ridiculous amounts
579 * of error checking, in order to be fairly reliable. 576 * of error checking, in order to be fairly reliable.
580 */ 577 */
581 static irqreturn_t nvec_interrupt(int irq, void *dev) 578 static irqreturn_t nvec_interrupt(int irq, void *dev)
582 { 579 {
583 unsigned long status; 580 unsigned long status;
584 unsigned int received = 0; 581 unsigned int received = 0;
585 unsigned char to_send = 0xff; 582 unsigned char to_send = 0xff;
586 const unsigned long irq_mask = I2C_SL_IRQ | END_TRANS | RCVD | RNW; 583 const unsigned long irq_mask = I2C_SL_IRQ | END_TRANS | RCVD | RNW;
587 struct nvec_chip *nvec = dev; 584 struct nvec_chip *nvec = dev;
588 unsigned int state = nvec->state; 585 unsigned int state = nvec->state;
589 586
590 status = readl(nvec->base + I2C_SL_STATUS); 587 status = readl(nvec->base + I2C_SL_STATUS);
591 588
592 /* Filter out some errors */ 589 /* Filter out some errors */
593 if ((status & irq_mask) == 0 && (status & ~irq_mask) != 0) { 590 if ((status & irq_mask) == 0 && (status & ~irq_mask) != 0) {
594 dev_err(nvec->dev, "unexpected irq mask %lx\n", status); 591 dev_err(nvec->dev, "unexpected irq mask %lx\n", status);
595 return IRQ_HANDLED; 592 return IRQ_HANDLED;
596 } 593 }
597 if ((status & I2C_SL_IRQ) == 0) { 594 if ((status & I2C_SL_IRQ) == 0) {
598 dev_err(nvec->dev, "Spurious IRQ\n"); 595 dev_err(nvec->dev, "Spurious IRQ\n");
599 return IRQ_HANDLED; 596 return IRQ_HANDLED;
600 } 597 }
601 598
602 /* The EC did not request a read, so it send us something, read it */ 599 /* The EC did not request a read, so it send us something, read it */
603 if ((status & RNW) == 0) { 600 if ((status & RNW) == 0) {
604 received = readl(nvec->base + I2C_SL_RCVD); 601 received = readl(nvec->base + I2C_SL_RCVD);
605 if (status & RCVD) 602 if (status & RCVD)
606 writel(0, nvec->base + I2C_SL_RCVD); 603 writel(0, nvec->base + I2C_SL_RCVD);
607 } 604 }
608 605
609 if (status == (I2C_SL_IRQ | RCVD)) 606 if (status == (I2C_SL_IRQ | RCVD))
610 nvec->state = 0; 607 nvec->state = 0;
611 608
612 switch (nvec->state) { 609 switch (nvec->state) {
613 case 0: /* Verify that its a transfer start, the rest later */ 610 case 0: /* Verify that its a transfer start, the rest later */
614 if (status != (I2C_SL_IRQ | RCVD)) 611 if (status != (I2C_SL_IRQ | RCVD))
615 nvec_invalid_flags(nvec, status, false); 612 nvec_invalid_flags(nvec, status, false);
616 break; 613 break;
617 case 1: /* command byte */ 614 case 1: /* command byte */
618 if (status != I2C_SL_IRQ) { 615 if (status != I2C_SL_IRQ) {
619 nvec_invalid_flags(nvec, status, true); 616 nvec_invalid_flags(nvec, status, true);
620 } else { 617 } else {
621 nvec->rx = nvec_msg_alloc(nvec, NVEC_MSG_RX); 618 nvec->rx = nvec_msg_alloc(nvec, NVEC_MSG_RX);
622 /* Should not happen in a normal world */ 619 /* Should not happen in a normal world */
623 if (unlikely(nvec->rx == NULL)) { 620 if (unlikely(nvec->rx == NULL)) {
624 nvec->state = 0; 621 nvec->state = 0;
625 break; 622 break;
626 } 623 }
627 nvec->rx->data[0] = received; 624 nvec->rx->data[0] = received;
628 nvec->rx->pos = 1; 625 nvec->rx->pos = 1;
629 nvec->state = 2; 626 nvec->state = 2;
630 } 627 }
631 break; 628 break;
632 case 2: /* first byte after command */ 629 case 2: /* first byte after command */
633 if (status == (I2C_SL_IRQ | RNW | RCVD)) { 630 if (status == (I2C_SL_IRQ | RNW | RCVD)) {
634 udelay(33); 631 udelay(33);
635 if (nvec->rx->data[0] != 0x01) { 632 if (nvec->rx->data[0] != 0x01) {
636 dev_err(nvec->dev, 633 dev_err(nvec->dev,
637 "Read without prior read command\n"); 634 "Read without prior read command\n");
638 nvec->state = 0; 635 nvec->state = 0;
639 break; 636 break;
640 } 637 }
641 nvec_msg_free(nvec, nvec->rx); 638 nvec_msg_free(nvec, nvec->rx);
642 nvec->state = 3; 639 nvec->state = 3;
643 nvec_tx_set(nvec); 640 nvec_tx_set(nvec);
644 BUG_ON(nvec->tx->size < 1); 641 BUG_ON(nvec->tx->size < 1);
645 to_send = nvec->tx->data[0]; 642 to_send = nvec->tx->data[0];
646 nvec->tx->pos = 1; 643 nvec->tx->pos = 1;
647 } else if (status == (I2C_SL_IRQ)) { 644 } else if (status == (I2C_SL_IRQ)) {
648 BUG_ON(nvec->rx == NULL); 645 BUG_ON(nvec->rx == NULL);
649 nvec->rx->data[1] = received; 646 nvec->rx->data[1] = received;
650 nvec->rx->pos = 2; 647 nvec->rx->pos = 2;
651 nvec->state = 4; 648 nvec->state = 4;
652 } else { 649 } else {
653 nvec_invalid_flags(nvec, status, true); 650 nvec_invalid_flags(nvec, status, true);
654 } 651 }
655 break; 652 break;
656 case 3: /* EC does a block read, we transmit data */ 653 case 3: /* EC does a block read, we transmit data */
657 if (status & END_TRANS) { 654 if (status & END_TRANS) {
658 nvec_tx_completed(nvec); 655 nvec_tx_completed(nvec);
659 } else if ((status & RNW) == 0 || (status & RCVD)) { 656 } else if ((status & RNW) == 0 || (status & RCVD)) {
660 nvec_invalid_flags(nvec, status, true); 657 nvec_invalid_flags(nvec, status, true);
661 } else if (nvec->tx && nvec->tx->pos < nvec->tx->size) { 658 } else if (nvec->tx && nvec->tx->pos < nvec->tx->size) {
662 to_send = nvec->tx->data[nvec->tx->pos++]; 659 to_send = nvec->tx->data[nvec->tx->pos++];
663 } else { 660 } else {
664 dev_err(nvec->dev, "tx buffer underflow on %p (%u > %u)\n", 661 dev_err(nvec->dev, "tx buffer underflow on %p (%u > %u)\n",
665 nvec->tx, 662 nvec->tx,
666 (uint) (nvec->tx ? nvec->tx->pos : 0), 663 (uint) (nvec->tx ? nvec->tx->pos : 0),
667 (uint) (nvec->tx ? nvec->tx->size : 0)); 664 (uint) (nvec->tx ? nvec->tx->size : 0));
668 nvec->state = 0; 665 nvec->state = 0;
669 } 666 }
670 break; 667 break;
671 case 4: /* EC does some write, we read the data */ 668 case 4: /* EC does some write, we read the data */
672 if ((status & (END_TRANS | RNW)) == END_TRANS) 669 if ((status & (END_TRANS | RNW)) == END_TRANS)
673 nvec_rx_completed(nvec); 670 nvec_rx_completed(nvec);
674 else if (status & (RNW | RCVD)) 671 else if (status & (RNW | RCVD))
675 nvec_invalid_flags(nvec, status, true); 672 nvec_invalid_flags(nvec, status, true);
676 else if (nvec->rx && nvec->rx->pos < NVEC_MSG_SIZE) 673 else if (nvec->rx && nvec->rx->pos < NVEC_MSG_SIZE)
677 nvec->rx->data[nvec->rx->pos++] = received; 674 nvec->rx->data[nvec->rx->pos++] = received;
678 else 675 else
679 dev_err(nvec->dev, 676 dev_err(nvec->dev,
680 "RX buffer overflow on %p: Trying to write byte %u of %u\n", 677 "RX buffer overflow on %p: Trying to write byte %u of %u\n",
681 nvec->rx, nvec->rx ? nvec->rx->pos : 0, 678 nvec->rx, nvec->rx ? nvec->rx->pos : 0,
682 NVEC_MSG_SIZE); 679 NVEC_MSG_SIZE);
683 break; 680 break;
684 default: 681 default:
685 nvec->state = 0; 682 nvec->state = 0;
686 } 683 }
687 684
688 /* If we are told that a new transfer starts, verify it */ 685 /* If we are told that a new transfer starts, verify it */
689 if ((status & (RCVD | RNW)) == RCVD) { 686 if ((status & (RCVD | RNW)) == RCVD) {
690 if (received != nvec->i2c_addr) 687 if (received != nvec->i2c_addr)
691 dev_err(nvec->dev, 688 dev_err(nvec->dev,
692 "received address 0x%02x, expected 0x%02x\n", 689 "received address 0x%02x, expected 0x%02x\n",
693 received, nvec->i2c_addr); 690 received, nvec->i2c_addr);
694 nvec->state = 1; 691 nvec->state = 1;
695 } 692 }
696 693
697 /* Send data if requested, but not on end of transmission */ 694 /* Send data if requested, but not on end of transmission */
698 if ((status & (RNW | END_TRANS)) == RNW) 695 if ((status & (RNW | END_TRANS)) == RNW)
699 writel(to_send, nvec->base + I2C_SL_RCVD); 696 writel(to_send, nvec->base + I2C_SL_RCVD);
700 697
701 /* If we have send the first byte */ 698 /* If we have send the first byte */
702 if (status == (I2C_SL_IRQ | RNW | RCVD)) 699 if (status == (I2C_SL_IRQ | RNW | RCVD))
703 nvec_gpio_set_value(nvec, 1); 700 nvec_gpio_set_value(nvec, 1);
704 701
705 dev_dbg(nvec->dev, 702 dev_dbg(nvec->dev,
706 "Handled: %s 0x%02x, %s 0x%02x in state %u [%s%s%s]\n", 703 "Handled: %s 0x%02x, %s 0x%02x in state %u [%s%s%s]\n",
707 (status & RNW) == 0 ? "received" : "R=", 704 (status & RNW) == 0 ? "received" : "R=",
708 received, 705 received,
709 (status & (RNW | END_TRANS)) ? "sent" : "S=", 706 (status & (RNW | END_TRANS)) ? "sent" : "S=",
710 to_send, 707 to_send,
711 state, 708 state,
712 status & END_TRANS ? " END_TRANS" : "", 709 status & END_TRANS ? " END_TRANS" : "",
713 status & RCVD ? " RCVD" : "", 710 status & RCVD ? " RCVD" : "",
714 status & RNW ? " RNW" : ""); 711 status & RNW ? " RNW" : "");
715 712
716 713
717 /* 714 /*
718 * TODO: A correct fix needs to be found for this. 715 * TODO: A correct fix needs to be found for this.
719 * 716 *
720 * We experience less incomplete messages with this delay than without 717 * We experience less incomplete messages with this delay than without
721 * it, but we don't know why. Help is appreciated. 718 * it, but we don't know why. Help is appreciated.
722 */ 719 */
723 udelay(100); 720 udelay(100);
724 721
725 return IRQ_HANDLED; 722 return IRQ_HANDLED;
726 } 723 }
727 724
728 static void tegra_init_i2c_slave(struct nvec_chip *nvec) 725 static void tegra_init_i2c_slave(struct nvec_chip *nvec)
729 { 726 {
730 u32 val; 727 u32 val;
731 728
732 clk_prepare_enable(nvec->i2c_clk); 729 clk_prepare_enable(nvec->i2c_clk);
733 730
734 reset_control_assert(nvec->rst); 731 reset_control_assert(nvec->rst);
735 udelay(2); 732 udelay(2);
736 reset_control_deassert(nvec->rst); 733 reset_control_deassert(nvec->rst);
737 734
738 val = I2C_CNFG_NEW_MASTER_SFM | I2C_CNFG_PACKET_MODE_EN | 735 val = I2C_CNFG_NEW_MASTER_SFM | I2C_CNFG_PACKET_MODE_EN |
739 (0x2 << I2C_CNFG_DEBOUNCE_CNT_SHIFT); 736 (0x2 << I2C_CNFG_DEBOUNCE_CNT_SHIFT);
740 writel(val, nvec->base + I2C_CNFG); 737 writel(val, nvec->base + I2C_CNFG);
741 738
742 clk_set_rate(nvec->i2c_clk, 8 * 80000); 739 clk_set_rate(nvec->i2c_clk, 8 * 80000);
743 740
744 writel(I2C_SL_NEWSL, nvec->base + I2C_SL_CNFG); 741 writel(I2C_SL_NEWSL, nvec->base + I2C_SL_CNFG);
745 writel(0x1E, nvec->base + I2C_SL_DELAY_COUNT); 742 writel(0x1E, nvec->base + I2C_SL_DELAY_COUNT);
746 743
747 writel(nvec->i2c_addr>>1, nvec->base + I2C_SL_ADDR1); 744 writel(nvec->i2c_addr>>1, nvec->base + I2C_SL_ADDR1);
748 writel(0, nvec->base + I2C_SL_ADDR2); 745 writel(0, nvec->base + I2C_SL_ADDR2);
749 746
750 enable_irq(nvec->irq); 747 enable_irq(nvec->irq);
751 } 748 }
752 749
753 #ifdef CONFIG_PM_SLEEP 750 #ifdef CONFIG_PM_SLEEP
754 static void nvec_disable_i2c_slave(struct nvec_chip *nvec) 751 static void nvec_disable_i2c_slave(struct nvec_chip *nvec)
755 { 752 {
756 disable_irq(nvec->irq); 753 disable_irq(nvec->irq);
757 writel(I2C_SL_NEWSL | I2C_SL_NACK, nvec->base + I2C_SL_CNFG); 754 writel(I2C_SL_NEWSL | I2C_SL_NACK, nvec->base + I2C_SL_CNFG);
758 clk_disable_unprepare(nvec->i2c_clk); 755 clk_disable_unprepare(nvec->i2c_clk);
759 } 756 }
760 #endif 757 #endif
761 758
762 static void nvec_power_off(void) 759 static void nvec_power_off(void)
763 { 760 {
764 char ap_pwr_down[] = { NVEC_SLEEP, AP_PWR_DOWN }; 761 char ap_pwr_down[] = { NVEC_SLEEP, AP_PWR_DOWN };
765 762
766 nvec_toggle_global_events(nvec_power_handle, false); 763 nvec_toggle_global_events(nvec_power_handle, false);
767 nvec_write_async(nvec_power_handle, ap_pwr_down, 2); 764 nvec_write_async(nvec_power_handle, ap_pwr_down, 2);
768 } 765 }
769 766
770 /* 767 /*
771 * Parse common device tree data 768 * Parse common device tree data
772 */ 769 */
773 static int nvec_i2c_parse_dt_pdata(struct nvec_chip *nvec) 770 static int nvec_i2c_parse_dt_pdata(struct nvec_chip *nvec)
774 { 771 {
775 nvec->gpio = of_get_named_gpio(nvec->dev->of_node, "request-gpios", 0); 772 nvec->gpio = of_get_named_gpio(nvec->dev->of_node, "request-gpios", 0);
776 773
777 if (nvec->gpio < 0) { 774 if (nvec->gpio < 0) {
778 dev_err(nvec->dev, "no gpio specified"); 775 dev_err(nvec->dev, "no gpio specified");
779 return -ENODEV; 776 return -ENODEV;
780 } 777 }
781 778
782 if (of_property_read_u32(nvec->dev->of_node, "slave-addr", 779 if (of_property_read_u32(nvec->dev->of_node, "slave-addr",
783 &nvec->i2c_addr)) { 780 &nvec->i2c_addr)) {
784 dev_err(nvec->dev, "no i2c address specified"); 781 dev_err(nvec->dev, "no i2c address specified");
785 return -ENODEV; 782 return -ENODEV;
786 } 783 }
787 784
788 return 0; 785 return 0;
789 } 786 }
790 787
791 static int tegra_nvec_probe(struct platform_device *pdev) 788 static int tegra_nvec_probe(struct platform_device *pdev)
792 { 789 {
793 int err, ret; 790 int err, ret;
794 struct clk *i2c_clk; 791 struct clk *i2c_clk;
795 struct nvec_chip *nvec; 792 struct nvec_chip *nvec;
796 struct nvec_msg *msg; 793 struct nvec_msg *msg;
797 struct resource *res; 794 struct resource *res;
798 void __iomem *base; 795 void __iomem *base;
799 char get_firmware_version[] = { NVEC_CNTL, GET_FIRMWARE_VERSION }, 796 char get_firmware_version[] = { NVEC_CNTL, GET_FIRMWARE_VERSION },
800 unmute_speakers[] = { NVEC_OEM0, 0x10, 0x59, 0x95 }, 797 unmute_speakers[] = { NVEC_OEM0, 0x10, 0x59, 0x95 },
801 enable_event[7] = { NVEC_SYS, CNF_EVENT_REPORTING, true }; 798 enable_event[7] = { NVEC_SYS, CNF_EVENT_REPORTING, true };
802 799
803 if (!pdev->dev.of_node) { 800 if (!pdev->dev.of_node) {
804 dev_err(&pdev->dev, "must be instantiated using device tree\n"); 801 dev_err(&pdev->dev, "must be instantiated using device tree\n");
805 return -ENODEV; 802 return -ENODEV;
806 } 803 }
807 804
808 nvec = devm_kzalloc(&pdev->dev, sizeof(struct nvec_chip), GFP_KERNEL); 805 nvec = devm_kzalloc(&pdev->dev, sizeof(struct nvec_chip), GFP_KERNEL);
809 if (nvec == NULL) 806 if (nvec == NULL)
810 return -ENOMEM; 807 return -ENOMEM;
811 808
812 platform_set_drvdata(pdev, nvec); 809 platform_set_drvdata(pdev, nvec);
813 nvec->dev = &pdev->dev; 810 nvec->dev = &pdev->dev;
814 811
815 err = nvec_i2c_parse_dt_pdata(nvec); 812 err = nvec_i2c_parse_dt_pdata(nvec);
816 if (err < 0) 813 if (err < 0)
817 return err; 814 return err;
818 815
819 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); 816 res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
820 base = devm_ioremap_resource(&pdev->dev, res); 817 base = devm_ioremap_resource(&pdev->dev, res);
821 if (IS_ERR(base)) 818 if (IS_ERR(base))
822 return PTR_ERR(base); 819 return PTR_ERR(base);
823 820
824 nvec->irq = platform_get_irq(pdev, 0); 821 nvec->irq = platform_get_irq(pdev, 0);
825 if (nvec->irq < 0) { 822 if (nvec->irq < 0) {
826 dev_err(&pdev->dev, "no irq resource?\n"); 823 dev_err(&pdev->dev, "no irq resource?\n");
827 return -ENODEV; 824 return -ENODEV;
828 } 825 }
829 826
830 i2c_clk = devm_clk_get(&pdev->dev, "div-clk"); 827 i2c_clk = devm_clk_get(&pdev->dev, "div-clk");
831 if (IS_ERR(i2c_clk)) { 828 if (IS_ERR(i2c_clk)) {
832 dev_err(nvec->dev, "failed to get controller clock\n"); 829 dev_err(nvec->dev, "failed to get controller clock\n");
833 return -ENODEV; 830 return -ENODEV;
834 } 831 }
835 832
836 nvec->rst = devm_reset_control_get(&pdev->dev, "i2c"); 833 nvec->rst = devm_reset_control_get(&pdev->dev, "i2c");
837 if (IS_ERR(nvec->rst)) { 834 if (IS_ERR(nvec->rst)) {
838 dev_err(nvec->dev, "failed to get controller reset\n"); 835 dev_err(nvec->dev, "failed to get controller reset\n");
839 return PTR_ERR(nvec->rst); 836 return PTR_ERR(nvec->rst);
840 } 837 }
841 838
842 nvec->base = base; 839 nvec->base = base;
843 nvec->i2c_clk = i2c_clk; 840 nvec->i2c_clk = i2c_clk;
844 nvec->rx = &nvec->msg_pool[0]; 841 nvec->rx = &nvec->msg_pool[0];
845 842
846 ATOMIC_INIT_NOTIFIER_HEAD(&nvec->notifier_list); 843 ATOMIC_INIT_NOTIFIER_HEAD(&nvec->notifier_list);
847 844
848 init_completion(&nvec->sync_write); 845 init_completion(&nvec->sync_write);
849 init_completion(&nvec->ec_transfer); 846 init_completion(&nvec->ec_transfer);
850 mutex_init(&nvec->sync_write_mutex); 847 mutex_init(&nvec->sync_write_mutex);
851 spin_lock_init(&nvec->tx_lock); 848 spin_lock_init(&nvec->tx_lock);
852 spin_lock_init(&nvec->rx_lock); 849 spin_lock_init(&nvec->rx_lock);
853 INIT_LIST_HEAD(&nvec->rx_data); 850 INIT_LIST_HEAD(&nvec->rx_data);
854 INIT_LIST_HEAD(&nvec->tx_data); 851 INIT_LIST_HEAD(&nvec->tx_data);
855 INIT_WORK(&nvec->rx_work, nvec_dispatch); 852 INIT_WORK(&nvec->rx_work, nvec_dispatch);
856 INIT_WORK(&nvec->tx_work, nvec_request_master); 853 INIT_WORK(&nvec->tx_work, nvec_request_master);
857 854
858 err = devm_gpio_request_one(&pdev->dev, nvec->gpio, GPIOF_OUT_INIT_HIGH, 855 err = devm_gpio_request_one(&pdev->dev, nvec->gpio, GPIOF_OUT_INIT_HIGH,
859 "nvec gpio"); 856 "nvec gpio");
860 if (err < 0) { 857 if (err < 0) {
861 dev_err(nvec->dev, "couldn't request gpio\n"); 858 dev_err(nvec->dev, "couldn't request gpio\n");
862 return -ENODEV; 859 return -ENODEV;
863 } 860 }
864 861
865 err = devm_request_irq(&pdev->dev, nvec->irq, nvec_interrupt, 0, 862 err = devm_request_irq(&pdev->dev, nvec->irq, nvec_interrupt, 0,
866 "nvec", nvec); 863 "nvec", nvec);
867 if (err) { 864 if (err) {
868 dev_err(nvec->dev, "couldn't request irq\n"); 865 dev_err(nvec->dev, "couldn't request irq\n");
869 return -ENODEV; 866 return -ENODEV;
870 } 867 }
871 disable_irq(nvec->irq); 868 disable_irq(nvec->irq);
872 869
873 tegra_init_i2c_slave(nvec); 870 tegra_init_i2c_slave(nvec);
874 871
875 /* enable event reporting */ 872 /* enable event reporting */
876 nvec_toggle_global_events(nvec, true); 873 nvec_toggle_global_events(nvec, true);
877 874
878 nvec->nvec_status_notifier.notifier_call = nvec_status_notifier; 875 nvec->nvec_status_notifier.notifier_call = nvec_status_notifier;
879 nvec_register_notifier(nvec, &nvec->nvec_status_notifier, 0); 876 nvec_register_notifier(nvec, &nvec->nvec_status_notifier, 0);
880 877
881 nvec_power_handle = nvec; 878 nvec_power_handle = nvec;
882 pm_power_off = nvec_power_off; 879 pm_power_off = nvec_power_off;
883 880
884 /* Get Firmware Version */ 881 /* Get Firmware Version */
885 msg = nvec_write_sync(nvec, get_firmware_version, 2); 882 msg = nvec_write_sync(nvec, get_firmware_version, 2);
886 883
887 if (msg) { 884 if (msg) {
888 dev_warn(nvec->dev, "ec firmware version %02x.%02x.%02x / %02x\n", 885 dev_warn(nvec->dev, "ec firmware version %02x.%02x.%02x / %02x\n",
889 msg->data[4], msg->data[5], msg->data[6], msg->data[7]); 886 msg->data[4], msg->data[5], msg->data[6], msg->data[7]);
890 887
891 nvec_msg_free(nvec, msg); 888 nvec_msg_free(nvec, msg);
892 } 889 }
893 890
894 ret = mfd_add_devices(nvec->dev, -1, nvec_devices, 891 ret = mfd_add_devices(nvec->dev, 0, nvec_devices,
895 ARRAY_SIZE(nvec_devices), NULL, 0, NULL); 892 ARRAY_SIZE(nvec_devices), NULL, 0, NULL);
896 if (ret) 893 if (ret)
897 dev_err(nvec->dev, "error adding subdevices\n"); 894 dev_err(nvec->dev, "error adding subdevices\n");
898 895
899 /* unmute speakers? */ 896 /* unmute speakers? */
900 nvec_write_async(nvec, unmute_speakers, 4); 897 nvec_write_async(nvec, unmute_speakers, 4);
901 898
902 /* enable lid switch event */ 899 /* enable lid switch event */
903 nvec_event_mask(enable_event, LID_SWITCH); 900 nvec_event_mask(enable_event, LID_SWITCH);
904 nvec_write_async(nvec, enable_event, 7); 901 nvec_write_async(nvec, enable_event, 7);
905 902
906 /* enable power button event */ 903 /* enable power button event */
907 nvec_event_mask(enable_event, PWR_BUTTON); 904 nvec_event_mask(enable_event, PWR_BUTTON);
908 nvec_write_async(nvec, enable_event, 7); 905 nvec_write_async(nvec, enable_event, 7);
909 906
910 return 0; 907 return 0;
911 } 908 }
912 909
913 static int tegra_nvec_remove(struct platform_device *pdev) 910 static int tegra_nvec_remove(struct platform_device *pdev)
914 { 911 {
915 struct nvec_chip *nvec = platform_get_drvdata(pdev); 912 struct nvec_chip *nvec = platform_get_drvdata(pdev);
916 913
917 nvec_toggle_global_events(nvec, false); 914 nvec_toggle_global_events(nvec, false);
918 mfd_remove_devices(nvec->dev); 915 mfd_remove_devices(nvec->dev);
919 nvec_unregister_notifier(nvec, &nvec->nvec_status_notifier); 916 nvec_unregister_notifier(nvec, &nvec->nvec_status_notifier);
920 cancel_work_sync(&nvec->rx_work); 917 cancel_work_sync(&nvec->rx_work);
921 cancel_work_sync(&nvec->tx_work); 918 cancel_work_sync(&nvec->tx_work);
922 /* FIXME: needs check wether nvec is responsible for power off */ 919 /* FIXME: needs check wether nvec is responsible for power off */
923 pm_power_off = NULL; 920 pm_power_off = NULL;
924 921
925 return 0; 922 return 0;
926 } 923 }
927 924
928 #ifdef CONFIG_PM_SLEEP 925 #ifdef CONFIG_PM_SLEEP
929 static int nvec_suspend(struct device *dev) 926 static int nvec_suspend(struct device *dev)
930 { 927 {
931 struct platform_device *pdev = to_platform_device(dev); 928 struct platform_device *pdev = to_platform_device(dev);
932 struct nvec_chip *nvec = platform_get_drvdata(pdev); 929 struct nvec_chip *nvec = platform_get_drvdata(pdev);
933 struct nvec_msg *msg; 930 struct nvec_msg *msg;
934 char ap_suspend[] = { NVEC_SLEEP, AP_SUSPEND }; 931 char ap_suspend[] = { NVEC_SLEEP, AP_SUSPEND };
935 932
936 dev_dbg(nvec->dev, "suspending\n"); 933 dev_dbg(nvec->dev, "suspending\n");
937 934
938 /* keep these sync or you'll break suspend */ 935 /* keep these sync or you'll break suspend */
939 nvec_toggle_global_events(nvec, false); 936 nvec_toggle_global_events(nvec, false);
940 937
941 msg = nvec_write_sync(nvec, ap_suspend, sizeof(ap_suspend)); 938 msg = nvec_write_sync(nvec, ap_suspend, sizeof(ap_suspend));
942 nvec_msg_free(nvec, msg); 939 nvec_msg_free(nvec, msg);
943 940
944 nvec_disable_i2c_slave(nvec); 941 nvec_disable_i2c_slave(nvec);
945 942
946 return 0; 943 return 0;
947 } 944 }
948 945
949 static int nvec_resume(struct device *dev) 946 static int nvec_resume(struct device *dev)
950 { 947 {
951 struct platform_device *pdev = to_platform_device(dev); 948 struct platform_device *pdev = to_platform_device(dev);
952 struct nvec_chip *nvec = platform_get_drvdata(pdev); 949 struct nvec_chip *nvec = platform_get_drvdata(pdev);
953 950
954 dev_dbg(nvec->dev, "resuming\n"); 951 dev_dbg(nvec->dev, "resuming\n");
955 tegra_init_i2c_slave(nvec); 952 tegra_init_i2c_slave(nvec);
956 nvec_toggle_global_events(nvec, true); 953 nvec_toggle_global_events(nvec, true);
957 954
958 return 0; 955 return 0;
959 } 956 }
960 #endif 957 #endif
961 958
962 static SIMPLE_DEV_PM_OPS(nvec_pm_ops, nvec_suspend, nvec_resume); 959 static SIMPLE_DEV_PM_OPS(nvec_pm_ops, nvec_suspend, nvec_resume);
963 960
964 /* Match table for of_platform binding */ 961 /* Match table for of_platform binding */
965 static const struct of_device_id nvidia_nvec_of_match[] = { 962 static const struct of_device_id nvidia_nvec_of_match[] = {
966 { .compatible = "nvidia,nvec", }, 963 { .compatible = "nvidia,nvec", },
967 {}, 964 {},
968 }; 965 };
969 MODULE_DEVICE_TABLE(of, nvidia_nvec_of_match); 966 MODULE_DEVICE_TABLE(of, nvidia_nvec_of_match);
970 967
971 static struct platform_driver nvec_device_driver = { 968 static struct platform_driver nvec_device_driver = {
972 .probe = tegra_nvec_probe, 969 .probe = tegra_nvec_probe,
973 .remove = tegra_nvec_remove, 970 .remove = tegra_nvec_remove,
974 .driver = { 971 .driver = {
975 .name = "nvec", 972 .name = "nvec",
976 .pm = &nvec_pm_ops, 973 .pm = &nvec_pm_ops,
977 .of_match_table = nvidia_nvec_of_match, 974 .of_match_table = nvidia_nvec_of_match,
978 } 975 }
979 }; 976 };
980 977
981 module_platform_driver(nvec_device_driver); 978 module_platform_driver(nvec_device_driver);
982 979
983 MODULE_ALIAS("platform:nvec"); 980 MODULE_ALIAS("platform:nvec");
984 MODULE_DESCRIPTION("NVIDIA compliant embedded controller interface"); 981 MODULE_DESCRIPTION("NVIDIA compliant embedded controller interface");
985 MODULE_AUTHOR("Marc Dietrich <marvin24@gmx.de>"); 982 MODULE_AUTHOR("Marc Dietrich <marvin24@gmx.de>");
986 MODULE_LICENSE("GPL"); 983 MODULE_LICENSE("GPL");
987 984