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/process/coding-style.rst 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/process/submitting-patches.rst 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/process/submitting-patches.rst.
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 B: URI for where to file bugs. A web-page with detailed bug
78 filing info, a direct bug tracker link, or a mailto: URI.
79 C: URI for chat protocol, server and channel where developers
80 usually hang out, for example irc://server/channel.
81 Q: Patchwork web based patch tracking system site
82 T: SCM tree type and location.
83 Type is one of: git, hg, quilt, stgit, topgit
84 S: Status, one of the following:
85 Supported: Someone is actually paid to look after this.
86 Maintained: Someone actually looks after it.
87 Odd Fixes: It has a maintainer but they don't have time to do
88 much other than throw the odd patch in. See below..
89 Orphan: No current maintainer [but maybe you could take the
90 role as you write your new code].
91 Obsolete: Old code. Something tagged obsolete generally means
92 it has been replaced by a better system and you
94 F: Files and directories with wildcard patterns.
95 A trailing slash includes all files and subdirectory files.
96 F: drivers/net/ all files in and below drivers/net
97 F: drivers/net/* all files in drivers/net, but not below
98 F: */net/* all files in "any top level directory"/net
99 One pattern per line. Multiple F: lines acceptable.
100 N: Files and directories with regex patterns.
101 N: [^a-z]tegra all files whose path contains the word tegra
102 One pattern per line. Multiple N: lines acceptable.
103 scripts/get_maintainer.pl has different behavior for files that
104 match F: pattern and matches of N: patterns. By default,
105 get_maintainer will not look at git log history when an F: pattern
106 match occurs. When an N: match occurs, git log history is used
107 to also notify the people that have git commit signatures.
108 X: Files and directories that are NOT maintained, same rules as F:
109 Files exclusions are tested before file matches.
110 Can be useful for excluding a specific subdirectory, for instance:
113 matches all files in and below net excluding net/ipv6/
114 K: Keyword perl extended regex pattern to match content in a
115 patch or file. For instance:
117 matches patches or files that contain "of_get_profile"
118 K: \b(printk|pr_(info|err))\b
119 matches patches or files that contain one or more of the words
120 printk, pr_info or pr_err
121 One regex pattern per line. Multiple K: lines acceptable.
123 Note: For the hard of thinking, this list is meant to remain in alphabetical
124 order. If you could add yourselves to it in alphabetical order that would be
127 Maintainers List (try to look for most precise areas first)
129 -----------------------------------
132 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
133 L: netdev@vger.kernel.org
135 F: Documentation/networking/vortex.txt
136 F: drivers/net/ethernet/3com/3c59x.c
138 3CR990 NETWORK DRIVER
139 M: David Dillow <dave@thedillows.org>
140 L: netdev@vger.kernel.org
142 F: drivers/net/ethernet/3com/typhoon*
144 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
145 M: Adam Radford <aradford@gmail.com>
146 L: linux-scsi@vger.kernel.org
147 W: http://www.lsi.com
151 53C700 AND 53C700-66 SCSI DRIVER
152 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
153 L: linux-scsi@vger.kernel.org
155 F: drivers/scsi/53c700*
157 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
158 M: Alexander Aring <aar@pengutronix.de>
159 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
160 L: linux-bluetooth@vger.kernel.org
161 L: linux-wpan@vger.kernel.org
164 F: include/net/6lowpan.h
165 F: Documentation/networking/6lowpan.txt
167 6PACK NETWORK DRIVER FOR AX.25
168 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
169 L: linux-hams@vger.kernel.org
171 F: drivers/net/hamradio/6pack.c
173 8169 10/100/1000 GIGABIT ETHERNET DRIVER
174 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
175 L: netdev@vger.kernel.org
177 F: drivers/net/ethernet/realtek/r8169.c
179 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
180 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
181 L: linux-serial@vger.kernel.org
183 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
184 F: drivers/tty/serial/8250*
185 F: include/linux/serial_8250.h
187 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
188 L: netdev@vger.kernel.org
190 F: drivers/net/ethernet/8390/
193 M: Eric Van Hensbergen <ericvh@gmail.com>
194 M: Ron Minnich <rminnich@sandia.gov>
195 M: Latchesar Ionkov <lucho@ionkov.net>
196 L: v9fs-developer@lists.sourceforge.net
197 W: http://swik.net/v9fs
198 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
201 F: Documentation/filesystems/9p.txt
205 F: include/uapi/linux/virtio_9p.h
206 F: include/trace/events/9p.h
210 M: Antti Palosaari <crope@iki.fi>
211 L: linux-media@vger.kernel.org
212 W: https://linuxtv.org
213 W: http://palosaari.fi/linux/
214 Q: http://patchwork.linuxtv.org/project/linux-media/list/
215 T: git git://linuxtv.org/anttip/media_tree.git
217 F: drivers/media/dvb-frontends/a8293*
219 AACRAID SCSI RAID DRIVER
220 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
221 L: linux-scsi@vger.kernel.org
222 W: http://www.adaptec.com/
224 F: Documentation/scsi/aacraid.txt
225 F: drivers/scsi/aacraid/
228 L: linux-api@vger.kernel.org
229 F: include/linux/syscalls.h
232 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
233 M: Hans de Goede <hdegoede@redhat.com>
234 L: linux-hwmon@vger.kernel.org
236 F: drivers/hwmon/abituguru.c
238 ABIT UGURU 3 HARDWARE MONITOR DRIVER
239 M: Alistair John Strachan <alistair@devzero.co.uk>
240 L: linux-hwmon@vger.kernel.org
242 F: drivers/hwmon/abituguru3.c
244 ACCES 104-DIO-48E GPIO DRIVER
245 M: William Breathitt Gray <vilhelm.gray@gmail.com>
246 L: linux-gpio@vger.kernel.org
248 F: drivers/gpio/gpio-104-dio-48e.c
250 ACCES 104-IDI-48 GPIO DRIVER
251 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
252 L: linux-gpio@vger.kernel.org
254 F: drivers/gpio/gpio-104-idi-48.c
256 ACCES 104-IDIO-16 GPIO DRIVER
257 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
258 L: linux-gpio@vger.kernel.org
260 F: drivers/gpio/gpio-104-idio-16.c
262 ACCES 104-QUAD-8 IIO DRIVER
263 M: William Breathitt Gray <vilhelm.gray@gmail.com>
264 L: linux-iio@vger.kernel.org
266 F: drivers/iio/counter/104-quad-8.c
268 ACCES PCI-IDIO-16 GPIO DRIVER
269 M: William Breathitt Gray <vilhelm.gray@gmail.com>
270 L: linux-gpio@vger.kernel.org
272 F: drivers/gpio/gpio-pci-idio-16.c
275 M: Jes Sorensen <jes@trained-monkey.org>
276 L: linux-acenic@sunsite.dk
278 F: drivers/net/ethernet/alteon/acenic*
280 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
281 M: Peter Feuerer <peter@piie.net>
282 L: platform-driver-x86@vger.kernel.org
283 W: http://piie.net/?section=acerhdf
285 F: drivers/platform/x86/acerhdf.c
287 ACER WMI LAPTOP EXTRAS
288 M: "Lee, Chun-Yi" <jlee@suse.com>
289 L: platform-driver-x86@vger.kernel.org
291 F: drivers/platform/x86/acer-wmi.c
294 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
295 M: Len Brown <lenb@kernel.org>
296 L: linux-acpi@vger.kernel.org
297 W: https://01.org/linux-acpi
298 Q: https://patchwork.kernel.org/project/linux-acpi/list/
299 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
300 B: https://bugzilla.kernel.org
303 F: drivers/pnp/pnpacpi/
304 F: include/linux/acpi.h
306 F: Documentation/acpi/
307 F: Documentation/ABI/testing/sysfs-bus-acpi
308 F: Documentation/ABI/testing/configfs-acpi
309 F: drivers/pci/*acpi*
310 F: drivers/pci/*/*acpi*
311 F: drivers/pci/*/*/*acpi*
314 ACPI COMPONENT ARCHITECTURE (ACPICA)
315 M: Robert Moore <robert.moore@intel.com>
316 M: Lv Zheng <lv.zheng@intel.com>
317 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
318 L: linux-acpi@vger.kernel.org
320 W: https://acpica.org/
321 W: https://github.com/acpica/acpica/
322 Q: https://patchwork.kernel.org/project/linux-acpi/list/
323 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
324 B: https://bugzilla.kernel.org
325 B: https://bugs.acpica.org
327 F: drivers/acpi/acpica/
332 M: Zhang Rui <rui.zhang@intel.com>
333 L: linux-acpi@vger.kernel.org
334 W: https://01.org/linux-acpi
335 B: https://bugzilla.kernel.org
337 F: drivers/acpi/fan.c
339 ACPI FOR ARM64 (ACPI/arm64)
340 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
341 M: Hanjun Guo <hanjun.guo@linaro.org>
342 M: Sudeep Holla <sudeep.holla@arm.com>
343 L: linux-acpi@vger.kernel.org
345 F: drivers/acpi/arm64
348 M: Zhang Rui <rui.zhang@intel.com>
349 L: linux-acpi@vger.kernel.org
350 W: https://01.org/linux-acpi
351 B: https://bugzilla.kernel.org
353 F: drivers/acpi/*thermal*
356 M: Zhang Rui <rui.zhang@intel.com>
357 L: linux-acpi@vger.kernel.org
358 W: https://01.org/linux-acpi
359 B: https://bugzilla.kernel.org
361 F: drivers/acpi/acpi_video.c
364 L: platform-driver-x86@vger.kernel.org
366 F: drivers/platform/x86/wmi.c
368 AD1889 ALSA SOUND DRIVER
369 M: Thibaut Varene <T-Bone@parisc-linux.org>
370 W: http://wiki.parisc-linux.org/AD1889
371 L: linux-parisc@vger.kernel.org
373 F: sound/pci/ad1889.*
375 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
376 M: Michael Hennerich <michael.hennerich@analog.com>
377 W: http://wiki.analog.com/AD5254
378 W: http://ez.analog.com/community/linux-device-drivers
380 F: drivers/misc/ad525x_dpot.c
382 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
383 M: Michael Hennerich <michael.hennerich@analog.com>
384 W: http://wiki.analog.com/AD5398
385 W: http://ez.analog.com/community/linux-device-drivers
387 F: drivers/regulator/ad5398.c
389 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
390 M: Michael Hennerich <michael.hennerich@analog.com>
391 W: http://wiki.analog.com/AD7142
392 W: http://ez.analog.com/community/linux-device-drivers
394 F: drivers/input/misc/ad714x.c
396 AD7877 TOUCHSCREEN DRIVER
397 M: Michael Hennerich <michael.hennerich@analog.com>
398 W: http://wiki.analog.com/AD7877
399 W: http://ez.analog.com/community/linux-device-drivers
401 F: drivers/input/touchscreen/ad7877.c
403 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
404 M: Michael Hennerich <michael.hennerich@analog.com>
405 W: http://wiki.analog.com/AD7879
406 W: http://ez.analog.com/community/linux-device-drivers
408 F: drivers/input/touchscreen/ad7879.c
410 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
411 M: Jiri Kosina <jikos@kernel.org>
414 ADF7242 IEEE 802.15.4 RADIO DRIVER
415 M: Michael Hennerich <michael.hennerich@analog.com>
416 W: https://wiki.analog.com/ADF7242
417 W: http://ez.analog.com/community/linux-device-drivers
418 L: linux-wpan@vger.kernel.org
420 F: drivers/net/ieee802154/adf7242.c
421 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
423 ADM1025 HARDWARE MONITOR DRIVER
424 M: Jean Delvare <jdelvare@suse.com>
425 L: linux-hwmon@vger.kernel.org
427 F: Documentation/hwmon/adm1025
428 F: drivers/hwmon/adm1025.c
430 ADM1029 HARDWARE MONITOR DRIVER
431 M: Corentin Labbe <clabbe.montjoie@gmail.com>
432 L: linux-hwmon@vger.kernel.org
434 F: drivers/hwmon/adm1029.c
436 ADM8211 WIRELESS DRIVER
437 L: linux-wireless@vger.kernel.org
438 W: http://wireless.kernel.org/
440 F: drivers/net/wireless/admtek/adm8211.*
442 ADP1653 FLASH CONTROLLER DRIVER
443 M: Sakari Ailus <sakari.ailus@iki.fi>
444 L: linux-media@vger.kernel.org
446 F: drivers/media/i2c/adp1653.c
447 F: include/media/i2c/adp1653.h
449 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
450 M: Michael Hennerich <michael.hennerich@analog.com>
451 W: http://wiki.analog.com/ADP5520
452 W: http://ez.analog.com/community/linux-device-drivers
454 F: drivers/mfd/adp5520.c
455 F: drivers/video/backlight/adp5520_bl.c
456 F: drivers/leds/leds-adp5520.c
457 F: drivers/gpio/gpio-adp5520.c
458 F: drivers/input/keyboard/adp5520-keys.c
460 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
461 M: Michael Hennerich <michael.hennerich@analog.com>
462 W: http://wiki.analog.com/ADP5588
463 W: http://ez.analog.com/community/linux-device-drivers
465 F: drivers/input/keyboard/adp5588-keys.c
466 F: drivers/gpio/gpio-adp5588.c
468 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
469 M: Michael Hennerich <michael.hennerich@analog.com>
470 W: http://wiki.analog.com/ADP8860
471 W: http://ez.analog.com/community/linux-device-drivers
473 F: drivers/video/backlight/adp8860_bl.c
475 ADS1015 HARDWARE MONITOR DRIVER
476 M: Dirk Eibach <eibach@gdsys.de>
477 L: linux-hwmon@vger.kernel.org
479 F: Documentation/hwmon/ads1015
480 F: drivers/hwmon/ads1015.c
481 F: include/linux/i2c/ads1015.h
484 M: Colin Leroy <colin@colino.net>
486 F: drivers/macintosh/therm_adt746x.c
488 ADT7475 HARDWARE MONITOR DRIVER
489 M: Jean Delvare <jdelvare@suse.com>
490 L: linux-hwmon@vger.kernel.org
492 F: Documentation/hwmon/adt7475
493 F: drivers/hwmon/adt7475.c
495 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
496 M: Michael Hennerich <michael.hennerich@analog.com>
497 W: http://wiki.analog.com/ADXL345
498 W: http://ez.analog.com/community/linux-device-drivers
500 F: drivers/input/misc/adxl34x.c
503 M: Matthew Wilcox <matthew@wil.cx>
504 M: Hannes Reinecke <hare@suse.com>
505 L: linux-scsi@vger.kernel.org
507 F: Documentation/scsi/advansys.txt
508 F: drivers/scsi/advansys.c
511 M: Riccardo Facchetti <fizban@tin.it>
513 F: sound/oss/aedsp16.c
516 M: Antti Palosaari <crope@iki.fi>
517 L: linux-media@vger.kernel.org
518 W: https://linuxtv.org
519 W: http://palosaari.fi/linux/
520 Q: http://patchwork.linuxtv.org/project/linux-media/list/
521 T: git git://linuxtv.org/anttip/media_tree.git
523 F: drivers/media/dvb-frontends/af9013*
526 M: Antti Palosaari <crope@iki.fi>
527 L: linux-media@vger.kernel.org
528 W: https://linuxtv.org
529 W: http://palosaari.fi/linux/
530 Q: http://patchwork.linuxtv.org/project/linux-media/list/
531 T: git git://linuxtv.org/anttip/media_tree.git
533 F: drivers/media/dvb-frontends/af9033*
536 L: linux-fsdevel@vger.kernel.org
538 F: Documentation/filesystems/affs.txt
541 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
542 M: David Howells <dhowells@redhat.com>
543 L: linux-afs@lists.infradead.org
546 F: include/net/af_rxrpc.h
547 F: net/rxrpc/af_rxrpc.c
548 W: https://www.infradead.org/~dhowells/kafs/
551 M: David Airlie <airlied@linux.ie>
552 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
555 F: include/linux/agp*
556 F: include/uapi/linux/agp*
559 M: "Juergen E. Fischer" <fischer@norbit.de>
560 L: linux-scsi@vger.kernel.org
562 F: drivers/scsi/aha152x*
563 F: drivers/scsi/pcmcia/aha152x*
565 AIC7XXX / AIC79XX SCSI DRIVER
566 M: Hannes Reinecke <hare@suse.com>
567 L: linux-scsi@vger.kernel.org
569 F: drivers/scsi/aic7xxx/
571 AIMSLAB FM RADIO RECEIVER DRIVER
572 M: Hans Verkuil <hverkuil@xs4all.nl>
573 L: linux-media@vger.kernel.org
574 T: git git://linuxtv.org/media_tree.git
575 W: https://linuxtv.org
577 F: drivers/media/radio/radio-aimslab*
580 M: Benjamin LaHaise <bcrl@kvack.org>
581 L: linux-aio@kvack.org
584 F: include/linux/*aio*.h
587 M: Antti Palosaari <crope@iki.fi>
588 L: linux-media@vger.kernel.org
589 W: https://linuxtv.org
590 W: http://palosaari.fi/linux/
591 Q: http://patchwork.linuxtv.org/project/linux-media/list/
592 T: git git://linuxtv.org/anttip/media_tree.git
594 F: drivers/media/usb/airspy/
596 ALACRITECH GIGABIT ETHERNET DRIVER
597 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
599 F: drivers/net/ethernet/alacritech/*
601 ALCATEL SPEEDTOUCH USB DRIVER
602 M: Duncan Sands <duncan.sands@free.fr>
603 L: linux-usb@vger.kernel.org
604 W: http://www.linux-usb.org/SpeedTouch/
606 F: drivers/usb/atm/speedtch.c
607 F: drivers/usb/atm/usbatm.c
609 ALCHEMY AU1XX0 MMC DRIVER
610 M: Manuel Lauss <manuel.lauss@gmail.com>
612 F: drivers/mmc/host/au1xmmc.c
615 M: Rudolf Marek <r.marek@assembler.cz>
616 L: linux-i2c@vger.kernel.org
618 F: Documentation/i2c/busses/i2c-ali1563
619 F: drivers/i2c/busses/i2c-ali1563.c
621 ALLWINNER SECURITY SYSTEM
622 M: Corentin Labbe <clabbe.montjoie@gmail.com>
623 L: linux-crypto@vger.kernel.org
625 F: drivers/crypto/sunxi-ss/
628 M: Richard Henderson <rth@twiddle.net>
629 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
630 M: Matt Turner <mattst88@gmail.com>
632 L: linux-alpha@vger.kernel.org
635 ALPS PS/2 TOUCHPAD DRIVER
636 R: Pali Rohár <pali.rohar@gmail.com>
637 F: drivers/input/mouse/alps.*
639 ALTERA MAILBOX DRIVER
640 M: Ley Foon Tan <lftan@altera.com>
641 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
643 F: drivers/mailbox/mailbox-altera.c
646 M: Tien Hock Loh <thloh@altera.com>
647 L: linux-gpio@vger.kernel.org
649 F: drivers/gpio/gpio-altera.c
651 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
652 M: Thor Thayer <thor.thayer@linux.intel.com>
654 F: drivers/gpio/gpio-altera-a10sr.c
655 F: drivers/mfd/altera-a10sr.c
656 F: include/linux/mfd/altera-a10sr.h
658 ALTERA TRIPLE SPEED ETHERNET DRIVER
659 M: Vince Bridgers <vbridger@opensource.altera.com>
660 L: netdev@vger.kernel.org
661 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
663 F: drivers/net/ethernet/altera/
665 ALTERA UART/JTAG UART SERIAL DRIVERS
666 M: Tobias Klauser <tklauser@distanz.ch>
667 L: linux-serial@vger.kernel.org
668 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
670 F: drivers/tty/serial/altera_uart.c
671 F: drivers/tty/serial/altera_jtaguart.c
672 F: include/linux/altera_uart.h
673 F: include/linux/altera_jtaguart.h
675 AMAZON ETHERNET DRIVERS
676 M: Netanel Belgazal <netanel@annapurnalabs.com>
677 R: Saeed Bishara <saeed@annapurnalabs.com>
678 R: Zorik Machulsky <zorik@annapurnalabs.com>
679 L: netdev@vger.kernel.org
681 F: Documentation/networking/ena.txt
682 F: drivers/net/ethernet/amazon/
684 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
685 M: Tom Lendacky <thomas.lendacky@amd.com>
686 M: Gary Hook <gary.hook@amd.com>
687 L: linux-crypto@vger.kernel.org
689 F: drivers/crypto/ccp/
690 F: include/linux/ccp.h
692 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
693 M: Huang Rui <ray.huang@amd.com>
694 L: linux-hwmon@vger.kernel.org
696 F: Documentation/hwmon/fam15h_power
697 F: drivers/hwmon/fam15h_power.c
699 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
700 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
702 F: drivers/usb/gadget/udc/amd5536udc.*
704 AMD GEODE PROCESSOR/CHIPSET SUPPORT
705 P: Andres Salomon <dilinger@queued.net>
706 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
707 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
709 F: drivers/char/hw_random/geode-rng.c
710 F: drivers/crypto/geode*
711 F: drivers/video/fbdev/geode/
712 F: arch/x86/include/asm/geode.h
715 M: Joerg Roedel <joro@8bytes.org>
716 L: iommu@lists.linux-foundation.org
717 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
719 F: drivers/iommu/amd_iommu*.[ch]
720 F: include/linux/amd-iommu.h
723 M: Oded Gabbay <oded.gabbay@gmail.com>
724 L: dri-devel@lists.freedesktop.org
725 T: git git://people.freedesktop.org/~gabbayo/linux.git
727 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
728 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
729 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
730 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
731 F: drivers/gpu/drm/amd/amdkfd/
732 F: drivers/gpu/drm/amd/include/cik_structs.h
733 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
734 F: drivers/gpu/drm/amd/include/vi_structs.h
735 F: drivers/gpu/drm/radeon/radeon_kfd.c
736 F: drivers/gpu/drm/radeon/radeon_kfd.h
737 F: include/uapi/linux/kfd_ioctl.h
739 AMD SEATTLE DEVICE TREE SUPPORT
740 M: Brijesh Singh <brijeshkumar.singh@amd.com>
741 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
742 M: Tom Lendacky <thomas.lendacky@amd.com>
744 F: arch/arm64/boot/dts/amd/
747 M: Tom Lendacky <thomas.lendacky@amd.com>
748 L: netdev@vger.kernel.org
750 F: drivers/net/ethernet/amd/xgbe/
751 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
753 AMS (Apple Motion Sensor) DRIVER
754 M: Michael Hanselmann <linux-kernel@hansmi.ch>
756 F: drivers/macintosh/ams/
758 ANALOG DEVICES INC AD9389B DRIVER
759 M: Hans Verkuil <hans.verkuil@cisco.com>
760 L: linux-media@vger.kernel.org
762 F: drivers/media/i2c/ad9389b*
764 ANALOG DEVICES INC ADV7180 DRIVER
765 M: Lars-Peter Clausen <lars@metafoo.de>
766 L: linux-media@vger.kernel.org
767 W: http://ez.analog.com/community/linux-device-drivers
769 F: drivers/media/i2c/adv7180.c
771 ANALOG DEVICES INC ADV7511 DRIVER
772 M: Hans Verkuil <hans.verkuil@cisco.com>
773 L: linux-media@vger.kernel.org
775 F: drivers/media/i2c/adv7511*
777 ANALOG DEVICES INC ADV7604 DRIVER
778 M: Hans Verkuil <hans.verkuil@cisco.com>
779 L: linux-media@vger.kernel.org
781 F: drivers/media/i2c/adv7604*
783 ANALOG DEVICES INC ADV7842 DRIVER
784 M: Hans Verkuil <hans.verkuil@cisco.com>
785 L: linux-media@vger.kernel.org
787 F: drivers/media/i2c/adv7842*
789 ANALOG DEVICES INC ASOC CODEC DRIVERS
790 M: Lars-Peter Clausen <lars@metafoo.de>
791 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
792 W: http://wiki.analog.com/
793 W: http://ez.analog.com/community/linux-device-drivers
795 F: sound/soc/codecs/adau*
796 F: sound/soc/codecs/adav*
797 F: sound/soc/codecs/ad1*
798 F: sound/soc/codecs/ad7*
799 F: sound/soc/codecs/ssm*
800 F: sound/soc/codecs/sigmadsp.*
802 ANALOG DEVICES INC ASOC DRIVERS
803 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
804 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
805 W: http://blackfin.uclinux.org/
807 F: sound/soc/blackfin/*
809 ANALOG DEVICES INC IIO DRIVERS
810 M: Lars-Peter Clausen <lars@metafoo.de>
811 M: Michael Hennerich <Michael.Hennerich@analog.com>
812 W: http://wiki.analog.com/
813 W: http://ez.analog.com/community/linux-device-drivers
816 X: drivers/iio/*/adjd*
817 F: drivers/staging/iio/*/ad*
818 F: drivers/staging/iio/trigger/iio-trig-bfin-timer.c
820 ANALOG DEVICES INC DMA DRIVERS
821 M: Lars-Peter Clausen <lars@metafoo.de>
822 W: http://ez.analog.com/community/linux-device-drivers
824 F: drivers/dma/dma-axi-dmac.c
826 ANDROID CONFIG FRAGMENTS
827 M: Rob Herring <robh@kernel.org>
829 F: kernel/configs/android*
832 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
833 M: Arve Hjønnevåg <arve@android.com>
834 M: Riley Andrews <riandrews@android.com>
835 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
836 L: devel@driverdev.osuosl.org
839 F: drivers/staging/android/
842 M: Laura Abbott <labbott@redhat.com>
843 M: Sumit Semwal <sumit.semwal@linaro.org>
844 L: devel@driverdev.osuosl.org
846 F: Documentation/devicetree/bindings/staging/ion/
847 F: drivers/staging/android/ion
848 F: drivers/staging/android/uapi/ion.h
849 F: drivers/staging/android/uapi/ion_test.h
851 AOA (Apple Onboard Audio) ALSA DRIVER
852 M: Johannes Berg <johannes@sipsolutions.net>
853 L: linuxppc-dev@lists.ozlabs.org
854 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
858 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
859 M: William Breathitt Gray <vilhelm.gray@gmail.com>
860 L: linux-iio@vger.kernel.org
862 F: drivers/iio/adc/stx104.c
865 M: Jiri Kosina <jikos@kernel.org>
867 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
868 F: arch/x86/kernel/apm_32.c
869 F: include/linux/apm_bios.h
870 F: include/uapi/linux/apm_bios.h
871 F: drivers/char/apm-emulation.c
873 APPLE BCM5974 MULTITOUCH DRIVER
874 M: Henrik Rydberg <rydberg@bitmath.org>
875 L: linux-input@vger.kernel.org
877 F: drivers/input/mouse/bcm5974.c
880 M: Henrik Rydberg <rydberg@bitmath.org>
881 L: linux-hwmon@vger.kernel.org
883 F: drivers/hwmon/applesmc.c
885 APPLETALK NETWORK LAYER
886 L: netdev@vger.kernel.org
888 F: drivers/net/appletalk/
891 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
892 M: Duc Dang <dhdang@apm.com>
894 F: arch/arm64/boot/dts/apm/
896 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
897 M: Iyappan Subramanian <isubramanian@apm.com>
898 M: Keyur Chudgar <kchudgar@apm.com>
900 F: drivers/net/ethernet/apm/xgene/
901 F: drivers/net/phy/mdio-xgene.c
902 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
903 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
905 APPLIED MICRO (APM) X-GENE SOC PMU
906 M: Tai Nguyen <ttnguyen@apm.com>
908 F: drivers/perf/xgene_pmu.c
909 F: Documentation/perf/xgene-pmu.txt
910 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
912 APTINA CAMERA SENSOR PLL
913 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
914 L: linux-media@vger.kernel.org
916 F: drivers/media/i2c/aptina-pll.*
918 ARC FRAMEBUFFER DRIVER
919 M: Jaya Kumar <jayalk@intworks.biz>
921 F: drivers/video/fbdev/arcfb.c
922 F: drivers/video/fbdev/core/fb_defio.c
925 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
926 L: netdev@vger.kernel.org
928 F: drivers/net/arcnet/
929 F: include/uapi/linux/if_arcnet.h
932 M: Alexey Brodkin <abrodkin@synopsys.com>
934 F: drivers/gpu/drm/arc/
935 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
937 ARM ARCHITECTED TIMER DRIVER
938 M: Mark Rutland <mark.rutland@arm.com>
939 M: Marc Zyngier <marc.zyngier@arm.com>
940 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 F: arch/arm/include/asm/arch_timer.h
943 F: arch/arm64/include/asm/arch_timer.h
944 F: drivers/clocksource/arm_arch_timer.c
947 M: Liviu Dudau <liviu.dudau@arm.com>
949 F: drivers/gpu/drm/arm/hdlcd_*
950 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
952 ARM MALI-DP DRM DRIVER
953 M: Liviu Dudau <liviu.dudau@arm.com>
954 M: Brian Starkey <brian.starkey@arm.com>
955 M: Mali DP Maintainers <malidp@foss.arm.com>
957 F: drivers/gpu/drm/arm/
958 F: Documentation/devicetree/bindings/display/arm,malidp.txt
960 ARM MFM AND FLOPPY DRIVERS
961 M: Ian Molton <spyro@f2s.com>
963 F: arch/arm/lib/floppydma.S
964 F: arch/arm/include/asm/floppy.h
966 ARM PMU PROFILING AND DEBUGGING
967 M: Will Deacon <will.deacon@arm.com>
968 M: Mark Rutland <mark.rutland@arm.com>
970 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 F: arch/arm*/kernel/perf_*
972 F: arch/arm/oprofile/common.c
973 F: arch/arm*/kernel/hw_breakpoint.c
974 F: arch/arm*/include/asm/hw_breakpoint.h
975 F: arch/arm*/include/asm/perf_event.h
977 F: include/linux/perf/arm_pmu.h
978 F: Documentation/devicetree/bindings/arm/pmu.txt
981 M: Russell King <linux@armlinux.org.uk>
982 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 W: http://www.armlinux.org.uk/
985 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git
988 ARM SUB-ARCHITECTURES
989 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
995 ARM PRIMECELL AACI PL041 DRIVER
996 M: Russell King <linux@armlinux.org.uk>
1000 ARM PRIMECELL CLCD PL110 DRIVER
1001 M: Russell King <linux@armlinux.org.uk>
1003 F: drivers/video/fbdev/amba-clcd.*
1005 ARM PRIMECELL KMI PL050 DRIVER
1006 M: Russell King <linux@armlinux.org.uk>
1008 F: drivers/input/serio/ambakmi.*
1009 F: include/linux/amba/kmi.h
1011 ARM PRIMECELL MMCI PL180/1 DRIVER
1012 M: Russell King <linux@armlinux.org.uk>
1014 F: drivers/mmc/host/mmci.*
1015 F: include/linux/amba/mmci.h
1017 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1018 M: Russell King <linux@armlinux.org.uk>
1020 F: drivers/tty/serial/amba-pl01*.c
1021 F: include/linux/amba/serial.h
1023 ARM PRIMECELL BUS SUPPORT
1024 M: Russell King <linux@armlinux.org.uk>
1027 F: include/linux/amba/bus.h
1029 ARM/ADS SPHERE MACHINE SUPPORT
1030 M: Lennert Buytenhek <kernel@wantstofly.org>
1031 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1034 ARM/AFEB9260 MACHINE SUPPORT
1035 M: Sergey Lapin <slapin@ossfans.org>
1036 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1039 ARM/AJECO 1ARM MACHINE SUPPORT
1040 M: Lennert Buytenhek <kernel@wantstofly.org>
1041 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1044 ARM/Allwinner sunXi SoC support
1045 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1046 M: Chen-Yu Tsai <wens@csie.org>
1047 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1050 F: arch/arm/boot/dts/ntc-gr8*
1051 F: arch/arm64/boot/dts/allwinner/
1053 ARM/Allwinner SoC Clock Support
1054 M: Emilio López <emilio@elopez.com.ar>
1056 F: drivers/clk/sunxi/
1058 ARM/Amlogic Meson SoC support
1059 M: Carlo Caione <carlo@caione.org>
1060 M: Kevin Hilman <khilman@baylibre.com>
1061 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1062 L: linux-amlogic@lists.infradead.org
1063 W: http://linux-meson.com/
1065 F: arch/arm/mach-meson/
1066 F: arch/arm/boot/dts/meson*
1067 F: arch/arm64/boot/dts/amlogic/
1068 F: drivers/pinctrl/meson/
1069 F: drivers/mmc/host/meson*
1072 ARM/Annapurna Labs ALPINE ARCHITECTURE
1073 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1074 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1075 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077 F: arch/arm/mach-alpine/
1078 F: arch/arm/boot/dts/alpine*
1079 F: arch/arm64/boot/dts/al/
1080 F: drivers/*/*alpine*
1082 ARM/ARTPEC MACHINE SUPPORT
1083 M: Jesper Nilsson <jesper.nilsson@axis.com>
1084 M: Lars Persson <lars.persson@axis.com>
1085 M: Niklas Cassel <niklas.cassel@axis.com>
1087 L: linux-arm-kernel@axis.com
1088 F: arch/arm/mach-artpec
1089 F: arch/arm/boot/dts/artpec6*
1092 ARM/ASPEED MACHINE SUPPORT
1093 M: Joel Stanley <joel@jms.id.au>
1095 F: arch/arm/mach-aspeed/
1096 F: arch/arm/boot/dts/aspeed-*
1097 F: drivers/*/*aspeed*
1099 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1100 M: Nicolas Ferre <nicolas.ferre@microchip.com>
1101 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1102 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1103 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 W: http://www.linux4sam.org
1105 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1107 F: arch/arm/mach-at91/
1108 F: include/soc/at91/
1109 F: arch/arm/boot/dts/at91*.dts
1110 F: arch/arm/boot/dts/at91*.dtsi
1111 F: arch/arm/boot/dts/sama*.dts
1112 F: arch/arm/boot/dts/sama*.dtsi
1113 F: arch/arm/include/debug/at91.S
1115 ARM/ATMEL AT91 Clock Support
1116 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1120 ARM/CALXEDA HIGHBANK ARCHITECTURE
1121 M: Rob Herring <robh@kernel.org>
1122 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1124 F: arch/arm/mach-highbank/
1125 F: arch/arm/boot/dts/highbank.dts
1126 F: arch/arm/boot/dts/ecx-*.dts*
1128 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1129 M: Krzysztof Halasa <khalasa@piap.pl>
1131 F: arch/arm/mach-cns3xxx/
1133 ARM/CAVIUM THUNDER NETWORK DRIVER
1134 M: Sunil Goutham <sgoutham@cavium.com>
1135 M: Robert Richter <rric@kernel.org>
1136 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 F: drivers/net/ethernet/cavium/thunder/
1140 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1141 M: Alexander Shiyan <shc_work@mail.ru>
1142 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1146 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1147 M: Hartley Sweeten <hsweeten@visionengravers.com>
1148 M: Ryan Mallon <rmallon@gmail.com>
1149 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1151 F: arch/arm/mach-ep93xx/
1152 F: arch/arm/mach-ep93xx/include/mach/
1154 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1155 M: Lennert Buytenhek <kernel@wantstofly.org>
1156 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 M: Russell King <linux@armlinux.org.uk>
1161 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1164 F: arch/arm/include/asm/clkdev.h
1165 F: drivers/clk/clkdev.c
1167 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1168 M: Mike Rapoport <mike@compulab.co.il>
1169 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 ARM/CONTEC MICRO9 MACHINE SUPPORT
1173 M: Hubert Feurstein <hubert.feurstein@contec.at>
1175 F: arch/arm/mach-ep93xx/micro9.c
1177 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1178 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1179 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 F: drivers/hwtracing/coresight/*
1182 F: Documentation/trace/coresight.txt
1183 F: Documentation/devicetree/bindings/arm/coresight.txt
1184 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1185 F: tools/perf/arch/arm/util/pmu.c
1186 F: tools/perf/arch/arm/util/auxtrace.c
1187 F: tools/perf/arch/arm/util/cs-etm.c
1188 F: tools/perf/arch/arm/util/cs-etm.h
1189 F: tools/perf/util/cs-etm.h
1191 ARM/CORGI MACHINE SUPPORT
1192 M: Richard Purdie <rpurdie@rpsys.net>
1195 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1196 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1197 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 T: git git://github.com/ulli-kroll/linux.git
1200 F: arch/arm/mach-gemini/
1201 F: drivers/rtc/rtc-gemini.c
1203 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1204 M: Barry Song <baohua@kernel.org>
1205 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1206 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1208 F: arch/arm/boot/dts/prima2*
1209 F: arch/arm/mach-prima2/
1210 F: drivers/clk/sirf/
1211 F: drivers/clocksource/timer-prima2.c
1212 F: drivers/clocksource/timer-atlas7.c
1215 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1216 M: Baruch Siach <baruch@tkos.co.il>
1217 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1219 F: arch/arm/boot/dts/cx92755*
1222 ARM/EBSA110 MACHINE SUPPORT
1223 M: Russell King <linux@armlinux.org.uk>
1224 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1225 W: http://www.armlinux.org.uk/
1227 F: arch/arm/mach-ebsa110/
1228 F: drivers/net/ethernet/amd/am79c961a.*
1230 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1231 M: Uwe Kleine-König <kernel@pengutronix.de>
1232 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1236 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1237 M: Robert Jarzmik <robert.jarzmik@free.fr>
1238 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 F: arch/arm/mach-pxa/ezx.c
1242 ARM/FARADAY FA526 PORT
1243 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1244 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 T: git git://git.berlios.de/gemini-board
1247 F: arch/arm/mm/*-fa*
1249 ARM/FOOTBRIDGE ARCHITECTURE
1250 M: Russell King <linux@armlinux.org.uk>
1251 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1252 W: http://www.armlinux.org.uk/
1254 F: arch/arm/include/asm/hardware/dec21285.h
1255 F: arch/arm/mach-footbridge/
1257 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1258 M: Shawn Guo <shawnguo@kernel.org>
1259 M: Sascha Hauer <kernel@pengutronix.de>
1260 R: Fabio Estevam <fabio.estevam@nxp.com>
1261 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1263 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1264 F: arch/arm/mach-imx/
1265 F: arch/arm/mach-mxs/
1266 F: arch/arm/boot/dts/imx*
1267 F: arch/arm/configs/imx*_defconfig
1271 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1272 M: Shawn Guo <shawnguo@kernel.org>
1273 M: Sascha Hauer <kernel@pengutronix.de>
1274 R: Stefan Agner <stefan@agner.ch>
1275 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1278 F: arch/arm/mach-imx/*vf610*
1279 F: arch/arm/boot/dts/vf*
1281 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1282 M: Lennert Buytenhek <kernel@wantstofly.org>
1283 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 ARM/GUMSTIX MACHINE SUPPORT
1287 M: Steve Sakoman <sakoman@gmail.com>
1288 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1291 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1292 M: Philipp Zabel <philipp.zabel@gmail.com>
1293 M: Paul Parsons <lost.distance@yahoo.com>
1294 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1296 F: arch/arm/mach-pxa/hx4700.c
1297 F: arch/arm/mach-pxa/include/mach/hx4700.h
1298 F: sound/soc/pxa/hx4700.c
1300 ARM/HISILICON SOC SUPPORT
1301 M: Wei Xu <xuwei5@hisilicon.com>
1302 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 W: http://www.hisilicon.com
1305 T: git git://github.com/hisilicon/linux-hisi.git
1306 F: arch/arm/mach-hisi/
1307 F: arch/arm/boot/dts/hi3*
1308 F: arch/arm/boot/dts/hip*
1309 F: arch/arm/boot/dts/hisi*
1310 F: arch/arm64/boot/dts/hisilicon/
1312 ARM/HP JORNADA 7XX MACHINE SUPPORT
1313 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1316 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1317 F: arch/arm/mach-sa1100/jornada720.c
1318 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1320 ARM/IGEP MACHINE SUPPORT
1321 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1322 M: Javier Martinez Canillas <javier@dowhile0.org>
1323 L: linux-omap@vger.kernel.org
1324 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 F: arch/arm/boot/dts/omap3-igep*
1328 ARM/INCOME PXA270 SUPPORT
1329 M: Marek Vasut <marek.vasut@gmail.com>
1330 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1334 ARM/INTEL IOP32X ARM ARCHITECTURE
1335 M: Lennert Buytenhek <kernel@wantstofly.org>
1336 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1339 ARM/INTEL IOP33X ARM ARCHITECTURE
1340 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1343 ARM/INTEL IOP13XX ARM ARCHITECTURE
1344 M: Lennert Buytenhek <kernel@wantstofly.org>
1345 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348 ARM/INTEL IQ81342EX MACHINE SUPPORT
1349 M: Lennert Buytenhek <kernel@wantstofly.org>
1350 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1353 ARM/INTEL IXDP2850 MACHINE SUPPORT
1354 M: Lennert Buytenhek <kernel@wantstofly.org>
1355 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1358 ARM/INTEL IXP4XX ARM ARCHITECTURE
1359 M: Imre Kaloz <kaloz@openwrt.org>
1360 M: Krzysztof Halasa <khalasa@piap.pl>
1361 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 F: arch/arm/mach-ixp4xx/
1365 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1366 M: Jonathan Cameron <jic23@cam.ac.uk>
1367 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1369 F: arch/arm/mach-pxa/stargate2.c
1370 F: drivers/pcmcia/pxa2xx_stargate2.c
1372 ARM/INTEL XSC3 (MANZANO) ARM CORE
1373 M: Lennert Buytenhek <kernel@wantstofly.org>
1374 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1377 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1378 M: Lennert Buytenhek <kernel@wantstofly.org>
1379 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1383 M: Santosh Shilimkar <ssantosh@kernel.org>
1384 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1386 F: arch/arm/mach-keystone/
1387 F: arch/arm/boot/dts/keystone-*
1388 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1390 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1391 M: Santosh Shilimkar <ssantosh@kernel.org>
1392 L: linux-kernel@vger.kernel.org
1394 F: drivers/clk/keystone/
1396 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1397 M: Santosh Shilimkar <ssantosh@kernel.org>
1398 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1399 L: linux-kernel@vger.kernel.org
1401 F: drivers/clocksource/timer-keystone.c
1403 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1404 M: Santosh Shilimkar <ssantosh@kernel.org>
1405 L: linux-kernel@vger.kernel.org
1407 F: drivers/power/reset/keystone-reset.c
1409 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1410 M: Santosh Shilimkar <ssantosh@kernel.org>
1411 L: linux-kernel@vger.kernel.org
1413 F: drivers/memory/*emif*
1415 ARM/LG1K ARCHITECTURE
1416 M: Chanho Min <chanho.min@lge.com>
1417 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1419 F: arch/arm64/boot/dts/lg/
1421 ARM/LOGICPD PXA270 MACHINE SUPPORT
1422 M: Lennert Buytenhek <kernel@wantstofly.org>
1423 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1426 ARM/LPC18XX ARCHITECTURE
1427 M: Joachim Eastwood <manabian@gmail.com>
1428 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1430 F: arch/arm/boot/dts/lpc43*
1431 F: drivers/clk/nxp/clk-lpc18xx*
1432 F: drivers/clocksource/time-lpc32xx.c
1433 F: drivers/i2c/busses/i2c-lpc2k.c
1434 F: drivers/memory/pl172.c
1435 F: drivers/mtd/spi-nor/nxp-spifi.c
1436 F: drivers/rtc/rtc-lpc24xx.c
1439 ARM/LPC32XX SOC SUPPORT
1440 M: Vladimir Zapolskiy <vz@mleia.com>
1441 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1442 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1443 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1445 F: arch/arm/boot/dts/lpc32*
1446 F: arch/arm/mach-lpc32xx/
1447 F: drivers/i2c/busses/i2c-pnx.c
1448 F: drivers/net/ethernet/nxp/lpc_eth.c
1449 F: drivers/usb/host/ohci-nxp.c
1450 F: drivers/watchdog/pnx4008_wdt.c
1453 ARM/MAGICIAN MACHINE SUPPORT
1454 M: Philipp Zabel <philipp.zabel@gmail.com>
1457 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1458 M: Jason Cooper <jason@lakedaemon.net>
1459 M: Andrew Lunn <andrew@lunn.ch>
1460 M: Gregory Clement <gregory.clement@free-electrons.com>
1461 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1462 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1464 F: arch/arm/mach-mvebu/
1465 F: drivers/rtc/rtc-armada38x.c
1466 F: arch/arm/boot/dts/armada*
1467 F: arch/arm/boot/dts/kirkwood*
1468 F: arch/arm64/boot/dts/marvell/armada*
1469 F: drivers/cpufreq/mvebu-cpufreq.c
1470 F: arch/arm/configs/mvebu_*_defconfig
1472 ARM/Marvell Berlin SoC support
1473 M: Jisheng Zhang <jszhang@marvell.com>
1474 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1475 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1477 F: arch/arm/mach-berlin/
1478 F: arch/arm/boot/dts/berlin*
1479 F: arch/arm64/boot/dts/marvell/berlin*
1482 ARM/Marvell Dove/MV78xx0/Orion SOC support
1483 M: Jason Cooper <jason@lakedaemon.net>
1484 M: Andrew Lunn <andrew@lunn.ch>
1485 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1486 M: Gregory Clement <gregory.clement@free-electrons.com>
1487 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1489 F: arch/arm/mach-dove/
1490 F: arch/arm/mach-mv78xx0/
1491 F: arch/arm/mach-orion5x/
1492 F: arch/arm/plat-orion/
1493 F: arch/arm/boot/dts/dove*
1494 F: arch/arm/boot/dts/orion5x*
1497 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1498 M: Alexander Clouter <alex@digriz.org.uk>
1499 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1500 W: http://www.digriz.org.uk/ts78xx/kernel
1502 F: arch/arm/mach-orion5x/ts78xx-*
1504 ARM/OXNAS platform support
1505 M: Neil Armstrong <narmstrong@baylibre.com>
1506 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1507 L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1509 F: arch/arm/mach-oxnas/
1510 F: arch/arm/boot/dts/ox8*.dtsi
1511 F: arch/arm/boot/dts/wd-mbwe.dts
1512 F: arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1515 ARM/Mediatek RTC DRIVER
1516 M: Eddie Huang <eddie.huang@mediatek.com>
1517 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1518 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1520 F: drivers/rtc/rtc-mt6397.c
1522 ARM/Mediatek SoC support
1523 M: Matthias Brugger <matthias.bgg@gmail.com>
1524 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1525 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1527 F: arch/arm/boot/dts/mt6*
1528 F: arch/arm/boot/dts/mt7*
1529 F: arch/arm/boot/dts/mt8*
1530 F: arch/arm/mach-mediatek/
1531 F: arch/arm64/boot/dts/mediatek/
1535 ARM/Mediatek USB3 PHY DRIVER
1536 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1537 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1538 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1540 F: drivers/phy/phy-mt65xx-usb3.c
1542 ARM/MICREL KS8695 ARCHITECTURE
1543 M: Greg Ungerer <gerg@uclinux.org>
1544 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1545 F: arch/arm/mach-ks8695/
1548 ARM/MIOA701 MACHINE SUPPORT
1549 M: Robert Jarzmik <robert.jarzmik@free.fr>
1550 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1551 F: arch/arm/mach-pxa/mioa701.c
1554 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1555 M: Michael Petchkovsky <mkpetch@internode.on.net>
1558 ARM/NOMADIK ARCHITECTURE
1559 M: Alessandro Rubini <rubini@unipv.it>
1560 M: Linus Walleij <linus.walleij@linaro.org>
1561 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1563 F: arch/arm/mach-nomadik/
1564 F: drivers/pinctrl/nomadik/
1565 F: drivers/i2c/busses/i2c-nomadik.c
1566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1568 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1569 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1570 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1571 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1574 ARM/TOSA MACHINE SUPPORT
1575 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1576 M: Dirk Opfer <dirk@opfer-online.de>
1579 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1580 M: Marek Vasut <marek.vasut@gmail.com>
1581 L: linux-arm-kernel@lists.infradead.org
1582 W: http://hackndev.com
1584 F: arch/arm/mach-pxa/include/mach/palmtx.h
1585 F: arch/arm/mach-pxa/palmtx.c
1586 F: arch/arm/mach-pxa/include/mach/palmt5.h
1587 F: arch/arm/mach-pxa/palmt5.c
1588 F: arch/arm/mach-pxa/include/mach/palmld.h
1589 F: arch/arm/mach-pxa/palmld.c
1590 F: arch/arm/mach-pxa/include/mach/palmte2.h
1591 F: arch/arm/mach-pxa/palmte2.c
1592 F: arch/arm/mach-pxa/include/mach/palmtc.h
1593 F: arch/arm/mach-pxa/palmtc.c
1595 ARM/PALM TREO SUPPORT
1596 M: Tomas Cech <sleep_walker@suse.com>
1597 L: linux-arm-kernel@lists.infradead.org
1598 W: http://hackndev.com
1600 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1601 F: arch/arm/mach-pxa/palmtreo.c
1604 M: Sergey Lapin <slapin@ossfans.org>
1605 L: linux-arm-kernel@lists.infradead.org
1606 W: http://hackndev.com
1608 F: arch/arm/mach-pxa/include/mach/palmz72.h
1609 F: arch/arm/mach-pxa/palmz72.c
1612 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1613 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1616 ARM/PT DIGITAL BOARD PORT
1617 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1618 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1619 W: http://www.armlinux.org.uk/
1622 ARM/QUALCOMM SUPPORT
1623 M: Andy Gross <andy.gross@linaro.org>
1624 M: David Brown <david.brown@linaro.org>
1625 L: linux-arm-msm@vger.kernel.org
1626 L: linux-soc@vger.kernel.org
1628 F: Documentation/devicetree/bindings/soc/qcom/
1629 F: arch/arm/boot/dts/qcom-*.dts
1630 F: arch/arm/boot/dts/qcom-*.dtsi
1631 F: arch/arm/mach-qcom/
1632 F: arch/arm64/boot/dts/qcom/*
1633 F: drivers/i2c/busses/i2c-qup.c
1634 F: drivers/clk/qcom/
1635 F: drivers/pinctrl/qcom/
1636 F: drivers/dma/qcom/
1637 F: drivers/soc/qcom/
1638 F: drivers/spi/spi-qup.c
1639 F: drivers/tty/serial/msm_serial.h
1640 F: drivers/tty/serial/msm_serial.c
1641 F: drivers/*/pm8???-*
1642 F: drivers/mfd/ssbi.c
1643 F: drivers/firmware/qcom_scm.c
1644 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1646 ARM/RADISYS ENP2611 MACHINE SUPPORT
1647 M: Lennert Buytenhek <kernel@wantstofly.org>
1648 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1651 ARM/RENESAS ARM64 ARCHITECTURE
1652 M: Simon Horman <horms@verge.net.au>
1653 M: Magnus Damm <magnus.damm@gmail.com>
1654 L: linux-renesas-soc@vger.kernel.org
1655 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1656 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1658 F: arch/arm64/boot/dts/renesas/
1659 F: drivers/soc/renesas/
1660 F: include/linux/soc/renesas/
1662 ARM/RISCPC ARCHITECTURE
1663 M: Russell King <linux@armlinux.org.uk>
1664 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1665 W: http://www.armlinux.org.uk/
1667 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1668 F: arch/arm/include/asm/hardware/ioc.h
1669 F: arch/arm/include/asm/hardware/iomd.h
1670 F: arch/arm/include/asm/hardware/memc.h
1671 F: arch/arm/mach-rpc/
1672 F: drivers/net/ethernet/8390/etherh.c
1673 F: drivers/net/ethernet/i825xx/ether1*
1674 F: drivers/net/ethernet/seeq/ether3*
1675 F: drivers/scsi/arm/
1677 ARM/Rockchip SoC support
1678 M: Heiko Stuebner <heiko@sntech.de>
1679 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1680 L: linux-rockchip@lists.infradead.org
1681 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1683 F: arch/arm/boot/dts/rk3*
1684 F: arch/arm/mach-rockchip/
1685 F: drivers/clk/rockchip/
1686 F: drivers/i2c/busses/i2c-rk3x.c
1687 F: drivers/*/*rockchip*
1688 F: drivers/*/*/*rockchip*
1689 F: sound/soc/rockchip/
1692 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1693 M: Kukjin Kim <kgene@kernel.org>
1694 M: Krzysztof Kozlowski <krzk@kernel.org>
1695 R: Javier Martinez Canillas <javier@osg.samsung.com>
1696 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1697 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1698 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
1700 F: arch/arm/boot/dts/s3c*
1701 F: arch/arm/boot/dts/s5p*
1702 F: arch/arm/boot/dts/samsung*
1703 F: arch/arm/boot/dts/exynos*
1704 F: arch/arm64/boot/dts/exynos/
1705 F: arch/arm/plat-samsung/
1706 F: arch/arm/mach-s3c24*/
1707 F: arch/arm/mach-s3c64xx/
1708 F: arch/arm/mach-s5p*/
1709 F: arch/arm/mach-exynos*/
1710 F: drivers/*/*s3c24*
1711 F: drivers/*/*/*s3c24*
1712 F: drivers/*/*s3c64xx*
1713 F: drivers/*/*s5pv210*
1714 F: drivers/memory/samsung/*
1715 F: drivers/soc/samsung/*
1716 F: Documentation/arm/Samsung/
1717 F: Documentation/devicetree/bindings/arm/samsung/
1718 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1719 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1722 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1723 M: Kyungmin Park <kyungmin.park@samsung.com>
1724 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1726 F: arch/arm/mach-s5pv210/
1728 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1729 M: Kyungmin Park <kyungmin.park@samsung.com>
1730 M: Kamil Debski <kamil@wypas.org>
1731 M: Andrzej Hajda <a.hajda@samsung.com>
1732 L: linux-arm-kernel@lists.infradead.org
1733 L: linux-media@vger.kernel.org
1735 F: drivers/media/platform/s5p-g2d/
1737 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1738 M: Kyungmin Park <kyungmin.park@samsung.com>
1739 M: Kamil Debski <kamil@wypas.org>
1740 M: Jeongtae Park <jtp.park@samsung.com>
1741 M: Andrzej Hajda <a.hajda@samsung.com>
1742 L: linux-arm-kernel@lists.infradead.org
1743 L: linux-media@vger.kernel.org
1745 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1746 F: drivers/media/platform/s5p-mfc/
1748 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1749 M: Kyungmin Park <kyungmin.park@samsung.com>
1750 L: linux-arm-kernel@lists.infradead.org
1751 L: linux-media@vger.kernel.org
1753 F: drivers/staging/media/platform/s5p-cec/
1755 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1756 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1757 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
1758 L: linux-arm-kernel@lists.infradead.org
1759 L: linux-media@vger.kernel.org
1761 F: drivers/media/platform/s5p-jpeg/
1763 ARM/SHMOBILE ARM ARCHITECTURE
1764 M: Simon Horman <horms@verge.net.au>
1765 M: Magnus Damm <magnus.damm@gmail.com>
1766 L: linux-renesas-soc@vger.kernel.org
1767 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1770 F: arch/arm/boot/dts/emev2*
1771 F: arch/arm/boot/dts/r7s*
1772 F: arch/arm/boot/dts/r8a*
1773 F: arch/arm/boot/dts/sh*
1774 F: arch/arm/configs/shmobile_defconfig
1775 F: arch/arm/include/debug/renesas-scif.S
1776 F: arch/arm/mach-shmobile/
1777 F: drivers/soc/renesas/
1778 F: include/linux/soc/renesas/
1780 ARM/SOCFPGA ARCHITECTURE
1781 M: Dinh Nguyen <dinguyen@kernel.org>
1783 F: arch/arm/mach-socfpga/
1784 F: arch/arm/boot/dts/socfpga*
1785 F: arch/arm/configs/socfpga_defconfig
1786 F: arch/arm64/boot/dts/altera/
1787 W: http://www.rocketboards.org
1788 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1790 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1791 M: Dinh Nguyen <dinguyen@kernel.org>
1793 F: drivers/clk/socfpga/
1795 ARM/SOCFPGA EDAC SUPPORT
1796 M: Thor Thayer <thor.thayer@linux.intel.com>
1798 F: drivers/edac/altera_edac.
1800 ARM/STI ARCHITECTURE
1801 M: Patrice Chotard <patrice.chotard@st.com>
1802 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1803 L: kernel@stlinux.com
1804 W: http://www.stlinux.com
1806 F: arch/arm/mach-sti/
1807 F: arch/arm/boot/dts/sti*
1808 F: drivers/char/hw_random/st-rng.c
1809 F: drivers/clocksource/arm_global_timer.c
1810 F: drivers/clocksource/clksrc_st_lpc.c
1811 F: drivers/cpufreq/sti-cpufreq.c
1812 F: drivers/dma/st_fdma*
1813 F: drivers/i2c/busses/i2c-st.c
1814 F: drivers/media/rc/st_rc.c
1815 F: drivers/media/platform/sti/c8sectpfe/
1816 F: drivers/mmc/host/sdhci-st.c
1817 F: drivers/phy/phy-miphy28lp.c
1818 F: drivers/phy/phy-stih407-usb.c
1819 F: drivers/pinctrl/pinctrl-st.c
1820 F: drivers/remoteproc/st_remoteproc.c
1821 F: drivers/remoteproc/st_slim_rproc.c
1822 F: drivers/reset/sti/
1823 F: drivers/rtc/rtc-st-lpc.c
1824 F: drivers/tty/serial/st-asc.c
1825 F: drivers/usb/dwc3/dwc3-st.c
1826 F: drivers/usb/host/ehci-st.c
1827 F: drivers/usb/host/ohci-st.c
1828 F: drivers/watchdog/st_lpc_wdt.c
1829 F: drivers/ata/ahci_st.c
1830 F: include/linux/remoteproc/st_slim_rproc.h
1832 ARM/STM32 ARCHITECTURE
1833 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1834 M: Alexandre Torgue <alexandre.torgue@st.com>
1835 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1839 F: drivers/clocksource/armv7m_systick.c
1841 ARM/TANGO ARCHITECTURE
1842 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1843 L: linux-arm-kernel@lists.infradead.org
1847 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1848 M: Lennert Buytenhek <kernel@wantstofly.org>
1849 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1852 ARM/TETON BGA MACHINE SUPPORT
1853 M: "Mark F. Brown" <mark.brown314@gmail.com>
1854 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1857 ARM/THECUS N2100 MACHINE SUPPORT
1858 M: Lennert Buytenhek <kernel@wantstofly.org>
1859 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1862 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1863 M: Wan ZongShun <mcuos.com@gmail.com>
1864 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1865 W: http://www.mcuos.com
1867 F: arch/arm/mach-w90x900/
1868 F: drivers/input/keyboard/w90p910_keypad.c
1869 F: drivers/input/touchscreen/w90p910_ts.c
1870 F: drivers/watchdog/nuc900_wdt.c
1871 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1872 F: drivers/mtd/nand/nuc900_nand.c
1873 F: drivers/rtc/rtc-nuc900.c
1874 F: drivers/spi/spi-nuc900.c
1875 F: drivers/usb/host/ehci-w90x900.c
1876 F: drivers/video/fbdev/nuc900fb.c
1878 ARM/U300 MACHINE SUPPORT
1879 M: Linus Walleij <linus.walleij@linaro.org>
1880 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1882 F: arch/arm/mach-u300/
1883 F: drivers/clocksource/timer-u300.c
1884 F: drivers/i2c/busses/i2c-stu300.c
1885 F: drivers/rtc/rtc-coh901331.c
1886 F: drivers/watchdog/coh901327_wdt.c
1887 F: drivers/dma/coh901318*
1888 F: drivers/mfd/ab3100*
1889 F: drivers/rtc/rtc-ab3100.c
1890 F: drivers/rtc/rtc-coh901331.c
1891 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1893 ARM/UNIPHIER ARCHITECTURE
1894 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1895 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1896 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1898 F: arch/arm/boot/dts/uniphier*
1899 F: arch/arm/include/asm/hardware/cache-uniphier.h
1900 F: arch/arm/mach-uniphier/
1901 F: arch/arm/mm/cache-uniphier.c
1902 F: arch/arm64/boot/dts/socionext/
1903 F: drivers/bus/uniphier-system-bus.c
1904 F: drivers/clk/uniphier/
1905 F: drivers/i2c/busses/i2c-uniphier*
1906 F: drivers/pinctrl/uniphier/
1907 F: drivers/reset/reset-uniphier.c
1908 F: drivers/tty/serial/8250/8250_uniphier.c
1911 ARM/Ux500 ARM ARCHITECTURE
1912 M: Linus Walleij <linus.walleij@linaro.org>
1913 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1915 F: arch/arm/mach-ux500/
1916 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1917 F: drivers/dma/ste_dma40*
1918 F: drivers/hwspinlock/u8500_hsem.c
1919 F: drivers/mfd/abx500*
1920 F: drivers/mfd/ab8500*
1921 F: drivers/mfd/dbx500*
1922 F: drivers/mfd/db8500*
1923 F: drivers/pinctrl/nomadik/pinctrl-ab*
1924 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1925 F: drivers/rtc/rtc-ab8500.c
1926 F: drivers/rtc/rtc-pl031.c
1927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1929 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1930 M: Ulf Hansson <ulf.hansson@linaro.org>
1931 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1932 T: git git://git.linaro.org/people/ulfh/clk.git
1934 F: drivers/clk/ux500/
1936 ARM/VERSATILE EXPRESS PLATFORM
1937 M: Liviu Dudau <liviu.dudau@arm.com>
1938 M: Sudeep Holla <sudeep.holla@arm.com>
1939 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1940 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1942 F: arch/arm/boot/dts/vexpress*
1943 F: arch/arm64/boot/dts/arm/
1944 F: arch/arm/mach-vexpress/
1947 F: drivers/clk/versatile/clk-vexpress-osc.c
1948 F: drivers/clocksource/versatile.c
1952 M: Russell King <linux@armlinux.org.uk>
1953 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1954 W: http://www.armlinux.org.uk/
1958 ARM/VOIPAC PXA270 SUPPORT
1959 M: Marek Vasut <marek.vasut@gmail.com>
1960 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1962 F: arch/arm/mach-pxa/vpac270.c
1963 F: arch/arm/mach-pxa/include/mach/vpac270.h
1965 ARM/VT8500 ARM ARCHITECTURE
1966 M: Tony Prisk <linux@prisktech.co.nz>
1967 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1969 F: arch/arm/mach-vt8500/
1970 F: drivers/clocksource/vt8500_timer.c
1971 F: drivers/i2c/busses/i2c-wmt.c
1972 F: drivers/mmc/host/wmt-sdmmc.c
1973 F: drivers/pwm/pwm-vt8500.c
1974 F: drivers/rtc/rtc-vt8500.c
1975 F: drivers/tty/serial/vt8500_serial.c
1976 F: drivers/usb/host/ehci-platform.c
1977 F: drivers/usb/host/uhci-platform.c
1978 F: drivers/video/fbdev/vt8500lcdfb.*
1979 F: drivers/video/fbdev/wm8505fb*
1980 F: drivers/video/fbdev/wmt_ge_rops.*
1982 ARM/ZIPIT Z2 SUPPORT
1983 M: Marek Vasut <marek.vasut@gmail.com>
1984 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1986 F: arch/arm/mach-pxa/z2.c
1987 F: arch/arm/mach-pxa/include/mach/z2.h
1989 ARM/ZTE ARCHITECTURE
1990 M: Jun Nie <jun.nie@linaro.org>
1991 M: Baoyou Xie <baoyou.xie@linaro.org>
1992 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1994 F: arch/arm/mach-zx/
1996 F: drivers/reset/reset-zx2967.c
1998 F: Documentation/devicetree/bindings/arm/zte.txt
1999 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
2000 F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2001 F: Documentation/devicetree/bindings/soc/zte/
2002 F: include/dt-bindings/soc/zx*.h
2004 ARM/ZYNQ ARCHITECTURE
2005 M: Michal Simek <michal.simek@xilinx.com>
2006 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
2007 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2008 W: http://wiki.xilinx.com
2009 T: git https://github.com/Xilinx/linux-xlnx.git
2011 F: arch/arm/mach-zynq/
2012 F: drivers/cpuidle/cpuidle-zynq.c
2013 F: drivers/block/xsysace.c
2016 F: drivers/clocksource/cadence_ttc_timer.c
2017 F: drivers/i2c/busses/i2c-cadence.c
2018 F: drivers/mmc/host/sdhci-of-arasan.c
2019 F: drivers/edac/synopsys_edac.c
2022 M: Will Deacon <will.deacon@arm.com>
2023 R: Robin Murphy <robin.murphy@arm.com>
2024 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2026 F: drivers/iommu/arm-smmu.c
2027 F: drivers/iommu/arm-smmu-v3.c
2028 F: drivers/iommu/io-pgtable-arm.c
2029 F: drivers/iommu/io-pgtable-arm-v7s.c
2031 ARM64 PORT (AARCH64 ARCHITECTURE)
2032 M: Catalin Marinas <catalin.marinas@arm.com>
2033 M: Will Deacon <will.deacon@arm.com>
2034 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2038 F: Documentation/arm64/
2040 AS3645A LED FLASH CONTROLLER DRIVER
2041 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2042 L: linux-media@vger.kernel.org
2043 T: git git://linuxtv.org/media_tree.git
2045 F: drivers/media/i2c/as3645a.c
2046 F: include/media/i2c/as3645a.h
2048 ASAHI KASEI AK8974 DRIVER
2049 M: Linus Walleij <linus.walleij@linaro.org>
2050 L: linux-iio@vger.kernel.org
2051 W: http://www.akm.com/
2053 F: drivers/iio/magnetometer/ak8974.c
2055 ASC7621 HARDWARE MONITOR DRIVER
2056 M: George Joseph <george.joseph@fairview5.com>
2057 L: linux-hwmon@vger.kernel.org
2059 F: Documentation/hwmon/asc7621
2060 F: drivers/hwmon/asc7621.c
2062 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2063 M: Corentin Chary <corentin.chary@gmail.com>
2064 L: acpi4asus-user@lists.sourceforge.net
2065 L: platform-driver-x86@vger.kernel.org
2066 W: http://acpi4asus.sf.net
2068 F: drivers/platform/x86/asus*.c
2069 F: drivers/platform/x86/eeepc*.c
2071 ASUS WIRELESS RADIO CONTROL DRIVER
2072 M: João Paulo Rechi Vita <jprvita@gmail.com>
2073 L: platform-driver-x86@vger.kernel.org
2075 F: drivers/platform/x86/asus-wireless.c
2078 M: David Howells <dhowells@redhat.com>
2079 L: keyrings@vger.kernel.org
2081 F: Documentation/crypto/asymmetric-keys.txt
2082 F: include/linux/verification.h
2083 F: include/crypto/public_key.h
2084 F: include/crypto/pkcs7.h
2085 F: crypto/asymmetric_keys/
2087 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2088 R: Dan Williams <dan.j.williams@intel.com>
2089 W: http://sourceforge.net/projects/xscaleiop
2091 F: Documentation/crypto/async-tx-api.txt
2094 F: include/linux/dmaengine.h
2095 F: include/linux/async_tx.h
2098 M: Wolfram Sang <wsa@the-dreams.de>
2099 L: linux-i2c@vger.kernel.org
2101 F: drivers/misc/eeprom/at24.c
2102 F: include/linux/platform_data/at24.h
2104 ATA OVER ETHERNET (AOE) DRIVER
2105 M: "Ed L. Cashin" <ed.cashin@acm.org>
2106 W: http://www.openaoe.org/
2108 F: Documentation/aoe/
2109 F: drivers/block/aoe/
2111 ATHEROS 71XX/9XXX GPIO DRIVER
2112 M: Alban Bedel <albeu@free.fr>
2113 W: https://github.com/AlbanBedel/linux
2114 T: git git://github.com/AlbanBedel/linux
2116 F: drivers/gpio/gpio-ath79.c
2117 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2119 ATHEROS ATH GENERIC UTILITIES
2120 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2121 L: linux-wireless@vger.kernel.org
2123 F: drivers/net/wireless/ath/*
2125 ATHEROS ATH5K WIRELESS DRIVER
2126 M: Jiri Slaby <jirislaby@gmail.com>
2127 M: Nick Kossifidis <mickflemm@gmail.com>
2128 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2129 L: linux-wireless@vger.kernel.org
2130 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2132 F: drivers/net/wireless/ath/ath5k/
2134 ATHEROS ATH6KL WIRELESS DRIVER
2135 M: Kalle Valo <kvalo@qca.qualcomm.com>
2136 L: linux-wireless@vger.kernel.org
2137 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2138 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2140 F: drivers/net/wireless/ath/ath6kl/
2142 WILOCITY WIL6210 WIRELESS DRIVER
2143 M: Maya Erez <qca_merez@qca.qualcomm.com>
2144 L: linux-wireless@vger.kernel.org
2145 L: wil6210@qca.qualcomm.com
2147 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2148 F: drivers/net/wireless/ath/wil6210/
2149 F: include/uapi/linux/wil6210_uapi.h
2151 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2152 M: Christian Lamparter <chunkeey@googlemail.com>
2153 L: linux-wireless@vger.kernel.org
2154 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2156 F: drivers/net/wireless/ath/carl9170/
2158 ATK0110 HWMON DRIVER
2159 M: Luca Tettamanti <kronos.it@gmail.com>
2160 L: linux-hwmon@vger.kernel.org
2162 F: drivers/hwmon/asus_atk0110.c
2165 M: Ville Syrjala <syrjala@sci.fi>
2167 F: drivers/input/misc/ati_remote2.c
2169 ATLX ETHERNET DRIVERS
2170 M: Jay Cliburn <jcliburn@gmail.com>
2171 M: Chris Snook <chris.snook@gmail.com>
2172 L: netdev@vger.kernel.org
2173 W: http://sourceforge.net/projects/atl1
2174 W: http://atl1.sourceforge.net
2176 F: drivers/net/ethernet/atheros/
2179 M: Chas Williams <3chas3@gmail.com>
2180 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2181 L: netdev@vger.kernel.org
2182 W: http://linux-atm.sourceforge.net
2185 F: include/linux/atm*
2186 F: include/uapi/linux/atm*
2188 ATMEL AT91 / AT32 MCI DRIVER
2189 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2191 F: drivers/mmc/host/atmel-mci.c
2193 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2194 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2196 F: drivers/power/reset/at91-sama5d2_shdwc.c
2198 ATMEL SAMA5D2 ADC DRIVER
2199 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2200 L: linux-iio@vger.kernel.org
2202 F: drivers/iio/adc/at91-sama5d2_adc.c
2204 ATMEL Audio ALSA driver
2205 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2206 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2211 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2212 L: linux-arm-kernel@lists.infradead.org
2213 L: dmaengine@vger.kernel.org
2215 F: drivers/dma/at_xdmac.c
2218 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2219 L: linux-i2c@vger.kernel.org
2221 F: drivers/i2c/busses/i2c-at91.c
2224 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2225 L: linux-media@vger.kernel.org
2227 F: drivers/media/platform/soc_camera/atmel-isi.c
2228 F: include/media/atmel-isi.h
2231 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2232 L: linux-fbdev@vger.kernel.org
2234 F: drivers/video/fbdev/atmel_lcdfb.c
2235 F: include/video/atmel_lcdc.h
2237 ATMEL MACB ETHERNET DRIVER
2238 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2240 F: drivers/net/ethernet/cadence/
2243 M: Wenyou Yang <wenyou.yang@atmel.com>
2244 M: Josh Wu <rainyfeeling@outlook.com>
2245 L: linux-mtd@lists.infradead.org
2247 F: drivers/mtd/nand/atmel_nand*
2250 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2251 L: linux-mmc@vger.kernel.org
2253 F: drivers/mmc/host/sdhci-of-at91.c
2256 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2258 F: drivers/spi/spi-atmel.*
2261 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2262 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2264 F: drivers/misc/atmel-ssc.c
2265 F: include/linux/atmel-ssc.h
2267 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2268 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2269 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2271 F: drivers/misc/atmel_tclib.c
2272 F: drivers/clocksource/tcb_clksrc.c
2274 ATMEL USBA UDC DRIVER
2275 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2276 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2278 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2280 ATMEL WIRELESS DRIVER
2281 M: Simon Kelley <simon@thekelleys.org.uk>
2282 L: linux-wireless@vger.kernel.org
2283 W: http://www.thekelleys.org.uk/atmel
2284 W: http://atmelwlandriver.sourceforge.net/
2286 F: drivers/net/wireless/atmel/atmel*
2288 ATMEL MAXTOUCH DRIVER
2289 M: Nick Dyer <nick@shmanahar.org>
2290 T: git git://github.com/ndyer/linux.git
2292 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2293 F: drivers/input/touchscreen/atmel_mxt_ts.c
2294 F: include/linux/platform_data/atmel_mxt_ts.h
2296 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2297 M: Bradley Grove <linuxdrivers@attotech.com>
2298 L: linux-scsi@vger.kernel.org
2299 W: http://www.attotech.com
2301 F: drivers/scsi/esas2r
2303 ATUSB IEEE 802.15.4 RADIO DRIVER
2304 M: Stefan Schmidt <stefan@osg.samsung.com>
2305 L: linux-wpan@vger.kernel.org
2307 F: drivers/net/ieee802154/atusb.c
2308 F: drivers/net/ieee802154/atusb.h
2309 F: drivers/net/ieee802154/at86rf230.h
2312 M: Paul Moore <paul@paul-moore.com>
2313 M: Eric Paris <eparis@redhat.com>
2314 L: linux-audit@redhat.com (moderated for non-subscribers)
2315 W: http://people.redhat.com/sgrubb/audit/
2316 T: git git://git.infradead.org/users/pcmoore/audit
2318 F: include/linux/audit.h
2319 F: include/uapi/linux/audit.h
2322 AUXILIARY DISPLAY DRIVERS
2323 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2324 W: http://miguelojeda.es/auxdisplay.htm
2325 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2327 F: drivers/auxdisplay/
2328 F: include/linux/cfag12864b.h
2331 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2332 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2333 W: http://www.atmel.com/products/AVR32/
2334 W: http://mirror.egtvedt.no/avr32linux.org/
2335 W: http://avrfreaks.net/
2339 AVR32/AT32AP MACHINE SUPPORT
2340 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2341 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2343 F: arch/avr32/mach-at32ap/
2346 M: Ralf Baechle <ralf@linux-mips.org>
2347 L: linux-hams@vger.kernel.org
2348 W: http://www.linux-ax25.org/
2350 F: include/uapi/linux/ax25.h
2351 F: include/net/ax25.h
2354 AXENTIA ASOC DRIVERS
2355 M: Peter Rosin <peda@axentia.se>
2356 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2358 F: Documentation/devicetree/bindings/sound/axentia,*
2359 F: sound/soc/atmel/tse850-pcm5142.c
2362 M: Peter Rosin <peda@axentia.se>
2363 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2365 F: Documentation/devicetree/bindings/arm/axentia.txt
2366 F: arch/arm/boot/dts/at91-linea.dtsi
2367 F: arch/arm/boot/dts/at91-tse850-3.dts
2370 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2371 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2372 L: linux-media@vger.kernel.org
2373 W: https://linuxtv.org
2374 T: git git://linuxtv.org/media_tree.git
2376 F: drivers/media/usb/dvb-usb-v2/az6007.c
2378 AZTECH FM RADIO RECEIVER DRIVER
2379 M: Hans Verkuil <hverkuil@xs4all.nl>
2380 L: linux-media@vger.kernel.org
2381 T: git git://linuxtv.org/media_tree.git
2382 W: https://linuxtv.org
2384 F: drivers/media/radio/radio-aztech*
2387 L: linux-wireless@vger.kernel.org
2388 L: b43-dev@lists.infradead.org
2389 W: http://wireless.kernel.org/en/users/Drivers/b43
2391 F: drivers/net/wireless/broadcom/b43/
2393 B43LEGACY WIRELESS DRIVER
2394 M: Larry Finger <Larry.Finger@lwfinger.net>
2395 L: linux-wireless@vger.kernel.org
2396 L: b43-dev@lists.infradead.org
2397 W: http://wireless.kernel.org/en/users/Drivers/b43
2399 F: drivers/net/wireless/broadcom/b43legacy/
2401 BACKLIGHT CLASS/SUBSYSTEM
2402 M: Lee Jones <lee.jones@linaro.org>
2403 M: Daniel Thompson <daniel.thompson@linaro.org>
2404 M: Jingoo Han <jingoohan1@gmail.com>
2405 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2407 F: drivers/video/backlight/
2408 F: include/linux/backlight.h
2409 F: include/linux/pwm_backlight.h
2410 F: Documentation/devicetree/bindings/leds/backlight
2413 M: Marek Lindner <mareklindner@neomailbox.ch>
2414 M: Simon Wunderlich <sw@simonwunderlich.de>
2415 M: Antonio Quartulli <a@unstable.cc>
2416 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2417 W: https://www.open-mesh.org/
2418 Q: https://patchwork.open-mesh.org/project/batman/list/
2420 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2421 F: Documentation/ABI/testing/sysfs-class-net-mesh
2422 F: Documentation/networking/batman-adv.txt
2423 F: include/uapi/linux/batman_adv.h
2426 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2427 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2428 L: linux-hams@vger.kernel.org
2429 W: http://www.baycom.org/~tom/ham/ham.html
2431 F: drivers/net/hamradio/baycom*
2433 BCACHE (BLOCK LAYER CACHE)
2434 M: Kent Overstreet <kent.overstreet@gmail.com>
2435 L: linux-bcache@vger.kernel.org
2436 W: http://bcache.evilpiepirate.org
2438 F: drivers/md/bcache/
2440 BDISP ST MEDIA DRIVER
2441 M: Fabien Dessenne <fabien.dessenne@st.com>
2442 L: linux-media@vger.kernel.org
2443 T: git git://linuxtv.org/media_tree.git
2444 W: https://linuxtv.org
2446 F: drivers/media/platform/sti/bdisp
2448 DELTA ST MEDIA DRIVER
2449 M: Hugues Fruchet <hugues.fruchet@st.com>
2450 L: linux-media@vger.kernel.org
2451 T: git git://linuxtv.org/media_tree.git
2452 W: https://linuxtv.org
2454 F: drivers/media/platform/sti/delta
2457 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2458 M: Salah Triki <salah.triki@gmail.com>
2460 T: git git://github.com/luisbg/linux-befs.git
2461 F: Documentation/filesystems/befs.txt
2464 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2465 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2466 L: netdev@vger.kernel.org
2468 F: drivers/net/ethernet/ec_bhf.c
2471 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2473 F: Documentation/filesystems/bfs.txt
2475 F: include/uapi/linux/bfs_fs.h
2477 BLACKFIN ARCHITECTURE
2478 M: Steven Miao <realmz6@gmail.com>
2479 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2480 T: git git://git.code.sf.net/p/adi-linux/code
2481 W: http://blackfin.uclinux.org
2485 BLACKFIN EMAC DRIVER
2486 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2487 W: http://blackfin.uclinux.org
2489 F: drivers/net/ethernet/adi/
2492 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2493 W: http://blackfin.uclinux.org
2495 F: drivers/rtc/rtc-bfin.c
2498 M: Sonic Zhang <sonic.zhang@analog.com>
2499 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2500 W: http://blackfin.uclinux.org
2502 F: drivers/mmc/host/bfin_sdh.c
2504 BLACKFIN SERIAL DRIVER
2505 M: Sonic Zhang <sonic.zhang@analog.com>
2506 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2507 W: http://blackfin.uclinux.org
2509 F: drivers/tty/serial/bfin_uart.c
2511 BLACKFIN WATCHDOG DRIVER
2512 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2513 W: http://blackfin.uclinux.org
2515 F: drivers/watchdog/bfin_wdt.c
2517 BLACKFIN I2C TWI DRIVER
2518 M: Sonic Zhang <sonic.zhang@analog.com>
2519 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2520 W: http://blackfin.uclinux.org/
2522 F: drivers/i2c/busses/i2c-bfin-twi.c
2524 BLACKFIN MEDIA DRIVER
2525 M: Scott Jiang <scott.jiang.linux@gmail.com>
2526 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2527 W: http://blackfin.uclinux.org/
2529 F: drivers/media/platform/blackfin/
2530 F: drivers/media/i2c/adv7183*
2531 F: drivers/media/i2c/vs6624*
2533 BLINKM RGB LED DRIVER
2534 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2536 F: drivers/leds/leds-blinkm.c
2539 M: Jens Axboe <axboe@kernel.dk>
2540 L: linux-block@vger.kernel.org
2541 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2544 F: kernel/trace/blktrace.c
2548 M: Joern Engel <joern@lazybastard.org>
2549 L: linux-mtd@lists.infradead.org
2551 F: drivers/mtd/devices/block2mtd.c
2554 M: Marcel Holtmann <marcel@holtmann.org>
2555 M: Gustavo Padovan <gustavo@padovan.org>
2556 M: Johan Hedberg <johan.hedberg@gmail.com>
2557 L: linux-bluetooth@vger.kernel.org
2558 W: http://www.bluez.org/
2559 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2560 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2562 F: drivers/bluetooth/
2565 M: Marcel Holtmann <marcel@holtmann.org>
2566 M: Gustavo Padovan <gustavo@padovan.org>
2567 M: Johan Hedberg <johan.hedberg@gmail.com>
2568 L: linux-bluetooth@vger.kernel.org
2569 W: http://www.bluez.org/
2570 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2571 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2574 F: include/net/bluetooth/
2577 M: Jay Vosburgh <j.vosburgh@gmail.com>
2578 M: Veaceslav Falico <vfalico@gmail.com>
2579 M: Andy Gospodarek <andy@greyhouse.net>
2580 L: netdev@vger.kernel.org
2581 W: http://sourceforge.net/projects/bonding/
2583 F: drivers/net/bonding/
2584 F: include/uapi/linux/if_bonding.h
2586 BPF (Safe dynamic programs and tools)
2587 M: Alexei Starovoitov <ast@kernel.org>
2588 M: Daniel Borkmann <daniel@iogearbox.net>
2589 L: netdev@vger.kernel.org
2590 L: linux-kernel@vger.kernel.org
2592 F: arch/x86/net/bpf_jit*
2593 F: Documentation/networking/filter.txt
2594 F: include/linux/bpf*
2595 F: include/linux/filter.h
2596 F: include/uapi/linux/bpf*
2597 F: include/uapi/linux/filter.h
2599 F: kernel/trace/bpf_trace.c
2602 F: net/core/filter.c
2603 F: net/sched/act_bpf.c
2604 F: net/sched/cls_bpf.c
2607 F: tools/testing/selftests/bpf/
2609 BROADCOM B44 10/100 ETHERNET DRIVER
2610 M: Michael Chan <michael.chan@broadcom.com>
2611 L: netdev@vger.kernel.org
2613 F: drivers/net/ethernet/broadcom/b44.*
2615 BROADCOM B53 ETHERNET SWITCH DRIVER
2616 M: Florian Fainelli <f.fainelli@gmail.com>
2617 L: netdev@vger.kernel.org
2618 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2620 F: drivers/net/dsa/b53/*
2621 F: include/linux/platform_data/b53.h
2623 BROADCOM GENET ETHERNET DRIVER
2624 M: Florian Fainelli <f.fainelli@gmail.com>
2625 L: netdev@vger.kernel.org
2627 F: drivers/net/ethernet/broadcom/genet/
2629 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2630 M: Rasesh Mody <rasesh.mody@cavium.com>
2631 M: Harish Patil <harish.patil@cavium.com>
2632 M: Dept-GELinuxNICDev@cavium.com
2633 L: netdev@vger.kernel.org
2635 F: drivers/net/ethernet/broadcom/bnx2.*
2636 F: drivers/net/ethernet/broadcom/bnx2_*
2638 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2639 M: Yuval Mintz <Yuval.Mintz@cavium.com>
2640 M: Ariel Elior <ariel.elior@cavium.com>
2641 M: everest-linux-l2@cavium.com
2642 L: netdev@vger.kernel.org
2644 F: drivers/net/ethernet/broadcom/bnx2x/
2646 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2647 M: Michael Chan <michael.chan@broadcom.com>
2648 L: netdev@vger.kernel.org
2650 F: drivers/net/ethernet/broadcom/bnxt/
2652 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2653 M: Florian Fainelli <f.fainelli@gmail.com>
2654 M: Ray Jui <rjui@broadcom.com>
2655 M: Scott Branden <sbranden@broadcom.com>
2656 M: bcm-kernel-feedback-list@broadcom.com
2657 T: git git://github.com/broadcom/mach-bcm
2663 F: arch/arm/mach-bcm/
2665 BROADCOM BCM2835 ARM ARCHITECTURE
2666 M: Stephen Warren <swarren@wwwdotorg.org>
2667 M: Lee Jones <lee@kernel.org>
2668 M: Eric Anholt <eric@anholt.net>
2669 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2670 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2671 T: git git://github.com/anholt/linux
2674 F: drivers/staging/vc04_services
2676 BROADCOM BCM47XX MIPS ARCHITECTURE
2677 M: Hauke Mehrtens <hauke@hauke-m.de>
2678 M: Rafał Miłecki <zajec5@gmail.com>
2679 L: linux-mips@linux-mips.org
2681 F: Documentation/devicetree/bindings/mips/brcm/
2682 F: arch/mips/bcm47xx/*
2683 F: arch/mips/include/asm/mach-bcm47xx/*
2685 BROADCOM BCM5301X ARM ARCHITECTURE
2686 M: Hauke Mehrtens <hauke@hauke-m.de>
2687 M: Rafał Miłecki <zajec5@gmail.com>
2688 M: bcm-kernel-feedback-list@broadcom.com
2689 L: linux-arm-kernel@lists.infradead.org
2691 F: arch/arm/mach-bcm/bcm_5301x.c
2692 F: arch/arm/boot/dts/bcm5301x*.dtsi
2693 F: arch/arm/boot/dts/bcm470*
2695 BROADCOM BCM53573 ARM ARCHITECTURE
2696 M: Rafał Miłecki <rafal@milecki.pl>
2697 L: linux-arm-kernel@lists.infradead.org
2699 F: arch/arm/boot/dts/bcm53573*
2700 F: arch/arm/boot/dts/bcm47189*
2702 BROADCOM BCM63XX ARM ARCHITECTURE
2703 M: Florian Fainelli <f.fainelli@gmail.com>
2704 M: bcm-kernel-feedback-list@broadcom.com
2705 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2706 T: git git://github.com/broadcom/stblinux.git
2710 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2711 M: Kevin Cernekee <cernekee@gmail.com>
2712 L: linux-usb@vger.kernel.org
2714 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2716 BROADCOM BCM7XXX ARM ARCHITECTURE
2717 M: Brian Norris <computersforpeace@gmail.com>
2718 M: Gregory Fong <gregory.0xf0@gmail.com>
2719 M: Florian Fainelli <f.fainelli@gmail.com>
2720 M: bcm-kernel-feedback-list@broadcom.com
2721 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2722 T: git git://github.com/broadcom/stblinux.git
2724 F: arch/arm/mach-bcm/*brcmstb*
2725 F: arch/arm/boot/dts/bcm7*.dts*
2726 F: drivers/bus/brcmstb_gisb.c
2729 BROADCOM BMIPS MIPS ARCHITECTURE
2730 M: Kevin Cernekee <cernekee@gmail.com>
2731 M: Florian Fainelli <f.fainelli@gmail.com>
2732 L: linux-mips@linux-mips.org
2733 T: git git://github.com/broadcom/stblinux.git
2735 F: arch/mips/bmips/*
2736 F: arch/mips/include/asm/mach-bmips/*
2737 F: arch/mips/kernel/*bmips*
2738 F: arch/mips/boot/dts/brcm/bcm*.dts*
2739 F: drivers/irqchip/irq-bcm63*
2740 F: drivers/irqchip/irq-bcm7*
2741 F: drivers/irqchip/irq-brcmstb*
2742 F: include/linux/bcm963xx_nvram.h
2743 F: include/linux/bcm963xx_tag.h
2745 BROADCOM BMIPS CPUFREQ DRIVER
2746 M: Markus Mayer <mmayer@broadcom.com>
2747 M: bcm-kernel-feedback-list@broadcom.com
2748 L: linux-pm@vger.kernel.org
2750 F: drivers/cpufreq/bmips-cpufreq.c
2752 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2753 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2754 M: Prashant Sreedharan <prashant@broadcom.com>
2755 M: Michael Chan <mchan@broadcom.com>
2756 L: netdev@vger.kernel.org
2758 F: drivers/net/ethernet/broadcom/tg3.*
2760 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2761 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2762 M: Franky Lin <franky.lin@broadcom.com>
2763 M: Hante Meuleman <hante.meuleman@broadcom.com>
2764 L: linux-wireless@vger.kernel.org
2765 L: brcm80211-dev-list.pdl@broadcom.com
2767 F: drivers/net/wireless/broadcom/brcm80211/
2769 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2770 M: QLogic-Storage-Upstream@qlogic.com
2771 L: linux-scsi@vger.kernel.org
2773 F: drivers/scsi/bnx2fc/
2775 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2776 M: QLogic-Storage-Upstream@qlogic.com
2777 L: linux-scsi@vger.kernel.org
2779 F: drivers/scsi/bnx2i/
2781 BROADCOM IPROC ARM ARCHITECTURE
2782 M: Ray Jui <rjui@broadcom.com>
2783 M: Scott Branden <sbranden@broadcom.com>
2784 M: Jon Mason <jonmason@broadcom.com>
2785 M: bcm-kernel-feedback-list@broadcom.com
2786 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2787 T: git git://github.com/broadcom/cygnus-linux.git
2802 F: arch/arm64/boot/dts/broadcom/ns2*
2803 F: drivers/clk/bcm/clk-ns*
2804 F: drivers/pinctrl/bcm/pinctrl-ns*
2806 BROADCOM BRCMSTB GPIO DRIVER
2807 M: Gregory Fong <gregory.0xf0@gmail.com>
2808 L: bcm-kernel-feedback-list@broadcom.com
2810 F: drivers/gpio/gpio-brcmstb.c
2811 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2813 BROADCOM KONA GPIO DRIVER
2814 M: Ray Jui <rjui@broadcom.com>
2815 L: bcm-kernel-feedback-list@broadcom.com
2817 F: drivers/gpio/gpio-bcm-kona.c
2818 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2820 BROADCOM NVRAM DRIVER
2821 M: Rafał Miłecki <zajec5@gmail.com>
2822 L: linux-mips@linux-mips.org
2824 F: drivers/firmware/broadcom/*
2826 BROADCOM STB NAND FLASH DRIVER
2827 M: Brian Norris <computersforpeace@gmail.com>
2828 M: Kamal Dasu <kdasu.kdev@gmail.com>
2829 L: linux-mtd@lists.infradead.org
2830 L: bcm-kernel-feedback-list@broadcom.com
2832 F: drivers/mtd/nand/brcmnand/
2834 BROADCOM STB AVS CPUFREQ DRIVER
2835 M: Markus Mayer <mmayer@broadcom.com>
2836 M: bcm-kernel-feedback-list@broadcom.com
2837 L: linux-pm@vger.kernel.org
2839 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2840 F: drivers/cpufreq/brcmstb*
2842 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2843 M: Rafał Miłecki <zajec5@gmail.com>
2844 L: linux-wireless@vger.kernel.org
2847 F: include/linux/bcma/
2849 BROADCOM SYSTEMPORT ETHERNET DRIVER
2850 M: Florian Fainelli <f.fainelli@gmail.com>
2851 L: netdev@vger.kernel.org
2853 F: drivers/net/ethernet/broadcom/bcmsysport.*
2855 BROADCOM VULCAN ARM64 SOC
2856 M: Jayachandran C. <c.jayachandran@gmail.com>
2857 M: bcm-kernel-feedback-list@broadcom.com
2858 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2860 F: arch/arm64/boot/dts/broadcom/vulcan*
2862 BROADCOM NETXTREME-E ROCE DRIVER
2863 M: Selvin Xavier <selvin.xavier@broadcom.com>
2864 M: Devesh Sharma <devesh.sharma@broadcom.com>
2865 M: Somnath Kotur <somnath.kotur@broadcom.com>
2866 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2867 L: linux-rdma@vger.kernel.org
2868 W: http://www.broadcom.com
2870 F: drivers/infiniband/hw/bnxt_re/
2871 F: include/uapi/rdma/bnxt_re-abi.h
2873 BROCADE BFA FC SCSI DRIVER
2874 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2875 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2876 L: linux-scsi@vger.kernel.org
2878 F: drivers/scsi/bfa/
2880 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2881 M: Rasesh Mody <rasesh.mody@cavium.com>
2882 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2883 M: Dept-GELinuxNICDev@cavium.com
2884 L: netdev@vger.kernel.org
2886 F: drivers/net/ethernet/brocade/bna/
2888 BSG (block layer generic sg v4 driver)
2889 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2890 L: linux-scsi@vger.kernel.org
2893 F: include/linux/bsg.h
2894 F: include/uapi/linux/bsg.h
2897 M: Clemens Ladisch <clemens@ladisch.de>
2898 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2899 T: git git://git.alsa-project.org/alsa-kernel.git
2901 F: Documentation/sound/alsa/Bt87x.txt
2902 F: sound/pci/bt87x.c
2905 M: Michael Buesch <m@bues.ch>
2906 W: http://bu3sch.de/btgpio.php
2908 F: drivers/gpio/gpio-bt8xx.c
2911 M: Chris Mason <clm@fb.com>
2912 M: Josef Bacik <jbacik@fb.com>
2913 M: David Sterba <dsterba@suse.com>
2914 L: linux-btrfs@vger.kernel.org
2915 W: http://btrfs.wiki.kernel.org/
2916 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2917 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2919 F: Documentation/filesystems/btrfs.txt
2922 BTTV VIDEO4LINUX DRIVER
2923 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2924 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2925 L: linux-media@vger.kernel.org
2926 W: https://linuxtv.org
2927 T: git git://linuxtv.org/media_tree.git
2929 F: Documentation/media/v4l-drivers/bttv*
2930 F: drivers/media/pci/bt8xx/bttv*
2932 BUSLOGIC SCSI DRIVER
2933 M: Khalid Aziz <khalid@gonehiking.org>
2934 L: linux-scsi@vger.kernel.org
2936 F: drivers/scsi/BusLogic.*
2937 F: drivers/scsi/FlashPoint.*
2939 C-MEDIA CMI8788 DRIVER
2940 M: Clemens Ladisch <clemens@ladisch.de>
2941 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2942 T: git git://git.alsa-project.org/alsa-kernel.git
2944 F: sound/pci/oxygen/
2947 M: Mark Salter <msalter@redhat.com>
2948 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2949 L: linux-c6x-dev@linux-c6x.org
2950 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2954 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2955 M: David Howells <dhowells@redhat.com>
2956 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2958 F: Documentation/filesystems/caching/cachefiles.txt
2961 CADET FM/AM RADIO RECEIVER DRIVER
2962 M: Hans Verkuil <hverkuil@xs4all.nl>
2963 L: linux-media@vger.kernel.org
2964 T: git git://linuxtv.org/media_tree.git
2965 W: https://linuxtv.org
2967 F: drivers/media/radio/radio-cadet*
2969 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2970 M: Jonathan Corbet <corbet@lwn.net>
2971 L: linux-media@vger.kernel.org
2972 T: git git://linuxtv.org/media_tree.git
2974 F: Documentation/media/v4l-drivers/cafe_ccic*
2975 F: drivers/media/platform/marvell-ccic/
2978 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2979 L: netdev@vger.kernel.org
2981 F: Documentation/networking/caif/
2982 F: drivers/net/caif/
2983 F: include/uapi/linux/caif/
2984 F: include/net/caif/
2987 CALGARY x86-64 IOMMU
2988 M: Muli Ben-Yehuda <mulix@mulix.org>
2989 M: Jon Mason <jdmason@kudzu.us>
2990 L: iommu@lists.linux-foundation.org
2992 F: arch/x86/kernel/pci-calgary_64.c
2993 F: arch/x86/kernel/tce_64.c
2994 F: arch/x86/include/asm/calgary.h
2995 F: arch/x86/include/asm/tce.h
2998 M: Oliver Hartkopp <socketcan@hartkopp.net>
2999 M: Marc Kleine-Budde <mkl@pengutronix.de>
3000 L: linux-can@vger.kernel.org
3001 W: https://github.com/linux-can
3002 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3005 F: Documentation/networking/can.txt
3007 F: include/linux/can/core.h
3008 F: include/uapi/linux/can.h
3009 F: include/uapi/linux/can/bcm.h
3010 F: include/uapi/linux/can/raw.h
3011 F: include/uapi/linux/can/gw.h
3014 M: Wolfgang Grandegger <wg@grandegger.com>
3015 M: Marc Kleine-Budde <mkl@pengutronix.de>
3016 L: linux-can@vger.kernel.org
3017 W: https://github.com/linux-can
3018 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3019 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3021 F: Documentation/devicetree/bindings/net/can/
3023 F: include/linux/can/dev.h
3024 F: include/linux/can/platform/
3025 F: include/uapi/linux/can/error.h
3026 F: include/uapi/linux/can/netlink.h
3029 M: Serge Hallyn <serge@hallyn.com>
3030 L: linux-security-module@vger.kernel.org
3032 F: include/linux/capability.h
3033 F: include/uapi/linux/capability.h
3034 F: security/commoncap.c
3035 F: kernel/capability.c
3037 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3038 M: Kevin Tsai <ktsai@capellamicro.com>
3040 F: drivers/iio/light/cm*
3041 F: Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
3043 CAVIUM THUNDERX2 ARM64 SOC
3044 M: Jayachandran C <jnair@caviumnetworks.com>
3045 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3047 F: arch/arm64/boot/dts/cavium/thunder-99xx*
3048 F: Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3051 M: Jan Glauber <jglauber@cavium.com>
3052 M: David Daney <david.daney@cavium.com>
3053 W: http://www.cavium.com
3055 F: drivers/i2c/busses/i2c-octeon*
3056 F: drivers/i2c/busses/i2c-thunderx*
3058 CAVIUM LIQUIDIO NETWORK DRIVER
3059 M: Derek Chickles <derek.chickles@caviumnetworks.com>
3060 M: Satanand Burla <satananda.burla@caviumnetworks.com>
3061 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
3062 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3063 L: netdev@vger.kernel.org
3064 W: http://www.cavium.com
3066 F: drivers/net/ethernet/cavium/liquidio/
3068 CAVIUM OCTEON-TX CRYPTO DRIVER
3069 M: George Cherian <george.cherian@cavium.com>
3070 L: linux-crypto@vger.kernel.org
3071 W: http://www.cavium.com
3073 F: drivers/crypto/cavium/cpt/
3075 CC2520 IEEE-802.15.4 RADIO DRIVER
3076 M: Varka Bhadram <varkabhadram@gmail.com>
3077 L: linux-wpan@vger.kernel.org
3079 F: drivers/net/ieee802154/cc2520.c
3080 F: include/linux/spi/cc2520.h
3081 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3084 M: Hans Verkuil <hans.verkuil@cisco.com>
3085 L: linux-media@vger.kernel.org
3086 T: git git://linuxtv.org/media_tree.git
3087 W: http://linuxtv.org
3089 F: Documentation/media/kapi/cec-core.rst
3090 F: Documentation/media/uapi/cec
3091 F: drivers/media/cec/
3092 F: drivers/media/cec-edid.c
3093 F: drivers/media/rc/keymaps/rc-cec.c
3094 F: include/media/cec.h
3095 F: include/media/cec-edid.h
3096 F: include/uapi/linux/cec.h
3097 F: include/uapi/linux/cec-funcs.h
3099 CELL BROADBAND ENGINE ARCHITECTURE
3100 M: Arnd Bergmann <arnd@arndb.de>
3101 L: linuxppc-dev@lists.ozlabs.org
3102 W: http://www.ibm.com/developerworks/power/cell/
3104 F: arch/powerpc/include/asm/cell*.h
3105 F: arch/powerpc/include/asm/spu*.h
3106 F: arch/powerpc/include/uapi/asm/spu*.h
3107 F: arch/powerpc/oprofile/*cell*
3108 F: arch/powerpc/platforms/cell/
3110 CEPH COMMON CODE (LIBCEPH)
3111 M: Ilya Dryomov <idryomov@gmail.com>
3112 M: "Yan, Zheng" <zyan@redhat.com>
3113 M: Sage Weil <sage@redhat.com>
3114 L: ceph-devel@vger.kernel.org
3116 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3117 T: git git://github.com/ceph/ceph-client.git
3120 F: include/linux/ceph/
3121 F: include/linux/crush/
3123 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3124 M: "Yan, Zheng" <zyan@redhat.com>
3125 M: Sage Weil <sage@redhat.com>
3126 M: Ilya Dryomov <idryomov@gmail.com>
3127 L: ceph-devel@vger.kernel.org
3129 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3130 T: git git://github.com/ceph/ceph-client.git
3132 F: Documentation/filesystems/ceph.txt
3135 CERTIFICATE HANDLING:
3136 M: David Howells <dhowells@redhat.com>
3137 M: David Woodhouse <dwmw2@infradead.org>
3138 L: keyrings@vger.kernel.org
3140 F: Documentation/module-signing.txt
3142 F: scripts/sign-file.c
3143 F: scripts/extract-cert.c
3145 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3146 L: linux-usb@vger.kernel.org
3148 F: Documentation/usb/WUSB-Design-overview.txt
3149 F: Documentation/usb/wusb-cbaf
3150 F: drivers/usb/host/hwa-hc.c
3151 F: drivers/usb/host/whci/
3152 F: drivers/usb/wusbcore/
3153 F: include/linux/usb/wusb*
3155 HT16K33 LED CONTROLLER DRIVER
3156 M: Robin van der Gracht <robin@protonic.nl>
3158 F: drivers/auxdisplay/ht16k33.c
3159 F: Documentation/devicetree/bindings/display/ht16k33.txt
3161 CFAG12864B LCD DRIVER
3162 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3163 W: http://miguelojeda.es/auxdisplay.htm
3164 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3166 F: drivers/auxdisplay/cfag12864b.c
3167 F: include/linux/cfag12864b.h
3169 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3170 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3171 W: http://miguelojeda.es/auxdisplay.htm
3172 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3174 F: drivers/auxdisplay/cfag12864bfb.c
3175 F: include/linux/cfag12864b.h
3177 CFG80211 and NL80211
3178 M: Johannes Berg <johannes@sipsolutions.net>
3179 L: linux-wireless@vger.kernel.org
3180 W: http://wireless.kernel.org/
3181 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3182 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3184 F: include/uapi/linux/nl80211.h
3185 F: include/net/cfg80211.h
3187 X: net/wireless/wext*
3189 CHAR and MISC DRIVERS
3190 M: Arnd Bergmann <arnd@arndb.de>
3191 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3192 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3196 F: include/linux/miscdevice.h
3199 M: Andy Whitcroft <apw@canonical.com>
3200 M: Joe Perches <joe@perches.com>
3202 F: scripts/checkpatch.pl
3204 CHINESE DOCUMENTATION
3205 M: Harry Wei <harryxiyou@gmail.com>
3206 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3207 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3209 F: Documentation/translations/zh_CN/
3211 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3212 M: Peter Chen <Peter.Chen@nxp.com>
3213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3214 L: linux-usb@vger.kernel.org
3216 F: drivers/usb/chipidea/
3218 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3219 M: Hans de Goede <hdegoede@redhat.com>
3220 L: linux-input@vger.kernel.org
3222 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3223 F: drivers/input/touchscreen/chipone_icn8318.c
3225 CHROME HARDWARE PLATFORM SUPPORT
3226 M: Olof Johansson <olof@lixom.net>
3228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3229 F: drivers/platform/chrome/
3231 CISCO VIC ETHERNET NIC DRIVER
3232 M: Christian Benvenuti <benve@cisco.com>
3233 M: Govindarajulu Varadarajan <_govind@gmx.com>
3234 M: Neel Patel <neepatel@cisco.com>
3236 F: drivers/net/ethernet/cisco/enic/
3238 CISCO VIC LOW LATENCY NIC DRIVER
3239 M: Christian Benvenuti <benve@cisco.com>
3240 M: Dave Goodell <dgoodell@cisco.com>
3242 F: drivers/infiniband/hw/usnic/
3244 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3245 M: Hartley Sweeten <hsweeten@visionengravers.com>
3246 L: netdev@vger.kernel.org
3248 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3250 CIRRUS LOGIC AUDIO CODEC DRIVERS
3251 M: Brian Austin <brian.austin@cirrus.com>
3252 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3253 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3255 F: sound/soc/codecs/cs*
3258 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3259 L: linux-kernel@vger.kernel.org
3262 F: include/linux/cleancache.h
3265 M: Russell King <linux@armlinux.org.uk>
3266 L: linux-clk@vger.kernel.org
3268 F: include/linux/clk.h
3270 CLOCKSOURCE, CLOCKEVENT DRIVERS
3271 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3272 M: Thomas Gleixner <tglx@linutronix.de>
3273 L: linux-kernel@vger.kernel.org
3274 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3276 F: drivers/clocksource
3278 CISCO FCOE HBA DRIVER
3279 M: Satish Kharat <satishkh@cisco.com>
3280 M: Sesidhar Baddela <sebaddel@cisco.com>
3281 M: Karan Tilak Kumar <kartilak@cisco.com>
3282 L: linux-scsi@vger.kernel.org
3284 F: drivers/scsi/fnic/
3286 CISCO SCSI HBA DRIVER
3287 M: Karan Tilak Kumar <kartilak@cisco.com>
3288 M: Sesidhar Baddela <sebaddel@cisco.com>
3289 L: linux-scsi@vger.kernel.org
3291 F: drivers/scsi/snic/
3294 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3295 M: Daniel Oliveira Nascimento <don@syst.com.br>
3296 L: platform-driver-x86@vger.kernel.org
3298 F: drivers/platform/x86/classmate-laptop.c
3301 M: Hans Verkuil <hans.verkuil@cisco.com>
3302 L: linux-media@vger.kernel.org
3303 T: git git://linuxtv.org/media_tree.git
3304 W: https://linuxtv.org
3306 F: drivers/media/pci/cobalt/
3308 COCCINELLE/Semantic Patches (SmPL)
3309 M: Julia Lawall <Julia.Lawall@lip6.fr>
3310 M: Gilles Muller <Gilles.Muller@lip6.fr>
3311 M: Nicolas Palix <nicolas.palix@imag.fr>
3312 M: Michal Marek <mmarek@suse.com>
3313 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3314 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3315 W: http://coccinelle.lip6.fr/
3317 F: Documentation/dev-tools/coccinelle.rst
3318 F: scripts/coccinelle/
3319 F: scripts/coccicheck
3322 M: Jan Harkes <jaharkes@cs.cmu.edu>
3324 L: codalist@coda.cs.cmu.edu
3325 W: http://www.coda.cs.cmu.edu/
3327 F: Documentation/filesystems/coda.txt
3329 F: include/linux/coda*.h
3330 F: include/uapi/linux/coda*.h
3332 CODA V4L2 MEM2MEM DRIVER
3333 M: Philipp Zabel <p.zabel@pengutronix.de>
3334 L: linux-media@vger.kernel.org
3336 F: Documentation/devicetree/bindings/media/coda.txt
3337 F: drivers/media/platform/coda/
3339 COMMON CLK FRAMEWORK
3340 M: Michael Turquette <mturquette@baylibre.com>
3341 M: Stephen Boyd <sboyd@codeaurora.org>
3342 L: linux-clk@vger.kernel.org
3343 Q: http://patchwork.kernel.org/project/linux-clk/list/
3344 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3346 F: Documentation/devicetree/bindings/clock/
3348 X: drivers/clk/clkdev.c
3349 F: include/linux/clk-pr*
3350 F: include/linux/clk/
3352 COMMON INTERNET FILE SYSTEM (CIFS)
3353 M: Steve French <sfrench@samba.org>
3354 L: linux-cifs@vger.kernel.org
3355 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3356 W: http://linux-cifs.samba.org/
3357 T: git git://git.samba.org/sfrench/cifs-2.6.git
3359 F: Documentation/filesystems/cifs/
3362 COMPACTPCI HOTPLUG CORE
3363 M: Scott Murray <scott@spiteful.org>
3364 L: linux-pci@vger.kernel.org
3366 F: drivers/pci/hotplug/cpci_hotplug*
3368 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3369 M: Scott Murray <scott@spiteful.org>
3370 L: linux-pci@vger.kernel.org
3372 F: drivers/pci/hotplug/cpcihp_zt5550.*
3374 COMPACTPCI HOTPLUG GENERIC DRIVER
3375 M: Scott Murray <scott@spiteful.org>
3376 L: linux-pci@vger.kernel.org
3378 F: drivers/pci/hotplug/cpcihp_generic.c
3380 COMPAL LAPTOP SUPPORT
3381 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3382 L: platform-driver-x86@vger.kernel.org
3384 F: drivers/platform/x86/compal-laptop.c
3386 CONEXANT ACCESSRUNNER USB DRIVER
3387 L: accessrunner-general@lists.sourceforge.net
3388 W: http://accessrunner.sourceforge.net/
3390 F: drivers/usb/atm/cxacru.c
3393 M: Joel Becker <jlbec@evilplan.org>
3394 M: Christoph Hellwig <hch@lst.de>
3395 T: git git://git.infradead.org/users/hch/configfs.git
3398 F: include/linux/configfs.h
3401 M: Evgeniy Polyakov <zbr@ioremap.net>
3402 L: netdev@vger.kernel.org
3404 F: drivers/connector/
3406 CONTROL GROUP (CGROUP)
3407 M: Tejun Heo <tj@kernel.org>
3408 M: Li Zefan <lizefan@huawei.com>
3409 M: Johannes Weiner <hannes@cmpxchg.org>
3410 L: cgroups@vger.kernel.org
3411 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3413 F: Documentation/cgroup*
3414 F: include/linux/cgroup*
3417 CONTROL GROUP - CPUSET
3418 M: Li Zefan <lizefan@huawei.com>
3419 L: cgroups@vger.kernel.org
3420 W: http://www.bullopensource.org/cpuset/
3421 W: http://oss.sgi.com/projects/cpusets/
3422 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3424 F: Documentation/cgroup-v1/cpusets.txt
3425 F: include/linux/cpuset.h
3428 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3429 M: Johannes Weiner <hannes@cmpxchg.org>
3430 M: Michal Hocko <mhocko@kernel.org>
3431 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3432 L: cgroups@vger.kernel.org
3433 L: linux-mm@kvack.org
3438 CORETEMP HARDWARE MONITORING DRIVER
3439 M: Fenghua Yu <fenghua.yu@intel.com>
3440 L: linux-hwmon@vger.kernel.org
3442 F: Documentation/hwmon/coretemp
3443 F: drivers/hwmon/coretemp.c
3445 COSA/SRP SYNC SERIAL DRIVER
3446 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3447 W: http://www.fi.muni.cz/~kas/cosa/
3449 F: drivers/net/wan/cosa*
3451 CPMAC ETHERNET DRIVER
3452 M: Florian Fainelli <f.fainelli@gmail.com>
3453 L: netdev@vger.kernel.org
3455 F: drivers/net/ethernet/ti/cpmac.c
3457 CPU FREQUENCY DRIVERS
3458 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3459 M: Viresh Kumar <viresh.kumar@linaro.org>
3460 L: linux-pm@vger.kernel.org
3462 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3463 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3464 B: https://bugzilla.kernel.org
3465 F: Documentation/cpu-freq/
3467 F: include/linux/cpufreq.h
3468 F: tools/testing/selftests/cpufreq/
3470 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3471 M: Viresh Kumar <viresh.kumar@linaro.org>
3472 M: Sudeep Holla <sudeep.holla@arm.com>
3473 L: linux-pm@vger.kernel.org
3474 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3476 F: drivers/cpufreq/arm_big_little.h
3477 F: drivers/cpufreq/arm_big_little.c
3478 F: drivers/cpufreq/arm_big_little_dt.c
3480 CPUIDLE DRIVER - ARM BIG LITTLE
3481 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3482 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3483 L: linux-pm@vger.kernel.org
3484 L: linux-arm-kernel@lists.infradead.org
3485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3487 F: drivers/cpuidle/cpuidle-big_little.c
3489 CPUIDLE DRIVER - ARM EXYNOS
3490 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3491 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3492 M: Kukjin Kim <kgene@kernel.org>
3493 L: linux-pm@vger.kernel.org
3494 L: linux-samsung-soc@vger.kernel.org
3496 F: drivers/cpuidle/cpuidle-exynos.c
3497 F: arch/arm/mach-exynos/pm.c
3500 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3501 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3502 L: linux-pm@vger.kernel.org
3504 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3505 B: https://bugzilla.kernel.org
3506 F: drivers/cpuidle/*
3507 F: include/linux/cpuidle.h
3510 M: "H. Peter Anvin" <hpa@zytor.com>
3512 F: arch/x86/kernel/cpuid.c
3513 F: arch/x86/kernel/msr.c
3515 CPU POWER MONITORING SUBSYSTEM
3516 M: Thomas Renninger <trenn@suse.com>
3517 L: linux-pm@vger.kernel.org
3519 F: tools/power/cpupower/
3522 W: http://sourceforge.net/projects/cramfs/
3523 S: Orphan / Obsolete
3524 F: Documentation/filesystems/cramfs.txt
3528 M: Mikael Starvik <starvik@axis.com>
3529 M: Jesper Nilsson <jesper.nilsson@axis.com>
3530 L: linux-cris-kernel@axis.com
3531 W: http://developer.axis.com
3532 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3535 F: drivers/tty/serial/crisv10.*
3538 M: Herbert Xu <herbert@gondor.apana.org.au>
3539 M: "David S. Miller" <davem@davemloft.net>
3540 L: linux-crypto@vger.kernel.org
3541 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3542 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3544 F: Documentation/crypto/
3545 F: Documentation/devicetree/bindings/crypto/
3546 F: Documentation/DocBook/crypto-API.tmpl
3551 F: include/linux/crypto*
3553 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3554 M: Neil Horman <nhorman@tuxdriver.com>
3555 L: linux-crypto@vger.kernel.org
3557 F: crypto/ansi_cprng.c
3561 M: Hans Verkuil <hverkuil@xs4all.nl>
3562 L: linux-media@vger.kernel.org
3563 T: git git://linuxtv.org/media_tree.git
3564 W: http://linuxtv.org
3566 F: drivers/media/i2c/cs3308.c
3567 F: drivers/media/i2c/cs3308.h
3569 CS5535 Audio ALSA driver
3570 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3572 F: sound/pci/cs5535audio/
3575 M: Solomon Peachy <pizza@shaftnet.org>
3577 F: drivers/net/wireless/st/cw1200/
3579 CX18 VIDEO4LINUX DRIVER
3580 M: Andy Walls <awalls@md.metrocast.net>
3581 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3582 L: linux-media@vger.kernel.org
3583 T: git git://linuxtv.org/media_tree.git
3584 W: https://linuxtv.org
3585 W: http://www.ivtvdriver.org/index.php/Cx18
3587 F: Documentation/media/v4l-drivers/cx18*
3588 F: drivers/media/pci/cx18/
3589 F: include/uapi/linux/ivtv*
3591 CX2341X MPEG ENCODER HELPER MODULE
3592 M: Hans Verkuil <hverkuil@xs4all.nl>
3593 L: linux-media@vger.kernel.org
3594 T: git git://linuxtv.org/media_tree.git
3595 W: https://linuxtv.org
3597 F: drivers/media/common/cx2341x*
3598 F: include/media/cx2341x*
3600 CX24120 MEDIA DRIVER
3601 M: Jemma Denson <jdenson@gmail.com>
3602 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3603 L: linux-media@vger.kernel.org
3604 W: https://linuxtv.org
3605 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3607 F: drivers/media/dvb-frontends/cx24120*
3609 CX88 VIDEO4LINUX DRIVER
3610 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3611 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3612 L: linux-media@vger.kernel.org
3613 W: https://linuxtv.org
3614 T: git git://linuxtv.org/media_tree.git
3616 F: Documentation/media/v4l-drivers/cx88*
3617 F: drivers/media/pci/cx88/
3619 CXD2820R MEDIA DRIVER
3620 M: Antti Palosaari <crope@iki.fi>
3621 L: linux-media@vger.kernel.org
3622 W: https://linuxtv.org
3623 W: http://palosaari.fi/linux/
3624 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3625 T: git git://linuxtv.org/anttip/media_tree.git
3627 F: drivers/media/dvb-frontends/cxd2820r*
3629 CXGB3 ETHERNET DRIVER (CXGB3)
3630 M: Santosh Raspatur <santosh@chelsio.com>
3631 L: netdev@vger.kernel.org
3632 W: http://www.chelsio.com
3634 F: drivers/net/ethernet/chelsio/cxgb3/
3636 CXGB3 ISCSI DRIVER (CXGB3I)
3637 M: Karen Xie <kxie@chelsio.com>
3638 L: linux-scsi@vger.kernel.org
3639 W: http://www.chelsio.com
3641 F: drivers/scsi/cxgbi/cxgb3i
3643 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3644 M: Steve Wise <swise@chelsio.com>
3645 L: linux-rdma@vger.kernel.org
3646 W: http://www.openfabrics.org
3648 F: drivers/infiniband/hw/cxgb3/
3649 F: include/uapi/rdma/cxgb3-abi.h
3651 CXGB4 ETHERNET DRIVER (CXGB4)
3652 M: Ganesh Goudar <ganeshgr@chelsio.com>
3653 L: netdev@vger.kernel.org
3654 W: http://www.chelsio.com
3656 F: drivers/net/ethernet/chelsio/cxgb4/
3658 CXGB4 ISCSI DRIVER (CXGB4I)
3659 M: Karen Xie <kxie@chelsio.com>
3660 L: linux-scsi@vger.kernel.org
3661 W: http://www.chelsio.com
3663 F: drivers/scsi/cxgbi/cxgb4i
3665 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3666 M: Steve Wise <swise@chelsio.com>
3667 L: linux-rdma@vger.kernel.org
3668 W: http://www.openfabrics.org
3670 F: drivers/infiniband/hw/cxgb4/
3671 F: include/uapi/rdma/cxgb4-abi.h
3673 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3674 M: Casey Leedom <leedom@chelsio.com>
3675 L: netdev@vger.kernel.org
3676 W: http://www.chelsio.com
3678 F: drivers/net/ethernet/chelsio/cxgb4vf/
3680 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3681 M: Ian Munsie <imunsie@au1.ibm.com>
3682 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3683 L: linuxppc-dev@lists.ozlabs.org
3685 F: arch/powerpc/platforms/powernv/pci-cxl.c
3686 F: drivers/misc/cxl/
3687 F: include/misc/cxl*
3688 F: include/uapi/misc/cxl.h
3689 F: Documentation/powerpc/cxl.txt
3690 F: Documentation/ABI/testing/sysfs-class-cxl
3692 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3693 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3694 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3695 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3696 L: linux-scsi@vger.kernel.org
3698 F: drivers/scsi/cxlflash/
3699 F: include/uapi/scsi/cxlflash_ioctls.h
3700 F: Documentation/powerpc/cxlflash.txt
3702 STMMAC ETHERNET DRIVER
3703 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3704 M: Alexandre Torgue <alexandre.torgue@st.com>
3705 L: netdev@vger.kernel.org
3706 W: http://www.stlinux.com
3708 F: drivers/net/ethernet/stmicro/stmmac/
3711 M: Russell King <linux@armlinux.org.uk>
3712 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3713 W: http://www.armlinux.org.uk/
3715 F: drivers/video/fbdev/cyber2000fb.*
3717 CYCLADES ASYNC MUX DRIVER
3718 W: http://www.cyclades.com/
3720 F: drivers/tty/cyclades.c
3721 F: include/linux/cyclades.h
3722 F: include/uapi/linux/cyclades.h
3724 CYCLADES PC300 DRIVER
3725 W: http://www.cyclades.com/
3727 F: drivers/net/wan/pc300*
3729 CYPRESS_FIRMWARE MEDIA DRIVER
3730 M: Antti Palosaari <crope@iki.fi>
3731 L: linux-media@vger.kernel.org
3732 W: https://linuxtv.org
3733 W: http://palosaari.fi/linux/
3734 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3735 T: git git://linuxtv.org/anttip/media_tree.git
3737 F: drivers/media/common/cypress_firmware*
3739 CYTTSP TOUCHSCREEN DRIVER
3740 M: Ferruh Yigit <fery@cypress.com>
3741 L: linux-input@vger.kernel.org
3743 F: drivers/input/touchscreen/cyttsp*
3744 F: include/linux/input/cyttsp.h
3746 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3747 M: Joshua Kinard <kumba@gentoo.org>
3749 F: drivers/rtc/rtc-ds1685.c
3750 F: include/linux/rtc/ds1685.h
3752 DAMA SLAVE for AX.25
3753 M: Joerg Reuter <jreuter@yaina.de>
3754 W: http://yaina.de/jreuter/
3755 W: http://www.qsl.net/dl1bke/
3756 L: linux-hams@vger.kernel.org
3758 F: net/ax25/af_ax25.c
3759 F: net/ax25/ax25_dev.c
3760 F: net/ax25/ax25_ds_*
3761 F: net/ax25/ax25_in.c
3762 F: net/ax25/ax25_out.c
3763 F: net/ax25/ax25_timer.c
3764 F: net/ax25/sysctl_net_ax25.c
3766 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3767 L: netdev@vger.kernel.org
3769 F: Documentation/networking/dmfe.txt
3770 F: drivers/net/ethernet/dec/tulip/dmfe.c
3772 DC390/AM53C974 SCSI driver
3773 M: Hannes Reinecke <hare@suse.com>
3774 L: linux-scsi@vger.kernel.org
3776 F: drivers/scsi/am53c974.c
3779 M: Oliver Neukum <oliver@neukum.org>
3780 M: Ali Akcaagac <aliakc@web.de>
3781 M: Jamie Lenehan <lenehan@twibble.org>
3782 L: dc395x@twibble.org
3783 W: http://twibble.org/dist/dc395x/
3784 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3786 F: Documentation/scsi/dc395x.txt
3787 F: drivers/scsi/dc395x.*
3790 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3791 L: dccp@vger.kernel.org
3792 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3794 F: include/linux/dccp.h
3795 F: include/uapi/linux/dccp.h
3796 F: include/linux/tfrc.h
3799 DECnet NETWORK LAYER
3800 W: http://linux-decnet.sourceforge.net
3801 L: linux-decnet-user@lists.sourceforge.net
3803 F: Documentation/networking/decnet.txt
3806 DECSTATION PLATFORM SUPPORT
3807 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3808 L: linux-mips@linux-mips.org
3809 W: http://www.linux-mips.org/wiki/DECstation
3812 F: arch/mips/include/asm/dec/
3813 F: arch/mips/include/asm/mach-dec/
3815 DEFXX FDDI NETWORK DRIVER
3816 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3818 F: drivers/net/fddi/defxx.*
3821 M: Matthew Garrett <mjg59@srcf.ucam.org>
3822 M: Pali Rohár <pali.rohar@gmail.com>
3823 L: platform-driver-x86@vger.kernel.org
3825 F: drivers/platform/x86/dell-laptop.c
3827 DELL LAPTOP RBTN DRIVER
3828 M: Pali Rohár <pali.rohar@gmail.com>
3830 F: drivers/platform/x86/dell-rbtn.*
3832 DELL LAPTOP FREEFALL DRIVER
3833 M: Pali Rohár <pali.rohar@gmail.com>
3835 F: drivers/platform/x86/dell-smo8800.c
3837 DELL LAPTOP SMM DRIVER
3838 M: Pali Rohár <pali.rohar@gmail.com>
3840 F: drivers/hwmon/dell-smm-hwmon.c
3841 F: include/uapi/linux/i8k.h
3843 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3844 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3846 F: Documentation/dcdbas.txt
3847 F: drivers/firmware/dcdbas.*
3849 DELL WMI EXTRAS DRIVER
3850 M: Matthew Garrett <mjg59@srcf.ucam.org>
3851 M: Pali Rohár <pali.rohar@gmail.com>
3853 F: drivers/platform/x86/dell-wmi.c
3855 DESIGNWARE USB2 DRD IP DRIVER
3856 M: John Youn <johnyoun@synopsys.com>
3857 L: linux-usb@vger.kernel.org
3858 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3860 F: drivers/usb/dwc2/
3862 DESIGNWARE USB3 DRD IP DRIVER
3863 M: Felipe Balbi <balbi@kernel.org>
3864 L: linux-usb@vger.kernel.org
3865 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3867 F: drivers/usb/dwc3/
3869 DEVICE COREDUMP (DEV_COREDUMP)
3870 M: Johannes Berg <johannes@sipsolutions.net>
3871 L: linux-kernel@vger.kernel.org
3873 F: drivers/base/devcoredump.c
3874 F: include/linux/devcoredump.h
3876 DEVICE FREQUENCY (DEVFREQ)
3877 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3878 M: Kyungmin Park <kyungmin.park@samsung.com>
3879 R: Chanwoo Choi <cw00.choi@samsung.com>
3880 L: linux-pm@vger.kernel.org
3881 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3884 F: include/linux/devfreq.h
3885 F: Documentation/devicetree/bindings/devfreq/
3887 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3888 M: Chanwoo Choi <cw00.choi@samsung.com>
3889 L: linux-pm@vger.kernel.org
3890 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3892 F: drivers/devfreq/event/
3893 F: drivers/devfreq/devfreq-event.c
3894 F: include/linux/devfreq-event.h
3895 F: Documentation/devicetree/bindings/devfreq/event/
3897 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3898 M: Chanwoo Choi <cw00.choi@samsung.com>
3899 L: linux-pm@vger.kernel.org
3900 L: linux-samsung-soc@vger.kernel.org
3901 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3903 F: drivers/devfreq/exynos-bus.c
3904 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3906 DEVICE NUMBER REGISTRY
3907 M: Torben Mathiasen <device@lanana.org>
3908 W: http://lanana.org/docs/device-list/index.html
3912 M: Alasdair Kergon <agk@redhat.com>
3913 M: Mike Snitzer <snitzer@redhat.com>
3914 M: dm-devel@redhat.com
3915 L: dm-devel@redhat.com
3916 W: http://sources.redhat.com/dm
3917 Q: http://patchwork.kernel.org/project/dm-devel/list/
3918 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3919 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3921 F: Documentation/device-mapper/
3923 F: drivers/md/persistent-data/
3924 F: include/linux/device-mapper.h
3925 F: include/linux/dm-*.h
3926 F: include/uapi/linux/dm-*.h
3929 M: Jiri Pirko <jiri@mellanox.com>
3930 L: netdev@vger.kernel.org
3932 F: net/core/devlink.c
3933 F: include/net/devlink.h
3934 F: include/uapi/linux/devlink.h
3936 DIALOG SEMICONDUCTOR DRIVERS
3937 M: Support Opensource <support.opensource@diasemi.com>
3938 W: http://www.dialog-semiconductor.com/products
3940 F: Documentation/hwmon/da90??
3941 F: Documentation/devicetree/bindings/mfd/da90*.txt
3942 F: Documentation/devicetree/bindings/regulator/da92*.txt
3943 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3944 F: drivers/gpio/gpio-da90??.c
3945 F: drivers/hwmon/da90??-hwmon.c
3946 F: drivers/iio/adc/da91??-*.c
3947 F: drivers/input/misc/da90??_onkey.c
3948 F: drivers/input/touchscreen/da9052_tsi.c
3949 F: drivers/leds/leds-da90??.c
3950 F: drivers/mfd/da903x.c
3951 F: drivers/mfd/da90??-*.c
3952 F: drivers/mfd/da91??-*.c
3953 F: drivers/power/supply/da9052-battery.c
3954 F: drivers/power/supply/da91??-*.c
3955 F: drivers/regulator/da903x.c
3956 F: drivers/regulator/da9???-regulator.[ch]
3957 F: drivers/rtc/rtc-da90??.c
3958 F: drivers/video/backlight/da90??_bl.c
3959 F: drivers/watchdog/da90??_wdt.c
3960 F: include/linux/mfd/da903x.h
3961 F: include/linux/mfd/da9052/
3962 F: include/linux/mfd/da9055/
3963 F: include/linux/mfd/da9062/
3964 F: include/linux/mfd/da9063/
3965 F: include/linux/mfd/da9150/
3966 F: include/linux/regulator/da9211.h
3967 F: include/sound/da[79]*.h
3968 F: sound/soc/codecs/da[79]*.[ch]
3970 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3971 M: William Breathitt Gray <vilhelm.gray@gmail.com>
3972 L: linux-gpio@vger.kernel.org
3974 F: drivers/gpio/gpio-gpio-mm.c
3976 DIGI NEO AND CLASSIC PCI PRODUCTS
3977 M: Lidza Louina <lidza.louina@gmail.com>
3978 M: Mark Hounschell <markh@compro.net>
3979 L: driverdev-devel@linuxdriverproject.org
3981 F: drivers/staging/dgnc/
3983 DIOLAN U2C-12 I2C DRIVER
3984 M: Guenter Roeck <linux@roeck-us.net>
3985 L: linux-i2c@vger.kernel.org
3987 F: drivers/i2c/busses/i2c-diolan-u2c.c
3990 M: Matthew Wilcox <mawilcox@microsoft.com>
3991 M: Ross Zwisler <ross.zwisler@linux.intel.com>
3992 L: linux-fsdevel@vger.kernel.org
3995 F: include/linux/dax.h
3996 F: include/trace/events/fs_dax.h
3998 DIRECTORY NOTIFICATION (DNOTIFY)
3999 M: Eric Paris <eparis@parisplace.org>
4001 F: Documentation/filesystems/dnotify.txt
4002 F: fs/notify/dnotify/
4003 F: include/linux/dnotify.h
4005 DISK GEOMETRY AND PARTITION HANDLING
4006 M: Andries Brouwer <aeb@cwi.nl>
4007 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4008 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4009 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4013 M: Jan Kara <jack@suse.com>
4015 F: Documentation/filesystems/quota.txt
4017 F: include/linux/quota*.h
4018 F: include/uapi/linux/quota*.h
4020 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4021 M: Bernie Thompson <bernie@plugable.com>
4022 L: linux-fbdev@vger.kernel.org
4024 W: http://plugable.com/category/projects/udlfb/
4025 F: drivers/video/fbdev/udlfb.c
4026 F: include/video/udlfb.h
4027 F: Documentation/fb/udlfb.txt
4029 DISTRIBUTED LOCK MANAGER (DLM)
4030 M: Christine Caulfield <ccaulfie@redhat.com>
4031 M: David Teigland <teigland@redhat.com>
4032 L: cluster-devel@redhat.com
4033 W: http://sources.redhat.com/cluster/
4034 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4038 DMA BUFFER SHARING FRAMEWORK
4039 M: Sumit Semwal <sumit.semwal@linaro.org>
4041 L: linux-media@vger.kernel.org
4042 L: dri-devel@lists.freedesktop.org
4043 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4045 F: include/linux/dma-buf*
4046 F: include/linux/reservation.h
4047 F: include/linux/*fence.h
4048 F: Documentation/driver-api/dma-buf.rst
4049 T: git git://anongit.freedesktop.org/drm/drm-misc
4052 M: Sumit Semwal <sumit.semwal@linaro.org>
4053 R: Gustavo Padovan <gustavo@padovan.org>
4055 L: linux-media@vger.kernel.org
4056 L: dri-devel@lists.freedesktop.org
4057 F: drivers/dma-buf/sync_*
4058 F: drivers/dma-buf/dma-fence*
4059 F: drivers/dma-buf/sw_sync.c
4060 F: include/linux/sync_file.h
4061 F: include/uapi/linux/sync_file.h
4062 F: Documentation/sync_file.txt
4063 T: git git://anongit.freedesktop.org/drm/drm-misc
4065 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4066 M: Vinod Koul <vinod.koul@intel.com>
4067 L: dmaengine@vger.kernel.org
4068 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
4071 F: include/linux/dmaengine.h
4072 F: Documentation/devicetree/bindings/dma/
4073 F: Documentation/dmaengine/
4074 T: git git://git.infradead.org/users/vkoul/slave-dma.git
4076 DME1737 HARDWARE MONITOR DRIVER
4077 M: Juerg Haefliger <juergh@gmail.com>
4078 L: linux-hwmon@vger.kernel.org
4080 F: Documentation/hwmon/dme1737
4081 F: drivers/hwmon/dme1737.c
4084 M: Jean Delvare <jdelvare@suse.com>
4086 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4087 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
4088 F: drivers/firmware/dmi-id.c
4089 F: drivers/firmware/dmi_scan.c
4090 F: include/linux/dmi.h
4093 M: Jonathan Corbet <corbet@lwn.net>
4094 L: linux-doc@vger.kernel.org
4097 F: scripts/docproc.c
4098 F: scripts/kernel-doc*
4099 X: Documentation/ABI/
4100 X: Documentation/devicetree/
4101 X: Documentation/acpi
4102 X: Documentation/power
4103 X: Documentation/spi
4104 X: Documentation/media
4105 T: git git://git.lwn.net/linux.git docs-next
4108 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
4109 L: blinux-list@redhat.com
4111 F: drivers/char/dtlk.c
4112 F: include/linux/dtlk.h
4114 DPT_I2O SCSI RAID DRIVER
4115 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4116 L: linux-scsi@vger.kernel.org
4117 W: http://www.adaptec.com/
4119 F: drivers/scsi/dpt*
4120 F: drivers/scsi/dpt/
4123 M: Philipp Reisner <philipp.reisner@linbit.com>
4124 M: Lars Ellenberg <lars.ellenberg@linbit.com>
4125 L: drbd-dev@lists.linbit.com
4126 W: http://www.drbd.org
4127 T: git git://git.linbit.com/linux-drbd.git
4128 T: git git://git.linbit.com/drbd-8.4.git
4130 F: drivers/block/drbd/
4132 F: Documentation/blockdev/drbd/
4134 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4135 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4136 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4138 F: Documentation/kobject.txt
4142 F: include/linux/debugfs.h
4143 F: include/linux/kobj*
4147 M: David Airlie <airlied@linux.ie>
4148 L: dri-devel@lists.freedesktop.org
4149 T: git git://people.freedesktop.org/~airlied/linux
4150 B: https://bugs.freedesktop.org/
4151 C: irc://chat.freenode.net/dri-devel
4155 F: Documentation/devicetree/bindings/display/
4156 F: Documentation/devicetree/bindings/gpu/
4157 F: Documentation/devicetree/bindings/video/
4158 F: Documentation/gpu/
4160 F: include/uapi/drm/
4162 DRM DRIVERS AND MISC GPU PATCHES
4163 M: Daniel Vetter <daniel.vetter@intel.com>
4164 M: Jani Nikula <jani.nikula@linux.intel.com>
4165 M: Sean Paul <seanpaul@chromium.org>
4166 W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4168 T: git git://anongit.freedesktop.org/drm/drm-misc
4169 F: Documentation/gpu/
4171 F: drivers/gpu/drm/*
4173 F: include/uapi/drm/drm*
4175 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4176 M: Dave Airlie <airlied@redhat.com>
4178 F: drivers/gpu/drm/ast/
4180 DRM DRIVERS FOR BRIDGE CHIPS
4181 M: Archit Taneja <architt@codeaurora.org>
4183 T: git git://anongit.freedesktop.org/drm/drm-misc
4184 F: drivers/gpu/drm/bridge/
4186 DRM DRIVER FOR BOCHS VIRTUAL GPU
4187 M: Gerd Hoffmann <kraxel@redhat.com>
4188 L: virtualization@lists.linux-foundation.org
4189 T: git git://git.kraxel.org/linux drm-qemu
4191 F: drivers/gpu/drm/bochs/
4193 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4194 M: Dave Airlie <airlied@redhat.com>
4195 M: Gerd Hoffmann <kraxel@redhat.com>
4196 L: virtualization@lists.linux-foundation.org
4197 T: git git://git.kraxel.org/linux drm-qemu
4199 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4200 F: drivers/gpu/drm/cirrus/
4202 RADEON and AMDGPU DRM DRIVERS
4203 M: Alex Deucher <alexander.deucher@amd.com>
4204 M: Christian König <christian.koenig@amd.com>
4205 L: amd-gfx@lists.freedesktop.org
4206 T: git git://people.freedesktop.org/~agd5f/linux
4208 F: drivers/gpu/drm/radeon/
4209 F: include/uapi/drm/radeon_drm.h
4210 F: drivers/gpu/drm/amd/
4211 F: include/uapi/drm/amdgpu_drm.h
4214 M: Thierry Reding <thierry.reding@gmail.com>
4215 L: dri-devel@lists.freedesktop.org
4216 T: git git://anongit.freedesktop.org/tegra/linux.git
4218 F: drivers/gpu/drm/drm_panel.c
4219 F: drivers/gpu/drm/panel/
4220 F: include/drm/drm_panel.h
4221 F: Documentation/devicetree/bindings/display/panel/
4223 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4224 M: Daniel Vetter <daniel.vetter@intel.com>
4225 M: Jani Nikula <jani.nikula@linux.intel.com>
4226 L: intel-gfx@lists.freedesktop.org
4227 W: https://01.org/linuxgraphics/
4228 B: https://01.org/linuxgraphics/documentation/how-report-bugs
4229 C: irc://chat.freenode.net/intel-gfx
4230 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4231 T: git git://anongit.freedesktop.org/drm-intel
4233 F: drivers/gpu/drm/i915/
4234 F: include/drm/i915*
4235 F: include/uapi/drm/i915_drm.h
4236 F: Documentation/gpu/i915.rst
4238 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4239 M: Zhenyu Wang <zhenyuw@linux.intel.com>
4240 M: Zhi Wang <zhi.a.wang@intel.com>
4241 L: intel-gvt-dev@lists.freedesktop.org
4242 L: intel-gfx@lists.freedesktop.org
4243 W: https://01.org/igvt-g
4244 T: git https://github.com/01org/gvt-linux.git
4246 F: drivers/gpu/drm/i915/gvt/
4248 DRM DRIVERS FOR ATMEL HLCDC
4249 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4250 L: dri-devel@lists.freedesktop.org
4252 F: drivers/gpu/drm/atmel-hlcdc/
4253 F: Documentation/devicetree/bindings/drm/atmel/
4255 DRM DRIVERS FOR ALLWINNER A10
4256 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4257 L: dri-devel@lists.freedesktop.org
4259 F: drivers/gpu/drm/sun4i/
4260 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4262 DRM DRIVERS FOR AMLOGIC SOCS
4263 M: Neil Armstrong <narmstrong@baylibre.com>
4264 L: dri-devel@lists.freedesktop.org
4265 L: linux-amlogic@lists.infradead.org
4266 W: http://linux-meson.com/
4268 F: drivers/gpu/drm/meson/
4269 F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4271 DRM DRIVERS FOR EXYNOS
4272 M: Inki Dae <inki.dae@samsung.com>
4273 M: Joonyoung Shim <jy0922.shim@samsung.com>
4274 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4275 M: Kyungmin Park <kyungmin.park@samsung.com>
4276 L: dri-devel@lists.freedesktop.org
4277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4279 F: drivers/gpu/drm/exynos/
4280 F: include/uapi/drm/exynos_drm.h
4281 F: Documentation/devicetree/bindings/display/exynos/
4283 DRM DRIVERS FOR FREESCALE DCU
4284 M: Stefan Agner <stefan@agner.ch>
4285 M: Alison Wang <alison.wang@freescale.com>
4286 L: dri-devel@lists.freedesktop.org
4288 F: drivers/gpu/drm/fsl-dcu/
4289 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4290 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4291 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4293 DRM DRIVERS FOR FREESCALE IMX
4294 M: Philipp Zabel <p.zabel@pengutronix.de>
4295 L: dri-devel@lists.freedesktop.org
4297 F: drivers/gpu/drm/imx/
4298 F: drivers/gpu/ipu-v3/
4299 F: Documentation/devicetree/bindings/display/imx/
4301 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4302 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4303 L: dri-devel@lists.freedesktop.org
4304 T: git git://github.com/patjak/drm-gma500
4306 F: drivers/gpu/drm/gma500/
4308 DRM DRIVERS FOR HISILICON
4309 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4310 M: Rongrong Zou <zourongrong@gmail.com>
4311 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4312 R: Chen Feng <puck.chen@hisilicon.com>
4313 L: dri-devel@lists.freedesktop.org
4314 T: git git://github.com/xin3liang/linux.git
4316 F: drivers/gpu/drm/hisilicon/
4317 F: Documentation/devicetree/bindings/display/hisilicon/
4319 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4320 S: Orphan / Obsolete
4321 F: drivers/gpu/drm/i810/
4322 F: include/uapi/drm/i810_drm.h
4324 DRM DRIVERS FOR MEDIATEK
4325 M: CK Hu <ck.hu@mediatek.com>
4326 M: Philipp Zabel <p.zabel@pengutronix.de>
4327 L: dri-devel@lists.freedesktop.org
4329 F: drivers/gpu/drm/mediatek/
4330 F: Documentation/devicetree/bindings/display/mediatek/
4332 DRM DRIVER FOR MI0283QT
4333 M: Noralf Trønnes <noralf@tronnes.org>
4335 F: drivers/gpu/drm/tinydrm/mi0283qt.c
4336 F: Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4338 DRM DRIVER FOR MSM ADRENO GPU
4339 M: Rob Clark <robdclark@gmail.com>
4340 L: linux-arm-msm@vger.kernel.org
4341 L: dri-devel@lists.freedesktop.org
4342 L: freedreno@lists.freedesktop.org
4343 T: git git://people.freedesktop.org/~robclark/linux
4345 F: drivers/gpu/drm/msm/
4346 F: include/uapi/drm/msm_drm.h
4347 F: Documentation/devicetree/bindings/display/msm/
4349 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4350 M: Ben Skeggs <bskeggs@redhat.com>
4351 L: dri-devel@lists.freedesktop.org
4352 L: nouveau@lists.freedesktop.org
4353 T: git git://github.com/skeggsb/linux
4355 F: drivers/gpu/drm/nouveau/
4356 F: include/uapi/drm/nouveau_drm.h
4358 DRM DRIVERS FOR NVIDIA TEGRA
4359 M: Thierry Reding <thierry.reding@gmail.com>
4360 L: dri-devel@lists.freedesktop.org
4361 L: linux-tegra@vger.kernel.org
4362 T: git git://anongit.freedesktop.org/tegra/linux.git
4364 F: drivers/gpu/drm/tegra/
4365 F: drivers/gpu/host1x/
4366 F: include/linux/host1x.h
4367 F: include/uapi/drm/tegra_drm.h
4368 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4370 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4371 S: Orphan / Obsolete
4372 F: drivers/gpu/drm/mga/
4373 F: include/uapi/drm/mga_drm.h
4375 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4376 M: Dave Airlie <airlied@redhat.com>
4378 F: drivers/gpu/drm/mgag200/
4380 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4381 S: Orphan / Obsolete
4382 F: drivers/gpu/drm/r128/
4383 F: include/uapi/drm/r128_drm.h
4385 DRM DRIVERS FOR RENESAS
4386 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4387 L: dri-devel@lists.freedesktop.org
4388 L: linux-renesas-soc@vger.kernel.org
4389 T: git git://linuxtv.org/pinchartl/fbdev
4391 F: drivers/gpu/drm/rcar-du/
4392 F: drivers/gpu/drm/shmobile/
4393 F: include/linux/platform_data/shmob_drm.h
4394 F: Documentation/devicetree/bindings/display/renesas,du.txt
4396 DRM DRIVER FOR QXL VIRTUAL GPU
4397 M: Dave Airlie <airlied@redhat.com>
4398 M: Gerd Hoffmann <kraxel@redhat.com>
4399 L: virtualization@lists.linux-foundation.org
4400 T: git git://git.kraxel.org/linux drm-qemu
4402 F: drivers/gpu/drm/qxl/
4403 F: include/uapi/drm/qxl_drm.h
4405 DRM DRIVERS FOR ROCKCHIP
4406 M: Mark Yao <mark.yao@rock-chips.com>
4407 L: dri-devel@lists.freedesktop.org
4409 F: drivers/gpu/drm/rockchip/
4410 F: Documentation/devicetree/bindings/display/rockchip/
4412 DRM DRIVER FOR SAVAGE VIDEO CARDS
4413 S: Orphan / Obsolete
4414 F: drivers/gpu/drm/savage/
4415 F: include/uapi/drm/savage_drm.h
4417 DRM DRIVER FOR SIS VIDEO CARDS
4418 S: Orphan / Obsolete
4419 F: drivers/gpu/drm/sis/
4420 F: include/uapi/drm/sis_drm.h
4423 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4424 M: Vincent Abriou <vincent.abriou@st.com>
4425 L: dri-devel@lists.freedesktop.org
4426 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4428 F: drivers/gpu/drm/sti
4429 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4431 DRM DRIVER FOR TDFX VIDEO CARDS
4432 S: Orphan / Obsolete
4433 F: drivers/gpu/drm/tdfx/
4435 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4436 M: Dave Airlie <airlied@redhat.com>
4438 F: drivers/gpu/drm/udl/
4440 DRM DRIVERS FOR VIVANTE GPU IP
4441 M: Lucas Stach <l.stach@pengutronix.de>
4442 R: Russell King <linux+etnaviv@armlinux.org.uk>