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 <aar@pengutronix.de>
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
179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F: drivers/tty/serial/8250*
181 F: include/linux/serial_8250.h
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L: netdev@vger.kernel.org
186 F: drivers/net/ethernet/8390/
189 M: Eric Van Hensbergen <ericvh@gmail.com>
190 M: Ron Minnich <rminnich@sandia.gov>
191 M: Latchesar Ionkov <lucho@ionkov.net>
192 L: v9fs-developer@lists.sourceforge.net
193 W: http://swik.net/v9fs
194 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 F: Documentation/filesystems/9p.txt
201 F: include/uapi/linux/virtio_9p.h
202 F: include/trace/events/9p.h
206 M: Antti Palosaari <crope@iki.fi>
207 L: linux-media@vger.kernel.org
208 W: https://linuxtv.org
209 W: http://palosaari.fi/linux/
210 Q: http://patchwork.linuxtv.org/project/linux-media/list/
211 T: git git://linuxtv.org/anttip/media_tree.git
213 F: drivers/media/dvb-frontends/a8293*
215 AACRAID SCSI RAID DRIVER
216 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L: linux-scsi@vger.kernel.org
218 W: http://www.adaptec.com/
220 F: Documentation/scsi/aacraid.txt
221 F: drivers/scsi/aacraid/
224 L: linux-api@vger.kernel.org
225 F: include/linux/syscalls.h
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M: Hans de Goede <hdegoede@redhat.com>
230 L: linux-hwmon@vger.kernel.org
232 F: drivers/hwmon/abituguru.c
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M: Alistair John Strachan <alistair@devzero.co.uk>
236 L: linux-hwmon@vger.kernel.org
238 F: drivers/hwmon/abituguru3.c
240 ACCES 104-DIO-48E GPIO DRIVER
241 M: William Breathitt Gray <vilhelm.gray@gmail.com>
242 L: linux-gpio@vger.kernel.org
244 F: drivers/gpio/gpio-104-dio-48e.c
246 ACCES 104-IDI-48 GPIO DRIVER
247 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L: linux-gpio@vger.kernel.org
250 F: drivers/gpio/gpio-104-idi-48.c
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L: linux-gpio@vger.kernel.org
256 F: drivers/gpio/gpio-104-idio-16.c
259 M: Jes Sorensen <jes@trained-monkey.org>
260 L: linux-acenic@sunsite.dk
262 F: drivers/net/ethernet/alteon/acenic*
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M: Peter Feuerer <peter@piie.net>
266 L: platform-driver-x86@vger.kernel.org
267 W: http://piie.net/?section=acerhdf
269 F: drivers/platform/x86/acerhdf.c
271 ACER WMI LAPTOP EXTRAS
272 M: "Lee, Chun-Yi" <jlee@suse.com>
273 L: platform-driver-x86@vger.kernel.org
275 F: drivers/platform/x86/acer-wmi.c
278 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M: Len Brown <lenb@kernel.org>
280 L: linux-acpi@vger.kernel.org
281 W: https://01.org/linux-acpi
282 Q: https://patchwork.kernel.org/project/linux-acpi/list/
283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
286 F: drivers/pnp/pnpacpi/
287 F: include/linux/acpi.h
289 F: Documentation/acpi/
290 F: Documentation/ABI/testing/sysfs-bus-acpi
291 F: drivers/pci/*acpi*
292 F: drivers/pci/*/*acpi*
293 F: drivers/pci/*/*/*acpi*
296 ACPI COMPONENT ARCHITECTURE (ACPICA)
297 M: Robert Moore <robert.moore@intel.com>
298 M: Lv Zheng <lv.zheng@intel.com>
299 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
300 L: linux-acpi@vger.kernel.org
302 W: https://acpica.org/
303 W: https://github.com/acpica/acpica/
304 Q: https://patchwork.kernel.org/project/linux-acpi/list/
305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 F: drivers/acpi/acpica/
312 M: Zhang Rui <rui.zhang@intel.com>
313 L: linux-acpi@vger.kernel.org
314 W: https://01.org/linux-acpi
316 F: drivers/acpi/fan.c
319 M: Zhang Rui <rui.zhang@intel.com>
320 L: linux-acpi@vger.kernel.org
321 W: https://01.org/linux-acpi
323 F: drivers/acpi/*thermal*
326 M: Zhang Rui <rui.zhang@intel.com>
327 L: linux-acpi@vger.kernel.org
328 W: https://01.org/linux-acpi
330 F: drivers/acpi/acpi_video.c
333 L: platform-driver-x86@vger.kernel.org
335 F: drivers/platform/x86/wmi.c
337 AD1889 ALSA SOUND DRIVER
338 M: Thibaut Varene <T-Bone@parisc-linux.org>
339 W: http://wiki.parisc-linux.org/AD1889
340 L: linux-parisc@vger.kernel.org
342 F: sound/pci/ad1889.*
344 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
345 M: Michael Hennerich <michael.hennerich@analog.com>
346 W: http://wiki.analog.com/AD5254
347 W: http://ez.analog.com/community/linux-device-drivers
349 F: drivers/misc/ad525x_dpot.c
351 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
352 M: Michael Hennerich <michael.hennerich@analog.com>
353 W: http://wiki.analog.com/AD5398
354 W: http://ez.analog.com/community/linux-device-drivers
356 F: drivers/regulator/ad5398.c
358 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
359 M: Michael Hennerich <michael.hennerich@analog.com>
360 W: http://wiki.analog.com/AD7142
361 W: http://ez.analog.com/community/linux-device-drivers
363 F: drivers/input/misc/ad714x.c
365 AD7877 TOUCHSCREEN DRIVER
366 M: Michael Hennerich <michael.hennerich@analog.com>
367 W: http://wiki.analog.com/AD7877
368 W: http://ez.analog.com/community/linux-device-drivers
370 F: drivers/input/touchscreen/ad7877.c
372 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
373 M: Michael Hennerich <michael.hennerich@analog.com>
374 W: http://wiki.analog.com/AD7879
375 W: http://ez.analog.com/community/linux-device-drivers
377 F: drivers/input/touchscreen/ad7879.c
379 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
380 M: Jiri Kosina <jikos@kernel.org>
383 ADF7242 IEEE 802.15.4 RADIO DRIVER
384 M: Michael Hennerich <michael.hennerich@analog.com>
385 W: https://wiki.analog.com/ADF7242
386 W: http://ez.analog.com/community/linux-device-drivers
387 L: linux-wpan@vger.kernel.org
389 F: drivers/net/ieee802154/adf7242.c
390 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392 ADM1025 HARDWARE MONITOR DRIVER
393 M: Jean Delvare <jdelvare@suse.com>
394 L: linux-hwmon@vger.kernel.org
396 F: Documentation/hwmon/adm1025
397 F: drivers/hwmon/adm1025.c
399 ADM1029 HARDWARE MONITOR DRIVER
400 M: Corentin Labbe <clabbe.montjoie@gmail.com>
401 L: linux-hwmon@vger.kernel.org
403 F: drivers/hwmon/adm1029.c
405 ADM8211 WIRELESS DRIVER
406 L: linux-wireless@vger.kernel.org
407 W: http://wireless.kernel.org/
409 F: drivers/net/wireless/admtek/adm8211.*
411 ADP1653 FLASH CONTROLLER DRIVER
412 M: Sakari Ailus <sakari.ailus@iki.fi>
413 L: linux-media@vger.kernel.org
415 F: drivers/media/i2c/adp1653.c
416 F: include/media/i2c/adp1653.h
418 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
419 M: Michael Hennerich <michael.hennerich@analog.com>
420 W: http://wiki.analog.com/ADP5520
421 W: http://ez.analog.com/community/linux-device-drivers
423 F: drivers/mfd/adp5520.c
424 F: drivers/video/backlight/adp5520_bl.c
425 F: drivers/leds/leds-adp5520.c
426 F: drivers/gpio/gpio-adp5520.c
427 F: drivers/input/keyboard/adp5520-keys.c
429 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
430 M: Michael Hennerich <michael.hennerich@analog.com>
431 W: http://wiki.analog.com/ADP5588
432 W: http://ez.analog.com/community/linux-device-drivers
434 F: drivers/input/keyboard/adp5588-keys.c
435 F: drivers/gpio/gpio-adp5588.c
437 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
438 M: Michael Hennerich <michael.hennerich@analog.com>
439 W: http://wiki.analog.com/ADP8860
440 W: http://ez.analog.com/community/linux-device-drivers
442 F: drivers/video/backlight/adp8860_bl.c
444 ADS1015 HARDWARE MONITOR DRIVER
445 M: Dirk Eibach <eibach@gdsys.de>
446 L: linux-hwmon@vger.kernel.org
448 F: Documentation/hwmon/ads1015
449 F: drivers/hwmon/ads1015.c
450 F: include/linux/i2c/ads1015.h
453 M: Colin Leroy <colin@colino.net>
455 F: drivers/macintosh/therm_adt746x.c
457 ADT7475 HARDWARE MONITOR DRIVER
458 M: Jean Delvare <jdelvare@suse.com>
459 L: linux-hwmon@vger.kernel.org
461 F: Documentation/hwmon/adt7475
462 F: drivers/hwmon/adt7475.c
464 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
465 M: Michael Hennerich <michael.hennerich@analog.com>
466 W: http://wiki.analog.com/ADXL345
467 W: http://ez.analog.com/community/linux-device-drivers
469 F: drivers/input/misc/adxl34x.c
472 M: Matthew Wilcox <matthew@wil.cx>
473 M: Hannes Reinecke <hare@suse.com>
474 L: linux-scsi@vger.kernel.org
476 F: Documentation/scsi/advansys.txt
477 F: drivers/scsi/advansys.c
480 M: Riccardo Facchetti <fizban@tin.it>
482 F: sound/oss/aedsp16.c
485 M: Antti Palosaari <crope@iki.fi>
486 L: linux-media@vger.kernel.org
487 W: https://linuxtv.org
488 W: http://palosaari.fi/linux/
489 Q: http://patchwork.linuxtv.org/project/linux-media/list/
490 T: git git://linuxtv.org/anttip/media_tree.git
492 F: drivers/media/dvb-frontends/af9013*
495 M: Antti Palosaari <crope@iki.fi>
496 L: linux-media@vger.kernel.org
497 W: https://linuxtv.org
498 W: http://palosaari.fi/linux/
499 Q: http://patchwork.linuxtv.org/project/linux-media/list/
500 T: git git://linuxtv.org/anttip/media_tree.git
502 F: drivers/media/dvb-frontends/af9033*
505 L: linux-fsdevel@vger.kernel.org
507 F: Documentation/filesystems/affs.txt
510 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
511 M: David Howells <dhowells@redhat.com>
512 L: linux-afs@lists.infradead.org
515 F: include/net/af_rxrpc.h
516 F: net/rxrpc/af_rxrpc.c
519 M: David Airlie <airlied@linux.ie>
520 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
523 F: include/linux/agp*
524 F: include/uapi/linux/agp*
527 M: "Juergen E. Fischer" <fischer@norbit.de>
528 L: linux-scsi@vger.kernel.org
530 F: drivers/scsi/aha152x*
531 F: drivers/scsi/pcmcia/aha152x*
533 AIC7XXX / AIC79XX SCSI DRIVER
534 M: Hannes Reinecke <hare@suse.com>
535 L: linux-scsi@vger.kernel.org
537 F: drivers/scsi/aic7xxx/
539 AIMSLAB FM RADIO RECEIVER DRIVER
540 M: Hans Verkuil <hverkuil@xs4all.nl>
541 L: linux-media@vger.kernel.org
542 T: git git://linuxtv.org/media_tree.git
543 W: https://linuxtv.org
545 F: drivers/media/radio/radio-aimslab*
548 M: Benjamin LaHaise <bcrl@kvack.org>
549 L: linux-aio@kvack.org
552 F: include/linux/*aio*.h
555 M: Antti Palosaari <crope@iki.fi>
556 L: linux-media@vger.kernel.org
557 W: https://linuxtv.org
558 W: http://palosaari.fi/linux/
559 Q: http://patchwork.linuxtv.org/project/linux-media/list/
560 T: git git://linuxtv.org/anttip/media_tree.git
562 F: drivers/media/usb/airspy/
564 ALCATEL SPEEDTOUCH USB DRIVER
565 M: Duncan Sands <duncan.sands@free.fr>
566 L: linux-usb@vger.kernel.org
567 W: http://www.linux-usb.org/SpeedTouch/
569 F: drivers/usb/atm/speedtch.c
570 F: drivers/usb/atm/usbatm.c
572 ALCHEMY AU1XX0 MMC DRIVER
573 M: Manuel Lauss <manuel.lauss@gmail.com>
575 F: drivers/mmc/host/au1xmmc.c
578 M: Rudolf Marek <r.marek@assembler.cz>
579 L: linux-i2c@vger.kernel.org
581 F: Documentation/i2c/busses/i2c-ali1563
582 F: drivers/i2c/busses/i2c-ali1563.c
584 ALLWINNER SECURITY SYSTEM
585 M: Corentin Labbe <clabbe.montjoie@gmail.com>
586 L: linux-crypto@vger.kernel.org
588 F: drivers/crypto/sunxi-ss/
591 M: Richard Henderson <rth@twiddle.net>
592 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
593 M: Matt Turner <mattst88@gmail.com>
595 L: linux-alpha@vger.kernel.org
598 ALPS PS/2 TOUCHPAD DRIVER
599 R: Pali Rohár <pali.rohar@gmail.com>
600 F: drivers/input/mouse/alps.*
602 ALTERA MAILBOX DRIVER
603 M: Ley Foon Tan <lftan@altera.com>
604 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
606 F: drivers/mailbox/mailbox-altera.c
609 M: Tien Hock Loh <thloh@altera.com>
610 L: linux-gpio@vger.kernel.org
612 F: drivers/gpio/gpio-altera.c
614 ALTERA TRIPLE SPEED ETHERNET DRIVER
615 M: Vince Bridgers <vbridger@opensource.altera.com>
616 L: netdev@vger.kernel.org
617 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
619 F: drivers/net/ethernet/altera/
621 ALTERA UART/JTAG UART SERIAL DRIVERS
622 M: Tobias Klauser <tklauser@distanz.ch>
623 L: linux-serial@vger.kernel.org
624 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
626 F: drivers/tty/serial/altera_uart.c
627 F: drivers/tty/serial/altera_jtaguart.c
628 F: include/linux/altera_uart.h
629 F: include/linux/altera_jtaguart.h
631 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
632 M: Tom Lendacky <thomas.lendacky@amd.com>
633 M: Gary Hook <gary.hook@amd.com>
634 L: linux-crypto@vger.kernel.org
636 F: drivers/crypto/ccp/
637 F: include/linux/ccp.h
639 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
640 M: Huang Rui <ray.huang@amd.com>
641 L: linux-hwmon@vger.kernel.org
643 F: Documentation/hwmon/fam15h_power
644 F: drivers/hwmon/fam15h_power.c
646 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
647 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
649 F: drivers/usb/gadget/udc/amd5536udc.*
651 AMD GEODE PROCESSOR/CHIPSET SUPPORT
652 P: Andres Salomon <dilinger@queued.net>
653 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
654 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
656 F: drivers/char/hw_random/geode-rng.c
657 F: drivers/crypto/geode*
658 F: drivers/video/fbdev/geode/
659 F: arch/x86/include/asm/geode.h
662 M: Joerg Roedel <joro@8bytes.org>
663 L: iommu@lists.linux-foundation.org
664 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
666 F: drivers/iommu/amd_iommu*.[ch]
667 F: include/linux/amd-iommu.h
670 M: Oded Gabbay <oded.gabbay@gmail.com>
671 L: dri-devel@lists.freedesktop.org
672 T: git git://people.freedesktop.org/~gabbayo/linux.git
674 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
675 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
676 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
677 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
678 F: drivers/gpu/drm/amd/amdkfd/
679 F: drivers/gpu/drm/amd/include/cik_structs.h
680 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
681 F: drivers/gpu/drm/amd/include/vi_structs.h
682 F: drivers/gpu/drm/radeon/radeon_kfd.c
683 F: drivers/gpu/drm/radeon/radeon_kfd.h
684 F: include/uapi/linux/kfd_ioctl.h
686 AMD SEATTLE DEVICE TREE SUPPORT
687 M: Brijesh Singh <brijeshkumar.singh@amd.com>
688 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
689 M: Tom Lendacky <thomas.lendacky@amd.com>
691 F: arch/arm64/boot/dts/amd/
694 M: Tom Lendacky <thomas.lendacky@amd.com>
695 L: netdev@vger.kernel.org
697 F: drivers/net/ethernet/amd/xgbe/
698 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
700 AMS (Apple Motion Sensor) DRIVER
701 M: Michael Hanselmann <linux-kernel@hansmi.ch>
703 F: drivers/macintosh/ams/
705 ANALOG DEVICES INC AD9389B DRIVER
706 M: Hans Verkuil <hans.verkuil@cisco.com>
707 L: linux-media@vger.kernel.org
709 F: drivers/media/i2c/ad9389b*
711 ANALOG DEVICES INC ADV7180 DRIVER
712 M: Lars-Peter Clausen <lars@metafoo.de>
713 L: linux-media@vger.kernel.org
714 W: http://ez.analog.com/community/linux-device-drivers
716 F: drivers/media/i2c/adv7180.c
718 ANALOG DEVICES INC ADV7511 DRIVER
719 M: Hans Verkuil <hans.verkuil@cisco.com>
720 L: linux-media@vger.kernel.org
722 F: drivers/media/i2c/adv7511*
724 ANALOG DEVICES INC ADV7604 DRIVER
725 M: Hans Verkuil <hans.verkuil@cisco.com>
726 L: linux-media@vger.kernel.org
728 F: drivers/media/i2c/adv7604*
730 ANALOG DEVICES INC ADV7842 DRIVER
731 M: Hans Verkuil <hans.verkuil@cisco.com>
732 L: linux-media@vger.kernel.org
734 F: drivers/media/i2c/adv7842*
736 ANALOG DEVICES INC ASOC CODEC DRIVERS
737 M: Lars-Peter Clausen <lars@metafoo.de>
738 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
739 W: http://wiki.analog.com/
740 W: http://ez.analog.com/community/linux-device-drivers
742 F: sound/soc/codecs/adau*
743 F: sound/soc/codecs/adav*
744 F: sound/soc/codecs/ad1*
745 F: sound/soc/codecs/ad7*
746 F: sound/soc/codecs/ssm*
747 F: sound/soc/codecs/sigmadsp.*
749 ANALOG DEVICES INC ASOC DRIVERS
750 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
751 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
752 W: http://blackfin.uclinux.org/
754 F: sound/soc/blackfin/*
756 ANALOG DEVICES INC IIO DRIVERS
757 M: Lars-Peter Clausen <lars@metafoo.de>
758 M: Michael Hennerich <Michael.Hennerich@analog.com>
759 W: http://wiki.analog.com/
760 W: http://ez.analog.com/community/linux-device-drivers
763 X: drivers/iio/*/adjd*
764 F: drivers/staging/iio/*/ad*
765 F: staging/iio/trigger/iio-trig-bfin-timer.c
767 ANALOG DEVICES INC DMA DRIVERS
768 M: Lars-Peter Clausen <lars@metafoo.de>
769 W: http://ez.analog.com/community/linux-device-drivers
771 F: drivers/dma/dma-axi-dmac.c
774 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
775 M: Arve Hjønnevåg <arve@android.com>
776 M: Riley Andrews <riandrews@android.com>
777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
778 L: devel@driverdev.osuosl.org
781 F: drivers/staging/android/
784 M: Laura Abbott <labbott@redhat.com>
785 M: Sumit Semwal <sumit.semwal@linaro.org>
786 L: devel@driverdev.osuosl.org
788 F: drivers/staging/android/ion
789 F: drivers/staging/android/uapi/ion.h
790 F: drivers/staging/android/uapi/ion_test.h
792 AOA (Apple Onboard Audio) ALSA DRIVER
793 M: Johannes Berg <johannes@sipsolutions.net>
794 L: linuxppc-dev@lists.ozlabs.org
795 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
799 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
800 M: William Breathitt Gray <vilhelm.gray@gmail.com>
801 L: linux-iio@vger.kernel.org
803 F: drivers/iio/dac/stx104.c
806 M: Jiri Kosina <jikos@kernel.org>
808 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
809 F: arch/x86/kernel/apm_32.c
810 F: include/linux/apm_bios.h
811 F: include/uapi/linux/apm_bios.h
812 F: drivers/char/apm-emulation.c
814 APPLE BCM5974 MULTITOUCH DRIVER
815 M: Henrik Rydberg <rydberg@bitmath.org>
816 L: linux-input@vger.kernel.org
818 F: drivers/input/mouse/bcm5974.c
821 M: Henrik Rydberg <rydberg@bitmath.org>
822 L: linux-hwmon@vger.kernel.org
824 F: drivers/hwmon/applesmc.c
826 APPLETALK NETWORK LAYER
827 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
829 F: drivers/net/appletalk/
832 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
833 M: Duc Dang <dhdang@apm.com>
835 F: arch/arm64/boot/dts/apm/
837 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
838 M: Iyappan Subramanian <isubramanian@apm.com>
839 M: Keyur Chudgar <kchudgar@apm.com>
841 F: drivers/net/ethernet/apm/xgene/
842 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
844 APTINA CAMERA SENSOR PLL
845 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
846 L: linux-media@vger.kernel.org
848 F: drivers/media/i2c/aptina-pll.*
850 ARC FRAMEBUFFER DRIVER
851 M: Jaya Kumar <jayalk@intworks.biz>
853 F: drivers/video/fbdev/arcfb.c
854 F: drivers/video/fbdev/core/fb_defio.c
857 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
858 L: netdev@vger.kernel.org
860 F: drivers/net/arcnet/
861 F: include/uapi/linux/if_arcnet.h
864 M: Alexey Brodkin <abrodkin@synopsys.com>
866 F: drivers/gpu/drm/arc/
867 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
870 M: Liviu Dudau <liviu.dudau@arm.com>
872 F: drivers/gpu/drm/arm/
873 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
875 ARM MFM AND FLOPPY DRIVERS
876 M: Ian Molton <spyro@f2s.com>
878 F: arch/arm/lib/floppydma.S
879 F: arch/arm/include/asm/floppy.h
881 ARM PMU PROFILING AND DEBUGGING
882 M: Will Deacon <will.deacon@arm.com>
883 R: Mark Rutland <mark.rutland@arm.com>
885 F: arch/arm*/kernel/perf_*
886 F: arch/arm/oprofile/common.c
887 F: arch/arm*/kernel/hw_breakpoint.c
888 F: arch/arm*/include/asm/hw_breakpoint.h
889 F: arch/arm*/include/asm/perf_event.h
890 F: drivers/perf/arm_pmu.c
891 F: include/linux/perf/arm_pmu.h
894 M: Russell King <linux@armlinux.org.uk>
895 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
896 W: http://www.armlinux.org.uk/
900 ARM SUB-ARCHITECTURES
901 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
907 ARM PRIMECELL AACI PL041 DRIVER
908 M: Russell King <linux@armlinux.org.uk>
912 ARM PRIMECELL CLCD PL110 DRIVER
913 M: Russell King <linux@armlinux.org.uk>
915 F: drivers/video/fbdev/amba-clcd.*
917 ARM PRIMECELL KMI PL050 DRIVER
918 M: Russell King <linux@armlinux.org.uk>
920 F: drivers/input/serio/ambakmi.*
921 F: include/linux/amba/kmi.h
923 ARM PRIMECELL MMCI PL180/1 DRIVER
924 M: Russell King <linux@armlinux.org.uk>
926 F: drivers/mmc/host/mmci.*
927 F: include/linux/amba/mmci.h
929 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
930 M: Russell King <linux@armlinux.org.uk>
932 F: drivers/tty/serial/amba-pl01*.c
933 F: include/linux/amba/serial.h
935 ARM PRIMECELL BUS SUPPORT
936 M: Russell King <linux@armlinux.org.uk>
939 F: include/linux/amba/bus.h
941 ARM/ADS SPHERE MACHINE SUPPORT
942 M: Lennert Buytenhek <kernel@wantstofly.org>
943 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 ARM/AFEB9260 MACHINE SUPPORT
947 M: Sergey Lapin <slapin@ossfans.org>
948 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951 ARM/AJECO 1ARM MACHINE SUPPORT
952 M: Lennert Buytenhek <kernel@wantstofly.org>
953 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 ARM/Allwinner sunXi SoC support
957 M: Maxime Ripard <maxime.ripard@free-electrons.com>
958 M: Chen-Yu Tsai <wens@csie.org>
959 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963 ARM/Allwinner SoC Clock Support
964 M: Emilio López <emilio@elopez.com.ar>
966 F: drivers/clk/sunxi/
968 ARM/Amlogic Meson SoC support
969 M: Carlo Caione <carlo@caione.org>
970 M: Kevin Hilman <khilman@baylibre.com>
971 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
972 L: linux-amlogic@lists.infradead.org
973 W: http://linux-meson.com/
975 F: arch/arm/mach-meson/
976 F: arch/arm/boot/dts/meson*
977 F: arch/arm64/boot/dts/amlogic/
978 F: drivers/pinctrl/meson/
981 ARM/Annapurna Labs ALPINE ARCHITECTURE
982 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
983 M: Antoine Tenart <antoine.tenart@free-electrons.com>
985 F: arch/arm/mach-alpine/
986 F: arch/arm/boot/dts/alpine*
987 F: arch/arm64/boot/dts/al/
988 F: drivers/*/*alpine*
990 ARM/ARTPEC MACHINE SUPPORT
991 M: Jesper Nilsson <jesper.nilsson@axis.com>
992 M: Lars Persson <lars.persson@axis.com>
993 M: Niklas Cassel <niklas.cassel@axis.com>
995 L: linux-arm-kernel@axis.com
996 F: arch/arm/mach-artpec
997 F: arch/arm/boot/dts/artpec6*
1000 ARM/ASPEED MACHINE SUPPORT
1001 M: Joel Stanley <joel@jms.id.au>
1003 F: arch/arm/mach-aspeed/
1004 F: arch/arm/boot/dts/aspeed-*
1005 F: drivers/*/*aspeed*
1007 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1008 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1009 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1010 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1011 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 W: http://www.linux4sam.org
1013 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1015 F: arch/arm/mach-at91/
1016 F: include/soc/at91/
1017 F: arch/arm/boot/dts/at91*.dts
1018 F: arch/arm/boot/dts/at91*.dtsi
1019 F: arch/arm/boot/dts/sama*.dts
1020 F: arch/arm/boot/dts/sama*.dtsi
1021 F: arch/arm/include/debug/at91.S
1023 ARM/ATMEL AT91 Clock Support
1024 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1028 ARM/CALXEDA HIGHBANK ARCHITECTURE
1029 M: Rob Herring <robh@kernel.org>
1030 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 F: arch/arm/mach-highbank/
1033 F: arch/arm/boot/dts/highbank.dts
1034 F: arch/arm/boot/dts/ecx-*.dts*
1036 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1037 M: Krzysztof Halasa <khalasa@piap.pl>
1039 F: arch/arm/mach-cns3xxx/
1041 ARM/CAVIUM THUNDER NETWORK DRIVER
1042 M: Sunil Goutham <sgoutham@cavium.com>
1043 M: Robert Richter <rric@kernel.org>
1044 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046 F: drivers/net/ethernet/cavium/thunder/
1048 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1049 M: Alexander Shiyan <shc_work@mail.ru>
1050 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1055 M: Hartley Sweeten <hsweeten@visionengravers.com>
1056 M: Ryan Mallon <rmallon@gmail.com>
1057 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 F: arch/arm/mach-ep93xx/
1060 F: arch/arm/mach-ep93xx/include/mach/
1062 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1063 M: Lennert Buytenhek <kernel@wantstofly.org>
1064 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 M: Russell King <linux@armlinux.org.uk>
1069 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1071 F: arch/arm/include/asm/clkdev.h
1072 F: drivers/clk/clkdev.c
1074 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1075 M: Mike Rapoport <mike@compulab.co.il>
1076 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 ARM/CONTEC MICRO9 MACHINE SUPPORT
1080 M: Hubert Feurstein <hubert.feurstein@contec.at>
1082 F: arch/arm/mach-ep93xx/micro9.c
1084 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1085 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1086 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1088 F: drivers/hwtracing/coresight/*
1089 F: Documentation/trace/coresight.txt
1090 F: Documentation/devicetree/bindings/arm/coresight.txt
1091 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1093 ARM/CORGI MACHINE SUPPORT
1094 M: Richard Purdie <rpurdie@rpsys.net>
1097 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1098 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1099 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1100 T: git git://github.com/ulli-kroll/linux.git
1102 F: arch/arm/mach-gemini/
1103 F: drivers/rtc/rtc-gemini.c
1105 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1106 M: Barry Song <baohua@kernel.org>
1107 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1108 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1110 F: arch/arm/boot/dts/prima2*
1111 F: arch/arm/mach-prima2/
1112 F: drivers/clk/sirf/
1113 F: drivers/clocksource/timer-prima2.c
1114 F: drivers/clocksource/timer-atlas7.c
1117 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1118 M: Baruch Siach <baruch@tkos.co.il>
1119 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1121 F: arch/arm/boot/dts/cx92755*
1124 ARM/EBSA110 MACHINE SUPPORT
1125 M: Russell King <linux@armlinux.org.uk>
1126 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1127 W: http://www.armlinux.org.uk/
1129 F: arch/arm/mach-ebsa110/
1130 F: drivers/net/ethernet/amd/am79c961a.*
1132 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1133 M: Uwe Kleine-König <kernel@pengutronix.de>
1134 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1139 M: Daniel Ribeiro <drwyrm@gmail.com>
1140 M: Stefan Schmidt <stefan@openezx.org>
1141 M: Harald Welte <laforge@openezx.org>
1142 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1143 W: http://www.openezx.org/
1145 T: topgit git://git.openezx.org/openezx.git
1146 F: arch/arm/mach-pxa/ezx.c
1148 ARM/FARADAY FA526 PORT
1149 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1150 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 T: git git://git.berlios.de/gemini-board
1153 F: arch/arm/mm/*-fa*
1155 ARM/FOOTBRIDGE ARCHITECTURE
1156 M: Russell King <linux@armlinux.org.uk>
1157 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 W: http://www.armlinux.org.uk/
1160 F: arch/arm/include/asm/hardware/dec21285.h
1161 F: arch/arm/mach-footbridge/
1163 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1164 M: Shawn Guo <shawnguo@kernel.org>
1165 M: Sascha Hauer <kernel@pengutronix.de>
1166 R: Fabio Estevam <fabio.estevam@nxp.com>
1167 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1170 F: arch/arm/mach-imx/
1171 F: arch/arm/mach-mxs/
1172 F: arch/arm/boot/dts/imx*
1173 F: arch/arm/configs/imx*_defconfig
1177 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1178 M: Shawn Guo <shawnguo@kernel.org>
1179 M: Sascha Hauer <kernel@pengutronix.de>
1180 R: Stefan Agner <stefan@agner.ch>
1181 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1183 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1184 F: arch/arm/mach-imx/*vf610*
1185 F: arch/arm/boot/dts/vf*
1187 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1188 M: Lennert Buytenhek <kernel@wantstofly.org>
1189 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 ARM/GUMSTIX MACHINE SUPPORT
1193 M: Steve Sakoman <sakoman@gmail.com>
1194 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1198 M: Philipp Zabel <philipp.zabel@gmail.com>
1199 M: Paul Parsons <lost.distance@yahoo.com>
1200 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 F: arch/arm/mach-pxa/hx4700.c
1203 F: arch/arm/mach-pxa/include/mach/hx4700.h
1204 F: sound/soc/pxa/hx4700.c
1206 ARM/HISILICON SOC SUPPORT
1207 M: Wei Xu <xuwei5@hisilicon.com>
1208 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 W: http://www.hisilicon.com
1211 T: git git://github.com/hisilicon/linux-hisi.git
1212 F: arch/arm/mach-hisi/
1213 F: arch/arm/boot/dts/hi3*
1214 F: arch/arm/boot/dts/hip*
1215 F: arch/arm/boot/dts/hisi*
1216 F: arch/arm64/boot/dts/hisilicon/
1218 ARM/HP JORNADA 7XX MACHINE SUPPORT
1219 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1223 F: arch/arm/mach-sa1100/jornada720.c
1224 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1226 ARM/IGEP MACHINE SUPPORT
1227 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1228 M: Javier Martinez Canillas <javier@dowhile0.org>
1229 L: linux-omap@vger.kernel.org
1230 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232 F: arch/arm/boot/dts/omap3-igep*
1234 ARM/INCOME PXA270 SUPPORT
1235 M: Marek Vasut <marek.vasut@gmail.com>
1236 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1240 ARM/INTEL IOP32X ARM ARCHITECTURE
1241 M: Lennert Buytenhek <kernel@wantstofly.org>
1242 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1245 ARM/INTEL IOP33X ARM ARCHITECTURE
1246 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 ARM/INTEL IOP13XX ARM ARCHITECTURE
1250 M: Lennert Buytenhek <kernel@wantstofly.org>
1251 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1254 ARM/INTEL IQ81342EX MACHINE SUPPORT
1255 M: Lennert Buytenhek <kernel@wantstofly.org>
1256 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 ARM/INTEL IXDP2850 MACHINE SUPPORT
1260 M: Lennert Buytenhek <kernel@wantstofly.org>
1261 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1264 ARM/INTEL IXP4XX ARM ARCHITECTURE
1265 M: Imre Kaloz <kaloz@openwrt.org>
1266 M: Krzysztof Halasa <khalasa@piap.pl>
1267 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 F: arch/arm/mach-ixp4xx/
1271 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1272 M: Jonathan Cameron <jic23@cam.ac.uk>
1273 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1275 F: arch/arm/mach-pxa/stargate2.c
1276 F: drivers/pcmcia/pxa2xx_stargate2.c
1278 ARM/INTEL XSC3 (MANZANO) ARM CORE
1279 M: Lennert Buytenhek <kernel@wantstofly.org>
1280 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1283 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1284 M: Lennert Buytenhek <kernel@wantstofly.org>
1285 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1289 M: Santosh Shilimkar <ssantosh@kernel.org>
1290 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 F: arch/arm/mach-keystone/
1293 F: arch/arm/boot/dts/keystone-*
1294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1296 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1297 M: Santosh Shilimkar <ssantosh@kernel.org>
1298 L: linux-kernel@vger.kernel.org
1300 F: drivers/clk/keystone/
1302 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1303 M: Santosh Shilimkar <ssantosh@kernel.org>
1304 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 L: linux-kernel@vger.kernel.org
1307 F: drivers/clocksource/timer-keystone.c
1309 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1310 M: Santosh Shilimkar <ssantosh@kernel.org>
1311 L: linux-kernel@vger.kernel.org
1313 F: drivers/power/reset/keystone-reset.c
1315 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1316 M: Santosh Shilimkar <ssantosh@kernel.org>
1317 L: linux-kernel@vger.kernel.org
1319 F: drivers/memory/*emif*
1321 ARM/LG1K ARCHITECTURE
1322 M: Chanho Min <chanho.min@lge.com>
1323 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1325 F: arch/arm64/boot/dts/lg/
1327 ARM/LOGICPD PXA270 MACHINE SUPPORT
1328 M: Lennert Buytenhek <kernel@wantstofly.org>
1329 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 ARM/LPC18XX ARCHITECTURE
1333 M: Joachim Eastwood <manabian@gmail.com>
1334 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336 F: arch/arm/boot/dts/lpc43*
1337 F: drivers/clk/nxp/clk-lpc18xx*
1338 F: drivers/clocksource/time-lpc32xx.c
1339 F: drivers/i2c/busses/i2c-lpc2k.c
1340 F: drivers/memory/pl172.c
1341 F: drivers/mtd/spi-nor/nxp-spifi.c
1342 F: drivers/rtc/rtc-lpc24xx.c
1345 ARM/LPC32XX SOC SUPPORT
1346 M: Vladimir Zapolskiy <vz@mleia.com>
1347 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1348 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1349 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1351 F: arch/arm/boot/dts/lpc32*
1352 F: arch/arm/mach-lpc32xx/
1353 F: drivers/i2c/busses/i2c-pnx.c
1354 F: drivers/net/ethernet/nxp/lpc_eth.c
1355 F: drivers/usb/host/ohci-nxp.c
1356 F: drivers/watchdog/pnx4008_wdt.c
1359 ARM/MAGICIAN MACHINE SUPPORT
1360 M: Philipp Zabel <philipp.zabel@gmail.com>
1363 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1364 M: Jason Cooper <jason@lakedaemon.net>
1365 M: Andrew Lunn <andrew@lunn.ch>
1366 M: Gregory Clement <gregory.clement@free-electrons.com>
1367 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1368 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1370 F: arch/arm/mach-mvebu/
1371 F: drivers/rtc/rtc-armada38x.c
1372 F: arch/arm/boot/dts/armada*
1373 F: arch/arm/boot/dts/kirkwood*
1374 F: arch/arm64/boot/dts/marvell/armada*
1375 F: drivers/cpufreq/mvebu-cpufreq.c
1376 F: arch/arm/configs/mvebu_*_defconfig
1378 ARM/Marvell Berlin SoC support
1379 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1380 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 F: arch/arm/mach-berlin/
1383 F: arch/arm/boot/dts/berlin*
1384 F: arch/arm64/boot/dts/marvell/berlin*
1387 ARM/Marvell Dove/MV78xx0/Orion SOC support
1388 M: Jason Cooper <jason@lakedaemon.net>
1389 M: Andrew Lunn <andrew@lunn.ch>
1390 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1391 M: Gregory Clement <gregory.clement@free-electrons.com>
1392 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1394 F: arch/arm/mach-dove/
1395 F: arch/arm/mach-mv78xx0/
1396 F: arch/arm/mach-orion5x/
1397 F: arch/arm/plat-orion/
1398 F: arch/arm/boot/dts/dove*
1399 F: arch/arm/boot/dts/orion5x*
1402 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1403 M: Alexander Clouter <alex@digriz.org.uk>
1404 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1405 W: http://www.digriz.org.uk/ts78xx/kernel
1407 F: arch/arm/mach-orion5x/ts78xx-*
1409 ARM/OXNAS platform support
1410 M: Neil Armstrong <narmstrong@baylibre.com>
1411 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 F: arch/arm/mach-oxnas/
1414 F: arch/arm/boot/dts/oxnas*
1415 F: arch/arm/boot/dts/wd-mbwe.dts
1418 ARM/Mediatek RTC DRIVER
1419 M: Eddie Huang <eddie.huang@mediatek.com>
1420 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1421 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1423 F: drivers/rtc/rtc-mt6397.c
1425 ARM/Mediatek SoC support
1426 M: Matthias Brugger <matthias.bgg@gmail.com>
1427 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1428 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1430 F: arch/arm/boot/dts/mt6*
1431 F: arch/arm/boot/dts/mt8*
1432 F: arch/arm/mach-mediatek/
1436 ARM/Mediatek USB3 PHY DRIVER
1437 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1438 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1441 F: drivers/phy/phy-mt65xx-usb3.c
1443 ARM/MICREL KS8695 ARCHITECTURE
1444 M: Greg Ungerer <gerg@uclinux.org>
1445 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1446 F: arch/arm/mach-ks8695/
1449 ARM/MIOA701 MACHINE SUPPORT
1450 M: Robert Jarzmik <robert.jarzmik@free.fr>
1451 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1452 F: arch/arm/mach-pxa/mioa701.c
1455 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1456 M: Michael Petchkovsky <mkpetch@internode.on.net>
1459 ARM/NOMADIK ARCHITECTURE
1460 M: Alessandro Rubini <rubini@unipv.it>
1461 M: Linus Walleij <linus.walleij@linaro.org>
1462 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1464 F: arch/arm/mach-nomadik/
1465 F: drivers/pinctrl/nomadik/
1466 F: drivers/i2c/busses/i2c-nomadik.c
1467 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1469 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1470 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1471 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1472 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1475 ARM/TOSA MACHINE SUPPORT
1476 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1477 M: Dirk Opfer <dirk@opfer-online.de>
1480 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1481 M: Marek Vasut <marek.vasut@gmail.com>
1482 L: linux-arm-kernel@lists.infradead.org
1483 W: http://hackndev.com
1485 F: arch/arm/mach-pxa/include/mach/palmtx.h
1486 F: arch/arm/mach-pxa/palmtx.c
1487 F: arch/arm/mach-pxa/include/mach/palmt5.h
1488 F: arch/arm/mach-pxa/palmt5.c
1489 F: arch/arm/mach-pxa/include/mach/palmld.h
1490 F: arch/arm/mach-pxa/palmld.c
1491 F: arch/arm/mach-pxa/include/mach/palmte2.h
1492 F: arch/arm/mach-pxa/palmte2.c
1493 F: arch/arm/mach-pxa/include/mach/palmtc.h
1494 F: arch/arm/mach-pxa/palmtc.c
1496 ARM/PALM TREO SUPPORT
1497 M: Tomas Cech <sleep_walker@suse.com>
1498 L: linux-arm-kernel@lists.infradead.org
1499 W: http://hackndev.com
1501 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1502 F: arch/arm/mach-pxa/palmtreo.c
1505 M: Sergey Lapin <slapin@ossfans.org>
1506 L: linux-arm-kernel@lists.infradead.org
1507 W: http://hackndev.com
1509 F: arch/arm/mach-pxa/include/mach/palmz72.h
1510 F: arch/arm/mach-pxa/palmz72.c
1513 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1514 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1517 ARM/PT DIGITAL BOARD PORT
1518 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1519 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1520 W: http://www.armlinux.org.uk/
1523 ARM/QUALCOMM SUPPORT
1524 M: Andy Gross <andy.gross@linaro.org>
1525 M: David Brown <david.brown@linaro.org>
1526 L: linux-arm-msm@vger.kernel.org
1527 L: linux-soc@vger.kernel.org
1529 F: arch/arm/boot/dts/qcom-*.dts
1530 F: arch/arm/boot/dts/qcom-*.dtsi
1531 F: arch/arm/mach-qcom/
1532 F: arch/arm64/boot/dts/qcom/*
1533 F: drivers/i2c/busses/i2c-qup.c
1534 F: drivers/clk/qcom/
1535 F: drivers/soc/qcom/
1536 F: drivers/spi/spi-qup.c
1537 F: drivers/tty/serial/msm_serial.h
1538 F: drivers/tty/serial/msm_serial.c
1539 F: drivers/*/pm8???-*
1540 F: drivers/mfd/ssbi.c
1541 F: drivers/firmware/qcom_scm.c
1542 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1544 ARM/RADISYS ENP2611 MACHINE SUPPORT
1545 M: Lennert Buytenhek <kernel@wantstofly.org>
1546 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1549 ARM/RENESAS ARM64 ARCHITECTURE
1550 M: Simon Horman <horms@verge.net.au>
1551 M: Magnus Damm <magnus.damm@gmail.com>
1552 L: linux-renesas-soc@vger.kernel.org
1553 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1554 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1556 F: arch/arm64/boot/dts/renesas/
1557 F: drivers/soc/renesas/
1558 F: include/linux/soc/renesas/
1560 ARM/RISCPC ARCHITECTURE
1561 M: Russell King <linux@armlinux.org.uk>
1562 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1563 W: http://www.armlinux.org.uk/
1565 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1566 F: arch/arm/include/asm/hardware/ioc.h
1567 F: arch/arm/include/asm/hardware/iomd.h
1568 F: arch/arm/include/asm/hardware/memc.h
1569 F: arch/arm/mach-rpc/
1570 F: drivers/net/ethernet/8390/etherh.c
1571 F: drivers/net/ethernet/i825xx/ether1*
1572 F: drivers/net/ethernet/seeq/ether3*
1573 F: drivers/scsi/arm/
1575 ARM/Rockchip SoC support
1576 M: Heiko Stuebner <heiko@sntech.de>
1577 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1578 L: linux-rockchip@lists.infradead.org
1579 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1581 F: arch/arm/boot/dts/rk3*
1582 F: arch/arm/mach-rockchip/
1583 F: drivers/clk/rockchip/
1584 F: drivers/i2c/busses/i2c-rk3x.c
1585 F: drivers/*/*rockchip*
1586 F: drivers/*/*/*rockchip*
1587 F: sound/soc/rockchip/
1590 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1591 M: Kukjin Kim <kgene@kernel.org>
1592 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1593 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1596 F: arch/arm/boot/dts/s3c*
1597 F: arch/arm/boot/dts/s5p*
1598 F: arch/arm/boot/dts/samsung*
1599 F: arch/arm/boot/dts/exynos*
1600 F: arch/arm64/boot/dts/exynos/
1601 F: arch/arm/plat-samsung/
1602 F: arch/arm/mach-s3c24*/
1603 F: arch/arm/mach-s3c64xx/
1604 F: arch/arm/mach-s5p*/
1605 F: arch/arm/mach-exynos*/
1606 F: drivers/*/*s3c2410*
1607 F: drivers/*/*/*s3c2410*
1608 F: drivers/memory/samsung/*
1609 F: drivers/soc/samsung/*
1610 F: drivers/spi/spi-s3c*
1611 F: sound/soc/samsung/*
1612 F: Documentation/arm/Samsung/
1613 F: Documentation/devicetree/bindings/arm/samsung/
1614 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1615 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1618 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1619 M: Kyungmin Park <kyungmin.park@samsung.com>
1620 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1622 F: arch/arm/mach-s5pv210/
1624 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1625 M: Kyungmin Park <kyungmin.park@samsung.com>
1626 M: Kamil Debski <k.debski@samsung.com>
1627 L: linux-arm-kernel@lists.infradead.org
1628 L: linux-media@vger.kernel.org
1630 F: drivers/media/platform/s5p-g2d/
1632 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1633 M: Kyungmin Park <kyungmin.park@samsung.com>
1634 M: Kamil Debski <k.debski@samsung.com>
1635 M: Jeongtae Park <jtp.park@samsung.com>
1636 L: linux-arm-kernel@lists.infradead.org
1637 L: linux-media@vger.kernel.org
1639 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1640 F: drivers/media/platform/s5p-mfc/
1642 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1643 M: Kyungmin Park <kyungmin.park@samsung.com>
1644 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1645 L: linux-arm-kernel@lists.infradead.org
1646 L: linux-media@vger.kernel.org
1648 F: drivers/media/platform/s5p-tv/
1650 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1651 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1652 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1653 L: linux-arm-kernel@lists.infradead.org
1654 L: linux-media@vger.kernel.org
1656 F: drivers/media/platform/s5p-jpeg/
1658 ARM/SHMOBILE ARM ARCHITECTURE
1659 M: Simon Horman <horms@verge.net.au>
1660 M: Magnus Damm <magnus.damm@gmail.com>
1661 L: linux-renesas-soc@vger.kernel.org
1662 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1663 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1665 F: arch/arm/boot/dts/emev2*
1666 F: arch/arm/boot/dts/r7s*
1667 F: arch/arm/boot/dts/r8a*
1668 F: arch/arm/boot/dts/sh*
1669 F: arch/arm/configs/shmobile_defconfig
1670 F: arch/arm/include/debug/renesas-scif.S
1671 F: arch/arm/mach-shmobile/
1673 F: drivers/soc/renesas/
1674 F: include/linux/soc/renesas/
1676 ARM/SOCFPGA ARCHITECTURE
1677 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1679 F: arch/arm/mach-socfpga/
1680 F: arch/arm/boot/dts/socfpga*
1681 F: arch/arm/configs/socfpga_defconfig
1682 F: arch/arm64/boot/dts/altera/
1683 W: http://www.rocketboards.org
1684 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1686 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1687 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1689 F: drivers/clk/socfpga/
1691 ARM/SOCFPGA EDAC SUPPORT
1692 M: Thor Thayer <tthayer@opensource.altera.com>
1694 F: drivers/edac/altera_edac.
1696 ARM/STI ARCHITECTURE
1697 M: Patrice Chotard <patrice.chotard@st.com>
1698 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1699 L: kernel@stlinux.com
1700 W: http://www.stlinux.com
1702 F: arch/arm/mach-sti/
1703 F: arch/arm/boot/dts/sti*
1704 F: drivers/char/hw_random/st-rng.c
1705 F: drivers/clocksource/arm_global_timer.c
1706 F: drivers/clocksource/clksrc_st_lpc.c
1707 F: drivers/cpufreq/sti-cpufreq.c
1708 F: drivers/i2c/busses/i2c-st.c
1709 F: drivers/media/rc/st_rc.c
1710 F: drivers/media/platform/sti/c8sectpfe/
1711 F: drivers/mmc/host/sdhci-st.c
1712 F: drivers/phy/phy-miphy28lp.c
1713 F: drivers/phy/phy-miphy365x.c
1714 F: drivers/phy/phy-stih407-usb.c
1715 F: drivers/phy/phy-stih41x-usb.c
1716 F: drivers/pinctrl/pinctrl-st.c
1717 F: drivers/remoteproc/st_remoteproc.c
1718 F: drivers/reset/sti/
1719 F: drivers/rtc/rtc-st-lpc.c
1720 F: drivers/tty/serial/st-asc.c
1721 F: drivers/usb/dwc3/dwc3-st.c
1722 F: drivers/usb/host/ehci-st.c
1723 F: drivers/usb/host/ohci-st.c
1724 F: drivers/watchdog/st_lpc_wdt.c
1725 F: drivers/ata/ahci_st.c
1727 ARM/STM32 ARCHITECTURE
1728 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1729 M: Alexandre Torgue <alexandre.torgue@st.com>
1730 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1732 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1734 F: drivers/clocksource/armv7m_systick.c
1736 ARM/TANGO ARCHITECTURE
1737 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1738 L: linux-arm-kernel@lists.infradead.org
1740 F: arch/arm/mach-tango/
1741 F: arch/arm/boot/dts/tango*
1743 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1744 M: Lennert Buytenhek <kernel@wantstofly.org>
1745 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1748 ARM/TETON BGA MACHINE SUPPORT
1749 M: "Mark F. Brown" <mark.brown314@gmail.com>
1750 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1753 ARM/THECUS N2100 MACHINE SUPPORT
1754 M: Lennert Buytenhek <kernel@wantstofly.org>
1755 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1758 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1759 M: Wan ZongShun <mcuos.com@gmail.com>
1760 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1761 W: http://www.mcuos.com
1763 F: arch/arm/mach-w90x900/
1764 F: drivers/input/keyboard/w90p910_keypad.c
1765 F: drivers/input/touchscreen/w90p910_ts.c
1766 F: drivers/watchdog/nuc900_wdt.c
1767 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1768 F: drivers/mtd/nand/nuc900_nand.c
1769 F: drivers/rtc/rtc-nuc900.c
1770 F: drivers/spi/spi-nuc900.c
1771 F: drivers/usb/host/ehci-w90x900.c
1772 F: drivers/video/fbdev/nuc900fb.c
1774 ARM/U300 MACHINE SUPPORT
1775 M: Linus Walleij <linus.walleij@linaro.org>
1776 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1778 F: arch/arm/mach-u300/
1779 F: drivers/clocksource/timer-u300.c
1780 F: drivers/i2c/busses/i2c-stu300.c
1781 F: drivers/rtc/rtc-coh901331.c
1782 F: drivers/watchdog/coh901327_wdt.c
1783 F: drivers/dma/coh901318*
1784 F: drivers/mfd/ab3100*
1785 F: drivers/rtc/rtc-ab3100.c
1786 F: drivers/rtc/rtc-coh901331.c
1787 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1789 ARM/UNIPHIER ARCHITECTURE
1790 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1791 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1793 F: arch/arm/boot/dts/uniphier*
1794 F: arch/arm/include/asm/hardware/cache-uniphier.h
1795 F: arch/arm/mach-uniphier/
1796 F: arch/arm/mm/cache-uniphier.c
1797 F: arch/arm64/boot/dts/socionext/
1798 F: drivers/bus/uniphier-system-bus.c
1799 F: drivers/i2c/busses/i2c-uniphier*
1800 F: drivers/pinctrl/uniphier/
1801 F: drivers/tty/serial/8250/8250_uniphier.c
1804 ARM/Ux500 ARM ARCHITECTURE
1805 M: Linus Walleij <linus.walleij@linaro.org>
1806 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1808 F: arch/arm/mach-ux500/
1809 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1810 F: drivers/dma/ste_dma40*
1811 F: drivers/hwspinlock/u8500_hsem.c
1812 F: drivers/mfd/abx500*
1813 F: drivers/mfd/ab8500*
1814 F: drivers/mfd/dbx500*
1815 F: drivers/mfd/db8500*
1816 F: drivers/pinctrl/nomadik/pinctrl-ab*
1817 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1818 F: drivers/rtc/rtc-ab8500.c
1819 F: drivers/rtc/rtc-pl031.c
1820 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1822 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1823 M: Ulf Hansson <ulf.hansson@linaro.org>
1824 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1825 T: git git://git.linaro.org/people/ulfh/clk.git
1827 F: drivers/clk/ux500/
1828 F: include/linux/platform_data/clk-ux500.h
1830 ARM/VERSATILE EXPRESS PLATFORM
1831 M: Liviu Dudau <liviu.dudau@arm.com>
1832 M: Sudeep Holla <sudeep.holla@arm.com>
1833 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1834 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1836 F: arch/arm/boot/dts/vexpress*
1837 F: arch/arm64/boot/dts/arm/
1838 F: arch/arm/mach-vexpress/
1841 F: drivers/clk/versatile/clk-vexpress-osc.c
1842 F: drivers/clocksource/versatile.c
1846 M: Russell King <linux@armlinux.org.uk>
1847 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1848 W: http://www.armlinux.org.uk/
1852 ARM/VOIPAC PXA270 SUPPORT
1853 M: Marek Vasut <marek.vasut@gmail.com>
1854 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1856 F: arch/arm/mach-pxa/vpac270.c
1857 F: arch/arm/mach-pxa/include/mach/vpac270.h
1859 ARM/VT8500 ARM ARCHITECTURE
1860 M: Tony Prisk <linux@prisktech.co.nz>
1861 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1863 F: arch/arm/mach-vt8500/
1864 F: drivers/clocksource/vt8500_timer.c
1865 F: drivers/i2c/busses/i2c-wmt.c
1866 F: drivers/mmc/host/wmt-sdmmc.c
1867 F: drivers/pwm/pwm-vt8500.c
1868 F: drivers/rtc/rtc-vt8500.c
1869 F: drivers/tty/serial/vt8500_serial.c
1870 F: drivers/usb/host/ehci-platform.c
1871 F: drivers/usb/host/uhci-platform.c
1872 F: drivers/video/fbdev/vt8500lcdfb.*
1873 F: drivers/video/fbdev/wm8505fb*
1874 F: drivers/video/fbdev/wmt_ge_rops.*
1876 ARM/ZIPIT Z2 SUPPORT
1877 M: Marek Vasut <marek.vasut@gmail.com>
1878 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1880 F: arch/arm/mach-pxa/z2.c
1881 F: arch/arm/mach-pxa/include/mach/z2.h
1883 ARM/ZTE ARCHITECTURE
1884 M: Jun Nie <jun.nie@linaro.org>
1885 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1887 F: arch/arm/mach-zx/
1889 F: Documentation/devicetree/bindings/arm/zte.txt
1890 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1892 ARM/ZYNQ ARCHITECTURE
1893 M: Michal Simek <michal.simek@xilinx.com>
1894 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1895 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1896 W: http://wiki.xilinx.com
1897 T: git https://github.com/Xilinx/linux-xlnx.git
1899 F: arch/arm/mach-zynq/
1900 F: drivers/cpuidle/cpuidle-zynq.c
1901 F: drivers/block/xsysace.c
1904 F: drivers/clocksource/cadence_ttc_timer.c
1905 F: drivers/i2c/busses/i2c-cadence.c
1906 F: drivers/mmc/host/sdhci-of-arasan.c
1907 F: drivers/edac/synopsys_edac.c
1910 M: Will Deacon <will.deacon@arm.com>
1911 R: Robin Murphy <robin.murphy@arm.com>
1912 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1914 F: drivers/iommu/arm-smmu.c
1915 F: drivers/iommu/arm-smmu-v3.c
1916 F: drivers/iommu/io-pgtable-arm.c
1917 F: drivers/iommu/io-pgtable-arm-v7s.c
1919 ARM64 PORT (AARCH64 ARCHITECTURE)
1920 M: Catalin Marinas <catalin.marinas@arm.com>
1921 M: Will Deacon <will.deacon@arm.com>
1922 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1923 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1926 F: Documentation/arm64/
1928 AS3645A LED FLASH CONTROLLER DRIVER
1929 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1930 L: linux-media@vger.kernel.org
1931 T: git git://linuxtv.org/media_tree.git
1933 F: drivers/media/i2c/as3645a.c
1934 F: include/media/i2c/as3645a.h
1936 ASC7621 HARDWARE MONITOR DRIVER
1937 M: George Joseph <george.joseph@fairview5.com>
1938 L: linux-hwmon@vger.kernel.org
1940 F: Documentation/hwmon/asc7621
1941 F: drivers/hwmon/asc7621.c
1943 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1944 M: Corentin Chary <corentin.chary@gmail.com>
1945 L: acpi4asus-user@lists.sourceforge.net
1946 L: platform-driver-x86@vger.kernel.org
1947 W: http://acpi4asus.sf.net
1949 F: drivers/platform/x86/asus*.c
1950 F: drivers/platform/x86/eeepc*.c
1952 ASUS WIRELESS RADIO CONTROL DRIVER
1953 M: João Paulo Rechi Vita <jprvita@gmail.com>
1954 L: platform-driver-x86@vger.kernel.org
1956 F: drivers/platform/x86/asus-wireless.c
1959 M: David Howells <dhowells@redhat.com>
1960 L: keyrings@vger.kernel.org
1962 F: Documentation/crypto/asymmetric-keys.txt
1963 F: include/linux/verification.h
1964 F: include/crypto/public_key.h
1965 F: include/crypto/pkcs7.h
1966 F: crypto/asymmetric_keys/
1968 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1969 R: Dan Williams <dan.j.williams@intel.com>
1970 W: http://sourceforge.net/projects/xscaleiop
1972 F: Documentation/crypto/async-tx-api.txt
1975 F: include/linux/dmaengine.h
1976 F: include/linux/async_tx.h
1979 M: Wolfram Sang <wsa@the-dreams.de>
1980 L: linux-i2c@vger.kernel.org
1982 F: drivers/misc/eeprom/at24.c
1983 F: include/linux/platform_data/at24.h
1985 ATA OVER ETHERNET (AOE) DRIVER
1986 M: "Ed L. Cashin" <ed.cashin@acm.org>
1987 W: http://www.openaoe.org/
1989 F: Documentation/aoe/
1990 F: drivers/block/aoe/
1992 ATHEROS 71XX/9XXX GPIO DRIVER
1993 M: Alban Bedel <albeu@free.fr>
1994 W: https://github.com/AlbanBedel/linux
1995 T: git git://github.com/AlbanBedel/linux
1997 F: drivers/gpio/gpio-ath79.c
1998 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2000 ATHEROS ATH GENERIC UTILITIES
2001 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2002 L: linux-wireless@vger.kernel.org
2004 F: drivers/net/wireless/ath/*
2006 ATHEROS ATH5K WIRELESS DRIVER
2007 M: Jiri Slaby <jirislaby@gmail.com>
2008 M: Nick Kossifidis <mickflemm@gmail.com>
2009 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2010 L: linux-wireless@vger.kernel.org
2011 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2013 F: drivers/net/wireless/ath/ath5k/
2015 ATHEROS ATH6KL WIRELESS DRIVER
2016 M: Kalle Valo <kvalo@qca.qualcomm.com>
2017 L: linux-wireless@vger.kernel.org
2018 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2019 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2021 F: drivers/net/wireless/ath/ath6kl/
2023 WILOCITY WIL6210 WIRELESS DRIVER
2024 M: Maya Erez <qca_merez@qca.qualcomm.com>
2025 L: linux-wireless@vger.kernel.org
2026 L: wil6210@qca.qualcomm.com
2028 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2029 F: drivers/net/wireless/ath/wil6210/
2030 F: include/uapi/linux/wil6210_uapi.h
2032 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2033 M: Christian Lamparter <chunkeey@googlemail.com>
2034 L: linux-wireless@vger.kernel.org
2035 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2037 F: drivers/net/wireless/ath/carl9170/
2039 ATK0110 HWMON DRIVER
2040 M: Luca Tettamanti <kronos.it@gmail.com>
2041 L: linux-hwmon@vger.kernel.org
2043 F: drivers/hwmon/asus_atk0110.c
2046 M: Ville Syrjala <syrjala@sci.fi>
2048 F: drivers/input/misc/ati_remote2.c
2050 ATLX ETHERNET DRIVERS
2051 M: Jay Cliburn <jcliburn@gmail.com>
2052 M: Chris Snook <chris.snook@gmail.com>
2053 L: netdev@vger.kernel.org
2054 W: http://sourceforge.net/projects/atl1
2055 W: http://atl1.sourceforge.net
2057 F: drivers/net/ethernet/atheros/
2060 M: Chas Williams <3chas3@gmail.com>
2061 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2062 L: netdev@vger.kernel.org
2063 W: http://linux-atm.sourceforge.net
2066 F: include/linux/atm*
2067 F: include/uapi/linux/atm*
2069 ATMEL AT91 / AT32 MCI DRIVER
2070 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2072 F: drivers/mmc/host/atmel-mci.c
2074 ATMEL AT91 / AT32 SERIAL DRIVER
2075 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2077 F: drivers/tty/serial/atmel_serial.c
2079 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2080 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2082 F: drivers/power/reset/at91-sama5d2_shdwc.c
2084 ATMEL SAMA5D2 ADC DRIVER
2085 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2086 L: linux-iio@vger.kernel.org
2088 F: drivers/iio/adc/at91-sama5d2_adc.c
2090 ATMEL Audio ALSA driver
2091 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2092 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2097 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2098 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2100 F: drivers/dma/at_hdmac.c
2101 F: drivers/dma/at_hdmac_regs.h
2102 F: include/linux/platform_data/dma-atmel.h
2105 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2106 L: linux-arm-kernel@lists.infradead.org
2107 L: dmaengine@vger.kernel.org
2109 F: drivers/dma/at_xdmac.c
2112 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2113 L: linux-i2c@vger.kernel.org
2115 F: drivers/i2c/busses/i2c-at91.c
2118 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2119 L: linux-media@vger.kernel.org
2121 F: drivers/media/platform/soc_camera/atmel-isi.c
2122 F: include/media/atmel-isi.h
2125 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2126 L: linux-fbdev@vger.kernel.org
2128 F: drivers/video/fbdev/atmel_lcdfb.c
2129 F: include/video/atmel_lcdc.h
2131 ATMEL MACB ETHERNET DRIVER
2132 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2134 F: drivers/net/ethernet/cadence/
2137 M: Wenyou Yang <wenyou.yang@atmel.com>
2138 M: Josh Wu <rainyfeeling@outlook.com>
2139 L: linux-mtd@lists.infradead.org
2141 F: drivers/mtd/nand/atmel_nand*
2144 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2145 L: linux-mmc@vger.kernel.org
2147 F: drivers/mmc/host/sdhci-of-at91.c
2150 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2152 F: drivers/spi/spi-atmel.*
2155 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2156 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2158 F: drivers/misc/atmel-ssc.c
2159 F: include/linux/atmel-ssc.h
2161 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2162 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2163 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2165 F: drivers/misc/atmel_tclib.c
2166 F: drivers/clocksource/tcb_clksrc.c
2168 ATMEL USBA UDC DRIVER
2169 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2170 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2172 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2174 ATMEL WIRELESS DRIVER
2175 M: Simon Kelley <simon@thekelleys.org.uk>
2176 L: linux-wireless@vger.kernel.org
2177 W: http://www.thekelleys.org.uk/atmel
2178 W: http://atmelwlandriver.sourceforge.net/
2180 F: drivers/net/wireless/atmel/atmel*
2182 ATMEL MAXTOUCH DRIVER
2183 M: Nick Dyer <nick.dyer@itdev.co.uk>
2184 T: git git://github.com/atmel-maxtouch/linux.git
2186 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2187 F: drivers/input/touchscreen/atmel_mxt_ts.c
2188 F: include/linux/platform_data/atmel_mxt_ts.h
2190 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2191 M: Bradley Grove <linuxdrivers@attotech.com>
2192 L: linux-scsi@vger.kernel.org
2193 W: http://www.attotech.com
2195 F: drivers/scsi/esas2r
2197 ATUSB IEEE 802.15.4 RADIO DRIVER
2198 M: Stefan Schmidt <stefan@osg.samsung.com>
2199 L: linux-wpan@vger.kernel.org
2201 F: drivers/net/ieee802154/atusb.c
2202 F: drivers/net/ieee802154/atusb.h
2203 F: drivers/net/ieee802154/at86rf230.h
2206 M: Paul Moore <paul@paul-moore.com>
2207 M: Eric Paris <eparis@redhat.com>
2208 L: linux-audit@redhat.com (moderated for non-subscribers)
2209 W: http://people.redhat.com/sgrubb/audit/
2210 T: git git://git.infradead.org/users/pcmoore/audit
2212 F: include/linux/audit.h
2213 F: include/uapi/linux/audit.h
2216 AUXILIARY DISPLAY DRIVERS
2217 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2218 W: http://miguelojeda.es/auxdisplay.htm
2219 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2221 F: drivers/auxdisplay/
2222 F: include/linux/cfag12864b.h
2225 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2226 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2227 W: http://www.atmel.com/products/AVR32/
2228 W: http://mirror.egtvedt.no/avr32linux.org/
2229 W: http://avrfreaks.net/
2233 AVR32/AT32AP MACHINE SUPPORT
2234 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2235 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2237 F: arch/avr32/mach-at32ap/
2240 M: Ralf Baechle <ralf@linux-mips.org>
2241 L: linux-hams@vger.kernel.org
2242 W: http://www.linux-ax25.org/
2244 F: include/uapi/linux/ax25.h
2245 F: include/net/ax25.h
2249 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2250 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2251 L: linux-media@vger.kernel.org
2252 W: https://linuxtv.org
2253 T: git git://linuxtv.org/media_tree.git
2255 F: drivers/media/usb/dvb-usb-v2/az6007.c
2257 AZTECH FM RADIO RECEIVER DRIVER
2258 M: Hans Verkuil <hverkuil@xs4all.nl>
2259 L: linux-media@vger.kernel.org
2260 T: git git://linuxtv.org/media_tree.git
2261 W: https://linuxtv.org
2263 F: drivers/media/radio/radio-aztech*
2266 L: linux-wireless@vger.kernel.org
2267 L: b43-dev@lists.infradead.org
2268 W: http://wireless.kernel.org/en/users/Drivers/b43
2270 F: drivers/net/wireless/broadcom/b43/
2272 B43LEGACY WIRELESS DRIVER
2273 M: Larry Finger <Larry.Finger@lwfinger.net>
2274 L: linux-wireless@vger.kernel.org
2275 L: b43-dev@lists.infradead.org
2276 W: http://wireless.kernel.org/en/users/Drivers/b43
2278 F: drivers/net/wireless/broadcom/b43legacy/
2280 BACKLIGHT CLASS/SUBSYSTEM
2281 M: Jingoo Han <jingoohan1@gmail.com>
2282 M: Lee Jones <lee.jones@linaro.org>
2283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2285 F: drivers/video/backlight/
2286 F: include/linux/backlight.h
2289 M: Marek Lindner <mareklindner@neomailbox.ch>
2290 M: Simon Wunderlich <sw@simonwunderlich.de>
2291 M: Antonio Quartulli <a@unstable.cc>
2292 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2293 W: https://www.open-mesh.org/
2294 Q: https://patchwork.open-mesh.org/project/batman/list/
2296 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2297 F: Documentation/ABI/testing/sysfs-class-net-mesh
2298 F: Documentation/networking/batman-adv.txt
2301 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2302 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2303 L: linux-hams@vger.kernel.org
2304 W: http://www.baycom.org/~tom/ham/ham.html
2306 F: drivers/net/hamradio/baycom*
2308 BCACHE (BLOCK LAYER CACHE)
2309 M: Kent Overstreet <kent.overstreet@gmail.com>
2310 L: linux-bcache@vger.kernel.org
2311 W: http://bcache.evilpiepirate.org
2313 F: drivers/md/bcache/
2315 BDISP ST MEDIA DRIVER
2316 M: Fabien Dessenne <fabien.dessenne@st.com>
2317 L: linux-media@vger.kernel.org
2318 T: git git://linuxtv.org/media_tree.git
2319 W: https://linuxtv.org
2321 F: drivers/media/platform/sti/bdisp
2325 F: Documentation/filesystems/befs.txt
2328 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2329 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2330 L: netdev@vger.kernel.org
2332 F: drivers/net/ethernet/ec_bhf.c
2335 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2337 F: Documentation/filesystems/bfs.txt
2339 F: include/uapi/linux/bfs_fs.h
2341 BLACKFIN ARCHITECTURE
2342 M: Steven Miao <realmz6@gmail.com>
2343 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2344 T: git git://git.code.sf.net/p/adi-linux/code
2345 W: http://blackfin.uclinux.org
2349 BLACKFIN EMAC DRIVER
2350 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2351 W: http://blackfin.uclinux.org
2353 F: drivers/net/ethernet/adi/
2356 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2357 W: http://blackfin.uclinux.org
2359 F: drivers/rtc/rtc-bfin.c
2362 M: Sonic Zhang <sonic.zhang@analog.com>
2363 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2364 W: http://blackfin.uclinux.org
2366 F: drivers/mmc/host/bfin_sdh.c
2368 BLACKFIN SERIAL DRIVER
2369 M: Sonic Zhang <sonic.zhang@analog.com>
2370 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2371 W: http://blackfin.uclinux.org
2373 F: drivers/tty/serial/bfin_uart.c
2375 BLACKFIN WATCHDOG DRIVER
2376 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2377 W: http://blackfin.uclinux.org
2379 F: drivers/watchdog/bfin_wdt.c
2381 BLACKFIN I2C TWI DRIVER
2382 M: Sonic Zhang <sonic.zhang@analog.com>
2383 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2384 W: http://blackfin.uclinux.org/
2386 F: drivers/i2c/busses/i2c-bfin-twi.c
2388 BLACKFIN MEDIA DRIVER
2389 M: Scott Jiang <scott.jiang.linux@gmail.com>
2390 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2391 W: http://blackfin.uclinux.org/
2393 F: drivers/media/platform/blackfin/
2394 F: drivers/media/i2c/adv7183*
2395 F: drivers/media/i2c/vs6624*
2397 BLINKM RGB LED DRIVER
2398 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2400 F: drivers/leds/leds-blinkm.c
2403 M: Jens Axboe <axboe@kernel.dk>
2404 L: linux-block@vger.kernel.org
2405 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2408 F: kernel/trace/blktrace.c
2411 M: Joern Engel <joern@lazybastard.org>
2412 L: linux-mtd@lists.infradead.org
2414 F: drivers/mtd/devices/block2mtd.c
2417 M: Marcel Holtmann <marcel@holtmann.org>
2418 M: Gustavo Padovan <gustavo@padovan.org>
2419 M: Johan Hedberg <johan.hedberg@gmail.com>
2420 L: linux-bluetooth@vger.kernel.org
2421 W: http://www.bluez.org/
2422 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2423 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2425 F: drivers/bluetooth/
2428 M: Marcel Holtmann <marcel@holtmann.org>
2429 M: Gustavo Padovan <gustavo@padovan.org>
2430 M: Johan Hedberg <johan.hedberg@gmail.com>
2431 L: linux-bluetooth@vger.kernel.org
2432 W: http://www.bluez.org/
2433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2434 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2437 F: include/net/bluetooth/
2440 M: Jay Vosburgh <j.vosburgh@gmail.com>
2441 M: Veaceslav Falico <vfalico@gmail.com>
2442 M: Andy Gospodarek <gospo@cumulusnetworks.com>
2443 L: netdev@vger.kernel.org
2444 W: http://sourceforge.net/projects/bonding/
2446 F: drivers/net/bonding/
2447 F: include/uapi/linux/if_bonding.h
2449 BPF (Safe dynamic programs and tools)
2450 M: Alexei Starovoitov <ast@kernel.org>
2451 L: netdev@vger.kernel.org
2452 L: linux-kernel@vger.kernel.org
2456 BROADCOM B44 10/100 ETHERNET DRIVER
2457 M: Gary Zambrano <zambrano@broadcom.com>
2458 L: netdev@vger.kernel.org
2460 F: drivers/net/ethernet/broadcom/b44.*
2462 BROADCOM GENET ETHERNET DRIVER
2463 M: Florian Fainelli <f.fainelli@gmail.com>
2464 L: netdev@vger.kernel.org
2466 F: drivers/net/ethernet/broadcom/genet/
2468 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2469 M: Sony Chacko <sony.chacko@qlogic.com>
2470 M: Dept-HSGLinuxNICDev@qlogic.com
2471 L: netdev@vger.kernel.org
2473 F: drivers/net/ethernet/broadcom/bnx2.*
2474 F: drivers/net/ethernet/broadcom/bnx2_*
2476 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2477 M: Ariel Elior <ariel.elior@qlogic.com>
2478 L: netdev@vger.kernel.org
2480 F: drivers/net/ethernet/broadcom/bnx2x/
2482 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2483 M: Florian Fainelli <f.fainelli@gmail.com>
2484 M: Ray Jui <rjui@broadcom.com>
2485 M: Scott Branden <sbranden@broadcom.com>
2486 L: bcm-kernel-feedback-list@broadcom.com
2487 T: git git://github.com/broadcom/mach-bcm
2489 F: arch/arm/mach-bcm/
2490 F: arch/arm/boot/dts/bcm113*
2491 F: arch/arm/boot/dts/bcm216*
2492 F: arch/arm/boot/dts/bcm281*
2493 F: arch/arm64/boot/dts/broadcom/
2494 F: arch/arm/configs/bcm_defconfig
2495 F: drivers/mmc/host/sdhci-bcm-kona.c
2496 F: drivers/clocksource/bcm_kona_timer.c
2498 BROADCOM BCM2835 ARM ARCHITECTURE
2499 M: Stephen Warren <swarren@wwwdotorg.org>
2500 M: Lee Jones <lee@kernel.org>
2501 M: Eric Anholt <eric@anholt.net>
2502 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2503 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2504 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2508 BROADCOM BCM47XX MIPS ARCHITECTURE
2509 M: Hauke Mehrtens <hauke@hauke-m.de>
2510 M: Rafał Miłecki <zajec5@gmail.com>
2511 L: linux-mips@linux-mips.org
2513 F: Documentation/devicetree/bindings/mips/brcm/
2514 F: arch/mips/bcm47xx/*
2515 F: arch/mips/include/asm/mach-bcm47xx/*
2517 BROADCOM BCM5301X ARM ARCHITECTURE
2518 M: Hauke Mehrtens <hauke@hauke-m.de>
2519 L: linux-arm-kernel@lists.infradead.org
2521 F: arch/arm/mach-bcm/bcm_5301x.c
2522 F: arch/arm/boot/dts/bcm5301x.dtsi
2523 F: arch/arm/boot/dts/bcm470*
2525 BROADCOM BCM63XX ARM ARCHITECTURE
2526 M: Florian Fainelli <f.fainelli@gmail.com>
2527 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2528 L: bcm-kernel-feedback-list@broadcom.com
2529 T: git git://github.com/broadcom/stblinux.git
2531 F: arch/arm/mach-bcm/bcm63xx.c
2532 F: arch/arm/include/debug/bcm63xx.S
2534 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2535 M: Kevin Cernekee <cernekee@gmail.com>
2536 L: linux-usb@vger.kernel.org
2538 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2540 BROADCOM BCM7XXX ARM ARCHITECTURE
2541 M: Brian Norris <computersforpeace@gmail.com>
2542 M: Gregory Fong <gregory.0xf0@gmail.com>
2543 M: Florian Fainelli <f.fainelli@gmail.com>
2544 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2545 L: bcm-kernel-feedback-list@broadcom.com
2546 T: git git://github.com/broadcom/stblinux.git
2548 F: arch/arm/mach-bcm/*brcmstb*
2549 F: arch/arm/boot/dts/bcm7*.dts*
2550 F: drivers/bus/brcmstb_gisb.c
2553 BROADCOM BMIPS MIPS ARCHITECTURE
2554 M: Kevin Cernekee <cernekee@gmail.com>
2555 M: Florian Fainelli <f.fainelli@gmail.com>
2556 L: linux-mips@linux-mips.org
2557 T: git git://github.com/broadcom/stblinux.git
2559 F: arch/mips/bmips/*
2560 F: arch/mips/include/asm/mach-bmips/*
2561 F: arch/mips/kernel/*bmips*
2562 F: arch/mips/boot/dts/brcm/bcm*.dts*
2563 F: drivers/irqchip/irq-bcm63*
2564 F: drivers/irqchip/irq-bcm7*
2565 F: drivers/irqchip/irq-brcmstb*
2566 F: include/linux/bcm963xx_nvram.h
2567 F: include/linux/bcm963xx_tag.h
2569 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2570 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2571 M: Prashant Sreedharan <prashant@broadcom.com>
2572 M: Michael Chan <mchan@broadcom.com>
2573 L: netdev@vger.kernel.org
2575 F: drivers/net/ethernet/broadcom/tg3.*
2577 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2578 M: Brett Rudley <brudley@broadcom.com>
2579 M: Arend van Spriel <arend@broadcom.com>
2580 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2581 M: Hante Meuleman <meuleman@broadcom.com>
2582 L: linux-wireless@vger.kernel.org
2583 L: brcm80211-dev-list@broadcom.com
2585 F: drivers/net/wireless/broadcom/brcm80211/
2587 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2588 M: QLogic-Storage-Upstream@qlogic.com
2589 L: linux-scsi@vger.kernel.org
2591 F: drivers/scsi/bnx2fc/
2593 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2594 M: QLogic-Storage-Upstream@qlogic.com
2595 L: linux-scsi@vger.kernel.org
2597 F: drivers/scsi/bnx2i/
2599 BROADCOM IPROC ARM ARCHITECTURE
2600 M: Ray Jui <rjui@broadcom.com>
2601 M: Scott Branden <sbranden@broadcom.com>
2602 M: Jon Mason <jonmason@broadcom.com>
2603 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2604 L: bcm-kernel-feedback-list@broadcom.com
2605 T: git git://github.com/broadcom/cygnus-linux.git
2621 BROADCOM BRCMSTB GPIO DRIVER
2622 M: Gregory Fong <gregory.0xf0@gmail.com>
2623 L: bcm-kernel-feedback-list@broadcom.com
2625 F: drivers/gpio/gpio-brcmstb.c
2626 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2628 BROADCOM KONA GPIO DRIVER
2629 M: Ray Jui <rjui@broadcom.com>
2630 L: bcm-kernel-feedback-list@broadcom.com
2632 F: drivers/gpio/gpio-bcm-kona.c
2633 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2635 BROADCOM NVRAM DRIVER
2636 M: Rafał Miłecki <zajec5@gmail.com>
2637 L: linux-mips@linux-mips.org
2639 F: drivers/firmware/broadcom/*
2641 BROADCOM STB NAND FLASH DRIVER
2642 M: Brian Norris <computersforpeace@gmail.com>
2643 M: Kamal Dasu <kdasu.kdev@gmail.com>
2644 L: linux-mtd@lists.infradead.org
2645 L: bcm-kernel-feedback-list@broadcom.com
2647 F: drivers/mtd/nand/brcmnand/
2649 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2650 M: Rafał Miłecki <zajec5@gmail.com>
2651 L: linux-wireless@vger.kernel.org
2654 F: include/linux/bcma/
2656 BROADCOM SYSTEMPORT ETHERNET DRIVER
2657 M: Florian Fainelli <f.fainelli@gmail.com>
2658 L: netdev@vger.kernel.org
2660 F: drivers/net/ethernet/broadcom/bcmsysport.*
2662 BROADCOM VULCAN ARM64 SOC
2663 M: Jayachandran C. <jchandra@broadcom.com>
2664 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2665 L: bcm-kernel-feedback-list@broadcom.com
2667 F: arch/arm64/boot/dts/broadcom/vulcan*
2669 BROCADE BFA FC SCSI DRIVER
2670 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2671 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2672 L: linux-scsi@vger.kernel.org
2674 F: drivers/scsi/bfa/
2676 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2677 M: Rasesh Mody <rasesh.mody@qlogic.com>
2678 L: netdev@vger.kernel.org
2680 F: drivers/net/ethernet/brocade/bna/
2682 BSG (block layer generic sg v4 driver)
2683 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2684 L: linux-scsi@vger.kernel.org
2687 F: include/linux/bsg.h
2688 F: include/uapi/linux/bsg.h
2691 M: Clemens Ladisch <clemens@ladisch.de>
2692 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2693 T: git git://git.alsa-project.org/alsa-kernel.git
2695 F: Documentation/sound/alsa/Bt87x.txt
2696 F: sound/pci/bt87x.c
2699 M: Michael Buesch <m@bues.ch>
2700 W: http://bu3sch.de/btgpio.php
2702 F: drivers/gpio/gpio-bt8xx.c
2705 M: Chris Mason <clm@fb.com>
2706 M: Josef Bacik <jbacik@fb.com>
2707 M: David Sterba <dsterba@suse.com>
2708 L: linux-btrfs@vger.kernel.org
2709 W: http://btrfs.wiki.kernel.org/
2710 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2713 F: Documentation/filesystems/btrfs.txt
2716 BTTV VIDEO4LINUX DRIVER
2717 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2718 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2719 L: linux-media@vger.kernel.org
2720 W: https://linuxtv.org
2721 T: git git://linuxtv.org/media_tree.git
2723 F: Documentation/video4linux/bttv/
2724 F: drivers/media/pci/bt8xx/bttv*
2726 BUSLOGIC SCSI DRIVER
2727 M: Khalid Aziz <khalid@gonehiking.org>
2728 L: linux-scsi@vger.kernel.org
2730 F: drivers/scsi/BusLogic.*
2731 F: drivers/scsi/FlashPoint.*
2733 C-MEDIA CMI8788 DRIVER
2734 M: Clemens Ladisch <clemens@ladisch.de>
2735 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2736 T: git git://git.alsa-project.org/alsa-kernel.git
2738 F: sound/pci/oxygen/
2741 M: Mark Salter <msalter@redhat.com>
2742 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2743 L: linux-c6x-dev@linux-c6x.org
2744 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2748 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2749 M: David Howells <dhowells@redhat.com>
2750 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2752 F: Documentation/filesystems/caching/cachefiles.txt
2755 CADET FM/AM RADIO RECEIVER DRIVER
2756 M: Hans Verkuil <hverkuil@xs4all.nl>
2757 L: linux-media@vger.kernel.org
2758 T: git git://linuxtv.org/media_tree.git
2759 W: https://linuxtv.org
2761 F: drivers/media/radio/radio-cadet*
2763 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2764 M: Jonathan Corbet <corbet@lwn.net>
2765 L: linux-media@vger.kernel.org
2766 T: git git://linuxtv.org/media_tree.git
2768 F: Documentation/video4linux/cafe_ccic
2769 F: drivers/media/platform/marvell-ccic/
2772 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2773 L: netdev@vger.kernel.org
2775 F: Documentation/networking/caif/
2776 F: drivers/net/caif/
2777 F: include/uapi/linux/caif/
2778 F: include/net/caif/
2781 CALGARY x86-64 IOMMU
2782 M: Muli Ben-Yehuda <mulix@mulix.org>
2783 M: Jon Mason <jdmason@kudzu.us>
2784 L: iommu@lists.linux-foundation.org
2786 F: arch/x86/kernel/pci-calgary_64.c
2787 F: arch/x86/kernel/tce_64.c
2788 F: arch/x86/include/asm/calgary.h
2789 F: arch/x86/include/asm/tce.h
2792 M: Oliver Hartkopp <socketcan@hartkopp.net>
2793 M: Marc Kleine-Budde <mkl@pengutronix.de>
2794 L: linux-can@vger.kernel.org
2795 W: https://github.com/linux-can
2796 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2799 F: Documentation/networking/can.txt
2801 F: include/linux/can/core.h
2802 F: include/uapi/linux/can.h
2803 F: include/uapi/linux/can/bcm.h
2804 F: include/uapi/linux/can/raw.h
2805 F: include/uapi/linux/can/gw.h
2808 M: Wolfgang Grandegger <wg@grandegger.com>
2809 M: Marc Kleine-Budde <mkl@pengutronix.de>
2810 L: linux-can@vger.kernel.org
2811 W: https://github.com/linux-can
2812 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2816 F: include/linux/can/dev.h
2817 F: include/linux/can/platform/
2818 F: include/uapi/linux/can/error.h
2819 F: include/uapi/linux/can/netlink.h
2822 M: Serge Hallyn <serge.hallyn@canonical.com>
2823 L: linux-security-module@vger.kernel.org
2825 F: include/linux/capability.h
2826 F: include/uapi/linux/capability.h
2827 F: security/commoncap.c
2828 F: kernel/capability.c
2830 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2831 M: Kevin Tsai <ktsai@capellamicro.com>
2833 F: drivers/iio/light/cm*
2834 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2836 CAVIUM LIQUIDIO NETWORK DRIVER
2837 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2838 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2839 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2840 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2841 L: netdev@vger.kernel.org
2842 W: http://www.cavium.com
2844 F: drivers/net/ethernet/cavium/liquidio/
2846 CC2520 IEEE-802.15.4 RADIO DRIVER
2847 M: Varka Bhadram <varkabhadram@gmail.com>
2848 L: linux-wpan@vger.kernel.org
2850 F: drivers/net/ieee802154/cc2520.c
2851 F: include/linux/spi/cc2520.h
2852 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2854 CELL BROADBAND ENGINE ARCHITECTURE
2855 M: Arnd Bergmann <arnd@arndb.de>
2856 L: linuxppc-dev@lists.ozlabs.org
2857 W: http://www.ibm.com/developerworks/power/cell/
2859 F: arch/powerpc/include/asm/cell*.h
2860 F: arch/powerpc/include/asm/spu*.h
2861 F: arch/powerpc/include/uapi/asm/spu*.h
2862 F: arch/powerpc/oprofile/*cell*
2863 F: arch/powerpc/platforms/cell/
2865 CEPH COMMON CODE (LIBCEPH)
2866 M: Ilya Dryomov <idryomov@gmail.com>
2867 M: "Yan, Zheng" <zyan@redhat.com>
2868 M: Sage Weil <sage@redhat.com>
2869 L: ceph-devel@vger.kernel.org
2871 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2872 T: git git://github.com/ceph/ceph-client.git
2875 F: include/linux/ceph/
2876 F: include/linux/crush/
2878 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2879 M: "Yan, Zheng" <zyan@redhat.com>
2880 M: Sage Weil <sage@redhat.com>
2881 M: Ilya Dryomov <idryomov@gmail.com>
2882 L: ceph-devel@vger.kernel.org
2884 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2885 T: git git://github.com/ceph/ceph-client.git
2887 F: Documentation/filesystems/ceph.txt
2890 CERTIFICATE HANDLING:
2891 M: David Howells <dhowells@redhat.com>
2892 M: David Woodhouse <dwmw2@infradead.org>
2893 L: keyrings@vger.kernel.org
2895 F: Documentation/module-signing.txt
2897 F: scripts/sign-file.c
2898 F: scripts/extract-cert.c
2900 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2901 L: linux-usb@vger.kernel.org
2903 F: Documentation/usb/WUSB-Design-overview.txt
2904 F: Documentation/usb/wusb-cbaf
2905 F: drivers/usb/host/hwa-hc.c
2906 F: drivers/usb/host/whci/
2907 F: drivers/usb/wusbcore/
2908 F: include/linux/usb/wusb*
2910 CFAG12864B LCD DRIVER
2911 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2912 W: http://miguelojeda.es/auxdisplay.htm
2913 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2915 F: drivers/auxdisplay/cfag12864b.c
2916 F: include/linux/cfag12864b.h
2918 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2919 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2920 W: http://miguelojeda.es/auxdisplay.htm
2921 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2923 F: drivers/auxdisplay/cfag12864bfb.c
2924 F: include/linux/cfag12864b.h
2926 CFG80211 and NL80211
2927 M: Johannes Berg <johannes@sipsolutions.net>
2928 L: linux-wireless@vger.kernel.org
2929 W: http://wireless.kernel.org/
2930 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2933 F: include/uapi/linux/nl80211.h
2934 F: include/net/cfg80211.h
2936 X: net/wireless/wext*
2938 CHAR and MISC DRIVERS
2939 M: Arnd Bergmann <arnd@arndb.de>
2940 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2941 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2945 F: include/linux/miscdevice.h
2948 M: Andy Whitcroft <apw@canonical.com>
2949 M: Joe Perches <joe@perches.com>
2951 F: scripts/checkpatch.pl
2953 CHINESE DOCUMENTATION
2954 M: Harry Wei <harryxiyou@gmail.com>
2955 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2956 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2958 F: Documentation/zh_CN/
2960 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2961 M: Peter Chen <Peter.Chen@nxp.com>
2962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2963 L: linux-usb@vger.kernel.org
2965 F: drivers/usb/chipidea/
2967 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2968 M: Hans de Goede <hdegoede@redhat.com>
2969 L: linux-input@vger.kernel.org
2971 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2972 F: drivers/input/touchscreen/chipone_icn8318.c
2974 CHROME HARDWARE PLATFORM SUPPORT
2975 M: Olof Johansson <olof@lixom.net>
2977 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2978 F: drivers/platform/chrome/
2980 CISCO VIC ETHERNET NIC DRIVER
2981 M: Christian Benvenuti <benve@cisco.com>
2982 M: Sujith Sankar <ssujith@cisco.com>
2983 M: Govindarajulu Varadarajan <_govind@gmx.com>
2984 M: Neel Patel <neepatel@cisco.com>
2986 F: drivers/net/ethernet/cisco/enic/
2988 CISCO VIC LOW LATENCY NIC DRIVER
2989 M: Christian Benvenuti <benve@cisco.com>
2990 M: Dave Goodell <dgoodell@cisco.com>
2992 F: drivers/infiniband/hw/usnic/
2994 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2995 M: Hartley Sweeten <hsweeten@visionengravers.com>
2996 L: netdev@vger.kernel.org
2998 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3000 CIRRUS LOGIC AUDIO CODEC DRIVERS
3001 M: Brian Austin <brian.austin@cirrus.com>
3002 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3003 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3005 F: sound/soc/codecs/cs*
3008 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3009 L: linux-kernel@vger.kernel.org
3012 F: include/linux/cleancache.h
3015 M: Russell King <linux@armlinux.org.uk>
3016 L: linux-clk@vger.kernel.org
3018 F: include/linux/clk.h
3020 CLOCKSOURCE, CLOCKEVENT DRIVERS
3021 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3022 M: Thomas Gleixner <tglx@linutronix.de>
3023 L: linux-kernel@vger.kernel.org
3024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3026 F: drivers/clocksource
3028 CISCO FCOE HBA DRIVER
3029 M: Hiral Patel <hiralpat@cisco.com>
3030 M: Suma Ramars <sramars@cisco.com>
3031 M: Brian Uchino <buchino@cisco.com>
3032 L: linux-scsi@vger.kernel.org
3034 F: drivers/scsi/fnic/
3036 CISCO SCSI HBA DRIVER
3037 M: Narsimhulu Musini <nmusini@cisco.com>
3038 M: Sesidhar Baddela <sebaddel@cisco.com>
3039 L: linux-scsi@vger.kernel.org
3041 F: drivers/scsi/snic/
3044 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3045 M: Daniel Oliveira Nascimento <don@syst.com.br>
3046 L: platform-driver-x86@vger.kernel.org
3048 F: drivers/platform/x86/classmate-laptop.c
3051 M: Hans Verkuil <hans.verkuil@cisco.com>
3052 L: linux-media@vger.kernel.org
3053 T: git git://linuxtv.org/media_tree.git
3054 W: https://linuxtv.org
3056 F: drivers/media/pci/cobalt/
3058 COCCINELLE/Semantic Patches (SmPL)
3059 M: Julia Lawall <Julia.Lawall@lip6.fr>
3060 M: Gilles Muller <Gilles.Muller@lip6.fr>
3061 M: Nicolas Palix <nicolas.palix@imag.fr>
3062 M: Michal Marek <mmarek@suse.com>
3063 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3064 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3065 W: http://coccinelle.lip6.fr/
3067 F: Documentation/coccinelle.txt
3068 F: scripts/coccinelle/
3069 F: scripts/coccicheck
3072 M: Jan Harkes <jaharkes@cs.cmu.edu>
3074 L: codalist@coda.cs.cmu.edu
3075 W: http://www.coda.cs.cmu.edu/
3077 F: Documentation/filesystems/coda.txt
3079 F: include/linux/coda*.h
3080 F: include/uapi/linux/coda*.h
3082 CODA V4L2 MEM2MEM DRIVER
3083 M: Philipp Zabel <p.zabel@pengutronix.de>
3084 L: linux-media@vger.kernel.org
3086 F: Documentation/devicetree/bindings/media/coda.txt
3087 F: drivers/media/platform/coda/
3089 COMMON CLK FRAMEWORK
3090 M: Michael Turquette <mturquette@baylibre.com>
3091 M: Stephen Boyd <sboyd@codeaurora.org>
3092 L: linux-clk@vger.kernel.org
3093 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3095 F: Documentation/devicetree/bindings/clock/
3097 X: drivers/clk/clkdev.c
3098 F: include/linux/clk-pr*
3099 F: include/linux/clk/
3101 COMMON INTERNET FILE SYSTEM (CIFS)
3102 M: Steve French <sfrench@samba.org>
3103 L: linux-cifs@vger.kernel.org
3104 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3105 W: http://linux-cifs.samba.org/
3106 T: git git://git.samba.org/sfrench/cifs-2.6.git
3108 F: Documentation/filesystems/cifs/
3111 COMPACTPCI HOTPLUG CORE
3112 M: Scott Murray <scott@spiteful.org>
3113 L: linux-pci@vger.kernel.org
3115 F: drivers/pci/hotplug/cpci_hotplug*
3117 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3118 M: Scott Murray <scott@spiteful.org>
3119 L: linux-pci@vger.kernel.org
3121 F: drivers/pci/hotplug/cpcihp_zt5550.*
3123 COMPACTPCI HOTPLUG GENERIC DRIVER
3124 M: Scott Murray <scott@spiteful.org>
3125 L: linux-pci@vger.kernel.org
3127 F: drivers/pci/hotplug/cpcihp_generic.c
3129 COMPAL LAPTOP SUPPORT
3130 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3131 L: platform-driver-x86@vger.kernel.org
3133 F: drivers/platform/x86/compal-laptop.c
3135 CONEXANT ACCESSRUNNER USB DRIVER
3136 L: accessrunner-general@lists.sourceforge.net
3137 W: http://accessrunner.sourceforge.net/
3139 F: drivers/usb/atm/cxacru.c
3142 M: Joel Becker <jlbec@evilplan.org>
3143 M: Christoph Hellwig <hch@lst.de>
3144 T: git git://git.infradead.org/users/hch/configfs.git
3147 F: include/linux/configfs.h
3150 M: Evgeniy Polyakov <zbr@ioremap.net>
3151 L: netdev@vger.kernel.org
3153 F: drivers/connector/
3155 CONTROL GROUP (CGROUP)
3156 M: Tejun Heo <tj@kernel.org>
3157 M: Li Zefan <lizefan@huawei.com>
3158 M: Johannes Weiner <hannes@cmpxchg.org>
3159 L: cgroups@vger.kernel.org
3160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3162 F: Documentation/cgroups/
3163 F: include/linux/cgroup*
3166 CONTROL GROUP - CPUSET
3167 M: Li Zefan <lizefan@huawei.com>
3168 L: cgroups@vger.kernel.org
3169 W: http://www.bullopensource.org/cpuset/
3170 W: http://oss.sgi.com/projects/cpusets/
3171 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3173 F: Documentation/cgroups/cpusets.txt
3174 F: include/linux/cpuset.h
3177 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3178 M: Johannes Weiner <hannes@cmpxchg.org>
3179 M: Michal Hocko <mhocko@kernel.org>
3180 M: Vladimir Davydov <vdavydov@virtuozzo.com>
3181 L: cgroups@vger.kernel.org
3182 L: linux-mm@kvack.org
3187 CORETEMP HARDWARE MONITORING DRIVER
3188 M: Fenghua Yu <fenghua.yu@intel.com>
3189 L: linux-hwmon@vger.kernel.org
3191 F: Documentation/hwmon/coretemp
3192 F: drivers/hwmon/coretemp.c
3194 COSA/SRP SYNC SERIAL DRIVER
3195 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3196 W: http://www.fi.muni.cz/~kas/cosa/
3198 F: drivers/net/wan/cosa*
3200 CPMAC ETHERNET DRIVER
3201 M: Florian Fainelli <florian@openwrt.org>
3202 L: netdev@vger.kernel.org
3204 F: drivers/net/ethernet/ti/cpmac.c
3206 CPU FREQUENCY DRIVERS
3207 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3208 M: Viresh Kumar <viresh.kumar@linaro.org>
3209 L: linux-pm@vger.kernel.org
3211 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3212 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3214 F: include/linux/cpufreq.h
3216 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3217 M: Viresh Kumar <viresh.kumar@linaro.org>
3218 M: Sudeep Holla <sudeep.holla@arm.com>
3219 L: linux-pm@vger.kernel.org
3220 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3222 F: drivers/cpufreq/arm_big_little.h
3223 F: drivers/cpufreq/arm_big_little.c
3224 F: drivers/cpufreq/arm_big_little_dt.c
3226 CPUIDLE DRIVER - ARM BIG LITTLE
3227 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3228 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3229 L: linux-pm@vger.kernel.org
3230 L: linux-arm-kernel@lists.infradead.org
3231 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3233 F: drivers/cpuidle/cpuidle-big_little.c
3235 CPUIDLE DRIVER - ARM EXYNOS
3236 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3237 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3238 M: Kukjin Kim <kgene@kernel.org>
3239 L: linux-pm@vger.kernel.org
3240 L: linux-samsung-soc@vger.kernel.org
3242 F: drivers/cpuidle/cpuidle-exynos.c
3243 F: arch/arm/mach-exynos/pm.c
3246 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3247 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3248 L: linux-pm@vger.kernel.org
3250 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3251 F: drivers/cpuidle/*
3252 F: include/linux/cpuidle.h
3255 M: "H. Peter Anvin" <hpa@zytor.com>
3257 F: arch/x86/kernel/cpuid.c
3258 F: arch/x86/kernel/msr.c
3260 CPU POWER MONITORING SUBSYSTEM
3261 M: Thomas Renninger <trenn@suse.com>
3262 L: linux-pm@vger.kernel.org
3264 F: tools/power/cpupower/
3267 W: http://sourceforge.net/projects/cramfs/
3268 S: Orphan / Obsolete
3269 F: Documentation/filesystems/cramfs.txt
3273 M: Mikael Starvik <starvik@axis.com>
3274 M: Jesper Nilsson <jesper.nilsson@axis.com>
3275 L: linux-cris-kernel@axis.com
3276 W: http://developer.axis.com
3277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3280 F: drivers/tty/serial/crisv10.*
3283 M: Herbert Xu <herbert@gondor.apana.org.au>
3284 M: "David S. Miller" <davem@davemloft.net>
3285 L: linux-crypto@vger.kernel.org
3286 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3287 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3289 F: Documentation/crypto/
3290 F: Documentation/DocBook/crypto-API.tmpl
3296 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3297 M: Neil Horman <nhorman@tuxdriver.com>
3298 L: linux-crypto@vger.kernel.org
3300 F: crypto/ansi_cprng.c
3304 M: Hans Verkuil <hverkuil@xs4all.nl>
3305 L: linux-media@vger.kernel.org
3306 T: git git://linuxtv.org/media_tree.git
3307 W: http://linuxtv.org
3309 F: drivers/media/i2c/cs3308.c
3310 F: drivers/media/i2c/cs3308.h
3312 CS5535 Audio ALSA driver
3313 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3315 F: sound/pci/cs5535audio/
3318 M: Solomon Peachy <pizza@shaftnet.org>
3320 F: drivers/net/wireless/st/cw1200/
3322 CX18 VIDEO4LINUX DRIVER
3323 M: Andy Walls <awalls@md.metrocast.net>
3324 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3325 L: linux-media@vger.kernel.org
3326 T: git git://linuxtv.org/media_tree.git
3327 W: https://linuxtv.org
3328 W: http://www.ivtvdriver.org/index.php/Cx18
3330 F: Documentation/video4linux/cx18.txt
3331 F: drivers/media/pci/cx18/
3332 F: include/uapi/linux/ivtv*
3334 CX2341X MPEG ENCODER HELPER MODULE
3335 M: Hans Verkuil <hverkuil@xs4all.nl>
3336 L: linux-media@vger.kernel.org
3337 T: git git://linuxtv.org/media_tree.git
3338 W: https://linuxtv.org
3340 F: drivers/media/common/cx2341x*
3341 F: include/media/cx2341x*
3343 CX24120 MEDIA DRIVER
3344 M: Jemma Denson <jdenson@gmail.com>
3345 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3346 L: linux-media@vger.kernel.org
3347 W: https://linuxtv.org
3348 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3350 F: drivers/media/dvb-frontends/cx24120*
3352 CX88 VIDEO4LINUX DRIVER
3353 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3354 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3355 L: linux-media@vger.kernel.org
3356 W: https://linuxtv.org
3357 T: git git://linuxtv.org/media_tree.git
3359 F: Documentation/video4linux/cx88/
3360 F: drivers/media/pci/cx88/
3362 CXD2820R MEDIA DRIVER
3363 M: Antti Palosaari <crope@iki.fi>
3364 L: linux-media@vger.kernel.org
3365 W: https://linuxtv.org
3366 W: http://palosaari.fi/linux/
3367 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3368 T: git git://linuxtv.org/anttip/media_tree.git
3370 F: drivers/media/dvb-frontends/cxd2820r*
3372 CXGB3 ETHERNET DRIVER (CXGB3)
3373 M: Santosh Raspatur <santosh@chelsio.com>
3374 L: netdev@vger.kernel.org
3375 W: http://www.chelsio.com
3377 F: drivers/net/ethernet/chelsio/cxgb3/
3379 CXGB3 ISCSI DRIVER (CXGB3I)
3380 M: Karen Xie <kxie@chelsio.com>
3381 L: linux-scsi@vger.kernel.org
3382 W: http://www.chelsio.com
3384 F: drivers/scsi/cxgbi/cxgb3i
3386 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3387 M: Steve Wise <swise@chelsio.com>
3388 L: linux-rdma@vger.kernel.org
3389 W: http://www.openfabrics.org
3391 F: drivers/infiniband/hw/cxgb3/
3393 CXGB4 ETHERNET DRIVER (CXGB4)
3394 M: Hariprasad S <hariprasad@chelsio.com>
3395 L: netdev@vger.kernel.org
3396 W: http://www.chelsio.com
3398 F: drivers/net/ethernet/chelsio/cxgb4/
3400 CXGB4 ISCSI DRIVER (CXGB4I)
3401 M: Karen Xie <kxie@chelsio.com>
3402 L: linux-scsi@vger.kernel.org
3403 W: http://www.chelsio.com
3405 F: drivers/scsi/cxgbi/cxgb4i
3407 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3408 M: Steve Wise <swise@chelsio.com>
3409 L: linux-rdma@vger.kernel.org
3410 W: http://www.openfabrics.org
3412 F: drivers/infiniband/hw/cxgb4/
3414 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3415 M: Casey Leedom <leedom@chelsio.com>
3416 L: netdev@vger.kernel.org
3417 W: http://www.chelsio.com
3419 F: drivers/net/ethernet/chelsio/cxgb4vf/
3421 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3422 M: Ian Munsie <imunsie@au1.ibm.com>
3423 M: Michael Neuling <mikey@neuling.org>
3424 L: linuxppc-dev@lists.ozlabs.org
3426 F: drivers/misc/cxl/
3427 F: include/misc/cxl*
3428 F: include/uapi/misc/cxl.h
3429 F: Documentation/powerpc/cxl.txt
3430 F: Documentation/powerpc/cxl.txt
3431 F: Documentation/ABI/testing/sysfs-class-cxl
3433 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3434 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3435 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3436 L: linux-scsi@vger.kernel.org
3438 F: drivers/scsi/cxlflash/
3439 F: include/uapi/scsi/cxlflash_ioctls.h
3440 F: Documentation/powerpc/cxlflash.txt
3442 STMMAC ETHERNET DRIVER
3443 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3444 M: Alexandre Torgue <alexandre.torgue@st.com>
3445 L: netdev@vger.kernel.org
3446 W: http://www.stlinux.com
3448 F: drivers/net/ethernet/stmicro/stmmac/
3451 M: Russell King <linux@armlinux.org.uk>
3452 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3453 W: http://www.armlinux.org.uk/
3455 F: drivers/video/fbdev/cyber2000fb.*
3457 CYCLADES ASYNC MUX DRIVER
3458 W: http://www.cyclades.com/
3460 F: drivers/tty/cyclades.c
3461 F: include/linux/cyclades.h
3462 F: include/uapi/linux/cyclades.h
3464 CYCLADES PC300 DRIVER
3465 W: http://www.cyclades.com/
3467 F: drivers/net/wan/pc300*
3469 CYPRESS_FIRMWARE MEDIA DRIVER
3470 M: Antti Palosaari <crope@iki.fi>
3471 L: linux-media@vger.kernel.org
3472 W: https://linuxtv.org
3473 W: http://palosaari.fi/linux/
3474 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3475 T: git git://linuxtv.org/anttip/media_tree.git
3477 F: drivers/media/common/cypress_firmware*
3479 CYTTSP TOUCHSCREEN DRIVER
3480 M: Ferruh Yigit <fery@cypress.com>
3481 L: linux-input@vger.kernel.org
3483 F: drivers/input/touchscreen/cyttsp*
3484 F: include/linux/input/cyttsp.h
3486 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3487 M: Joshua Kinard <kumba@gentoo.org>
3489 F: drivers/rtc/rtc-ds1685.c
3490 F: include/linux/rtc/ds1685.h
3492 DAMA SLAVE for AX.25
3493 M: Joerg Reuter <jreuter@yaina.de>
3494 W: http://yaina.de/jreuter/
3495 W: http://www.qsl.net/dl1bke/
3496 L: linux-hams@vger.kernel.org
3498 F: net/ax25/af_ax25.c
3499 F: net/ax25/ax25_dev.c
3500 F: net/ax25/ax25_ds_*
3501 F: net/ax25/ax25_in.c
3502 F: net/ax25/ax25_out.c
3503 F: net/ax25/ax25_timer.c
3504 F: net/ax25/sysctl_net_ax25.c
3506 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3507 L: netdev@vger.kernel.org
3509 F: Documentation/networking/dmfe.txt
3510 F: drivers/net/ethernet/dec/tulip/dmfe.c
3512 DC390/AM53C974 SCSI driver
3513 M: Hannes Reinecke <hare@suse.com>
3514 L: linux-scsi@vger.kernel.org
3516 F: drivers/scsi/am53c974.c
3519 M: Oliver Neukum <oliver@neukum.org>
3520 M: Ali Akcaagac <aliakc@web.de>
3521 M: Jamie Lenehan <lenehan@twibble.org>
3522 L: dc395x@twibble.org
3523 W: http://twibble.org/dist/dc395x/
3524 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3526 F: Documentation/scsi/dc395x.txt
3527 F: drivers/scsi/dc395x.*
3530 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3531 L: dccp@vger.kernel.org
3532 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3534 F: include/linux/dccp.h
3535 F: include/uapi/linux/dccp.h
3536 F: include/linux/tfrc.h
3539 DECnet NETWORK LAYER
3540 W: http://linux-decnet.sourceforge.net
3541 L: linux-decnet-user@lists.sourceforge.net
3543 F: Documentation/networking/decnet.txt
3546 DECSTATION PLATFORM SUPPORT
3547 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3548 L: linux-mips@linux-mips.org
3549 W: http://www.linux-mips.org/wiki/DECstation
3552 F: arch/mips/include/asm/dec/
3553 F: arch/mips/include/asm/mach-dec/
3555 DEFXX FDDI NETWORK DRIVER
3556 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3558 F: drivers/net/fddi/defxx.*
3561 M: Matthew Garrett <mjg59@srcf.ucam.org>
3562 M: Pali Rohár <pali.rohar@gmail.com>
3563 L: platform-driver-x86@vger.kernel.org
3565 F: drivers/platform/x86/dell-laptop.c
3567 DELL LAPTOP RBTN DRIVER
3568 M: Pali Rohár <pali.rohar@gmail.com>
3570 F: drivers/platform/x86/dell-rbtn.*
3572 DELL LAPTOP FREEFALL DRIVER
3573 M: Pali Rohár <pali.rohar@gmail.com>
3575 F: drivers/platform/x86/dell-smo8800.c
3577 DELL LAPTOP SMM DRIVER
3578 M: Pali Rohár <pali.rohar@gmail.com>
3580 F: drivers/hwmon/dell-smm-hwmon.c
3581 F: include/uapi/linux/i8k.h
3583 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3584 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3586 F: Documentation/dcdbas.txt
3587 F: drivers/firmware/dcdbas.*
3589 DELL WMI EXTRAS DRIVER
3590 M: Matthew Garrett <mjg59@srcf.ucam.org>
3591 M: Pali Rohár <pali.rohar@gmail.com>
3593 F: drivers/platform/x86/dell-wmi.c
3595 DESIGNWARE USB2 DRD IP DRIVER
3596 M: John Youn <johnyoun@synopsys.com>
3597 L: linux-usb@vger.kernel.org
3598 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3600 F: drivers/usb/dwc2/
3602 DESIGNWARE USB3 DRD IP DRIVER
3603 M: Felipe Balbi <balbi@kernel.org>
3604 L: linux-usb@vger.kernel.org
3605 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3607 F: drivers/usb/dwc3/
3609 DEVICE COREDUMP (DEV_COREDUMP)
3610 M: Johannes Berg <johannes@sipsolutions.net>
3611 L: linux-kernel@vger.kernel.org
3613 F: drivers/base/devcoredump.c
3614 F: include/linux/devcoredump.h
3616 DEVICE FREQUENCY (DEVFREQ)
3617 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3618 M: Kyungmin Park <kyungmin.park@samsung.com>
3619 L: linux-pm@vger.kernel.org
3620 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3623 F: include/linux/devfreq.h
3624 F: Documentation/devicetree/bindings/devfreq/
3626 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3627 M: Chanwoo Choi <cw00.choi@samsung.com>
3628 L: linux-pm@vger.kernel.org
3629 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3631 F: drivers/devfreq/event/
3632 F: drivers/devfreq/devfreq-event.c
3633 F: include/linux/devfreq-event.h
3634 F: Documentation/devicetree/bindings/devfreq/event/
3636 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3637 M: Chanwoo Choi <cw00.choi@samsung.com>
3638 L: linux-pm@vger.kernel.org
3639 L: linux-samsung-soc@vger.kernel.org
3640 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3642 F: drivers/devfreq/exynos-bus.c
3643 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3645 DEVICE NUMBER REGISTRY
3646 M: Torben Mathiasen <device@lanana.org>
3647 W: http://lanana.org/docs/device-list/index.html
3651 M: Alasdair Kergon <agk@redhat.com>
3652 M: Mike Snitzer <snitzer@redhat.com>
3653 M: dm-devel@redhat.com
3654 L: dm-devel@redhat.com
3655 W: http://sources.redhat.com/dm
3656 Q: http://patchwork.kernel.org/project/dm-devel/list/
3657 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3658 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3660 F: Documentation/device-mapper/
3662 F: drivers/md/persistent-data/
3663 F: include/linux/device-mapper.h
3664 F: include/linux/dm-*.h
3665 F: include/uapi/linux/dm-*.h
3668 M: Jiri Pirko <jiri@mellanox.com>
3669 L: netdev@vger.kernel.org
3671 F: net/core/devlink.c
3672 F: include/net/devlink.h
3673 F: include/uapi/linux/devlink.h
3675 DIALOG SEMICONDUCTOR DRIVERS
3676 M: Support Opensource <support.opensource@diasemi.com>
3677 W: http://www.dialog-semiconductor.com/products
3679 F: Documentation/hwmon/da90??
3680 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3681 F: drivers/gpio/gpio-da90??.c
3682 F: drivers/hwmon/da90??-hwmon.c
3683 F: drivers/iio/adc/da91??-*.c
3684 F: drivers/input/misc/da90??_onkey.c
3685 F: drivers/input/touchscreen/da9052_tsi.c
3686 F: drivers/leds/leds-da90??.c
3687 F: drivers/mfd/da903x.c
3688 F: drivers/mfd/da90??-*.c
3689 F: drivers/mfd/da91??-*.c
3690 F: drivers/power/da9052-battery.c
3691 F: drivers/power/da91??-*.c
3692 F: drivers/regulator/da903x.c
3693 F: drivers/regulator/da9???-regulator.[ch]
3694 F: drivers/rtc/rtc-da90??.c
3695 F: drivers/video/backlight/da90??_bl.c
3696 F: drivers/watchdog/da90??_wdt.c
3697 F: include/linux/mfd/da903x.h
3698 F: include/linux/mfd/da9052/
3699 F: include/linux/mfd/da9055/
3700 F: include/linux/mfd/da9063/
3701 F: include/linux/mfd/da9150/
3702 F: include/sound/da[79]*.h
3703 F: sound/soc/codecs/da[79]*.[ch]
3705 DIGI NEO AND CLASSIC PCI PRODUCTS
3706 M: Lidza Louina <lidza.louina@gmail.com>
3707 M: Mark Hounschell <markh@compro.net>
3708 L: driverdev-devel@linuxdriverproject.org
3710 F: drivers/staging/dgnc/
3712 DIOLAN U2C-12 I2C DRIVER
3713 M: Guenter Roeck <linux@roeck-us.net>
3714 L: linux-i2c@vger.kernel.org
3716 F: drivers/i2c/busses/i2c-diolan-u2c.c
3719 M: Matthew Wilcox <willy@linux.intel.com>
3720 L: linux-fsdevel@vger.kernel.org
3724 DIRECTORY NOTIFICATION (DNOTIFY)
3725 M: Eric Paris <eparis@parisplace.org>
3727 F: Documentation/filesystems/dnotify.txt
3728 F: fs/notify/dnotify/
3729 F: include/linux/dnotify.h
3731 DISK GEOMETRY AND PARTITION HANDLING
3732 M: Andries Brouwer <aeb@cwi.nl>
3733 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3734 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3735 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3739 M: Jan Kara <jack@suse.com>
3741 F: Documentation/filesystems/quota.txt
3743 F: include/linux/quota*.h
3744 F: include/uapi/linux/quota*.h
3746 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)