3 List of maintainers and how to submit kernel changes
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
7 trivial patch so apply some common sense.
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
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
14 important for device drivers, because often that's the only way
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
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
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
29 changes sent back with seemingly silly requests about formatting
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
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
34 generalized kernel feature ready for next time.
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/CodingStyle for guidance here.
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
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.
44 See Documentation/SubmittingPatches for details.
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
48 it easier to know who wants adding and who doesn't.
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
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
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
69 Descriptions of section entries:
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
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..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
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
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
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
123 Maintainers List (try to look for most precise areas first)
125 -----------------------------------
128 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L: netdev@vger.kernel.org
131 F: Documentation/networking/vortex.txt
132 F: drivers/net/ethernet/3com/3c59x.c
134 3CR990 NETWORK DRIVER
135 M: David Dillow <dave@thedillows.org>
136 L: netdev@vger.kernel.org
138 F: drivers/net/ethernet/3com/typhoon*
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M: Adam Radford <linuxraid@lsi.com>
142 L: linux-scsi@vger.kernel.org
143 W: http://www.lsi.com
147 53C700 AND 53C700-66 SCSI DRIVER
148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L: linux-scsi@vger.kernel.org
151 F: drivers/scsi/53c700*
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M: Alexander Aring <alex.aring@gmail.com>
155 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L: linux-bluetooth@vger.kernel.org
157 L: linux-wpan@vger.kernel.org
160 F: include/net/6lowpan.h
161 F: Documentation/networking/6lowpan.txt
163 6PACK NETWORK DRIVER FOR AX.25
164 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L: linux-hams@vger.kernel.org
167 F: drivers/net/hamradio/6pack.c
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L: netdev@vger.kernel.org
173 F: drivers/net/ethernet/realtek/r8169.c
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L: linux-serial@vger.kernel.org
178 W: http://serial.sourceforge.net
180 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F: drivers/tty/serial/8250*
182 F: include/linux/serial_8250.h
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L: netdev@vger.kernel.org
187 F: drivers/net/ethernet/8390/
190 M: Eric Van Hensbergen <ericvh@gmail.com>
191 M: Ron Minnich <rminnich@sandia.gov>
192 M: Latchesar Ionkov <lucho@ionkov.net>
193 L: v9fs-developer@lists.sourceforge.net
194 W: http://swik.net/v9fs
195 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
198 F: Documentation/filesystems/9p.txt
202 F: include/uapi/linux/virtio_9p.h
203 F: include/trace/events/9p.h
207 M: Antti Palosaari <crope@iki.fi>
208 L: linux-media@vger.kernel.org
209 W: http://linuxtv.org/
210 W: http://palosaari.fi/linux/
211 Q: http://patchwork.linuxtv.org/project/linux-media/list/
212 T: git git://linuxtv.org/anttip/media_tree.git
214 F: drivers/media/dvb-frontends/a8293*
216 AACRAID SCSI RAID DRIVER
217 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L: linux-scsi@vger.kernel.org
219 W: http://www.adaptec.com/
221 F: Documentation/scsi/aacraid.txt
222 F: drivers/scsi/aacraid/
225 L: linux-api@vger.kernel.org
226 F: Documentation/ABI/
227 F: include/linux/syscalls.h
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M: Hans de Goede <hdegoede@redhat.com>
233 L: lm-sensors@lm-sensors.org
235 F: drivers/hwmon/abituguru.c
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M: Alistair John Strachan <alistair@devzero.co.uk>
239 L: lm-sensors@lm-sensors.org
241 F: drivers/hwmon/abituguru3.c
244 M: Jes Sorensen <jes@trained-monkey.org>
245 L: linux-acenic@sunsite.dk
247 F: drivers/net/ethernet/alteon/acenic*
249 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
250 M: Peter Feuerer <peter@piie.net>
251 L: platform-driver-x86@vger.kernel.org
252 W: http://piie.net/?section=acerhdf
254 F: drivers/platform/x86/acerhdf.c
256 ACER WMI LAPTOP EXTRAS
257 M: "Lee, Chun-Yi" <jlee@suse.com>
258 L: platform-driver-x86@vger.kernel.org
260 F: drivers/platform/x86/acer-wmi.c
263 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
264 M: Len Brown <lenb@kernel.org>
265 L: linux-acpi@vger.kernel.org
266 W: https://01.org/linux-acpi
267 Q: https://patchwork.kernel.org/project/linux-acpi/list/
268 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
271 F: drivers/pnp/pnpacpi/
272 F: include/linux/acpi.h
274 F: Documentation/acpi/
275 F: Documentation/ABI/testing/sysfs-bus-acpi
276 F: drivers/pci/*acpi*
277 F: drivers/pci/*/*acpi*
278 F: drivers/pci/*/*/*acpi*
281 ACPI COMPONENT ARCHITECTURE (ACPICA)
282 M: Robert Moore <robert.moore@intel.com>
283 M: Lv Zheng <lv.zheng@intel.com>
284 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
285 L: linux-acpi@vger.kernel.org
287 W: https://acpica.org/
288 W: https://github.com/acpica/acpica/
289 Q: https://patchwork.kernel.org/project/linux-acpi/list/
290 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
292 F: drivers/acpi/acpica/
297 M: Zhang Rui <rui.zhang@intel.com>
298 L: linux-acpi@vger.kernel.org
299 W: https://01.org/linux-acpi
301 F: drivers/acpi/fan.c
304 M: Zhang Rui <rui.zhang@intel.com>
305 L: linux-acpi@vger.kernel.org
306 W: https://01.org/linux-acpi
308 F: drivers/acpi/*thermal*
311 M: Zhang Rui <rui.zhang@intel.com>
312 L: linux-acpi@vger.kernel.org
313 W: https://01.org/linux-acpi
315 F: drivers/acpi/video.c
318 L: platform-driver-x86@vger.kernel.org
320 F: drivers/platform/x86/wmi.c
322 AD1889 ALSA SOUND DRIVER
323 M: Thibaut Varene <T-Bone@parisc-linux.org>
324 W: http://wiki.parisc-linux.org/AD1889
325 L: linux-parisc@vger.kernel.org
327 F: sound/pci/ad1889.*
329 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
330 M: Michael Hennerich <michael.hennerich@analog.com>
331 W: http://wiki.analog.com/AD5254
332 W: http://ez.analog.com/community/linux-device-drivers
334 F: drivers/misc/ad525x_dpot.c
336 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
337 M: Michael Hennerich <michael.hennerich@analog.com>
338 W: http://wiki.analog.com/AD5398
339 W: http://ez.analog.com/community/linux-device-drivers
341 F: drivers/regulator/ad5398.c
343 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
344 M: Michael Hennerich <michael.hennerich@analog.com>
345 W: http://wiki.analog.com/AD7142
346 W: http://ez.analog.com/community/linux-device-drivers
348 F: drivers/input/misc/ad714x.c
350 AD7877 TOUCHSCREEN DRIVER
351 M: Michael Hennerich <michael.hennerich@analog.com>
352 W: http://wiki.analog.com/AD7877
353 W: http://ez.analog.com/community/linux-device-drivers
355 F: drivers/input/touchscreen/ad7877.c
357 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
358 M: Michael Hennerich <michael.hennerich@analog.com>
359 W: http://wiki.analog.com/AD7879
360 W: http://ez.analog.com/community/linux-device-drivers
362 F: drivers/input/touchscreen/ad7879.c
364 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
365 M: Jiri Kosina <jikos@kernel.org>
368 ADM1025 HARDWARE MONITOR DRIVER
369 M: Jean Delvare <jdelvare@suse.com>
370 L: lm-sensors@lm-sensors.org
372 F: Documentation/hwmon/adm1025
373 F: drivers/hwmon/adm1025.c
375 ADM1029 HARDWARE MONITOR DRIVER
376 M: Corentin Labbe <clabbe.montjoie@gmail.com>
377 L: lm-sensors@lm-sensors.org
379 F: drivers/hwmon/adm1029.c
381 ADM8211 WIRELESS DRIVER
382 L: linux-wireless@vger.kernel.org
383 W: http://wireless.kernel.org/
385 F: drivers/net/wireless/adm8211.*
387 ADP1653 FLASH CONTROLLER DRIVER
388 M: Sakari Ailus <sakari.ailus@iki.fi>
389 L: linux-media@vger.kernel.org
391 F: drivers/media/i2c/adp1653.c
392 F: include/media/adp1653.h
394 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
395 M: Michael Hennerich <michael.hennerich@analog.com>
396 W: http://wiki.analog.com/ADP5520
397 W: http://ez.analog.com/community/linux-device-drivers
399 F: drivers/mfd/adp5520.c
400 F: drivers/video/backlight/adp5520_bl.c
401 F: drivers/leds/leds-adp5520.c
402 F: drivers/gpio/gpio-adp5520.c
403 F: drivers/input/keyboard/adp5520-keys.c
405 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
406 M: Michael Hennerich <michael.hennerich@analog.com>
407 W: http://wiki.analog.com/ADP5588
408 W: http://ez.analog.com/community/linux-device-drivers
410 F: drivers/input/keyboard/adp5588-keys.c
411 F: drivers/gpio/gpio-adp5588.c
413 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
414 M: Michael Hennerich <michael.hennerich@analog.com>
415 W: http://wiki.analog.com/ADP8860
416 W: http://ez.analog.com/community/linux-device-drivers
418 F: drivers/video/backlight/adp8860_bl.c
420 ADS1015 HARDWARE MONITOR DRIVER
421 M: Dirk Eibach <eibach@gdsys.de>
422 L: lm-sensors@lm-sensors.org
424 F: Documentation/hwmon/ads1015
425 F: drivers/hwmon/ads1015.c
426 F: include/linux/i2c/ads1015.h
429 M: Colin Leroy <colin@colino.net>
431 F: drivers/macintosh/therm_adt746x.c
433 ADT7475 HARDWARE MONITOR DRIVER
434 M: Jean Delvare <jdelvare@suse.com>
435 L: lm-sensors@lm-sensors.org
437 F: Documentation/hwmon/adt7475
438 F: drivers/hwmon/adt7475.c
440 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
441 M: Michael Hennerich <michael.hennerich@analog.com>
442 W: http://wiki.analog.com/ADXL345
443 W: http://ez.analog.com/community/linux-device-drivers
445 F: drivers/input/misc/adxl34x.c
448 M: Matthew Wilcox <matthew@wil.cx>
449 M: Hannes Reinecke <hare@suse.com>
450 L: linux-scsi@vger.kernel.org
452 F: Documentation/scsi/advansys.txt
453 F: drivers/scsi/advansys.c
456 M: Riccardo Facchetti <fizban@tin.it>
458 F: sound/oss/aedsp16.c
461 M: Antti Palosaari <crope@iki.fi>
462 L: linux-media@vger.kernel.org
463 W: http://linuxtv.org/
464 W: http://palosaari.fi/linux/
465 Q: http://patchwork.linuxtv.org/project/linux-media/list/
466 T: git git://linuxtv.org/anttip/media_tree.git
468 F: drivers/media/dvb-frontends/af9013*
471 M: Antti Palosaari <crope@iki.fi>
472 L: linux-media@vger.kernel.org
473 W: http://linuxtv.org/
474 W: http://palosaari.fi/linux/
475 Q: http://patchwork.linuxtv.org/project/linux-media/list/
476 T: git git://linuxtv.org/anttip/media_tree.git
478 F: drivers/media/dvb-frontends/af9033*
481 L: linux-fsdevel@vger.kernel.org
483 F: Documentation/filesystems/affs.txt
486 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
487 M: David Howells <dhowells@redhat.com>
488 L: linux-afs@lists.infradead.org
491 F: include/net/af_rxrpc.h
492 F: net/rxrpc/af_rxrpc.c
495 M: David Airlie <airlied@linux.ie>
496 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
499 F: include/linux/agp*
500 F: include/uapi/linux/agp*
503 M: "Juergen E. Fischer" <fischer@norbit.de>
504 L: linux-scsi@vger.kernel.org
506 F: drivers/scsi/aha152x*
507 F: drivers/scsi/pcmcia/aha152x*
509 AIC7XXX / AIC79XX SCSI DRIVER
510 M: Hannes Reinecke <hare@suse.com>
511 L: linux-scsi@vger.kernel.org
513 F: drivers/scsi/aic7xxx/
515 AIMSLAB FM RADIO RECEIVER DRIVER
516 M: Hans Verkuil <hverkuil@xs4all.nl>
517 L: linux-media@vger.kernel.org
518 T: git git://linuxtv.org/media_tree.git
519 W: http://linuxtv.org
521 F: drivers/media/radio/radio-aimslab*
524 M: Benjamin LaHaise <bcrl@kvack.org>
525 L: linux-aio@kvack.org
528 F: include/linux/*aio*.h
531 M: Antti Palosaari <crope@iki.fi>
532 L: linux-media@vger.kernel.org
533 W: http://linuxtv.org/
534 W: http://palosaari.fi/linux/
535 Q: http://patchwork.linuxtv.org/project/linux-media/list/
536 T: git git://linuxtv.org/anttip/media_tree.git
538 F: drivers/media/usb/airspy/
540 ALCATEL SPEEDTOUCH USB DRIVER
541 M: Duncan Sands <duncan.sands@free.fr>
542 L: linux-usb@vger.kernel.org
543 W: http://www.linux-usb.org/SpeedTouch/
545 F: drivers/usb/atm/speedtch.c
546 F: drivers/usb/atm/usbatm.c
548 ALCHEMY AU1XX0 MMC DRIVER
549 M: Manuel Lauss <manuel.lauss@gmail.com>
551 F: drivers/mmc/host/au1xmmc.c
554 M: Rudolf Marek <r.marek@assembler.cz>
555 L: linux-i2c@vger.kernel.org
557 F: Documentation/i2c/busses/i2c-ali1563
558 F: drivers/i2c/busses/i2c-ali1563.c
560 ALLWINNER SECURITY SYSTEM
561 M: Corentin Labbe <clabbe.montjoie@gmail.com>
562 L: linux-crypto@vger.kernel.org
564 F: drivers/crypto/sunxi-ss/
567 M: Richard Henderson <rth@twiddle.net>
568 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
569 M: Matt Turner <mattst88@gmail.com>
571 L: linux-alpha@vger.kernel.org
574 ALTERA MAILBOX DRIVER
575 M: Ley Foon Tan <lftan@altera.com>
576 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
578 F: drivers/mailbox/mailbox-altera.c
581 M: Tien Hock Loh <thloh@altera.com>
582 L: linux-gpio@vger.kernel.org
584 F: drivers/gpio/gpio-altera.c
586 ALTERA TRIPLE SPEED ETHERNET DRIVER
587 M: Vince Bridgers <vbridger@opensource.altera.com>
588 L: netdev@vger.kernel.org
589 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
591 F: drivers/net/ethernet/altera/
593 ALTERA UART/JTAG UART SERIAL DRIVERS
594 M: Tobias Klauser <tklauser@distanz.ch>
595 L: linux-serial@vger.kernel.org
596 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
598 F: drivers/tty/serial/altera_uart.c
599 F: drivers/tty/serial/altera_jtaguart.c
600 F: include/linux/altera_uart.h
601 F: include/linux/altera_jtaguart.h
603 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
604 M: Tom Lendacky <thomas.lendacky@amd.com>
605 L: linux-crypto@vger.kernel.org
607 F: drivers/crypto/ccp/
608 F: include/linux/ccp.h
610 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
611 M: Andreas Herrmann <herrmann.der.user@googlemail.com>
612 L: lm-sensors@lm-sensors.org
614 F: Documentation/hwmon/fam15h_power
615 F: drivers/hwmon/fam15h_power.c
617 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
618 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
620 F: drivers/usb/gadget/udc/amd5536udc.*
622 AMD GEODE PROCESSOR/CHIPSET SUPPORT
623 P: Andres Salomon <dilinger@queued.net>
624 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
625 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
627 F: drivers/char/hw_random/geode-rng.c
628 F: drivers/crypto/geode*
629 F: drivers/video/fbdev/geode/
630 F: arch/x86/include/asm/geode.h
633 M: Joerg Roedel <joro@8bytes.org>
634 L: iommu@lists.linux-foundation.org
635 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
637 F: drivers/iommu/amd_iommu*.[ch]
638 F: include/linux/amd-iommu.h
641 M: Oded Gabbay <oded.gabbay@gmail.com>
642 L: dri-devel@lists.freedesktop.org
643 T: git git://people.freedesktop.org/~gabbayo/linux.git
645 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
646 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
647 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
648 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
649 F: drivers/gpu/drm/amd/amdkfd/
650 F: drivers/gpu/drm/amd/include/cik_structs.h
651 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
652 F: drivers/gpu/drm/amd/include/vi_structs.h
653 F: drivers/gpu/drm/radeon/radeon_kfd.c
654 F: drivers/gpu/drm/radeon/radeon_kfd.h
655 F: include/uapi/linux/kfd_ioctl.h
657 AMD MICROCODE UPDATE SUPPORT
658 M: Borislav Petkov <bp@alien8.de>
660 F: arch/x86/kernel/cpu/microcode/amd*
663 M: Tom Lendacky <thomas.lendacky@amd.com>
664 L: netdev@vger.kernel.org
666 F: drivers/net/ethernet/amd/xgbe/
668 AMS (Apple Motion Sensor) DRIVER
669 M: Michael Hanselmann <linux-kernel@hansmi.ch>
671 F: drivers/macintosh/ams/
674 M: Tom Tucker <tom@opengridcomputing.com>
675 M: Steve Wise <swise@opengridcomputing.com>
676 L: linux-rdma@vger.kernel.org
678 F: drivers/infiniband/hw/amso1100/
680 ANALOG DEVICES INC AD9389B DRIVER
681 M: Hans Verkuil <hans.verkuil@cisco.com>
682 L: linux-media@vger.kernel.org
684 F: drivers/media/i2c/ad9389b*
686 ANALOG DEVICES INC ADV7180 DRIVER
687 M: Lars-Peter Clausen <lars@metafoo.de>
688 L: linux-media@vger.kernel.org
689 W: http://ez.analog.com/community/linux-device-drivers
691 F: drivers/media/i2c/adv7180.c
693 ANALOG DEVICES INC ADV7511 DRIVER
694 M: Hans Verkuil <hans.verkuil@cisco.com>
695 L: linux-media@vger.kernel.org
697 F: drivers/media/i2c/adv7511*
699 ANALOG DEVICES INC ADV7604 DRIVER
700 M: Hans Verkuil <hans.verkuil@cisco.com>
701 L: linux-media@vger.kernel.org
703 F: drivers/media/i2c/adv7604*
705 ANALOG DEVICES INC ADV7842 DRIVER
706 M: Hans Verkuil <hans.verkuil@cisco.com>
707 L: linux-media@vger.kernel.org
709 F: drivers/media/i2c/adv7842*
711 ANALOG DEVICES INC ASOC CODEC DRIVERS
712 M: Lars-Peter Clausen <lars@metafoo.de>
713 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
714 W: http://wiki.analog.com/
715 W: http://ez.analog.com/community/linux-device-drivers
717 F: sound/soc/codecs/adau*
718 F: sound/soc/codecs/adav*
719 F: sound/soc/codecs/ad1*
720 F: sound/soc/codecs/ad7*
721 F: sound/soc/codecs/ssm*
722 F: sound/soc/codecs/sigmadsp.*
724 ANALOG DEVICES INC ASOC DRIVERS
725 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
726 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
727 W: http://blackfin.uclinux.org/
729 F: sound/soc/blackfin/*
731 ANALOG DEVICES INC IIO DRIVERS
732 M: Lars-Peter Clausen <lars@metafoo.de>
733 M: Michael Hennerich <Michael.Hennerich@analog.com>
734 W: http://wiki.analog.com/
735 W: http://ez.analog.com/community/linux-device-drivers
738 X: drivers/iio/*/adjd*
739 F: drivers/staging/iio/*/ad*
740 F: staging/iio/trigger/iio-trig-bfin-timer.c
742 ANALOG DEVICES INC DMA DRIVERS
743 M: Lars-Peter Clausen <lars@metafoo.de>
744 W: http://ez.analog.com/community/linux-device-drivers
746 F: drivers/dma/dma-axi-dmac.c
749 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
750 M: Arve Hjønnevåg <arve@android.com>
751 M: Riley Andrews <riandrews@android.com>
752 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
753 L: devel@driverdev.osuosl.org
756 F: drivers/staging/android/
758 AOA (Apple Onboard Audio) ALSA DRIVER
759 M: Johannes Berg <johannes@sipsolutions.net>
760 L: linuxppc-dev@lists.ozlabs.org
761 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
766 M: Jiri Kosina <jikos@kernel.org>
768 F: arch/x86/kernel/apm_32.c
769 F: include/linux/apm_bios.h
770 F: include/uapi/linux/apm_bios.h
771 F: drivers/char/apm-emulation.c
773 APPLE BCM5974 MULTITOUCH DRIVER
774 M: Henrik Rydberg <rydberg@bitmath.org>
775 L: linux-input@vger.kernel.org
777 F: drivers/input/mouse/bcm5974.c
780 M: Henrik Rydberg <rydberg@bitmath.org>
781 L: lm-sensors@lm-sensors.org
783 F: drivers/hwmon/applesmc.c
785 APPLETALK NETWORK LAYER
786 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 F: drivers/net/appletalk/
791 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
792 M: Iyappan Subramanian <isubramanian@apm.com>
793 M: Keyur Chudgar <kchudgar@apm.com>
795 F: drivers/net/ethernet/apm/xgene/
796 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
798 APTINA CAMERA SENSOR PLL
799 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
800 L: linux-media@vger.kernel.org
802 F: drivers/media/i2c/aptina-pll.*
804 ARC FRAMEBUFFER DRIVER
805 M: Jaya Kumar <jayalk@intworks.biz>
807 F: drivers/video/fbdev/arcfb.c
808 F: drivers/video/fbdev/core/fb_defio.c
811 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
812 L: netdev@vger.kernel.org
814 F: drivers/net/arcnet/
815 F: include/uapi/linux/if_arcnet.h
817 ARM MFM AND FLOPPY DRIVERS
818 M: Ian Molton <spyro@f2s.com>
820 F: arch/arm/lib/floppydma.S
821 F: arch/arm/include/asm/floppy.h
823 ARM PMU PROFILING AND DEBUGGING
824 M: Will Deacon <will.deacon@arm.com>
826 F: arch/arm/kernel/perf_*
827 F: arch/arm/oprofile/common.c
828 F: arch/arm/kernel/hw_breakpoint.c
829 F: arch/arm/include/asm/hw_breakpoint.h
830 F: arch/arm/include/asm/perf_event.h
831 F: drivers/perf/arm_pmu.c
832 F: include/linux/perf/arm_pmu.h
835 M: Russell King <linux@arm.linux.org.uk>
836 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
837 W: http://www.arm.linux.org.uk/
841 ARM SUB-ARCHITECTURES
842 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
846 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
848 ARM PRIMECELL AACI PL041 DRIVER
849 M: Russell King <linux@arm.linux.org.uk>
853 ARM PRIMECELL CLCD PL110 DRIVER
854 M: Russell King <linux@arm.linux.org.uk>
856 F: drivers/video/fbdev/amba-clcd.*
858 ARM PRIMECELL KMI PL050 DRIVER
859 M: Russell King <linux@arm.linux.org.uk>
861 F: drivers/input/serio/ambakmi.*
862 F: include/linux/amba/kmi.h
864 ARM PRIMECELL MMCI PL180/1 DRIVER
865 M: Russell King <linux@arm.linux.org.uk>
867 F: drivers/mmc/host/mmci.*
868 F: include/linux/amba/mmci.h
870 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
871 M: Russell King <linux@arm.linux.org.uk>
873 F: drivers/tty/serial/amba-pl01*.c
874 F: include/linux/amba/serial.h
876 ARM PRIMECELL BUS SUPPORT
877 M: Russell King <linux@arm.linux.org.uk>
880 F: include/linux/amba/bus.h
882 ARM/ADS SPHERE MACHINE SUPPORT
883 M: Lennert Buytenhek <kernel@wantstofly.org>
884 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
887 ARM/AFEB9260 MACHINE SUPPORT
888 M: Sergey Lapin <slapin@ossfans.org>
889 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 ARM/AJECO 1ARM MACHINE SUPPORT
893 M: Lennert Buytenhek <kernel@wantstofly.org>
894 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
897 ARM/Allwinner sunXi SoC support
898 M: Maxime Ripard <maxime.ripard@free-electrons.com>
899 M: Chen-Yu Tsai <wens@csie.org>
900 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
904 ARM/Allwinner SoC Clock Support
905 M: Emilio López <emilio@elopez.com.ar>
907 F: drivers/clk/sunxi/
909 ARM/Amlogic MesonX SoC support
910 M: Carlo Caione <carlo@caione.org>
911 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
913 F: drivers/media/rc/meson-ir.c
916 ARM/Annapurna Labs ALPINE ARCHITECTURE
917 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
919 F: arch/arm/mach-alpine/
921 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
922 M: Nicolas Ferre <nicolas.ferre@atmel.com>
923 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
924 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
925 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 W: http://www.linux4sam.org
928 F: arch/arm/mach-at91/
930 F: arch/arm/boot/dts/at91*.dts
931 F: arch/arm/boot/dts/at91*.dtsi
932 F: arch/arm/boot/dts/sama*.dts
933 F: arch/arm/boot/dts/sama*.dtsi
934 F: arch/arm/include/debug/at91.S
936 ARM/ATMEL AT91 Clock Support
937 M: Boris Brezillon <boris.brezillon@free-electrons.com>
941 ARM/CALXEDA HIGHBANK ARCHITECTURE
942 M: Rob Herring <robh@kernel.org>
943 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
945 F: arch/arm/mach-highbank/
947 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
948 M: Krzysztof Halasa <khalasa@piap.pl>
950 F: arch/arm/mach-cns3xxx/
952 ARM/CAVIUM THUNDER NETWORK DRIVER
953 M: Sunil Goutham <sgoutham@cavium.com>
954 M: Robert Richter <rric@kernel.org>
955 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
957 F: drivers/net/ethernet/cavium/thunder/
959 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
960 M: Alexander Shiyan <shc_work@mail.ru>
961 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
965 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
966 M: Hartley Sweeten <hsweeten@visionengravers.com>
967 M: Ryan Mallon <rmallon@gmail.com>
968 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
970 F: arch/arm/mach-ep93xx/
971 F: arch/arm/mach-ep93xx/include/mach/
973 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
974 M: Lennert Buytenhek <kernel@wantstofly.org>
975 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
979 M: Russell King <linux@arm.linux.org.uk>
980 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
982 F: arch/arm/include/asm/clkdev.h
983 F: drivers/clk/clkdev.c
985 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
986 M: Mike Rapoport <mike@compulab.co.il>
987 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
990 ARM/CONTEC MICRO9 MACHINE SUPPORT
991 M: Hubert Feurstein <hubert.feurstein@contec.at>
993 F: arch/arm/mach-ep93xx/micro9.c
995 ARM/CORESIGHT FRAMEWORK AND DRIVERS
996 M: Mathieu Poirier <mathieu.poirier@linaro.org>
997 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
999 F: drivers/hwtracing/coresight/*
1000 F: Documentation/trace/coresight.txt
1001 F: Documentation/devicetree/bindings/arm/coresight.txt
1002 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1004 ARM/CORGI MACHINE SUPPORT
1005 M: Richard Purdie <rpurdie@rpsys.net>
1008 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1009 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1010 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 T: git git://github.com/ulli-kroll/linux.git
1013 F: arch/arm/mach-gemini/
1014 F: drivers/rtc/rtc-gemini.c
1016 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1017 M: Barry Song <baohua@kernel.org>
1018 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1019 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1021 F: arch/arm/mach-prima2/
1022 F: drivers/clk/sirf/
1023 F: drivers/clocksource/timer-prima2.c
1024 F: drivers/clocksource/timer-atlas7.c
1027 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1028 M: Baruch Siach <baruch@tkos.co.il>
1029 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031 F: arch/arm/boot/dts/cx92755*
1034 ARM/EBSA110 MACHINE SUPPORT
1035 M: Russell King <linux@arm.linux.org.uk>
1036 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 W: http://www.arm.linux.org.uk/
1039 F: arch/arm/mach-ebsa110/
1040 F: drivers/net/ethernet/amd/am79c961a.*
1042 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1043 M: Uwe Kleine-König <kernel@pengutronix.de>
1044 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1049 M: Daniel Ribeiro <drwyrm@gmail.com>
1050 M: Stefan Schmidt <stefan@openezx.org>
1051 M: Harald Welte <laforge@openezx.org>
1052 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1053 W: http://www.openezx.org/
1055 T: topgit git://git.openezx.org/openezx.git
1056 F: arch/arm/mach-pxa/ezx.c
1058 ARM/FARADAY FA526 PORT
1059 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1060 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1062 T: git git://git.berlios.de/gemini-board
1063 F: arch/arm/mm/*-fa*
1065 ARM/FOOTBRIDGE ARCHITECTURE
1066 M: Russell King <linux@arm.linux.org.uk>
1067 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 W: http://www.arm.linux.org.uk/
1070 F: arch/arm/include/asm/hardware/dec21285.h
1071 F: arch/arm/mach-footbridge/
1073 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1074 M: Shawn Guo <shawnguo@kernel.org>
1075 M: Sascha Hauer <kernel@pengutronix.de>
1076 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1079 F: arch/arm/mach-imx/
1080 F: arch/arm/mach-mxs/
1081 F: arch/arm/boot/dts/imx*
1082 F: arch/arm/configs/imx*_defconfig
1086 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1087 M: Shawn Guo <shawnguo@kernel.org>
1088 M: Sascha Hauer <kernel@pengutronix.de>
1089 R: Stefan Agner <stefan@agner.ch>
1090 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1093 F: arch/arm/mach-imx/*vf610*
1094 F: arch/arm/boot/dts/vf*
1096 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1097 M: Lennert Buytenhek <kernel@wantstofly.org>
1098 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 ARM/GUMSTIX MACHINE SUPPORT
1102 M: Steve Sakoman <sakoman@gmail.com>
1103 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1107 M: Philipp Zabel <philipp.zabel@gmail.com>
1108 M: Paul Parsons <lost.distance@yahoo.com>
1109 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 F: arch/arm/mach-pxa/hx4700.c
1112 F: arch/arm/mach-pxa/include/mach/hx4700.h
1113 F: sound/soc/pxa/hx4700.c
1115 ARM/HISILICON SOC SUPPORT
1116 M: Wei Xu <xuwei5@hisilicon.com>
1117 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 W: http://www.hisilicon.com
1120 T: git git://github.com/hisilicon/linux-hisi.git
1121 F: arch/arm/mach-hisi/
1123 ARM/HP JORNADA 7XX MACHINE SUPPORT
1124 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1127 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1128 F: arch/arm/mach-sa1100/jornada720.c
1129 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1131 ARM/IGEP MACHINE SUPPORT
1132 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1133 M: Javier Martinez Canillas <javier@dowhile0.org>
1134 L: linux-omap@vger.kernel.org
1135 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 F: arch/arm/boot/dts/omap3-igep*
1139 ARM/INCOME PXA270 SUPPORT
1140 M: Marek Vasut <marek.vasut@gmail.com>
1141 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1145 ARM/INTEL IOP32X ARM ARCHITECTURE
1146 M: Lennert Buytenhek <kernel@wantstofly.org>
1147 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 ARM/INTEL IOP33X ARM ARCHITECTURE
1151 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 ARM/INTEL IOP13XX ARM ARCHITECTURE
1155 M: Lennert Buytenhek <kernel@wantstofly.org>
1156 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 ARM/INTEL IQ81342EX MACHINE SUPPORT
1160 M: Lennert Buytenhek <kernel@wantstofly.org>
1161 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 ARM/INTEL IXDP2850 MACHINE SUPPORT
1165 M: Lennert Buytenhek <kernel@wantstofly.org>
1166 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169 ARM/INTEL IXP4XX ARM ARCHITECTURE
1170 M: Imre Kaloz <kaloz@openwrt.org>
1171 M: Krzysztof Halasa <khalasa@piap.pl>
1172 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 F: arch/arm/mach-ixp4xx/
1176 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1177 M: Jonathan Cameron <jic23@cam.ac.uk>
1178 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 F: arch/arm/mach-pxa/stargate2.c
1181 F: drivers/pcmcia/pxa2xx_stargate2.c
1183 ARM/INTEL XSC3 (MANZANO) ARM CORE
1184 M: Lennert Buytenhek <kernel@wantstofly.org>
1185 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1189 M: Lennert Buytenhek <kernel@wantstofly.org>
1190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1194 M: Santosh Shilimkar <ssantosh@kernel.org>
1195 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 F: arch/arm/mach-keystone/
1198 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1200 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1201 M: Santosh Shilimkar <ssantosh@kernel.org>
1202 L: linux-kernel@vger.kernel.org
1204 F: drivers/clk/keystone/
1206 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1207 M: Santosh Shilimkar <ssantosh@kernel.org>
1208 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 L: linux-kernel@vger.kernel.org
1211 F: drivers/clocksource/timer-keystone.c
1213 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1214 M: Santosh Shilimkar <ssantosh@kernel.org>
1215 L: linux-kernel@vger.kernel.org
1217 F: drivers/power/reset/keystone-reset.c
1219 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1220 M: Santosh Shilimkar <ssantosh@kernel.org>
1221 L: linux-kernel@vger.kernel.org
1223 F: drivers/memory/*emif*
1225 ARM/LOGICPD PXA270 MACHINE SUPPORT
1226 M: Lennert Buytenhek <kernel@wantstofly.org>
1227 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1230 ARM/LPC18XX ARCHITECTURE
1231 M: Joachim Eastwood <manabian@gmail.com>
1232 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1236 ARM/MAGICIAN MACHINE SUPPORT
1237 M: Philipp Zabel <philipp.zabel@gmail.com>
1240 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1241 M: Jason Cooper <jason@lakedaemon.net>
1242 M: Andrew Lunn <andrew@lunn.ch>
1243 M: Gregory Clement <gregory.clement@free-electrons.com>
1244 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1245 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1247 F: arch/arm/mach-mvebu/
1248 F: drivers/rtc/rtc-armada38x.c
1249 F: arch/arm/boot/dts/armada*
1250 F: arch/arm/boot/dts/kirkwood*
1253 ARM/Marvell Berlin SoC support
1254 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1255 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 F: arch/arm/mach-berlin/
1258 F: arch/arm/boot/dts/berlin*
1261 ARM/Marvell Dove/MV78xx0/Orion SOC support
1262 M: Jason Cooper <jason@lakedaemon.net>
1263 M: Andrew Lunn <andrew@lunn.ch>
1264 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1265 M: Gregory Clement <gregory.clement@free-electrons.com>
1266 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1268 F: arch/arm/mach-dove/
1269 F: arch/arm/mach-mv78xx0/
1270 F: arch/arm/mach-orion5x/
1271 F: arch/arm/plat-orion/
1272 F: arch/arm/boot/dts/dove*
1273 F: arch/arm/boot/dts/orion5x*
1276 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1277 M: Alexander Clouter <alex@digriz.org.uk>
1278 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 W: http://www.digriz.org.uk/ts78xx/kernel
1281 F: arch/arm/mach-orion5x/ts78xx-*
1283 ARM/Mediatek RTC DRIVER
1284 M: Eddie Huang <eddie.huang@mediatek.com>
1285 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1288 F: drivers/rtc/rtc-mt6397.c
1290 ARM/Mediatek SoC support
1291 M: Matthias Brugger <matthias.bgg@gmail.com>
1292 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1293 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1295 F: arch/arm/boot/dts/mt6*
1296 F: arch/arm/boot/dts/mt8*
1297 F: arch/arm/mach-mediatek/
1301 ARM/MICREL KS8695 ARCHITECTURE
1302 M: Greg Ungerer <gerg@uclinux.org>
1303 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1304 F: arch/arm/mach-ks8695/
1307 ARM/MIOA701 MACHINE SUPPORT
1308 M: Robert Jarzmik <robert.jarzmik@free.fr>
1309 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310 F: arch/arm/mach-pxa/mioa701.c
1313 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1314 M: Michael Petchkovsky <mkpetch@internode.on.net>
1317 ARM/NOMADIK ARCHITECTURE
1318 M: Alessandro Rubini <rubini@unipv.it>
1319 M: Linus Walleij <linus.walleij@linaro.org>
1320 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1322 F: arch/arm/mach-nomadik/
1323 F: drivers/pinctrl/nomadik/
1324 F: drivers/i2c/busses/i2c-nomadik.c
1325 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1327 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1328 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1329 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1330 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1333 ARM/TOSA MACHINE SUPPORT
1334 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1335 M: Dirk Opfer <dirk@opfer-online.de>
1338 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1339 M: Marek Vasut <marek.vasut@gmail.com>
1340 L: linux-arm-kernel@lists.infradead.org
1341 W: http://hackndev.com
1343 F: arch/arm/mach-pxa/include/mach/palmtx.h
1344 F: arch/arm/mach-pxa/palmtx.c
1345 F: arch/arm/mach-pxa/include/mach/palmt5.h
1346 F: arch/arm/mach-pxa/palmt5.c
1347 F: arch/arm/mach-pxa/include/mach/palmld.h
1348 F: arch/arm/mach-pxa/palmld.c
1349 F: arch/arm/mach-pxa/include/mach/palmte2.h
1350 F: arch/arm/mach-pxa/palmte2.c
1351 F: arch/arm/mach-pxa/include/mach/palmtc.h
1352 F: arch/arm/mach-pxa/palmtc.c
1354 ARM/PALM TREO SUPPORT
1355 M: Tomas Cech <sleep_walker@suse.com>
1356 L: linux-arm-kernel@lists.infradead.org
1357 W: http://hackndev.com
1359 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1360 F: arch/arm/mach-pxa/palmtreo.c
1363 M: Sergey Lapin <slapin@ossfans.org>
1364 L: linux-arm-kernel@lists.infradead.org
1365 W: http://hackndev.com
1367 F: arch/arm/mach-pxa/include/mach/palmz72.h
1368 F: arch/arm/mach-pxa/palmz72.c
1371 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1372 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1375 ARM/PT DIGITAL BOARD PORT
1376 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1377 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1378 W: http://www.arm.linux.org.uk/
1381 ARM/QUALCOMM SUPPORT
1382 M: Kumar Gala <galak@codeaurora.org>
1383 M: Andy Gross <agross@codeaurora.org>
1384 M: David Brown <davidb@codeaurora.org>
1385 L: linux-arm-msm@vger.kernel.org
1386 L: linux-soc@vger.kernel.org
1388 F: arch/arm/mach-qcom/
1389 F: drivers/soc/qcom/
1390 F: drivers/tty/serial/msm_serial.h
1391 F: drivers/tty/serial/msm_serial.c
1392 F: drivers/*/pm8???-*
1393 F: drivers/mfd/ssbi.c
1394 F: drivers/firmware/qcom_scm.c
1395 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1397 ARM/RADISYS ENP2611 MACHINE SUPPORT
1398 M: Lennert Buytenhek <kernel@wantstofly.org>
1399 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1402 ARM/RISCPC ARCHITECTURE
1403 M: Russell King <linux@arm.linux.org.uk>
1404 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1405 W: http://www.arm.linux.org.uk/
1407 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1408 F: arch/arm/include/asm/hardware/ioc.h
1409 F: arch/arm/include/asm/hardware/iomd.h
1410 F: arch/arm/include/asm/hardware/memc.h
1411 F: arch/arm/mach-rpc/
1412 F: drivers/net/ethernet/8390/etherh.c
1413 F: drivers/net/ethernet/i825xx/ether1*
1414 F: drivers/net/ethernet/seeq/ether3*
1415 F: drivers/scsi/arm/
1417 ARM/Rockchip SoC support
1418 M: Heiko Stuebner <heiko@sntech.de>
1419 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420 L: linux-rockchip@lists.infradead.org
1422 F: arch/arm/boot/dts/rk3*
1423 F: arch/arm/mach-rockchip/
1424 F: drivers/clk/rockchip/
1425 F: drivers/i2c/busses/i2c-rk3x.c
1426 F: drivers/*/*rockchip*
1427 F: drivers/*/*/*rockchip*
1428 F: sound/soc/rockchip/
1431 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1432 M: Kukjin Kim <kgene@kernel.org>
1433 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1434 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1435 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1437 F: arch/arm/boot/dts/s3c*
1438 F: arch/arm/boot/dts/exynos*
1439 F: arch/arm64/boot/dts/exynos/
1440 F: arch/arm/plat-samsung/
1441 F: arch/arm/mach-s3c24*/
1442 F: arch/arm/mach-s3c64xx/
1443 F: arch/arm/mach-s5p*/
1444 F: arch/arm/mach-exynos*/
1445 F: drivers/*/*s3c2410*
1446 F: drivers/*/*/*s3c2410*
1447 F: drivers/spi/spi-s3c*
1448 F: sound/soc/samsung/*
1451 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1452 M: Kyungmin Park <kyungmin.park@samsung.com>
1453 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1455 F: arch/arm/mach-s5pv210/
1457 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1458 M: Kyungmin Park <kyungmin.park@samsung.com>
1459 M: Kamil Debski <k.debski@samsung.com>
1460 L: linux-arm-kernel@lists.infradead.org
1461 L: linux-media@vger.kernel.org
1463 F: drivers/media/platform/s5p-g2d/
1465 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1466 M: Kyungmin Park <kyungmin.park@samsung.com>
1467 M: Kamil Debski <k.debski@samsung.com>
1468 M: Jeongtae Park <jtp.park@samsung.com>
1469 L: linux-arm-kernel@lists.infradead.org
1470 L: linux-media@vger.kernel.org
1472 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1473 F: drivers/media/platform/s5p-mfc/
1475 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1476 M: Kyungmin Park <kyungmin.park@samsung.com>
1477 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1478 L: linux-arm-kernel@lists.infradead.org
1479 L: linux-media@vger.kernel.org
1481 F: drivers/media/platform/s5p-tv/
1483 ARM/SHMOBILE ARM ARCHITECTURE
1484 M: Simon Horman <horms@verge.net.au>
1485 M: Magnus Damm <magnus.damm@gmail.com>
1486 L: linux-sh@vger.kernel.org
1487 W: http://oss.renesas.com
1488 Q: http://patchwork.kernel.org/project/linux-sh/list/
1489 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1491 F: arch/arm/boot/dts/emev2*
1492 F: arch/arm/boot/dts/r7s*
1493 F: arch/arm/boot/dts/r8a*
1494 F: arch/arm/boot/dts/sh*
1495 F: arch/arm/configs/bockw_defconfig
1496 F: arch/arm/configs/marzen_defconfig
1497 F: arch/arm/configs/shmobile_defconfig
1498 F: arch/arm/include/debug/renesas-scif.S
1499 F: arch/arm/mach-shmobile/
1502 ARM/SOCFPGA ARCHITECTURE
1503 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1505 F: arch/arm/mach-socfpga/
1506 F: arch/arm/boot/dts/socfpga*
1507 F: arch/arm/configs/socfpga_defconfig
1508 W: http://www.rocketboards.org
1509 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1511 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1512 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1514 F: drivers/clk/socfpga/
1516 ARM/SOCFPGA EDAC SUPPORT
1517 M: Thor Thayer <tthayer@opensource.altera.com>
1519 F: drivers/edac/altera_edac.
1521 ARM/STI ARCHITECTURE
1522 M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1523 M: Maxime Coquelin <maxime.coquelin@st.com>
1524 M: Patrice Chotard <patrice.chotard@st.com>
1525 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1526 L: kernel@stlinux.com
1527 W: http://www.stlinux.com
1529 F: arch/arm/mach-sti/
1530 F: arch/arm/boot/dts/sti*
1531 F: drivers/clocksource/arm_global_timer.c
1532 F: drivers/clocksource/clksrc_st_lpc.c
1533 F: drivers/i2c/busses/i2c-st.c
1534 F: drivers/media/rc/st_rc.c
1535 F: drivers/media/platform/sti/c8sectpfe/
1536 F: drivers/mmc/host/sdhci-st.c
1537 F: drivers/phy/phy-miphy28lp.c
1538 F: drivers/phy/phy-miphy365x.c
1539 F: drivers/phy/phy-stih407-usb.c
1540 F: drivers/phy/phy-stih41x-usb.c
1541 F: drivers/pinctrl/pinctrl-st.c
1542 F: drivers/reset/sti/
1543 F: drivers/rtc/rtc-st-lpc.c
1544 F: drivers/tty/serial/st-asc.c
1545 F: drivers/usb/dwc3/dwc3-st.c
1546 F: drivers/usb/host/ehci-st.c
1547 F: drivers/usb/host/ohci-st.c
1548 F: drivers/watchdog/st_lpc_wdt.c
1549 F: drivers/ata/ahci_st.c
1551 ARM/STM32 ARCHITECTURE
1552 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1553 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1555 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1557 F: drivers/clocksource/armv7m_systick.c
1559 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1560 M: Lennert Buytenhek <kernel@wantstofly.org>
1561 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 ARM/TETON BGA MACHINE SUPPORT
1565 M: "Mark F. Brown" <mark.brown314@gmail.com>
1566 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1569 ARM/THECUS N2100 MACHINE SUPPORT
1570 M: Lennert Buytenhek <kernel@wantstofly.org>
1571 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1574 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1575 M: Wan ZongShun <mcuos.com@gmail.com>
1576 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1577 W: http://www.mcuos.com
1579 F: arch/arm/mach-w90x900/
1580 F: drivers/input/keyboard/w90p910_keypad.c
1581 F: drivers/input/touchscreen/w90p910_ts.c
1582 F: drivers/watchdog/nuc900_wdt.c
1583 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1584 F: drivers/mtd/nand/nuc900_nand.c
1585 F: drivers/rtc/rtc-nuc900.c
1586 F: drivers/spi/spi-nuc900.c
1587 F: drivers/usb/host/ehci-w90x900.c
1588 F: drivers/video/fbdev/nuc900fb.c
1590 ARM/U300 MACHINE SUPPORT
1591 M: Linus Walleij <linus.walleij@linaro.org>
1592 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594 F: arch/arm/mach-u300/
1595 F: drivers/clocksource/timer-u300.c
1596 F: drivers/i2c/busses/i2c-stu300.c
1597 F: drivers/rtc/rtc-coh901331.c
1598 F: drivers/watchdog/coh901327_wdt.c
1599 F: drivers/dma/coh901318*
1600 F: drivers/mfd/ab3100*
1601 F: drivers/rtc/rtc-ab3100.c
1602 F: drivers/rtc/rtc-coh901331.c
1603 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1605 ARM/UNIPHIER ARCHITECTURE
1606 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1607 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1609 F: arch/arm/boot/dts/uniphier*
1610 F: arch/arm/mach-uniphier/
1611 F: drivers/pinctrl/uniphier/
1612 F: drivers/tty/serial/8250/8250_uniphier.c
1615 ARM/Ux500 ARM ARCHITECTURE
1616 M: Linus Walleij <linus.walleij@linaro.org>
1617 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1619 F: arch/arm/mach-ux500/
1620 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1621 F: drivers/dma/ste_dma40*
1622 F: drivers/hwspinlock/u8500_hsem.c
1623 F: drivers/mfd/abx500*
1624 F: drivers/mfd/ab8500*
1625 F: drivers/mfd/dbx500*
1626 F: drivers/mfd/db8500*
1627 F: drivers/pinctrl/nomadik/pinctrl-ab*
1628 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1629 F: drivers/rtc/rtc-ab8500.c
1630 F: drivers/rtc/rtc-pl031.c
1631 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1633 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1634 M: Ulf Hansson <ulf.hansson@linaro.org>
1635 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1636 T: git git://git.linaro.org/people/ulfh/clk.git
1638 F: drivers/clk/ux500/
1639 F: include/linux/platform_data/clk-ux500.h
1641 ARM/VERSATILE EXPRESS PLATFORM
1642 M: Liviu Dudau <liviu.dudau@arm.com>
1643 M: Sudeep Holla <sudeep.holla@arm.com>
1644 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1645 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1647 F: arch/arm/boot/dts/vexpress*
1648 F: arch/arm64/boot/dts/arm/vexpress*
1649 F: arch/arm/mach-vexpress/
1652 F: drivers/clk/versatile/clk-vexpress-osc.c
1653 F: drivers/clocksource/versatile.c
1656 M: Russell King <linux@arm.linux.org.uk>
1657 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1658 W: http://www.arm.linux.org.uk/
1662 ARM/VOIPAC PXA270 SUPPORT
1663 M: Marek Vasut <marek.vasut@gmail.com>
1664 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1666 F: arch/arm/mach-pxa/vpac270.c
1667 F: arch/arm/mach-pxa/include/mach/vpac270.h
1669 ARM/VT8500 ARM ARCHITECTURE
1670 M: Tony Prisk <linux@prisktech.co.nz>
1671 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1673 F: arch/arm/mach-vt8500/
1674 F: drivers/clocksource/vt8500_timer.c
1675 F: drivers/i2c/busses/i2c-wmt.c
1676 F: drivers/mmc/host/wmt-sdmmc.c
1677 F: drivers/pwm/pwm-vt8500.c
1678 F: drivers/rtc/rtc-vt8500.c
1679 F: drivers/tty/serial/vt8500_serial.c
1680 F: drivers/usb/host/ehci-platform.c
1681 F: drivers/usb/host/uhci-platform.c
1682 F: drivers/video/fbdev/vt8500lcdfb.*
1683 F: drivers/video/fbdev/wm8505fb*
1684 F: drivers/video/fbdev/wmt_ge_rops.*
1686 ARM/ZIPIT Z2 SUPPORT
1687 M: Marek Vasut <marek.vasut@gmail.com>
1688 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1690 F: arch/arm/mach-pxa/z2.c
1691 F: arch/arm/mach-pxa/include/mach/z2.h
1693 ARM/ZTE ARCHITECTURE
1694 M: Jun Nie <jun.nie@linaro.org>
1695 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1697 F: arch/arm/mach-zx/
1699 F: Documentation/devicetree/bindings/arm/zte.txt
1700 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1702 ARM/ZYNQ ARCHITECTURE
1703 M: Michal Simek <michal.simek@xilinx.com>
1704 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1705 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1706 W: http://wiki.xilinx.com
1707 T: git https://github.com/Xilinx/linux-xlnx.git
1709 F: arch/arm/mach-zynq/
1710 F: drivers/cpuidle/cpuidle-zynq.c
1711 F: drivers/block/xsysace.c
1714 F: drivers/clocksource/cadence_ttc_timer.c
1715 F: drivers/i2c/busses/i2c-cadence.c
1716 F: drivers/mmc/host/sdhci-of-arasan.c
1717 F: drivers/edac/synopsys_edac.c
1720 M: Will Deacon <will.deacon@arm.com>
1721 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1723 F: drivers/iommu/arm-smmu.c
1724 F: drivers/iommu/arm-smmu-v3.c
1725 F: drivers/iommu/io-pgtable-arm.c
1727 ARM64 PORT (AARCH64 ARCHITECTURE)
1728 M: Catalin Marinas <catalin.marinas@arm.com>
1729 M: Will Deacon <will.deacon@arm.com>
1730 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1733 F: Documentation/arm64/
1735 AS3645A LED FLASH CONTROLLER DRIVER
1736 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1737 L: linux-media@vger.kernel.org
1738 T: git git://linuxtv.org/media_tree.git
1740 F: drivers/media/i2c/as3645a.c
1741 F: include/media/as3645a.h
1743 ASC7621 HARDWARE MONITOR DRIVER
1744 M: George Joseph <george.joseph@fairview5.com>
1745 L: lm-sensors@lm-sensors.org
1747 F: Documentation/hwmon/asc7621
1748 F: drivers/hwmon/asc7621.c
1750 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1751 M: Corentin Chary <corentin.chary@gmail.com>
1752 L: acpi4asus-user@lists.sourceforge.net
1753 L: platform-driver-x86@vger.kernel.org
1754 W: http://acpi4asus.sf.net
1756 F: drivers/platform/x86/asus*.c
1757 F: drivers/platform/x86/eeepc*.c
1759 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1760 R: Dan Williams <dan.j.williams@intel.com>
1761 W: http://sourceforge.net/projects/xscaleiop
1763 F: Documentation/crypto/async-tx-api.txt
1766 F: include/linux/dmaengine.h
1767 F: include/linux/async_tx.h
1770 M: Wolfram Sang <wsa@the-dreams.de>
1771 L: linux-i2c@vger.kernel.org
1773 F: drivers/misc/eeprom/at24.c
1774 F: include/linux/platform_data/at24.h
1776 ATA OVER ETHERNET (AOE) DRIVER
1777 M: "Ed L. Cashin" <ed.cashin@acm.org>
1778 W: http://www.openaoe.org/
1780 F: Documentation/aoe/
1781 F: drivers/block/aoe/
1783 ATHEROS ATH GENERIC UTILITIES
1784 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1785 L: linux-wireless@vger.kernel.org
1787 F: drivers/net/wireless/ath/*
1789 ATHEROS ATH5K WIRELESS DRIVER
1790 M: Jiri Slaby <jirislaby@gmail.com>
1791 M: Nick Kossifidis <mickflemm@gmail.com>
1792 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1793 L: linux-wireless@vger.kernel.org
1794 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1796 F: drivers/net/wireless/ath/ath5k/
1798 ATHEROS ATH6KL WIRELESS DRIVER
1799 M: Kalle Valo <kvalo@qca.qualcomm.com>
1800 L: linux-wireless@vger.kernel.org
1801 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1802 T: git git://github.com/kvalo/ath.git
1804 F: drivers/net/wireless/ath/ath6kl/
1806 WILOCITY WIL6210 WIRELESS DRIVER
1807 M: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1808 L: linux-wireless@vger.kernel.org
1809 L: wil6210@qca.qualcomm.com
1811 W: http://wireless.kernel.org/en/users/Drivers/wil6210
1812 F: drivers/net/wireless/ath/wil6210/
1813 F: include/uapi/linux/wil6210_uapi.h
1815 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1816 M: Christian Lamparter <chunkeey@googlemail.com>
1817 L: linux-wireless@vger.kernel.org
1818 W: http://wireless.kernel.org/en/users/Drivers/carl9170
1820 F: drivers/net/wireless/ath/carl9170/
1822 ATK0110 HWMON DRIVER
1823 M: Luca Tettamanti <kronos.it@gmail.com>
1824 L: lm-sensors@lm-sensors.org
1826 F: drivers/hwmon/asus_atk0110.c
1829 M: Ville Syrjala <syrjala@sci.fi>
1831 F: drivers/input/misc/ati_remote2.c
1833 ATLX ETHERNET DRIVERS
1834 M: Jay Cliburn <jcliburn@gmail.com>
1835 M: Chris Snook <chris.snook@gmail.com>
1836 L: netdev@vger.kernel.org
1837 W: http://sourceforge.net/projects/atl1
1838 W: http://atl1.sourceforge.net
1840 F: drivers/net/ethernet/atheros/
1843 M: Chas Williams <3chas3@gmail.com>
1844 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1845 L: netdev@vger.kernel.org
1846 W: http://linux-atm.sourceforge.net
1849 F: include/linux/atm*
1850 F: include/uapi/linux/atm*
1852 ATMEL AT91 / AT32 MCI DRIVER
1853 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1855 F: drivers/mmc/host/atmel-mci.c
1856 F: drivers/mmc/host/atmel-mci-regs.h
1858 ATMEL AT91 / AT32 SERIAL DRIVER
1859 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1861 F: drivers/tty/serial/atmel_serial.c
1863 ATMEL Audio ALSA driver
1864 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1865 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1870 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1871 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1873 F: drivers/dma/at_hdmac.c
1874 F: drivers/dma/at_hdmac_regs.h
1875 F: include/linux/platform_data/dma-atmel.h
1878 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1879 L: linux-arm-kernel@lists.infradead.org
1880 L: dmaengine@vger.kernel.org
1882 F: drivers/dma/at_xdmac.c
1885 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1886 L: linux-i2c@vger.kernel.org
1888 F: drivers/i2c/busses/i2c-at91.c
1891 M: Josh Wu <josh.wu@atmel.com>
1892 L: linux-media@vger.kernel.org
1894 F: drivers/media/platform/soc_camera/atmel-isi.c
1895 F: include/media/atmel-isi.h
1898 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1899 L: linux-fbdev@vger.kernel.org
1901 F: drivers/video/fbdev/atmel_lcdfb.c
1902 F: include/video/atmel_lcdc.h
1904 ATMEL MACB ETHERNET DRIVER
1905 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1907 F: drivers/net/ethernet/cadence/
1910 M: Josh Wu <josh.wu@atmel.com>
1911 L: linux-mtd@lists.infradead.org
1913 F: drivers/mtd/nand/atmel_nand*
1916 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1917 L: linux-mmc@vger.kernel.org
1919 F: drivers/mmc/host/sdhci-of-at91.c
1922 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1924 F: drivers/spi/spi-atmel.*
1927 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1928 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1930 F: drivers/misc/atmel-ssc.c
1931 F: include/linux/atmel-ssc.h
1933 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1934 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1935 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1937 F: drivers/misc/atmel_tclib.c
1938 F: drivers/clocksource/tcb_clksrc.c
1940 ATMEL USBA UDC DRIVER
1941 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1942 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1944 F: drivers/usb/gadget/udc/atmel_usba_udc.*
1946 ATMEL WIRELESS DRIVER
1947 M: Simon Kelley <simon@thekelleys.org.uk>
1948 L: linux-wireless@vger.kernel.org
1949 W: http://www.thekelleys.org.uk/atmel
1950 W: http://atmelwlandriver.sourceforge.net/
1952 F: drivers/net/wireless/atmel*
1954 ATMEL MAXTOUCH DRIVER
1955 M: Nick Dyer <nick.dyer@itdev.co.uk>
1956 T: git git://github.com/atmel-maxtouch/linux.git
1958 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1959 F: drivers/input/touchscreen/atmel_mxt_ts.c
1960 F: include/linux/platform_data/atmel_mxt_ts.h
1962 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1963 M: Bradley Grove <linuxdrivers@attotech.com>
1964 L: linux-scsi@vger.kernel.org
1965 W: http://www.attotech.com
1967 F: drivers/scsi/esas2r
1969 ATUSB IEEE 802.15.4 RADIO DRIVER
1970 M: Stefan Schmidt <stefan@osg.samsung.com>
1971 L: linux-wpan@vger.kernel.org
1973 F: drivers/net/ieee802154/atusb.c
1974 F: drivers/net/ieee802154/atusb.h
1975 F: drivers/net/ieee802154/at86rf230.h
1978 M: Paul Moore <paul@paul-moore.com>
1979 M: Eric Paris <eparis@redhat.com>
1980 L: linux-audit@redhat.com (moderated for non-subscribers)
1981 W: http://people.redhat.com/sgrubb/audit/
1982 T: git git://git.infradead.org/users/pcmoore/audit
1984 F: include/linux/audit.h
1985 F: include/uapi/linux/audit.h
1988 AUXILIARY DISPLAY DRIVERS
1989 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1990 W: http://miguelojeda.es/auxdisplay.htm
1991 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1993 F: drivers/auxdisplay/
1994 F: include/linux/cfag12864b.h
1997 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1998 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1999 W: http://www.atmel.com/products/AVR32/
2000 W: http://mirror.egtvedt.no/avr32linux.org/
2001 W: http://avrfreaks.net/
2005 AVR32/AT32AP MACHINE SUPPORT
2006 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2007 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2009 F: arch/avr32/mach-at32ap/
2012 M: Ralf Baechle <ralf@linux-mips.org>
2013 L: linux-hams@vger.kernel.org
2014 W: http://www.linux-ax25.org/
2016 F: include/uapi/linux/ax25.h
2017 F: include/net/ax25.h
2021 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2022 L: linux-media@vger.kernel.org
2023 W: http://linuxtv.org
2024 T: git git://linuxtv.org/media_tree.git
2026 F: drivers/media/usb/dvb-usb-v2/az6007.c
2028 AZTECH FM RADIO RECEIVER DRIVER
2029 M: Hans Verkuil <hverkuil@xs4all.nl>
2030 L: linux-media@vger.kernel.org
2031 T: git git://linuxtv.org/media_tree.git
2032 W: http://linuxtv.org
2034 F: drivers/media/radio/radio-aztech*
2037 L: linux-wireless@vger.kernel.org
2038 L: b43-dev@lists.infradead.org
2039 W: http://wireless.kernel.org/en/users/Drivers/b43
2041 F: drivers/net/wireless/b43/
2043 B43LEGACY WIRELESS DRIVER
2044 M: Larry Finger <Larry.Finger@lwfinger.net>
2045 L: linux-wireless@vger.kernel.org
2046 L: b43-dev@lists.infradead.org
2047 W: http://wireless.kernel.org/en/users/Drivers/b43
2049 F: drivers/net/wireless/b43legacy/
2051 BACKLIGHT CLASS/SUBSYSTEM
2052 M: Jingoo Han <jingoohan1@gmail.com>
2053 M: Lee Jones <lee.jones@linaro.org>
2055 F: drivers/video/backlight/
2056 F: include/linux/backlight.h
2059 M: Marek Lindner <mareklindner@neomailbox.ch>
2060 M: Simon Wunderlich <sw@simonwunderlich.de>
2061 M: Antonio Quartulli <antonio@meshcoding.com>
2062 L: b.a.t.m.a.n@lists.open-mesh.org
2063 W: http://www.open-mesh.org/
2067 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2068 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2069 L: linux-hams@vger.kernel.org
2070 W: http://www.baycom.org/~tom/ham/ham.html
2072 F: drivers/net/hamradio/baycom*
2074 BCACHE (BLOCK LAYER CACHE)
2075 M: Kent Overstreet <kent.overstreet@gmail.com>
2076 L: linux-bcache@vger.kernel.org
2077 W: http://bcache.evilpiepirate.org
2079 F: drivers/md/bcache/
2081 BDISP ST MEDIA DRIVER
2082 M: Fabien Dessenne <fabien.dessenne@st.com>
2083 L: linux-media@vger.kernel.org
2084 T: git git://linuxtv.org/media_tree.git
2085 W: http://linuxtv.org
2087 F: drivers/media/platform/sti/bdisp
2091 F: Documentation/filesystems/befs.txt
2094 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2095 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2096 L: netdev@vger.kernel.org
2098 F: drivers/net/ethernet/ec_bhf.c
2101 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2103 F: Documentation/filesystems/bfs.txt
2105 F: include/uapi/linux/bfs_fs.h
2107 BLACKFIN ARCHITECTURE
2108 M: Steven Miao <realmz6@gmail.com>
2109 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2110 T: git git://git.code.sf.net/p/adi-linux/code
2111 W: http://blackfin.uclinux.org
2115 BLACKFIN EMAC DRIVER
2116 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2117 W: http://blackfin.uclinux.org
2119 F: drivers/net/ethernet/adi/
2122 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2123 W: http://blackfin.uclinux.org
2125 F: drivers/rtc/rtc-bfin.c
2128 M: Sonic Zhang <sonic.zhang@analog.com>
2129 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2130 W: http://blackfin.uclinux.org
2132 F: drivers/mmc/host/bfin_sdh.c
2134 BLACKFIN SERIAL DRIVER
2135 M: Sonic Zhang <sonic.zhang@analog.com>
2136 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2137 W: http://blackfin.uclinux.org
2139 F: drivers/tty/serial/bfin_uart.c
2141 BLACKFIN WATCHDOG DRIVER
2142 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2143 W: http://blackfin.uclinux.org
2145 F: drivers/watchdog/bfin_wdt.c
2147 BLACKFIN I2C TWI DRIVER
2148 M: Sonic Zhang <sonic.zhang@analog.com>
2149 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2150 W: http://blackfin.uclinux.org/
2152 F: drivers/i2c/busses/i2c-bfin-twi.c
2154 BLACKFIN MEDIA DRIVER
2155 M: Scott Jiang <scott.jiang.linux@gmail.com>
2156 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2157 W: http://blackfin.uclinux.org/
2159 F: drivers/media/platform/blackfin/
2160 F: drivers/media/i2c/adv7183*
2161 F: drivers/media/i2c/vs6624*
2163 BLINKM RGB LED DRIVER
2164 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2166 F: drivers/leds/leds-blinkm.c
2169 M: Jens Axboe <axboe@kernel.dk>
2170 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2173 F: kernel/trace/blktrace.c
2176 M: Joern Engel <joern@lazybastard.org>
2177 L: linux-mtd@lists.infradead.org
2179 F: drivers/mtd/devices/block2mtd.c
2182 M: Marcel Holtmann <marcel@holtmann.org>
2183 M: Gustavo Padovan <gustavo@padovan.org>
2184 M: Johan Hedberg <johan.hedberg@gmail.com>
2185 L: linux-bluetooth@vger.kernel.org
2186 W: http://www.bluez.org/
2187 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2188 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2190 F: drivers/bluetooth/
2193 M: Marcel Holtmann <marcel@holtmann.org>
2194 M: Gustavo Padovan <gustavo@padovan.org>
2195 M: Johan Hedberg <johan.hedberg@gmail.com>
2196 L: linux-bluetooth@vger.kernel.org
2197 W: http://www.bluez.org/
2198 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2202 F: include/net/bluetooth/
2205 M: Jay Vosburgh <j.vosburgh@gmail.com>
2206 M: Veaceslav Falico <vfalico@gmail.com>
2207 M: Andy Gospodarek <gospo@cumulusnetworks.com>
2208 L: netdev@vger.kernel.org
2209 W: http://sourceforge.net/projects/bonding/
2211 F: drivers/net/bonding/
2212 F: include/uapi/linux/if_bonding.h
2214 BPF (Safe dynamic programs and tools)
2215 M: Alexei Starovoitov <ast@kernel.org>
2216 L: netdev@vger.kernel.org
2217 L: linux-kernel@vger.kernel.org
2221 BROADCOM B44 10/100 ETHERNET DRIVER
2222 M: Gary Zambrano <zambrano@broadcom.com>
2223 L: netdev@vger.kernel.org
2225 F: drivers/net/ethernet/broadcom/b44.*
2227 BROADCOM GENET ETHERNET DRIVER
2228 M: Florian Fainelli <f.fainelli@gmail.com>
2229 L: netdev@vger.kernel.org
2231 F: drivers/net/ethernet/broadcom/genet/
2233 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2234 M: Sony Chacko <sony.chacko@qlogic.com>
2235 M: Dept-HSGLinuxNICDev@qlogic.com
2236 L: netdev@vger.kernel.org
2238 F: drivers/net/ethernet/broadcom/bnx2.*
2239 F: drivers/net/ethernet/broadcom/bnx2_*
2241 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2242 M: Ariel Elior <ariel.elior@qlogic.com>
2243 L: netdev@vger.kernel.org
2245 F: drivers/net/ethernet/broadcom/bnx2x/
2247 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2248 M: Florian Fainelli <f.fainelli@gmail.com>
2249 M: Ray Jui <rjui@broadcom.com>
2250 M: Scott Branden <sbranden@broadcom.com>
2251 L: bcm-kernel-feedback-list@broadcom.com
2252 T: git git://github.com/broadcom/mach-bcm
2254 F: arch/arm/mach-bcm/
2255 F: arch/arm/boot/dts/bcm113*
2256 F: arch/arm/boot/dts/bcm216*
2257 F: arch/arm/boot/dts/bcm281*
2258 F: arch/arm/configs/bcm_defconfig
2259 F: drivers/mmc/host/sdhci-bcm-kona.c
2260 F: drivers/clocksource/bcm_kona_timer.c
2262 BROADCOM BCM2835 ARM ARCHITECTURE
2263 M: Stephen Warren <swarren@wwwdotorg.org>
2264 M: Lee Jones <lee@kernel.org>
2265 M: Eric Anholt <eric@anholt.net>
2266 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2267 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2268 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2272 BROADCOM BCM33XX MIPS ARCHITECTURE
2273 M: Kevin Cernekee <cernekee@gmail.com>
2274 L: linux-mips@linux-mips.org
2276 F: arch/mips/bcm3384/*
2277 F: arch/mips/include/asm/mach-bcm3384/*
2278 F: arch/mips/kernel/*bmips*
2280 BROADCOM BCM47XX MIPS ARCHITECTURE
2281 M: Hauke Mehrtens <hauke@hauke-m.de>
2282 M: Rafał Miłecki <zajec5@gmail.com>
2283 L: linux-mips@linux-mips.org
2285 F: arch/mips/bcm47xx/*
2286 F: arch/mips/include/asm/mach-bcm47xx/*
2288 BROADCOM BCM5301X ARM ARCHITECTURE
2289 M: Hauke Mehrtens <hauke@hauke-m.de>
2290 L: linux-arm-kernel@lists.infradead.org
2292 F: arch/arm/mach-bcm/bcm_5301x.c
2293 F: arch/arm/boot/dts/bcm5301x.dtsi
2294 F: arch/arm/boot/dts/bcm470*
2296 BROADCOM BCM63XX ARM ARCHITECTURE
2297 M: Florian Fainelli <f.fainelli@gmail.com>
2298 L: linux-arm-kernel@lists.infradead.org
2299 T: git git://github.com/broadcom/arm-bcm63xx.git
2301 F: arch/arm/mach-bcm/bcm63xx.c
2302 F: arch/arm/include/debug/bcm63xx.S
2304 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2305 M: Kevin Cernekee <cernekee@gmail.com>
2306 L: linux-usb@vger.kernel.org
2308 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2310 BROADCOM BCM7XXX ARM ARCHITECTURE
2311 M: Brian Norris <computersforpeace@gmail.com>
2312 M: Gregory Fong <gregory.0xf0@gmail.com>
2313 M: Florian Fainelli <f.fainelli@gmail.com>
2314 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2315 T: git git://github.com/broadcom/stblinux.git
2317 F: arch/arm/mach-bcm/*brcmstb*
2318 F: arch/arm/boot/dts/bcm7*.dts*
2319 F: drivers/bus/brcmstb_gisb.c
2322 BROADCOM BMIPS MIPS ARCHITECTURE
2323 M: Kevin Cernekee <cernekee@gmail.com>
2324 M: Florian Fainelli <f.fainelli@gmail.com>
2325 L: linux-mips@linux-mips.org
2326 T: git git://github.com/broadcom/stblinux.git
2328 F: arch/mips/bmips/*
2329 F: arch/mips/include/asm/mach-bmips/*
2330 F: arch/mips/kernel/*bmips*
2331 F: arch/mips/boot/dts/brcm/bcm*.dts*
2332 F: drivers/irqchip/irq-bcm7*
2333 F: drivers/irqchip/irq-brcmstb*
2335 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2336 M: Prashant Sreedharan <prashant@broadcom.com>
2337 M: Michael Chan <mchan@broadcom.com>
2338 L: netdev@vger.kernel.org
2340 F: drivers/net/ethernet/broadcom/tg3.*
2342 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2343 M: Brett Rudley <brudley@broadcom.com>
2344 M: Arend van Spriel <arend@broadcom.com>
2345 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2346 M: Hante Meuleman <meuleman@broadcom.com>
2347 L: linux-wireless@vger.kernel.org
2348 L: brcm80211-dev-list@broadcom.com
2350 F: drivers/net/wireless/brcm80211/
2352 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2353 M: QLogic-Storage-Upstream@qlogic.com
2354 L: linux-scsi@vger.kernel.org
2356 F: drivers/scsi/bnx2fc/
2358 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2359 M: QLogic-Storage-Upstream@qlogic.com
2360 L: linux-scsi@vger.kernel.org
2362 F: drivers/scsi/bnx2i/
2364 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2365 M: Ray Jui <rjui@broadcom.com>
2366 M: Scott Branden <sbranden@broadcom.com>
2367 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2368 L: bcm-kernel-feedback-list@broadcom.com
2369 T: git git://github.com/broadcom/cygnus-linux.git
2378 BROADCOM BRCMSTB GPIO DRIVER
2379 M: Gregory Fong <gregory.0xf0@gmail.com>
2380 L: bcm-kernel-feedback-list@broadcom.com>
2382 F: drivers/gpio/gpio-brcmstb.c
2383 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2385 BROADCOM KONA GPIO DRIVER
2386 M: Ray Jui <rjui@broadcom.com>
2387 L: bcm-kernel-feedback-list@broadcom.com
2389 F: drivers/gpio/gpio-bcm-kona.c
2390 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2392 BROADCOM NVRAM DRIVER
2393 M: Rafał Miłecki <zajec5@gmail.com>
2394 L: linux-mips@linux-mips.org
2396 F: drivers/firmware/broadcom/*
2398 BROADCOM STB NAND FLASH DRIVER
2399 M: Brian Norris <computersforpeace@gmail.com>
2400 L: linux-mtd@lists.infradead.org
2402 F: drivers/mtd/nand/brcmnand/
2404 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2405 M: Rafał Miłecki <zajec5@gmail.com>
2406 L: linux-wireless@vger.kernel.org
2409 F: include/linux/bcma/
2411 BROADCOM SYSTEMPORT ETHERNET DRIVER
2412 M: Florian Fainelli <f.fainelli@gmail.com>
2413 L: netdev@vger.kernel.org
2415 F: drivers/net/ethernet/broadcom/bcmsysport.*
2417 BROCADE BFA FC SCSI DRIVER
2418 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2419 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2420 L: linux-scsi@vger.kernel.org
2422 F: drivers/scsi/bfa/
2424 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2425 M: Rasesh Mody <rasesh.mody@qlogic.com>
2426 L: netdev@vger.kernel.org
2428 F: drivers/net/ethernet/brocade/bna/
2430 BSG (block layer generic sg v4 driver)
2431 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2432 L: linux-scsi@vger.kernel.org
2435 F: include/linux/bsg.h
2436 F: include/uapi/linux/bsg.h
2439 M: Clemens Ladisch <clemens@ladisch.de>
2440 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2441 T: git git://git.alsa-project.org/alsa-kernel.git
2443 F: Documentation/sound/alsa/Bt87x.txt
2444 F: sound/pci/bt87x.c
2447 M: Michael Buesch <m@bues.ch>
2448 W: http://bu3sch.de/btgpio.php
2450 F: drivers/gpio/gpio-bt8xx.c
2453 M: Chris Mason <clm@fb.com>
2454 M: Josef Bacik <jbacik@fb.com>
2455 M: David Sterba <dsterba@suse.com>
2456 L: linux-btrfs@vger.kernel.org
2457 W: http://btrfs.wiki.kernel.org/
2458 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2459 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2461 F: Documentation/filesystems/btrfs.txt
2464 BTTV VIDEO4LINUX DRIVER
2465 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2466 L: linux-media@vger.kernel.org
2467 W: http://linuxtv.org
2468 T: git git://linuxtv.org/media_tree.git
2470 F: Documentation/video4linux/bttv/
2471 F: drivers/media/pci/bt8xx/bttv*
2473 BUSLOGIC SCSI DRIVER
2474 M: Khalid Aziz <khalid@gonehiking.org>
2475 L: linux-scsi@vger.kernel.org
2477 F: drivers/scsi/BusLogic.*
2478 F: drivers/scsi/FlashPoint.*
2480 C-MEDIA CMI8788 DRIVER
2481 M: Clemens Ladisch <clemens@ladisch.de>
2482 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2483 T: git git://git.alsa-project.org/alsa-kernel.git
2485 F: sound/pci/oxygen/
2488 M: Mark Salter <msalter@redhat.com>
2489 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2490 L: linux-c6x-dev@linux-c6x.org
2491 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2495 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2496 M: David Howells <dhowells@redhat.com>
2497 L: linux-cachefs@redhat.com
2499 F: Documentation/filesystems/caching/cachefiles.txt
2502 CADET FM/AM RADIO RECEIVER DRIVER
2503 M: Hans Verkuil <hverkuil@xs4all.nl>
2504 L: linux-media@vger.kernel.org
2505 T: git git://linuxtv.org/media_tree.git
2506 W: http://linuxtv.org
2508 F: drivers/media/radio/radio-cadet*
2510 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2511 M: Jonathan Corbet <corbet@lwn.net>
2512 L: linux-media@vger.kernel.org
2513 T: git git://linuxtv.org/media_tree.git
2515 F: Documentation/video4linux/cafe_ccic
2516 F: drivers/media/platform/marvell-ccic/
2519 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2520 L: netdev@vger.kernel.org
2522 F: Documentation/networking/caif/
2523 F: drivers/net/caif/
2524 F: include/uapi/linux/caif/
2525 F: include/net/caif/
2528 CALGARY x86-64 IOMMU
2529 M: Muli Ben-Yehuda <muli@il.ibm.com>
2530 M: "Jon D. Mason" <jdmason@kudzu.us>
2531 L: discuss@x86-64.org
2533 F: arch/x86/kernel/pci-calgary_64.c
2534 F: arch/x86/kernel/tce_64.c
2535 F: arch/x86/include/asm/calgary.h
2536 F: arch/x86/include/asm/tce.h
2539 M: Oliver Hartkopp <socketcan@hartkopp.net>
2540 M: Marc Kleine-Budde <mkl@pengutronix.de>
2541 L: linux-can@vger.kernel.org
2542 W: https://github.com/linux-can
2543 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2544 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2546 F: Documentation/networking/can.txt
2548 F: include/linux/can/core.h
2549 F: include/uapi/linux/can.h
2550 F: include/uapi/linux/can/bcm.h
2551 F: include/uapi/linux/can/raw.h
2552 F: include/uapi/linux/can/gw.h
2555 M: Wolfgang Grandegger <wg@grandegger.com>
2556 M: Marc Kleine-Budde <mkl@pengutronix.de>
2557 L: linux-can@vger.kernel.org
2558 W: https://github.com/linux-can
2559 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2560 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2563 F: include/linux/can/dev.h
2564 F: include/linux/can/platform/
2565 F: include/uapi/linux/can/error.h
2566 F: include/uapi/linux/can/netlink.h
2569 M: Serge Hallyn <serge.hallyn@canonical.com>
2570 L: linux-security-module@vger.kernel.org
2572 F: include/linux/capability.h
2573 F: include/uapi/linux/capability.h
2574 F: security/commoncap.c
2575 F: kernel/capability.c
2577 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2578 M: Kevin Tsai <ktsai@capellamicro.com>
2580 F: drivers/iio/light/cm*
2581 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2583 CAVIUM LIQUIDIO NETWORK DRIVER
2584 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2585 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2586 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2587 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2588 L: netdev@vger.kernel.org
2589 W: http://www.cavium.com
2591 F: drivers/net/ethernet/cavium/liquidio/
2593 CC2520 IEEE-802.15.4 RADIO DRIVER
2594 M: Varka Bhadram <varkabhadram@gmail.com>
2595 L: linux-wpan@vger.kernel.org
2597 F: drivers/net/ieee802154/cc2520.c
2598 F: include/linux/spi/cc2520.h
2599 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2601 CELL BROADBAND ENGINE ARCHITECTURE
2602 M: Arnd Bergmann <arnd@arndb.de>
2603 L: linuxppc-dev@lists.ozlabs.org
2604 W: http://www.ibm.com/developerworks/power/cell/
2606 F: arch/powerpc/include/asm/cell*.h
2607 F: arch/powerpc/include/asm/spu*.h
2608 F: arch/powerpc/include/uapi/asm/spu*.h
2609 F: arch/powerpc/oprofile/*cell*
2610 F: arch/powerpc/platforms/cell/
2612 CEPH COMMON CODE (LIBCEPH)
2613 M: Ilya Dryomov <idryomov@gmail.com>
2614 M: "Yan, Zheng" <zyan@redhat.com>
2615 M: Sage Weil <sage@redhat.com>
2616 L: ceph-devel@vger.kernel.org
2618 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2619 T: git git://github.com/ceph/ceph-client.git
2622 F: include/linux/ceph/
2623 F: include/linux/crush/
2625 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2626 M: "Yan, Zheng" <zyan@redhat.com>
2627 M: Sage Weil <sage@redhat.com>
2628 M: Ilya Dryomov <idryomov@gmail.com>
2629 L: ceph-devel@vger.kernel.org
2631 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2632 T: git git://github.com/ceph/ceph-client.git
2634 F: Documentation/filesystems/ceph.txt
2637 CERTIFICATE HANDLING:
2638 M: David Howells <dhowells@redhat.com>
2639 M: David Woodhouse <dwmw2@infradead.org>
2640 L: keyrings@linux-nfs.org
2642 F: Documentation/module-signing.txt
2644 F: scripts/extract-cert.c
2646 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2647 L: linux-usb@vger.kernel.org
2649 F: Documentation/usb/WUSB-Design-overview.txt
2650 F: Documentation/usb/wusb-cbaf
2651 F: drivers/usb/host/hwa-hc.c
2652 F: drivers/usb/host/whci/
2653 F: drivers/usb/wusbcore/
2654 F: include/linux/usb/wusb*
2656 CFAG12864B LCD DRIVER
2657 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2658 W: http://miguelojeda.es/auxdisplay.htm
2659 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2661 F: drivers/auxdisplay/cfag12864b.c
2662 F: include/linux/cfag12864b.h
2664 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2665 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2666 W: http://miguelojeda.es/auxdisplay.htm
2667 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2669 F: drivers/auxdisplay/cfag12864bfb.c
2670 F: include/linux/cfag12864b.h
2672 CFG80211 and NL80211
2673 M: Johannes Berg <johannes@sipsolutions.net>
2674 L: linux-wireless@vger.kernel.org
2675 W: http://wireless.kernel.org/
2676 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2679 F: include/uapi/linux/nl80211.h
2680 F: include/net/cfg80211.h
2682 X: net/wireless/wext*
2684 CHAR and MISC DRIVERS
2685 M: Arnd Bergmann <arnd@arndb.de>
2686 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2687 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2691 F: include/linux/miscdevice.h
2694 M: Andy Whitcroft <apw@canonical.com>
2695 M: Joe Perches <joe@perches.com>
2697 F: scripts/checkpatch.pl
2699 CHINESE DOCUMENTATION
2700 M: Harry Wei <harryxiyou@gmail.com>
2701 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2702 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2704 F: Documentation/zh_CN/
2706 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2707 M: Peter Chen <Peter.Chen@freescale.com>
2708 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2709 L: linux-usb@vger.kernel.org
2711 F: drivers/usb/chipidea/
2713 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2714 M: Hans de Goede <hdegoede@redhat.com>
2715 L: linux-input@vger.kernel.org
2717 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2718 F: drivers/input/touchscreen/chipone_icn8318.c
2720 CHROME HARDWARE PLATFORM SUPPORT
2721 M: Olof Johansson <olof@lixom.net>
2723 F: drivers/platform/chrome/
2725 CISCO VIC ETHERNET NIC DRIVER
2726 M: Christian Benvenuti <benve@cisco.com>
2727 M: Sujith Sankar <ssujith@cisco.com>
2728 M: Govindarajulu Varadarajan <_govind@gmx.com>
2729 M: Neel Patel <neepatel@cisco.com>
2731 F: drivers/net/ethernet/cisco/enic/
2733 CISCO VIC LOW LATENCY NIC DRIVER
2734 M: Upinder Malhi <umalhi@cisco.com>
2736 F: drivers/infiniband/hw/usnic
2738 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2739 M: Hartley Sweeten <hsweeten@visionengravers.com>
2740 L: netdev@vger.kernel.org
2742 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2744 CIRRUS LOGIC AUDIO CODEC DRIVERS
2745 M: Brian Austin <brian.austin@cirrus.com>
2746 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2747 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2749 F: sound/soc/codecs/cs*
2752 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2753 L: linux-kernel@vger.kernel.org
2756 F: include/linux/cleancache.h
2759 M: Russell King <linux@arm.linux.org.uk>
2760 L: linux-clk@vger.kernel.org
2762 F: include/linux/clk.h
2764 CLOCKSOURCE, CLOCKEVENT DRIVERS
2765 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2766 M: Thomas Gleixner <tglx@linutronix.de>
2767 L: linux-kernel@vger.kernel.org
2768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2770 F: drivers/clocksource
2772 CISCO FCOE HBA DRIVER
2773 M: Hiral Patel <hiralpat@cisco.com>
2774 M: Suma Ramars <sramars@cisco.com>
2775 M: Brian Uchino <buchino@cisco.com>
2776 L: linux-scsi@vger.kernel.org
2778 F: drivers/scsi/fnic/
2780 CISCO SCSI HBA DRIVER
2781 M: Narsimhulu Musini <nmusini@cisco.com>
2782 M: Sesidhar Baddela <sebaddel@cisco.com>
2783 L: linux-scsi@vger.kernel.org
2785 F: drivers/scsi/snic/
2788 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2789 M: Daniel Oliveira Nascimento <don@syst.com.br>
2790 L: platform-driver-x86@vger.kernel.org
2792 F: drivers/platform/x86/classmate-laptop.c
2795 M: Hans Verkuil <hans.verkuil@cisco.com>
2796 L: linux-media@vger.kernel.org
2797 T: git git://linuxtv.org/media_tree.git
2798 W: http://linuxtv.org
2800 F: drivers/media/pci/cobalt/
2802 COCCINELLE/Semantic Patches (SmPL)
2803 M: Julia Lawall <Julia.Lawall@lip6.fr>
2804 M: Gilles Muller <Gilles.Muller@lip6.fr>
2805 M: Nicolas Palix <nicolas.palix@imag.fr>
2806 M: Michal Marek <mmarek@suse.com>
2807 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2808 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2809 W: http://coccinelle.lip6.fr/
2811 F: Documentation/coccinelle.txt
2812 F: scripts/coccinelle/
2813 F: scripts/coccicheck
2816 M: Jan Harkes <jaharkes@cs.cmu.edu>
2818 L: codalist@coda.cs.cmu.edu
2819 W: http://www.coda.cs.cmu.edu/
2821 F: Documentation/filesystems/coda.txt
2823 F: include/linux/coda*.h
2824 F: include/uapi/linux/coda*.h
2826 CODA V4L2 MEM2MEM DRIVER
2827 M: Philipp Zabel <p.zabel@pengutronix.de>
2828 L: linux-media@vger.kernel.org
2830 F: Documentation/devicetree/bindings/media/coda.txt
2831 F: drivers/media/platform/coda/
2833 COMMON CLK FRAMEWORK
2834 M: Michael Turquette <mturquette@baylibre.com>
2835 M: Stephen Boyd <sboyd@codeaurora.org>
2836 L: linux-clk@vger.kernel.org
2837 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2840 X: drivers/clk/clkdev.c
2841 F: include/linux/clk-pr*
2842 F: include/linux/clk/
2844 COMMON INTERNET FILE SYSTEM (CIFS)
2845 M: Steve French <sfrench@samba.org>
2846 L: linux-cifs@vger.kernel.org
2847 L: samba-technical@lists.samba.org (moderated for non-subscribers)
2848 W: http://linux-cifs.samba.org/
2849 T: git git://git.samba.org/sfrench/cifs-2.6.git
2851 F: Documentation/filesystems/cifs/
2854 COMPACTPCI HOTPLUG CORE
2855 M: Scott Murray <scott@spiteful.org>
2856 L: linux-pci@vger.kernel.org
2858 F: drivers/pci/hotplug/cpci_hotplug*
2860 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2861 M: Scott Murray <scott@spiteful.org>
2862 L: linux-pci@vger.kernel.org
2864 F: drivers/pci/hotplug/cpcihp_zt5550.*
2866 COMPACTPCI HOTPLUG GENERIC DRIVER
2867 M: Scott Murray <scott@spiteful.org>
2868 L: linux-pci@vger.kernel.org
2870 F: drivers/pci/hotplug/cpcihp_generic.c
2872 COMPAL LAPTOP SUPPORT
2873 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2874 L: platform-driver-x86@vger.kernel.org
2876 F: drivers/platform/x86/compal-laptop.c
2878 CONEXANT ACCESSRUNNER USB DRIVER
2879 M: Simon Arlott <cxacru@fire.lp0.eu>
2880 L: accessrunner-general@lists.sourceforge.net
2881 W: http://accessrunner.sourceforge.net/
2883 F: drivers/usb/atm/cxacru.c
2886 M: Joel Becker <jlbec@evilplan.org>
2887 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2890 F: include/linux/configfs.h
2893 M: Evgeniy Polyakov <zbr@ioremap.net>
2894 L: netdev@vger.kernel.org
2896 F: drivers/connector/
2898 CONTROL GROUP (CGROUP)
2899 M: Tejun Heo <tj@kernel.org>
2900 M: Li Zefan <lizefan@huawei.com>
2901 M: Johannes Weiner <hannes@cmpxchg.org>
2902 L: cgroups@vger.kernel.org
2903 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2905 F: Documentation/cgroups/
2906 F: include/linux/cgroup*
2909 CONTROL GROUP - CPUSET
2910 M: Li Zefan <lizefan@huawei.com>
2911 L: cgroups@vger.kernel.org
2912 W: http://www.bullopensource.org/cpuset/
2913 W: http://oss.sgi.com/projects/cpusets/
2914 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2916 F: Documentation/cgroups/cpusets.txt
2917 F: include/linux/cpuset.h
2920 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2921 M: Johannes Weiner <hannes@cmpxchg.org>
2922 M: Michal Hocko <mhocko@kernel.org>
2923 L: cgroups@vger.kernel.org
2924 L: linux-mm@kvack.org
2929 CORETEMP HARDWARE MONITORING DRIVER
2930 M: Fenghua Yu <fenghua.yu@intel.com>
2931 L: lm-sensors@lm-sensors.org
2933 F: Documentation/hwmon/coretemp
2934 F: drivers/hwmon/coretemp.c
2936 COSA/SRP SYNC SERIAL DRIVER
2937 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2938 W: http://www.fi.muni.cz/~kas/cosa/
2940 F: drivers/net/wan/cosa*
2942 CPMAC ETHERNET DRIVER
2943 M: Florian Fainelli <florian@openwrt.org>
2944 L: netdev@vger.kernel.org
2946 F: drivers/net/ethernet/ti/cpmac.c
2948 CPU FREQUENCY DRIVERS
2949 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
2950 M: Viresh Kumar <viresh.kumar@linaro.org>
2951 L: linux-pm@vger.kernel.org
2953 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2954 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2956 F: include/linux/cpufreq.h
2958 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2959 M: Viresh Kumar <viresh.kumar@linaro.org>
2960 M: Sudeep Holla <sudeep.holla@arm.com>
2961 L: linux-pm@vger.kernel.org
2962 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2964 F: drivers/cpufreq/arm_big_little.h
2965 F: drivers/cpufreq/arm_big_little.c
2966 F: drivers/cpufreq/arm_big_little_dt.c
2968 CPUIDLE DRIVER - ARM BIG LITTLE
2969 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2970 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2971 L: linux-pm@vger.kernel.org
2972 L: linux-arm-kernel@lists.infradead.org
2973 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2975 F: drivers/cpuidle/cpuidle-big_little.c
2977 CPUIDLE DRIVER - ARM EXYNOS
2978 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2979 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2980 M: Kukjin Kim <kgene@kernel.org>
2981 L: linux-pm@vger.kernel.org
2982 L: linux-samsung-soc@vger.kernel.org
2984 F: drivers/cpuidle/cpuidle-exynos.c
2985 F: arch/arm/mach-exynos/pm.c
2988 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
2989 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2990 L: linux-pm@vger.kernel.org
2992 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2993 F: drivers/cpuidle/*
2994 F: include/linux/cpuidle.h
2997 M: "H. Peter Anvin" <hpa@zytor.com>
2999 F: arch/x86/kernel/cpuid.c
3000 F: arch/x86/kernel/msr.c
3002 CPU POWER MONITORING SUBSYSTEM
3003 M: Thomas Renninger <trenn@suse.com>
3004 L: linux-pm@vger.kernel.org
3006 F: tools/power/cpupower/
3009 W: http://sourceforge.net/projects/cramfs/
3010 S: Orphan / Obsolete
3011 F: Documentation/filesystems/cramfs.txt
3015 M: Mikael Starvik <starvik@axis.com>
3016 M: Jesper Nilsson <jesper.nilsson@axis.com>
3017 L: linux-cris-kernel@axis.com
3018 W: http://developer.axis.com
3021 F: drivers/tty/serial/crisv10.*
3024 M: Herbert Xu <herbert@gondor.apana.org.au>
3025 M: "David S. Miller" <davem@davemloft.net>
3026 L: linux-crypto@vger.kernel.org
3027 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3029 F: Documentation/crypto/
3030 F: Documentation/DocBook/crypto-API.tmpl
3036 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3037 M: Neil Horman <nhorman@tuxdriver.com>
3038 L: linux-crypto@vger.kernel.org
3040 F: crypto/ansi_cprng.c
3043 CS5535 Audio ALSA driver
3044 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3046 F: sound/pci/cs5535audio/
3049 M: Solomon Peachy <pizza@shaftnet.org>
3051 F: drivers/net/wireless/cw1200/
3053 CX18 VIDEO4LINUX DRIVER
3054 M: Andy Walls <awalls@md.metrocast.net>
3055 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3056 L: linux-media@vger.kernel.org
3057 T: git git://linuxtv.org/media_tree.git
3058 W: http://linuxtv.org
3059 W: http://www.ivtvdriver.org/index.php/Cx18
3061 F: Documentation/video4linux/cx18.txt
3062 F: drivers/media/pci/cx18/
3063 F: include/uapi/linux/ivtv*
3065 CX2341X MPEG ENCODER HELPER MODULE
3066 M: Hans Verkuil <hverkuil@xs4all.nl>
3067 L: linux-media@vger.kernel.org
3068 T: git git://linuxtv.org/media_tree.git
3069 W: http://linuxtv.org
3071 F: drivers/media/common/cx2341x*
3072 F: include/media/cx2341x*
3074 CX24120 MEDIA DRIVER
3075 M: Jemma Denson <jdenson@gmail.com>
3076 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3077 L: linux-media@vger.kernel.org
3078 W: http://linuxtv.org/
3079 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3081 F: drivers/media/dvb-frontends/cx24120*
3083 CX88 VIDEO4LINUX DRIVER
3084 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3085 L: linux-media@vger.kernel.org
3086 W: http://linuxtv.org
3087 T: git git://linuxtv.org/media_tree.git
3089 F: Documentation/video4linux/cx88/
3090 F: drivers/media/pci/cx88/
3092 CXD2820R MEDIA DRIVER
3093 M: Antti Palosaari <crope@iki.fi>
3094 L: linux-media@vger.kernel.org
3095 W: http://linuxtv.org/
3096 W: http://palosaari.fi/linux/
3097 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3098 T: git git://linuxtv.org/anttip/media_tree.git
3100 F: drivers/media/dvb-frontends/cxd2820r*
3102 CXGB3 ETHERNET DRIVER (CXGB3)
3103 M: Santosh Raspatur <santosh@chelsio.com>
3104 L: netdev@vger.kernel.org
3105 W: http://www.chelsio.com
3107 F: drivers/net/ethernet/chelsio/cxgb3/
3109 CXGB3 ISCSI DRIVER (CXGB3I)
3110 M: Karen Xie <kxie@chelsio.com>
3111 L: linux-scsi@vger.kernel.org
3112 W: http://www.chelsio.com
3114 F: drivers/scsi/cxgbi/cxgb3i
3116 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3117 M: Steve Wise <swise@chelsio.com>
3118 L: linux-rdma@vger.kernel.org
3119 W: http://www.openfabrics.org
3121 F: drivers/infiniband/hw/cxgb3/
3123 CXGB4 ETHERNET DRIVER (CXGB4)
3124 M: Hariprasad S <hariprasad@chelsio.com>
3125 L: netdev@vger.kernel.org
3126 W: http://www.chelsio.com
3128 F: drivers/net/ethernet/chelsio/cxgb4/
3130 CXGB4 ISCSI DRIVER (CXGB4I)
3131 M: Karen Xie <kxie@chelsio.com>
3132 L: linux-scsi@vger.kernel.org
3133 W: http://www.chelsio.com
3135 F: drivers/scsi/cxgbi/cxgb4i
3137 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3138 M: Steve Wise <swise@chelsio.com>
3139 L: linux-rdma@vger.kernel.org
3140 W: http://www.openfabrics.org
3142 F: drivers/infiniband/hw/cxgb4/
3144 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3145 M: Casey Leedom <leedom@chelsio.com>
3146 L: netdev@vger.kernel.org
3147 W: http://www.chelsio.com
3149 F: drivers/net/ethernet/chelsio/cxgb4vf/
3151 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3152 M: Ian Munsie <imunsie@au1.ibm.com>
3153 M: Michael Neuling <mikey@neuling.org>
3154 L: linuxppc-dev@lists.ozlabs.org
3156 F: drivers/misc/cxl/
3157 F: include/misc/cxl*
3158 F: include/uapi/misc/cxl.h
3159 F: Documentation/powerpc/cxl.txt
3160 F: Documentation/powerpc/cxl.txt
3161 F: Documentation/ABI/testing/sysfs-class-cxl
3163 STMMAC ETHERNET DRIVER
3164 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3165 L: netdev@vger.kernel.org
3166 W: http://www.stlinux.com
3168 F: drivers/net/ethernet/stmicro/stmmac/
3171 M: Russell King <linux@arm.linux.org.uk>
3172 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3173 W: http://www.arm.linux.org.uk/
3175 F: drivers/video/fbdev/cyber2000fb.*
3177 CYCLADES ASYNC MUX DRIVER
3178 W: http://www.cyclades.com/
3180 F: drivers/tty/cyclades.c
3181 F: include/linux/cyclades.h
3182 F: include/uapi/linux/cyclades.h
3184 CYCLADES PC300 DRIVER
3185 W: http://www.cyclades.com/
3187 F: drivers/net/wan/pc300*
3189 CYPRESS_FIRMWARE MEDIA DRIVER
3190 M: Antti Palosaari <crope@iki.fi>
3191 L: linux-media@vger.kernel.org
3192 W: http://linuxtv.org/
3193 W: http://palosaari.fi/linux/
3194 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3195 T: git git://linuxtv.org/anttip/media_tree.git
3197 F: drivers/media/common/cypress_firmware*
3199 CYTTSP TOUCHSCREEN DRIVER
3200 M: Ferruh Yigit <fery@cypress.com>
3201 L: linux-input@vger.kernel.org
3203 F: drivers/input/touchscreen/cyttsp*
3204 F: include/linux/input/cyttsp.h
3206 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3207 M: Joshua Kinard <kumba@gentoo.org>
3209 F: drivers/rtc/rtc-ds1685.c
3210 F: include/linux/rtc/ds1685.h
3212 DAMA SLAVE for AX.25
3213 M: Joerg Reuter <jreuter@yaina.de>
3214 W: http://yaina.de/jreuter/
3215 W: http://www.qsl.net/dl1bke/
3216 L: linux-hams@vger.kernel.org
3218 F: net/ax25/af_ax25.c
3219 F: net/ax25/ax25_dev.c
3220 F: net/ax25/ax25_ds_*
3221 F: net/ax25/ax25_in.c
3222 F: net/ax25/ax25_out.c
3223 F: net/ax25/ax25_timer.c
3224 F: net/ax25/sysctl_net_ax25.c
3226 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3227 L: netdev@vger.kernel.org
3229 F: Documentation/networking/dmfe.txt
3230 F: drivers/net/ethernet/dec/tulip/dmfe.c
3232 DC390/AM53C974 SCSI driver
3233 M: Hannes Reinecke <hare@suse.com>
3234 L: linux-scsi@vger.kernel.org
3236 F: drivers/scsi/am53c974.c
3239 M: Oliver Neukum <oliver@neukum.org>
3240 M: Ali Akcaagac <aliakc@web.de>
3241 M: Jamie Lenehan <lenehan@twibble.org>
3242 L: dc395x@twibble.org
3243 W: http://twibble.org/dist/dc395x/
3244 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3246 F: Documentation/scsi/dc395x.txt
3247 F: drivers/scsi/dc395x.*
3250 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3251 L: dccp@vger.kernel.org
3252 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3254 F: include/linux/dccp.h
3255 F: include/uapi/linux/dccp.h
3256 F: include/linux/tfrc.h
3259 DECnet NETWORK LAYER
3260 W: http://linux-decnet.sourceforge.net
3261 L: linux-decnet-user@lists.sourceforge.net
3263 F: Documentation/networking/decnet.txt
3266 DECSTATION PLATFORM SUPPORT
3267 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3268 L: linux-mips@linux-mips.org
3269 W: http://www.linux-mips.org/wiki/DECstation
3272 F: arch/mips/include/asm/dec/
3273 F: arch/mips/include/asm/mach-dec/
3275 DEFXX FDDI NETWORK DRIVER
3276 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3278 F: drivers/net/fddi/defxx.*
3281 M: Matthew Garrett <mjg59@srcf.ucam.org>
3282 M: Pali Rohár <pali.rohar@gmail.com>
3283 L: platform-driver-x86@vger.kernel.org
3285 F: drivers/platform/x86/dell-laptop.c
3287 DELL LAPTOP RBTN DRIVER
3288 M: Pali Rohár <pali.rohar@gmail.com>
3290 F: drivers/platform/x86/dell-rbtn.*
3292 DELL LAPTOP FREEFALL DRIVER
3293 M: Pali Rohár <pali.rohar@gmail.com>
3295 F: drivers/platform/x86/dell-smo8800.c
3297 DELL LAPTOP SMM DRIVER
3298 M: Pali Rohár <pali.rohar@gmail.com>
3300 F: drivers/hwmon/dell-smm-hwmon.c
3301 F: include/uapi/linux/i8k.h
3303 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3304 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3306 F: Documentation/dcdbas.txt
3307 F: drivers/firmware/dcdbas.*
3309 DELL WMI EXTRAS DRIVER
3310 M: Matthew Garrett <mjg59@srcf.ucam.org>
3311 M: Pali Rohár <pali.rohar@gmail.com>
3313 F: drivers/platform/x86/dell-wmi.c
3315 DESIGNWARE USB2 DRD IP DRIVER
3316 M: John Youn <johnyoun@synopsys.com>
3317 L: linux-usb@vger.kernel.org
3318 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3320 F: drivers/usb/dwc2/
3322 DESIGNWARE USB3 DRD IP DRIVER
3323 M: Felipe Balbi <balbi@ti.com>
3324 L: linux-usb@vger.kernel.org
3325 L: linux-omap@vger.kernel.org
3326 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3328 F: drivers/usb/dwc3/
3330 DEVICE COREDUMP (DEV_COREDUMP)
3331 M: Johannes Berg <johannes@sipsolutions.net>
3332 L: linux-kernel@vger.kernel.org
3334 F: drivers/base/devcoredump.c
3335 F: include/linux/devcoredump.h
3337 DEVICE FREQUENCY (DEVFREQ)
3338 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3339 M: Kyungmin Park <kyungmin.park@samsung.com>
3340 L: linux-pm@vger.kernel.org
3344 DEVICE NUMBER REGISTRY
3345 M: Torben Mathiasen <device@lanana.org>
3346 W: http://lanana.org/docs/device-list/index.html
3350 M: Alasdair Kergon <agk@redhat.com>
3351 M: Mike Snitzer <snitzer@redhat.com>
3352 M: dm-devel@redhat.com
3353 L: dm-devel@redhat.com
3354 W: http://sources.redhat.com/dm
3355 Q: http://patchwork.kernel.org/project/dm-devel/list/
3356 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3357 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3359 F: Documentation/device-mapper/
3361 F: drivers/md/persistent-data/
3362 F: include/linux/device-mapper.h
3363 F: include/linux/dm-*.h
3364 F: include/uapi/linux/dm-*.h
3366 DIALOG SEMICONDUCTOR DRIVERS
3367 M: Support Opensource <support.opensource@diasemi.com>
3368 W: http://www.dialog-semiconductor.com/products
3370 F: Documentation/hwmon/da90??
3371 F: drivers/gpio/gpio-da90??.c
3372 F: drivers/hwmon/da90??-hwmon.c
3373 F: drivers/iio/adc/da91??-*.c
3374 F: drivers/input/misc/da90??_onkey.c
3375 F: drivers/input/touchscreen/da9052_tsi.c
3376 F: drivers/leds/leds-da90??.c
3377 F: drivers/mfd/da903x.c
3378 F: drivers/mfd/da90??-*.c
3379 F: drivers/mfd/da91??-*.c
3380 F: drivers/power/da9052-battery.c
3381 F: drivers/power/da91??-*.c
3382 F: drivers/regulator/da903x.c
3383 F: drivers/regulator/da9???-regulator.[ch]
3384 F: drivers/rtc/rtc-da90??.c
3385 F: drivers/video/backlight/da90??_bl.c
3386 F: drivers/watchdog/da90??_wdt.c
3387 F: include/linux/mfd/da903x.h
3388 F: include/linux/mfd/da9052/
3389 F: include/linux/mfd/da9055/
3390 F: include/linux/mfd/da9063/
3391 F: include/linux/mfd/da9150/
3392 F: include/sound/da[79]*.h
3393 F: sound/soc/codecs/da[79]*.[ch]
3395 DIGI NEO AND CLASSIC PCI PRODUCTS
3396 M: Lidza Louina <lidza.louina@gmail.com>
3397 M: Mark Hounschell <markh@compro.net>
3398 L: driverdev-devel@linuxdriverproject.org
3400 F: drivers/staging/dgnc/
3402 DIGI EPCA PCI PRODUCTS
3403 M: Lidza Louina <lidza.louina@gmail.com>
3404 M: Daeseok Youn <daeseok.youn@gmail.com>
3405 L: driverdev-devel@linuxdriverproject.org
3407 F: drivers/staging/dgap/
3409 DIOLAN U2C-12 I2C DRIVER
3410 M: Guenter Roeck <linux@roeck-us.net>
3411 L: linux-i2c@vger.kernel.org
3413 F: drivers/i2c/busses/i2c-diolan-u2c.c
3416 M: Matthew Wilcox <willy@linux.intel.com>
3417 L: linux-fsdevel@vger.kernel.org
3421 DIRECTORY NOTIFICATION (DNOTIFY)
3422 M: Eric Paris <eparis@parisplace.org>
3424 F: Documentation/filesystems/dnotify.txt
3425 F: fs/notify/dnotify/
3426 F: include/linux/dnotify.h
3428 DISK GEOMETRY AND PARTITION HANDLING
3429 M: Andries Brouwer <aeb@cwi.nl>
3430 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3431 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3432 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3436 M: Jan Kara <jack@suse.com>
3438 F: Documentation/filesystems/quota.txt
3440 F: include/linux/quota*.h
3441 F: include/uapi/linux/quota*.h
3443 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3444 M: Bernie Thompson <bernie@plugable.com>
3445 L: linux-fbdev@vger.kernel.org
3447 W: http://plugable.com/category/projects/udlfb/
3448 F: drivers/video/fbdev/udlfb.c
3449 F: include/video/udlfb.h
3450 F: Documentation/fb/udlfb.txt
3452 DISTRIBUTED LOCK MANAGER (DLM)
3453 M: Christine Caulfield <ccaulfie@redhat.com>
3454 M: David Teigland <teigland@redhat.com>
3455 L: cluster-devel@redhat.com
3456 W: http://sources.redhat.com/cluster/
3457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3461 DMA BUFFER SHARING FRAMEWORK
3462 M: Sumit Semwal <sumit.semwal@linaro.org>
3464 L: linux-media@vger.kernel.org
3465 L: dri-devel@lists.freedesktop.org
3466 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3468 F: include/linux/dma-buf*
3469 F: include/linux/reservation.h
3470 F: include/linux/*fence.h
3471 F: Documentation/dma-buf-sharing.txt
3472 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3474 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3475 M: Vinod Koul <vinod.koul@intel.com>
3476 L: dmaengine@vger.kernel.org
3477 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3480 F: include/linux/dmaengine.h
3481 F: Documentation/dmaengine/
3482 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3484 DME1737 HARDWARE MONITOR DRIVER
3485 M: Juerg Haefliger <juergh@gmail.com>
3486 L: lm-sensors@lm-sensors.org
3488 F: Documentation/hwmon/dme1737
3489 F: drivers/hwmon/dme1737.c
3492 M: Jean Delvare <jdelvare@suse.com>
3494 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3495 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3496 F: drivers/firmware/dmi-id.c
3497 F: drivers/firmware/dmi_scan.c
3498 F: include/linux/dmi.h
3501 M: Jonathan Corbet <corbet@lwn.net>
3502 L: linux-doc@vger.kernel.org
3505 X: Documentation/ABI/
3506 X: Documentation/devicetree/
3507 X: Documentation/acpi
3508 X: Documentation/power
3509 X: Documentation/spi
3510 X: Documentation/DocBook/media
3511 T: git git://git.lwn.net/linux-2.6.git docs-next
3514 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3515 L: blinux-list@redhat.com
3517 F: drivers/char/dtlk.c
3518 F: include/linux/dtlk.h
3520 DPT_I2O SCSI RAID DRIVER
3521 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3522 L: linux-scsi@vger.kernel.org
3523 W: http://www.adaptec.com/
3525 F: drivers/scsi/dpt*
3526 F: drivers/scsi/dpt/
3531 M: drbd-dev@lists.linbit.com
3532 L: drbd-user@lists.linbit.com
3533 W: http://www.drbd.org
3534 T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3535 T: git git://git.drbd.org/drbd-8.3.git
3537 F: drivers/block/drbd/
3539 F: Documentation/blockdev/drbd/
3541 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3542 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3543 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3545 F: Documentation/kobject.txt
3550 F: include/linux/debugfs.h
3551 F: include/linux/kobj*
3555 M: David Airlie <airlied@linux.ie>
3556 L: dri-devel@lists.freedesktop.org
3557 T: git git://people.freedesktop.org/~airlied/linux
3562 F: include/uapi/drm/
3565 M: Alex Deucher <alexander.deucher@amd.com>
3566 M: Christian König <christian.koenig@amd.com>
3567 L: dri-devel@lists.freedesktop.org
3568 T: git git://people.freedesktop.org/~agd5f/linux
3570 F: drivers/gpu/drm/radeon/
3571 F: include/uapi/drm/radeon*
3574 M: Thierry Reding <thierry.reding@gmail.com>
3575 L: dri-devel@lists.freedesktop.org
3576 T: git git://anongit.freedesktop.org/tegra/linux.git
3578 F: drivers/gpu/drm/drm_panel.c
3579 F: drivers/gpu/drm/panel/
3580 F: include/drm/drm_panel.h
3581 F: Documentation/devicetree/bindings/panel/
3583 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3584 M: Daniel Vetter <daniel.vetter@intel.com>
3585 M: Jani Nikula <jani.nikula@linux.intel.com>
3586 L: intel-gfx@lists.freedesktop.org
3587 L: dri-devel@lists.freedesktop.org
3588 Q: http://patchwork.freedesktop.org/project/intel-gfx/
3589 T: git git://anongit.freedesktop.org/drm-intel
3591 F: drivers/gpu/drm/i915/
3592 F: include/drm/i915*
3593 F: include/uapi/drm/i915*
3595 DRM DRIVERS FOR ATMEL HLCDC
3596 M: Boris Brezillon <boris.brezillon@free-electrons.com>
3597 L: dri-devel@lists.freedesktop.org
3599 F: drivers/gpu/drm/atmel-hlcdc/
3600 F: Documentation/devicetree/bindings/drm/atmel/
3602 DRM DRIVERS FOR EXYNOS
3603 M: Inki Dae <inki.dae@samsung.com>
3604 M: Joonyoung Shim <jy0922.shim@samsung.com>
3605 M: Seung-Woo Kim <sw0312.kim@samsung.com>
3606 M: Kyungmin Park <kyungmin.park@samsung.com>
3607 L: dri-devel@lists.freedesktop.org
3608 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3610 F: drivers/gpu/drm/exynos/
3611 F: include/drm/exynos*
3612 F: include/uapi/drm/exynos*
3614 DRM DRIVERS FOR FREESCALE DCU
3615 M: Jianwei Wang <jianwei.wang.chn@gmail.com>
3616 M: Alison Wang <alison.wang@freescale.com>
3617 L: dri-devel@lists.freedesktop.org
3619 F: drivers/gpu/drm/fsl-dcu/
3620 F: Documentation/devicetree/bindings/video/fsl,dcu.txt
3621 F: Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3623 DRM DRIVERS FOR FREESCALE IMX
3624 M: Philipp Zabel <p.zabel@pengutronix.de>
3625 L: dri-devel@lists.freedesktop.org
3627 F: drivers/gpu/drm/imx/
3628 F: Documentation/devicetree/bindings/drm/imx/
3630 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3631 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3632 L: dri-devel@lists.freedesktop.org
3633 T: git git://github.com/patjak/drm-gma500
3635 F: drivers/gpu/drm/gma500
3636 F: include/drm/gma500*
3638 DRM DRIVERS FOR NVIDIA TEGRA
3639 M: Thierry Reding <thierry.reding@gmail.com>
3640 M: Terje Bergström <tbergstrom@nvidia.com>
3641 L: dri-devel@lists.freedesktop.org
3642 L: linux-tegra@vger.kernel.org
3643 T: git git://anongit.freedesktop.org/tegra/linux.git
3645 F: drivers/gpu/drm/tegra/
3646 F: drivers/gpu/host1x/
3647 F: include/linux/host1x.h
3648 F: include/uapi/drm/tegra_drm.h
3649 F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3651 DRM DRIVERS FOR RENESAS
3652 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3653 L: dri-devel@lists.freedesktop.org
3654 L: linux-sh@vger.kernel.org
3655 T: git git://people.freedesktop.org/~airlied/linux
3657 F: drivers/gpu/drm/rcar-du/
3658 F: drivers/gpu/drm/shmobile/
3659 F: include/linux/platform_data/shmob_drm.h
3661 DRM DRIVERS FOR ROCKCHIP
3662 M: Mark Yao <mark.yao@rock-chips.com>
3663 L: dri-devel@lists.freedesktop.org
3665 F: drivers/gpu/drm/rockchip/
3666 F: Documentation/devicetree/bindings/video/rockchip*
3669 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3670 M: Vincent Abriou <vincent.abriou@st.com>
3671 L: dri-devel@lists.freedesktop.org
3672 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3674 F: drivers/gpu/drm/sti
3675 F: Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3677 DSBR100 USB FM RADIO DRIVER
3678 M: Alexey Klimov <klimov.linux@gmail.com>
3679 L: linux-media@vger.kernel.org
3680 T: git git://linuxtv.org/media_tree.git
3682 F: drivers/media/radio/dsbr100.c
3685 M: Francois Romieu <romieu@fr.zoreil.com>
3686 L: netdev@vger.kernel.org
3688 F: drivers/net/wan/dscc4.c
3691 M: Hans Verkuil <hverkuil@xs4all.nl>
3692 L: linux-media@vger.kernel.org
3693 T: git git://linuxtv.org/media_tree.git
3694 W: http://linuxtv.org
3696 F: drivers/media/pci/dt3155/
3698 DVB_USB_AF9015 MEDIA DRIVER
3699 M: Antti Palosaari <crope@iki.fi>
3700 L: linux-media@vger.kernel.org
3701 W: http://linuxtv.org/
3702 W: http://palosaari.fi/linux/
3703 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3704 T: git git://linuxtv.org/anttip/media_tree.git
3706 F: drivers/media/usb/dvb-usb-v2/af9015*
3708 DVB_USB_AF9035 MEDIA DRIVER
3709 M: Antti Palosaari <crope@iki.fi>
3710 L: linux-media@vger.kernel.org
3711 W: http://linuxtv.org/
3712 W: http://palosaari.fi/linux/
3713 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3714 T: git git://linuxtv.org/anttip/media_tree.git
3716 F: drivers/media/usb/dvb-usb-v2/af9035*
3718 DVB_USB_ANYSEE MEDIA DRIVER
3719 M: Antti Palosaari <crope@iki.fi>
3720 L: linux-media@vger.kernel.org
3721 W: http://linuxtv.org/
3722 W: http://palosaari.fi/linux/
3723 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3724 T: git git://linuxtv.org/anttip/media_tree.git
3726 F: drivers/media/usb/dvb-usb-v2/anysee*
3728 DVB_USB_AU6610 MEDIA DRIVER
3729 M: Antti Palosaari <crope@iki.fi>
3730 L: linux-media@vger.kernel.org
3731 W: http://linuxtv.org/
3732 W: http://palosaari.fi/linux/
3733 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3734 T: git git://linuxtv.org/anttip/media_tree.git
3736 F: drivers/media/usb/dvb-usb-v2/au6610*
3738 DVB_USB_CE6230 MEDIA DRIVER
3739 M: Antti Palosaari <crope@iki.fi>
3740 L: linux-media@vger.kernel.org
3741 W: http://linuxtv.org/
3742 W: http://palosaari.fi/linux/
3743 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3744 T: git git://linuxtv.org/anttip/media_tree.git
3746 F: drivers/media/usb/dvb-usb-v2/ce6230*
3748 DVB_USB_CXUSB MEDIA DRIVER
3749 M: Michael Krufky <mkrufky@linuxtv.org>
3750 L: linux-media@vger.kernel.org
3751 W: http://linuxtv.org/
3752 W: http://github.com/mkrufky
3753 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3754 T: git git://linuxtv.org/media_tree.git
3756 F: drivers/media/usb/dvb-usb/cxusb*
3758 DVB_USB_EC168 MEDIA DRIVER
3759 M: Antti Palosaari <crope@iki.fi>
3760 L: linux-media@vger.kernel.org
3761 W: http://linuxtv.org/
3762 W: http://palosaari.fi/linux/
3763 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3764 T: git git://linuxtv.org/anttip/media_tree.git
3766 F: drivers/media/usb/dvb-usb-v2/ec168*
3768 DVB_USB_GL861 MEDIA DRIVER
3769 M: Antti Palosaari <crope@iki.fi>
3770 L: linux-media@vger.kernel.org
3771 W: http://linuxtv.org/
3772 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3773 T: git git://linuxtv.org/anttip/media_tree.git
3775 F: drivers/media/usb/dvb-usb-v2/gl861*