3 List of maintainers and how to submit kernel changes
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/CodingStyle for guidance here.
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
69 Descriptions of section entries:
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
123 Maintainers List (try to look for most precise areas first)
125 -----------------------------------
128 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L: netdev@vger.kernel.org
131 F: Documentation/networking/vortex.txt
132 F: drivers/net/ethernet/3com/3c59x.c
134 3CR990 NETWORK DRIVER
135 M: David Dillow <dave@thedillows.org>
136 L: netdev@vger.kernel.org
138 F: drivers/net/ethernet/3com/typhoon*
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M: Adam Radford <linuxraid@lsi.com>
142 L: linux-scsi@vger.kernel.org
143 W: http://www.lsi.com
147 53C700 AND 53C700-66 SCSI DRIVER
148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L: linux-scsi@vger.kernel.org
151 F: drivers/scsi/53c700*
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M: Alexander Aring <aar@pengutronix.de>
155 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L: linux-bluetooth@vger.kernel.org
157 L: linux-wpan@vger.kernel.org
160 F: include/net/6lowpan.h
161 F: Documentation/networking/6lowpan.txt
163 6PACK NETWORK DRIVER FOR AX.25
164 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L: linux-hams@vger.kernel.org
167 F: drivers/net/hamradio/6pack.c
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L: netdev@vger.kernel.org
173 F: drivers/net/ethernet/realtek/r8169.c
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L: linux-serial@vger.kernel.org
179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F: drivers/tty/serial/8250*
181 F: include/linux/serial_8250.h
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L: netdev@vger.kernel.org
186 F: drivers/net/ethernet/8390/
189 M: Eric Van Hensbergen <ericvh@gmail.com>
190 M: Ron Minnich <rminnich@sandia.gov>
191 M: Latchesar Ionkov <lucho@ionkov.net>
192 L: v9fs-developer@lists.sourceforge.net
193 W: http://swik.net/v9fs
194 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 F: Documentation/filesystems/9p.txt
201 F: include/uapi/linux/virtio_9p.h
202 F: include/trace/events/9p.h
206 M: Antti Palosaari <crope@iki.fi>
207 L: linux-media@vger.kernel.org
208 W: https://linuxtv.org
209 W: http://palosaari.fi/linux/
210 Q: http://patchwork.linuxtv.org/project/linux-media/list/
211 T: git git://linuxtv.org/anttip/media_tree.git
213 F: drivers/media/dvb-frontends/a8293*
215 AACRAID SCSI RAID DRIVER
216 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
217 L: linux-scsi@vger.kernel.org
218 W: http://www.adaptec.com/
220 F: Documentation/scsi/aacraid.txt
221 F: drivers/scsi/aacraid/
224 L: linux-api@vger.kernel.org
225 F: include/linux/syscalls.h
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M: Hans de Goede <hdegoede@redhat.com>
230 L: linux-hwmon@vger.kernel.org
232 F: drivers/hwmon/abituguru.c
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M: Alistair John Strachan <alistair@devzero.co.uk>
236 L: linux-hwmon@vger.kernel.org
238 F: drivers/hwmon/abituguru3.c
240 ACCES 104-DIO-48E GPIO DRIVER
241 M: William Breathitt Gray <vilhelm.gray@gmail.com>
242 L: linux-gpio@vger.kernel.org
244 F: drivers/gpio/gpio-104-dio-48e.c
246 ACCES 104-IDI-48 GPIO DRIVER
247 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L: linux-gpio@vger.kernel.org
250 F: drivers/gpio/gpio-104-idi-48.c
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L: linux-gpio@vger.kernel.org
256 F: drivers/gpio/gpio-104-idio-16.c
259 M: Jes Sorensen <jes@trained-monkey.org>
260 L: linux-acenic@sunsite.dk
262 F: drivers/net/ethernet/alteon/acenic*
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M: Peter Feuerer <peter@piie.net>
266 L: platform-driver-x86@vger.kernel.org
267 W: http://piie.net/?section=acerhdf
269 F: drivers/platform/x86/acerhdf.c
271 ACER WMI LAPTOP EXTRAS
272 M: "Lee, Chun-Yi" <jlee@suse.com>
273 L: platform-driver-x86@vger.kernel.org
275 F: drivers/platform/x86/acer-wmi.c
278 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M: Len Brown <lenb@kernel.org>
280 L: linux-acpi@vger.kernel.org
281 W: https://01.org/linux-acpi
282 Q: https://patchwork.kernel.org/project/linux-acpi/list/
283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
286 F: drivers/pnp/pnpacpi/
287 F: include/linux/acpi.h
289 F: Documentation/acpi/
290 F: Documentation/ABI/testing/sysfs-bus-acpi
291 F: Documentation/ABI/testing/configfs-acpi
292 F: drivers/pci/*acpi*
293 F: drivers/pci/*/*acpi*
294 F: drivers/pci/*/*/*acpi*
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M: Robert Moore <robert.moore@intel.com>
299 M: Lv Zheng <lv.zheng@intel.com>
300 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301 L: linux-acpi@vger.kernel.org
303 W: https://acpica.org/
304 W: https://github.com/acpica/acpica/
305 Q: https://patchwork.kernel.org/project/linux-acpi/list/
306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
308 F: drivers/acpi/acpica/
313 M: Zhang Rui <rui.zhang@intel.com>
314 L: linux-acpi@vger.kernel.org
315 W: https://01.org/linux-acpi
317 F: drivers/acpi/fan.c
320 M: Zhang Rui <rui.zhang@intel.com>
321 L: linux-acpi@vger.kernel.org
322 W: https://01.org/linux-acpi
324 F: drivers/acpi/*thermal*
327 M: Zhang Rui <rui.zhang@intel.com>
328 L: linux-acpi@vger.kernel.org
329 W: https://01.org/linux-acpi
331 F: drivers/acpi/acpi_video.c
334 L: platform-driver-x86@vger.kernel.org
336 F: drivers/platform/x86/wmi.c
338 AD1889 ALSA SOUND DRIVER
339 M: Thibaut Varene <T-Bone@parisc-linux.org>
340 W: http://wiki.parisc-linux.org/AD1889
341 L: linux-parisc@vger.kernel.org
343 F: sound/pci/ad1889.*
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M: Michael Hennerich <michael.hennerich@analog.com>
347 W: http://wiki.analog.com/AD5254
348 W: http://ez.analog.com/community/linux-device-drivers
350 F: drivers/misc/ad525x_dpot.c
352 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353 M: Michael Hennerich <michael.hennerich@analog.com>
354 W: http://wiki.analog.com/AD5398
355 W: http://ez.analog.com/community/linux-device-drivers
357 F: drivers/regulator/ad5398.c
359 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360 M: Michael Hennerich <michael.hennerich@analog.com>
361 W: http://wiki.analog.com/AD7142
362 W: http://ez.analog.com/community/linux-device-drivers
364 F: drivers/input/misc/ad714x.c
366 AD7877 TOUCHSCREEN DRIVER
367 M: Michael Hennerich <michael.hennerich@analog.com>
368 W: http://wiki.analog.com/AD7877
369 W: http://ez.analog.com/community/linux-device-drivers
371 F: drivers/input/touchscreen/ad7877.c
373 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374 M: Michael Hennerich <michael.hennerich@analog.com>
375 W: http://wiki.analog.com/AD7879
376 W: http://ez.analog.com/community/linux-device-drivers
378 F: drivers/input/touchscreen/ad7879.c
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M: Jiri Kosina <jikos@kernel.org>
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M: Michael Hennerich <michael.hennerich@analog.com>
386 W: https://wiki.analog.com/ADF7242
387 W: http://ez.analog.com/community/linux-device-drivers
388 L: linux-wpan@vger.kernel.org
390 F: drivers/net/ieee802154/adf7242.c
391 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
393 ADM1025 HARDWARE MONITOR DRIVER
394 M: Jean Delvare <jdelvare@suse.com>
395 L: linux-hwmon@vger.kernel.org
397 F: Documentation/hwmon/adm1025
398 F: drivers/hwmon/adm1025.c
400 ADM1029 HARDWARE MONITOR DRIVER
401 M: Corentin Labbe <clabbe.montjoie@gmail.com>
402 L: linux-hwmon@vger.kernel.org
404 F: drivers/hwmon/adm1029.c
406 ADM8211 WIRELESS DRIVER
407 L: linux-wireless@vger.kernel.org
408 W: http://wireless.kernel.org/
410 F: drivers/net/wireless/admtek/adm8211.*
412 ADP1653 FLASH CONTROLLER DRIVER
413 M: Sakari Ailus <sakari.ailus@iki.fi>
414 L: linux-media@vger.kernel.org
416 F: drivers/media/i2c/adp1653.c
417 F: include/media/i2c/adp1653.h
419 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420 M: Michael Hennerich <michael.hennerich@analog.com>
421 W: http://wiki.analog.com/ADP5520
422 W: http://ez.analog.com/community/linux-device-drivers
424 F: drivers/mfd/adp5520.c
425 F: drivers/video/backlight/adp5520_bl.c
426 F: drivers/leds/leds-adp5520.c
427 F: drivers/gpio/gpio-adp5520.c
428 F: drivers/input/keyboard/adp5520-keys.c
430 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431 M: Michael Hennerich <michael.hennerich@analog.com>
432 W: http://wiki.analog.com/ADP5588
433 W: http://ez.analog.com/community/linux-device-drivers
435 F: drivers/input/keyboard/adp5588-keys.c
436 F: drivers/gpio/gpio-adp5588.c
438 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439 M: Michael Hennerich <michael.hennerich@analog.com>
440 W: http://wiki.analog.com/ADP8860
441 W: http://ez.analog.com/community/linux-device-drivers
443 F: drivers/video/backlight/adp8860_bl.c
445 ADS1015 HARDWARE MONITOR DRIVER
446 M: Dirk Eibach <eibach@gdsys.de>
447 L: linux-hwmon@vger.kernel.org
449 F: Documentation/hwmon/ads1015
450 F: drivers/hwmon/ads1015.c
451 F: include/linux/i2c/ads1015.h
454 M: Colin Leroy <colin@colino.net>
456 F: drivers/macintosh/therm_adt746x.c
458 ADT7475 HARDWARE MONITOR DRIVER
459 M: Jean Delvare <jdelvare@suse.com>
460 L: linux-hwmon@vger.kernel.org
462 F: Documentation/hwmon/adt7475
463 F: drivers/hwmon/adt7475.c
465 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466 M: Michael Hennerich <michael.hennerich@analog.com>
467 W: http://wiki.analog.com/ADXL345
468 W: http://ez.analog.com/community/linux-device-drivers
470 F: drivers/input/misc/adxl34x.c
473 M: Matthew Wilcox <matthew@wil.cx>
474 M: Hannes Reinecke <hare@suse.com>
475 L: linux-scsi@vger.kernel.org
477 F: Documentation/scsi/advansys.txt
478 F: drivers/scsi/advansys.c
481 M: Riccardo Facchetti <fizban@tin.it>
483 F: sound/oss/aedsp16.c
486 M: Antti Palosaari <crope@iki.fi>
487 L: linux-media@vger.kernel.org
488 W: https://linuxtv.org
489 W: http://palosaari.fi/linux/
490 Q: http://patchwork.linuxtv.org/project/linux-media/list/
491 T: git git://linuxtv.org/anttip/media_tree.git
493 F: drivers/media/dvb-frontends/af9013*
496 M: Antti Palosaari <crope@iki.fi>
497 L: linux-media@vger.kernel.org
498 W: https://linuxtv.org
499 W: http://palosaari.fi/linux/
500 Q: http://patchwork.linuxtv.org/project/linux-media/list/
501 T: git git://linuxtv.org/anttip/media_tree.git
503 F: drivers/media/dvb-frontends/af9033*
506 L: linux-fsdevel@vger.kernel.org
508 F: Documentation/filesystems/affs.txt
511 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512 M: David Howells <dhowells@redhat.com>
513 L: linux-afs@lists.infradead.org
516 F: include/net/af_rxrpc.h
517 F: net/rxrpc/af_rxrpc.c
520 M: David Airlie <airlied@linux.ie>
521 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
524 F: include/linux/agp*
525 F: include/uapi/linux/agp*
528 M: "Juergen E. Fischer" <fischer@norbit.de>
529 L: linux-scsi@vger.kernel.org
531 F: drivers/scsi/aha152x*
532 F: drivers/scsi/pcmcia/aha152x*
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M: Hannes Reinecke <hare@suse.com>
536 L: linux-scsi@vger.kernel.org
538 F: drivers/scsi/aic7xxx/
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M: Hans Verkuil <hverkuil@xs4all.nl>
542 L: linux-media@vger.kernel.org
543 T: git git://linuxtv.org/media_tree.git
544 W: https://linuxtv.org
546 F: drivers/media/radio/radio-aimslab*
549 M: Benjamin LaHaise <bcrl@kvack.org>
550 L: linux-aio@kvack.org
553 F: include/linux/*aio*.h
556 M: Antti Palosaari <crope@iki.fi>
557 L: linux-media@vger.kernel.org
558 W: https://linuxtv.org
559 W: http://palosaari.fi/linux/
560 Q: http://patchwork.linuxtv.org/project/linux-media/list/
561 T: git git://linuxtv.org/anttip/media_tree.git
563 F: drivers/media/usb/airspy/
565 ALCATEL SPEEDTOUCH USB DRIVER
566 M: Duncan Sands <duncan.sands@free.fr>
567 L: linux-usb@vger.kernel.org
568 W: http://www.linux-usb.org/SpeedTouch/
570 F: drivers/usb/atm/speedtch.c
571 F: drivers/usb/atm/usbatm.c
573 ALCHEMY AU1XX0 MMC DRIVER
574 M: Manuel Lauss <manuel.lauss@gmail.com>
576 F: drivers/mmc/host/au1xmmc.c
579 M: Rudolf Marek <r.marek@assembler.cz>
580 L: linux-i2c@vger.kernel.org
582 F: Documentation/i2c/busses/i2c-ali1563
583 F: drivers/i2c/busses/i2c-ali1563.c
585 ALLWINNER SECURITY SYSTEM
586 M: Corentin Labbe <clabbe.montjoie@gmail.com>
587 L: linux-crypto@vger.kernel.org
589 F: drivers/crypto/sunxi-ss/
592 M: Richard Henderson <rth@twiddle.net>
593 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594 M: Matt Turner <mattst88@gmail.com>
596 L: linux-alpha@vger.kernel.org
599 ALPS PS/2 TOUCHPAD DRIVER
600 R: Pali Rohár <pali.rohar@gmail.com>
601 F: drivers/input/mouse/alps.*
603 ALTERA MAILBOX DRIVER
604 M: Ley Foon Tan <lftan@altera.com>
605 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
607 F: drivers/mailbox/mailbox-altera.c
610 M: Tien Hock Loh <thloh@altera.com>
611 L: linux-gpio@vger.kernel.org
613 F: drivers/gpio/gpio-altera.c
615 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
616 M: Thor Thayer <tthayer@opensource.altera.com>
618 F: drivers/gpio/gpio-altera-a10sr.c
619 F: drivers/mfd/altera-a10sr.c
620 F: include/linux/mfd/altera-a10sr.h
622 ALTERA TRIPLE SPEED ETHERNET DRIVER
623 M: Vince Bridgers <vbridger@opensource.altera.com>
624 L: netdev@vger.kernel.org
625 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
627 F: drivers/net/ethernet/altera/
629 ALTERA UART/JTAG UART SERIAL DRIVERS
630 M: Tobias Klauser <tklauser@distanz.ch>
631 L: linux-serial@vger.kernel.org
632 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
634 F: drivers/tty/serial/altera_uart.c
635 F: drivers/tty/serial/altera_jtaguart.c
636 F: include/linux/altera_uart.h
637 F: include/linux/altera_jtaguart.h
639 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
640 M: Tom Lendacky <thomas.lendacky@amd.com>
641 M: Gary Hook <gary.hook@amd.com>
642 L: linux-crypto@vger.kernel.org
644 F: drivers/crypto/ccp/
645 F: include/linux/ccp.h
647 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
648 M: Huang Rui <ray.huang@amd.com>
649 L: linux-hwmon@vger.kernel.org
651 F: Documentation/hwmon/fam15h_power
652 F: drivers/hwmon/fam15h_power.c
654 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
655 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
657 F: drivers/usb/gadget/udc/amd5536udc.*
659 AMD GEODE PROCESSOR/CHIPSET SUPPORT
660 P: Andres Salomon <dilinger@queued.net>
661 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
662 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
664 F: drivers/char/hw_random/geode-rng.c
665 F: drivers/crypto/geode*
666 F: drivers/video/fbdev/geode/
667 F: arch/x86/include/asm/geode.h
670 M: Joerg Roedel <joro@8bytes.org>
671 L: iommu@lists.linux-foundation.org
672 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
674 F: drivers/iommu/amd_iommu*.[ch]
675 F: include/linux/amd-iommu.h
678 M: Oded Gabbay <oded.gabbay@gmail.com>
679 L: dri-devel@lists.freedesktop.org
680 T: git git://people.freedesktop.org/~gabbayo/linux.git
682 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
683 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
684 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
685 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
686 F: drivers/gpu/drm/amd/amdkfd/
687 F: drivers/gpu/drm/amd/include/cik_structs.h
688 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
689 F: drivers/gpu/drm/amd/include/vi_structs.h
690 F: drivers/gpu/drm/radeon/radeon_kfd.c
691 F: drivers/gpu/drm/radeon/radeon_kfd.h
692 F: include/uapi/linux/kfd_ioctl.h
694 AMD SEATTLE DEVICE TREE SUPPORT
695 M: Brijesh Singh <brijeshkumar.singh@amd.com>
696 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
697 M: Tom Lendacky <thomas.lendacky@amd.com>
699 F: arch/arm64/boot/dts/amd/
702 M: Tom Lendacky <thomas.lendacky@amd.com>
703 L: netdev@vger.kernel.org
705 F: drivers/net/ethernet/amd/xgbe/
706 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
708 AMS (Apple Motion Sensor) DRIVER
709 M: Michael Hanselmann <linux-kernel@hansmi.ch>
711 F: drivers/macintosh/ams/
713 ANALOG DEVICES INC AD9389B DRIVER
714 M: Hans Verkuil <hans.verkuil@cisco.com>
715 L: linux-media@vger.kernel.org
717 F: drivers/media/i2c/ad9389b*
719 ANALOG DEVICES INC ADV7180 DRIVER
720 M: Lars-Peter Clausen <lars@metafoo.de>
721 L: linux-media@vger.kernel.org
722 W: http://ez.analog.com/community/linux-device-drivers
724 F: drivers/media/i2c/adv7180.c
726 ANALOG DEVICES INC ADV7511 DRIVER
727 M: Hans Verkuil <hans.verkuil@cisco.com>
728 L: linux-media@vger.kernel.org
730 F: drivers/media/i2c/adv7511*
732 ANALOG DEVICES INC ADV7604 DRIVER
733 M: Hans Verkuil <hans.verkuil@cisco.com>
734 L: linux-media@vger.kernel.org
736 F: drivers/media/i2c/adv7604*
738 ANALOG DEVICES INC ADV7842 DRIVER
739 M: Hans Verkuil <hans.verkuil@cisco.com>
740 L: linux-media@vger.kernel.org
742 F: drivers/media/i2c/adv7842*
744 ANALOG DEVICES INC ASOC CODEC DRIVERS
745 M: Lars-Peter Clausen <lars@metafoo.de>
746 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
747 W: http://wiki.analog.com/
748 W: http://ez.analog.com/community/linux-device-drivers
750 F: sound/soc/codecs/adau*
751 F: sound/soc/codecs/adav*
752 F: sound/soc/codecs/ad1*
753 F: sound/soc/codecs/ad7*
754 F: sound/soc/codecs/ssm*
755 F: sound/soc/codecs/sigmadsp.*
757 ANALOG DEVICES INC ASOC DRIVERS
758 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
759 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
760 W: http://blackfin.uclinux.org/
762 F: sound/soc/blackfin/*
764 ANALOG DEVICES INC IIO DRIVERS
765 M: Lars-Peter Clausen <lars@metafoo.de>
766 M: Michael Hennerich <Michael.Hennerich@analog.com>
767 W: http://wiki.analog.com/
768 W: http://ez.analog.com/community/linux-device-drivers
771 X: drivers/iio/*/adjd*
772 F: drivers/staging/iio/*/ad*
773 F: staging/iio/trigger/iio-trig-bfin-timer.c
775 ANALOG DEVICES INC DMA DRIVERS
776 M: Lars-Peter Clausen <lars@metafoo.de>
777 W: http://ez.analog.com/community/linux-device-drivers
779 F: drivers/dma/dma-axi-dmac.c
781 ANDROID CONFIG FRAGMENTS
782 M: Rob Herring <robh@kernel.org>
784 F: kernel/configs/android*
787 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
788 M: Arve Hjønnevåg <arve@android.com>
789 M: Riley Andrews <riandrews@android.com>
790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
791 L: devel@driverdev.osuosl.org
794 F: drivers/staging/android/
797 M: Laura Abbott <labbott@redhat.com>
798 M: Sumit Semwal <sumit.semwal@linaro.org>
799 L: devel@driverdev.osuosl.org
801 F: drivers/staging/android/ion
802 F: drivers/staging/android/uapi/ion.h
803 F: drivers/staging/android/uapi/ion_test.h
805 AOA (Apple Onboard Audio) ALSA DRIVER
806 M: Johannes Berg <johannes@sipsolutions.net>
807 L: linuxppc-dev@lists.ozlabs.org
808 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
812 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
813 M: William Breathitt Gray <vilhelm.gray@gmail.com>
814 L: linux-iio@vger.kernel.org
816 F: drivers/iio/dac/stx104.c
819 M: Jiri Kosina <jikos@kernel.org>
821 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
822 F: arch/x86/kernel/apm_32.c
823 F: include/linux/apm_bios.h
824 F: include/uapi/linux/apm_bios.h
825 F: drivers/char/apm-emulation.c
827 APPLE BCM5974 MULTITOUCH DRIVER
828 M: Henrik Rydberg <rydberg@bitmath.org>
829 L: linux-input@vger.kernel.org
831 F: drivers/input/mouse/bcm5974.c
834 M: Henrik Rydberg <rydberg@bitmath.org>
835 L: linux-hwmon@vger.kernel.org
837 F: drivers/hwmon/applesmc.c
839 APPLETALK NETWORK LAYER
840 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
842 F: drivers/net/appletalk/
845 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
846 M: Duc Dang <dhdang@apm.com>
848 F: arch/arm64/boot/dts/apm/
850 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
851 M: Iyappan Subramanian <isubramanian@apm.com>
852 M: Keyur Chudgar <kchudgar@apm.com>
854 F: drivers/net/ethernet/apm/xgene/
855 F: drivers/net/phy/mdio-xgene.c
856 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
857 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
859 APTINA CAMERA SENSOR PLL
860 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
861 L: linux-media@vger.kernel.org
863 F: drivers/media/i2c/aptina-pll.*
865 ARC FRAMEBUFFER DRIVER
866 M: Jaya Kumar <jayalk@intworks.biz>
868 F: drivers/video/fbdev/arcfb.c
869 F: drivers/video/fbdev/core/fb_defio.c
872 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
873 L: netdev@vger.kernel.org
875 F: drivers/net/arcnet/
876 F: include/uapi/linux/if_arcnet.h
879 M: Alexey Brodkin <abrodkin@synopsys.com>
881 F: drivers/gpu/drm/arc/
882 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
885 M: Liviu Dudau <liviu.dudau@arm.com>
887 F: drivers/gpu/drm/arm/hdlcd_*
888 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
890 ARM MALI-DP DRM DRIVER
891 M: Liviu Dudau <liviu.dudau@arm.com>
892 M: Brian Starkey <brian.starkey@arm.com>
893 M: Mali DP Maintainers <malidp@foss.arm.com>
895 F: drivers/gpu/drm/arm/
896 F: Documentation/devicetree/bindings/display/arm,malidp.txt
898 ARM MFM AND FLOPPY DRIVERS
899 M: Ian Molton <spyro@f2s.com>
901 F: arch/arm/lib/floppydma.S
902 F: arch/arm/include/asm/floppy.h
904 ARM PMU PROFILING AND DEBUGGING
905 M: Will Deacon <will.deacon@arm.com>
906 R: Mark Rutland <mark.rutland@arm.com>
908 F: arch/arm*/kernel/perf_*
909 F: arch/arm/oprofile/common.c
910 F: arch/arm*/kernel/hw_breakpoint.c
911 F: arch/arm*/include/asm/hw_breakpoint.h
912 F: arch/arm*/include/asm/perf_event.h
913 F: drivers/perf/arm_pmu.c
914 F: include/linux/perf/arm_pmu.h
917 M: Russell King <linux@armlinux.org.uk>
918 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 W: http://www.armlinux.org.uk/
923 ARM SUB-ARCHITECTURES
924 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
930 ARM PRIMECELL AACI PL041 DRIVER
931 M: Russell King <linux@armlinux.org.uk>
935 ARM PRIMECELL CLCD PL110 DRIVER
936 M: Russell King <linux@armlinux.org.uk>
938 F: drivers/video/fbdev/amba-clcd.*
940 ARM PRIMECELL KMI PL050 DRIVER
941 M: Russell King <linux@armlinux.org.uk>
943 F: drivers/input/serio/ambakmi.*
944 F: include/linux/amba/kmi.h
946 ARM PRIMECELL MMCI PL180/1 DRIVER
947 M: Russell King <linux@armlinux.org.uk>
949 F: drivers/mmc/host/mmci.*
950 F: include/linux/amba/mmci.h
952 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
953 M: Russell King <linux@armlinux.org.uk>
955 F: drivers/tty/serial/amba-pl01*.c
956 F: include/linux/amba/serial.h
958 ARM PRIMECELL BUS SUPPORT
959 M: Russell King <linux@armlinux.org.uk>
962 F: include/linux/amba/bus.h
964 ARM/ADS SPHERE MACHINE SUPPORT
965 M: Lennert Buytenhek <kernel@wantstofly.org>
966 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 ARM/AFEB9260 MACHINE SUPPORT
970 M: Sergey Lapin <slapin@ossfans.org>
971 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974 ARM/AJECO 1ARM MACHINE SUPPORT
975 M: Lennert Buytenhek <kernel@wantstofly.org>
976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
979 ARM/Allwinner sunXi SoC support
980 M: Maxime Ripard <maxime.ripard@free-electrons.com>
981 M: Chen-Yu Tsai <wens@csie.org>
982 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 ARM/Allwinner SoC Clock Support
987 M: Emilio López <emilio@elopez.com.ar>
989 F: drivers/clk/sunxi/
991 ARM/Amlogic Meson SoC support
992 M: Carlo Caione <carlo@caione.org>
993 M: Kevin Hilman <khilman@baylibre.com>
994 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
995 L: linux-amlogic@lists.infradead.org
996 W: http://linux-meson.com/
998 F: arch/arm/mach-meson/
999 F: arch/arm/boot/dts/meson*
1000 F: arch/arm64/boot/dts/amlogic/
1001 F: drivers/pinctrl/meson/
1004 ARM/Annapurna Labs ALPINE ARCHITECTURE
1005 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1006 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1008 F: arch/arm/mach-alpine/
1009 F: arch/arm/boot/dts/alpine*
1010 F: arch/arm64/boot/dts/al/
1011 F: drivers/*/*alpine*
1013 ARM/ARTPEC MACHINE SUPPORT
1014 M: Jesper Nilsson <jesper.nilsson@axis.com>
1015 M: Lars Persson <lars.persson@axis.com>
1016 M: Niklas Cassel <niklas.cassel@axis.com>
1018 L: linux-arm-kernel@axis.com
1019 F: arch/arm/mach-artpec
1020 F: arch/arm/boot/dts/artpec6*
1023 ARM/ASPEED MACHINE SUPPORT
1024 M: Joel Stanley <joel@jms.id.au>
1026 F: arch/arm/mach-aspeed/
1027 F: arch/arm/boot/dts/aspeed-*
1028 F: drivers/*/*aspeed*
1030 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1031 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1032 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1033 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1034 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 W: http://www.linux4sam.org
1036 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1038 F: arch/arm/mach-at91/
1039 F: include/soc/at91/
1040 F: arch/arm/boot/dts/at91*.dts
1041 F: arch/arm/boot/dts/at91*.dtsi
1042 F: arch/arm/boot/dts/sama*.dts
1043 F: arch/arm/boot/dts/sama*.dtsi
1044 F: arch/arm/include/debug/at91.S
1046 ARM/ATMEL AT91 Clock Support
1047 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1051 ARM/CALXEDA HIGHBANK ARCHITECTURE
1052 M: Rob Herring <robh@kernel.org>
1053 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1055 F: arch/arm/mach-highbank/
1056 F: arch/arm/boot/dts/highbank.dts
1057 F: arch/arm/boot/dts/ecx-*.dts*
1059 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1060 M: Krzysztof Halasa <khalasa@piap.pl>
1062 F: arch/arm/mach-cns3xxx/
1064 ARM/CAVIUM THUNDER NETWORK DRIVER
1065 M: Sunil Goutham <sgoutham@cavium.com>
1066 M: Robert Richter <rric@kernel.org>
1067 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 F: drivers/net/ethernet/cavium/thunder/
1071 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1072 M: Alexander Shiyan <shc_work@mail.ru>
1073 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1078 M: Hartley Sweeten <hsweeten@visionengravers.com>
1079 M: Ryan Mallon <rmallon@gmail.com>
1080 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082 F: arch/arm/mach-ep93xx/
1083 F: arch/arm/mach-ep93xx/include/mach/
1085 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1086 M: Lennert Buytenhek <kernel@wantstofly.org>
1087 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 M: Russell King <linux@armlinux.org.uk>
1092 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1094 F: arch/arm/include/asm/clkdev.h
1095 F: drivers/clk/clkdev.c
1097 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1098 M: Mike Rapoport <mike@compulab.co.il>
1099 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102 ARM/CONTEC MICRO9 MACHINE SUPPORT
1103 M: Hubert Feurstein <hubert.feurstein@contec.at>
1105 F: arch/arm/mach-ep93xx/micro9.c
1107 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1108 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1109 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 F: drivers/hwtracing/coresight/*
1112 F: Documentation/trace/coresight.txt
1113 F: Documentation/devicetree/bindings/arm/coresight.txt
1114 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1116 ARM/CORGI MACHINE SUPPORT
1117 M: Richard Purdie <rpurdie@rpsys.net>
1120 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1121 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1122 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 T: git git://github.com/ulli-kroll/linux.git
1125 F: arch/arm/mach-gemini/
1126 F: drivers/rtc/rtc-gemini.c
1128 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1129 M: Barry Song <baohua@kernel.org>
1130 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1133 F: arch/arm/boot/dts/prima2*
1134 F: arch/arm/mach-prima2/
1135 F: drivers/clk/sirf/
1136 F: drivers/clocksource/timer-prima2.c
1137 F: drivers/clocksource/timer-atlas7.c
1140 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1141 M: Baruch Siach <baruch@tkos.co.il>
1142 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 F: arch/arm/boot/dts/cx92755*
1147 ARM/EBSA110 MACHINE SUPPORT
1148 M: Russell King <linux@armlinux.org.uk>
1149 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 W: http://www.armlinux.org.uk/
1152 F: arch/arm/mach-ebsa110/
1153 F: drivers/net/ethernet/amd/am79c961a.*
1155 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1156 M: Uwe Kleine-König <kernel@pengutronix.de>
1157 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1162 M: Daniel Ribeiro <drwyrm@gmail.com>
1163 M: Stefan Schmidt <stefan@openezx.org>
1164 M: Harald Welte <laforge@openezx.org>
1165 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1166 W: http://www.openezx.org/
1168 T: topgit git://git.openezx.org/openezx.git
1169 F: arch/arm/mach-pxa/ezx.c
1171 ARM/FARADAY FA526 PORT
1172 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1173 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 T: git git://git.berlios.de/gemini-board
1176 F: arch/arm/mm/*-fa*
1178 ARM/FOOTBRIDGE ARCHITECTURE
1179 M: Russell King <linux@armlinux.org.uk>
1180 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 W: http://www.armlinux.org.uk/
1183 F: arch/arm/include/asm/hardware/dec21285.h
1184 F: arch/arm/mach-footbridge/
1186 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1187 M: Shawn Guo <shawnguo@kernel.org>
1188 M: Sascha Hauer <kernel@pengutronix.de>
1189 R: Fabio Estevam <fabio.estevam@nxp.com>
1190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1193 F: arch/arm/mach-imx/
1194 F: arch/arm/mach-mxs/
1195 F: arch/arm/boot/dts/imx*
1196 F: arch/arm/configs/imx*_defconfig
1200 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1201 M: Shawn Guo <shawnguo@kernel.org>
1202 M: Sascha Hauer <kernel@pengutronix.de>
1203 R: Stefan Agner <stefan@agner.ch>
1204 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1206 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1207 F: arch/arm/mach-imx/*vf610*
1208 F: arch/arm/boot/dts/vf*
1210 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1211 M: Lennert Buytenhek <kernel@wantstofly.org>
1212 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 ARM/GUMSTIX MACHINE SUPPORT
1216 M: Steve Sakoman <sakoman@gmail.com>
1217 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1220 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1221 M: Philipp Zabel <philipp.zabel@gmail.com>
1222 M: Paul Parsons <lost.distance@yahoo.com>
1223 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1225 F: arch/arm/mach-pxa/hx4700.c
1226 F: arch/arm/mach-pxa/include/mach/hx4700.h
1227 F: sound/soc/pxa/hx4700.c
1229 ARM/HISILICON SOC SUPPORT
1230 M: Wei Xu <xuwei5@hisilicon.com>
1231 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232 W: http://www.hisilicon.com
1234 T: git git://github.com/hisilicon/linux-hisi.git
1235 F: arch/arm/mach-hisi/
1236 F: arch/arm/boot/dts/hi3*
1237 F: arch/arm/boot/dts/hip*
1238 F: arch/arm/boot/dts/hisi*
1239 F: arch/arm64/boot/dts/hisilicon/
1241 ARM/HP JORNADA 7XX MACHINE SUPPORT
1242 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1246 F: arch/arm/mach-sa1100/jornada720.c
1247 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1249 ARM/IGEP MACHINE SUPPORT
1250 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1251 M: Javier Martinez Canillas <javier@dowhile0.org>
1252 L: linux-omap@vger.kernel.org
1253 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255 F: arch/arm/boot/dts/omap3-igep*
1257 ARM/INCOME PXA270 SUPPORT
1258 M: Marek Vasut <marek.vasut@gmail.com>
1259 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1261 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1263 ARM/INTEL IOP32X ARM ARCHITECTURE
1264 M: Lennert Buytenhek <kernel@wantstofly.org>
1265 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1268 ARM/INTEL IOP33X ARM ARCHITECTURE
1269 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 ARM/INTEL IOP13XX ARM ARCHITECTURE
1273 M: Lennert Buytenhek <kernel@wantstofly.org>
1274 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1277 ARM/INTEL IQ81342EX MACHINE SUPPORT
1278 M: Lennert Buytenhek <kernel@wantstofly.org>
1279 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1282 ARM/INTEL IXDP2850 MACHINE SUPPORT
1283 M: Lennert Buytenhek <kernel@wantstofly.org>
1284 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287 ARM/INTEL IXP4XX ARM ARCHITECTURE
1288 M: Imre Kaloz <kaloz@openwrt.org>
1289 M: Krzysztof Halasa <khalasa@piap.pl>
1290 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 F: arch/arm/mach-ixp4xx/
1294 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1295 M: Jonathan Cameron <jic23@cam.ac.uk>
1296 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298 F: arch/arm/mach-pxa/stargate2.c
1299 F: drivers/pcmcia/pxa2xx_stargate2.c
1301 ARM/INTEL XSC3 (MANZANO) ARM CORE
1302 M: Lennert Buytenhek <kernel@wantstofly.org>
1303 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1307 M: Lennert Buytenhek <kernel@wantstofly.org>
1308 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1312 M: Santosh Shilimkar <ssantosh@kernel.org>
1313 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1315 F: arch/arm/mach-keystone/
1316 F: arch/arm/boot/dts/keystone-*
1317 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1319 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1320 M: Santosh Shilimkar <ssantosh@kernel.org>
1321 L: linux-kernel@vger.kernel.org
1323 F: drivers/clk/keystone/
1325 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1326 M: Santosh Shilimkar <ssantosh@kernel.org>
1327 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1328 L: linux-kernel@vger.kernel.org
1330 F: drivers/clocksource/timer-keystone.c
1332 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1333 M: Santosh Shilimkar <ssantosh@kernel.org>
1334 L: linux-kernel@vger.kernel.org
1336 F: drivers/power/reset/keystone-reset.c
1338 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1339 M: Santosh Shilimkar <ssantosh@kernel.org>
1340 L: linux-kernel@vger.kernel.org
1342 F: drivers/memory/*emif*
1344 ARM/LG1K ARCHITECTURE
1345 M: Chanho Min <chanho.min@lge.com>
1346 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348 F: arch/arm64/boot/dts/lg/
1350 ARM/LOGICPD PXA270 MACHINE SUPPORT
1351 M: Lennert Buytenhek <kernel@wantstofly.org>
1352 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355 ARM/LPC18XX ARCHITECTURE
1356 M: Joachim Eastwood <manabian@gmail.com>
1357 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1359 F: arch/arm/boot/dts/lpc43*
1360 F: drivers/clk/nxp/clk-lpc18xx*
1361 F: drivers/clocksource/time-lpc32xx.c
1362 F: drivers/i2c/busses/i2c-lpc2k.c
1363 F: drivers/memory/pl172.c
1364 F: drivers/mtd/spi-nor/nxp-spifi.c
1365 F: drivers/rtc/rtc-lpc24xx.c
1368 ARM/LPC32XX SOC SUPPORT
1369 M: Vladimir Zapolskiy <vz@mleia.com>
1370 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1371 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1372 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1374 F: arch/arm/boot/dts/lpc32*
1375 F: arch/arm/mach-lpc32xx/
1376 F: drivers/i2c/busses/i2c-pnx.c
1377 F: drivers/net/ethernet/nxp/lpc_eth.c
1378 F: drivers/usb/host/ohci-nxp.c
1379 F: drivers/watchdog/pnx4008_wdt.c
1382 ARM/MAGICIAN MACHINE SUPPORT
1383 M: Philipp Zabel <philipp.zabel@gmail.com>
1386 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1387 M: Jason Cooper <jason@lakedaemon.net>
1388 M: Andrew Lunn <andrew@lunn.ch>
1389 M: Gregory Clement <gregory.clement@free-electrons.com>
1390 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1391 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 F: arch/arm/mach-mvebu/
1394 F: drivers/rtc/rtc-armada38x.c
1395 F: arch/arm/boot/dts/armada*
1396 F: arch/arm/boot/dts/kirkwood*
1397 F: arch/arm64/boot/dts/marvell/armada*
1398 F: drivers/cpufreq/mvebu-cpufreq.c
1399 F: arch/arm/configs/mvebu_*_defconfig
1401 ARM/Marvell Berlin SoC support
1402 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1403 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1405 F: arch/arm/mach-berlin/
1406 F: arch/arm/boot/dts/berlin*
1407 F: arch/arm64/boot/dts/marvell/berlin*
1410 ARM/Marvell Dove/MV78xx0/Orion SOC support
1411 M: Jason Cooper <jason@lakedaemon.net>
1412 M: Andrew Lunn <andrew@lunn.ch>
1413 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1414 M: Gregory Clement <gregory.clement@free-electrons.com>
1415 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1417 F: arch/arm/mach-dove/
1418 F: arch/arm/mach-mv78xx0/
1419 F: arch/arm/mach-orion5x/
1420 F: arch/arm/plat-orion/
1421 F: arch/arm/boot/dts/dove*
1422 F: arch/arm/boot/dts/orion5x*
1425 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1426 M: Alexander Clouter <alex@digriz.org.uk>
1427 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1428 W: http://www.digriz.org.uk/ts78xx/kernel
1430 F: arch/arm/mach-orion5x/ts78xx-*
1432 ARM/OXNAS platform support
1433 M: Neil Armstrong <narmstrong@baylibre.com>
1434 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1436 F: arch/arm/mach-oxnas/
1437 F: arch/arm/boot/dts/oxnas*
1438 F: arch/arm/boot/dts/wd-mbwe.dts
1441 ARM/Mediatek RTC DRIVER
1442 M: Eddie Huang <eddie.huang@mediatek.com>
1443 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1446 F: drivers/rtc/rtc-mt6397.c
1448 ARM/Mediatek SoC support
1449 M: Matthias Brugger <matthias.bgg@gmail.com>
1450 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1451 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1453 F: arch/arm/boot/dts/mt6*
1454 F: arch/arm/boot/dts/mt8*
1455 F: arch/arm/mach-mediatek/
1459 ARM/Mediatek USB3 PHY DRIVER
1460 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1461 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1462 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1464 F: drivers/phy/phy-mt65xx-usb3.c
1466 ARM/MICREL KS8695 ARCHITECTURE
1467 M: Greg Ungerer <gerg@uclinux.org>
1468 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1469 F: arch/arm/mach-ks8695/
1472 ARM/MIOA701 MACHINE SUPPORT
1473 M: Robert Jarzmik <robert.jarzmik@free.fr>
1474 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1475 F: arch/arm/mach-pxa/mioa701.c
1478 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1479 M: Michael Petchkovsky <mkpetch@internode.on.net>
1482 ARM/NOMADIK ARCHITECTURE
1483 M: Alessandro Rubini <rubini@unipv.it>
1484 M: Linus Walleij <linus.walleij@linaro.org>
1485 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1487 F: arch/arm/mach-nomadik/
1488 F: drivers/pinctrl/nomadik/
1489 F: drivers/i2c/busses/i2c-nomadik.c
1490 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1492 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1493 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1494 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1495 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1498 ARM/TOSA MACHINE SUPPORT
1499 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1500 M: Dirk Opfer <dirk@opfer-online.de>
1503 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1504 M: Marek Vasut <marek.vasut@gmail.com>
1505 L: linux-arm-kernel@lists.infradead.org
1506 W: http://hackndev.com
1508 F: arch/arm/mach-pxa/include/mach/palmtx.h
1509 F: arch/arm/mach-pxa/palmtx.c
1510 F: arch/arm/mach-pxa/include/mach/palmt5.h
1511 F: arch/arm/mach-pxa/palmt5.c
1512 F: arch/arm/mach-pxa/include/mach/palmld.h
1513 F: arch/arm/mach-pxa/palmld.c
1514 F: arch/arm/mach-pxa/include/mach/palmte2.h
1515 F: arch/arm/mach-pxa/palmte2.c
1516 F: arch/arm/mach-pxa/include/mach/palmtc.h
1517 F: arch/arm/mach-pxa/palmtc.c
1519 ARM/PALM TREO SUPPORT
1520 M: Tomas Cech <sleep_walker@suse.com>
1521 L: linux-arm-kernel@lists.infradead.org
1522 W: http://hackndev.com
1524 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1525 F: arch/arm/mach-pxa/palmtreo.c
1528 M: Sergey Lapin <slapin@ossfans.org>
1529 L: linux-arm-kernel@lists.infradead.org
1530 W: http://hackndev.com
1532 F: arch/arm/mach-pxa/include/mach/palmz72.h
1533 F: arch/arm/mach-pxa/palmz72.c
1536 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1537 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1540 ARM/PT DIGITAL BOARD PORT
1541 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1542 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543 W: http://www.armlinux.org.uk/
1546 ARM/QUALCOMM SUPPORT
1547 M: Andy Gross <andy.gross@linaro.org>
1548 M: David Brown <david.brown@linaro.org>
1549 L: linux-arm-msm@vger.kernel.org
1550 L: linux-soc@vger.kernel.org
1552 F: Documentation/devicetree/bindings/soc/qcom/
1553 F: arch/arm/boot/dts/qcom-*.dts
1554 F: arch/arm/boot/dts/qcom-*.dtsi
1555 F: arch/arm/mach-qcom/
1556 F: arch/arm64/boot/dts/qcom/*
1557 F: drivers/i2c/busses/i2c-qup.c
1558 F: drivers/clk/qcom/
1559 F: drivers/soc/qcom/
1560 F: drivers/spi/spi-qup.c
1561 F: drivers/tty/serial/msm_serial.h
1562 F: drivers/tty/serial/msm_serial.c
1563 F: drivers/*/pm8???-*
1564 F: drivers/mfd/ssbi.c
1565 F: drivers/firmware/qcom_scm.c
1566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1568 ARM/RADISYS ENP2611 MACHINE SUPPORT
1569 M: Lennert Buytenhek <kernel@wantstofly.org>
1570 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1573 ARM/RENESAS ARM64 ARCHITECTURE
1574 M: Simon Horman <horms@verge.net.au>
1575 M: Magnus Damm <magnus.damm@gmail.com>
1576 L: linux-renesas-soc@vger.kernel.org
1577 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1580 F: arch/arm64/boot/dts/renesas/
1581 F: drivers/soc/renesas/
1582 F: include/linux/soc/renesas/
1584 ARM/RISCPC ARCHITECTURE
1585 M: Russell King <linux@armlinux.org.uk>
1586 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1587 W: http://www.armlinux.org.uk/
1589 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1590 F: arch/arm/include/asm/hardware/ioc.h
1591 F: arch/arm/include/asm/hardware/iomd.h
1592 F: arch/arm/include/asm/hardware/memc.h
1593 F: arch/arm/mach-rpc/
1594 F: drivers/net/ethernet/8390/etherh.c
1595 F: drivers/net/ethernet/i825xx/ether1*
1596 F: drivers/net/ethernet/seeq/ether3*
1597 F: drivers/scsi/arm/
1599 ARM/Rockchip SoC support
1600 M: Heiko Stuebner <heiko@sntech.de>
1601 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1602 L: linux-rockchip@lists.infradead.org
1603 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1605 F: arch/arm/boot/dts/rk3*
1606 F: arch/arm/mach-rockchip/
1607 F: drivers/clk/rockchip/
1608 F: drivers/i2c/busses/i2c-rk3x.c
1609 F: drivers/*/*rockchip*
1610 F: drivers/*/*/*rockchip*
1611 F: sound/soc/rockchip/
1614 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1615 M: Kukjin Kim <kgene@kernel.org>
1616 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1617 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1618 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1620 F: arch/arm/boot/dts/s3c*
1621 F: arch/arm/boot/dts/s5p*
1622 F: arch/arm/boot/dts/samsung*
1623 F: arch/arm/boot/dts/exynos*
1624 F: arch/arm64/boot/dts/exynos/
1625 F: arch/arm/plat-samsung/
1626 F: arch/arm/mach-s3c24*/
1627 F: arch/arm/mach-s3c64xx/
1628 F: arch/arm/mach-s5p*/
1629 F: arch/arm/mach-exynos*/
1630 F: drivers/*/*s3c24*
1631 F: drivers/*/*/*s3c24*
1632 F: drivers/*/*s3c64xx*
1633 F: drivers/*/*s5pv210*
1634 F: drivers/memory/samsung/*
1635 F: drivers/soc/samsung/*
1636 F: drivers/spi/spi-s3c*
1637 F: Documentation/arm/Samsung/
1638 F: Documentation/devicetree/bindings/arm/samsung/
1639 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1640 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1643 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1644 M: Kyungmin Park <kyungmin.park@samsung.com>
1645 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1647 F: arch/arm/mach-s5pv210/
1649 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1650 M: Kyungmin Park <kyungmin.park@samsung.com>
1651 M: Kamil Debski <kamil@wypas.org>
1652 M: Andrzej Hajda <a.hajda@samsung.com>
1653 L: linux-arm-kernel@lists.infradead.org
1654 L: linux-media@vger.kernel.org
1656 F: drivers/media/platform/s5p-g2d/
1658 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1659 M: Kyungmin Park <kyungmin.park@samsung.com>
1660 M: Kamil Debski <kamil@wypas.org>
1661 M: Jeongtae Park <jtp.park@samsung.com>
1662 M: Andrzej Hajda <a.hajda@samsung.com>
1663 L: linux-arm-kernel@lists.infradead.org
1664 L: linux-media@vger.kernel.org
1666 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1667 F: drivers/media/platform/s5p-mfc/
1669 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1670 M: Kyungmin Park <kyungmin.park@samsung.com>
1671 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1672 L: linux-arm-kernel@lists.infradead.org
1673 L: linux-media@vger.kernel.org
1675 F: drivers/media/platform/s5p-tv/
1677 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1678 M: Kyungmin Park <kyungmin.park@samsung.com>
1679 L: linux-arm-kernel@lists.infradead.org
1680 L: linux-media@vger.kernel.org
1682 F: drivers/staging/media/platform/s5p-cec/
1684 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1685 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1686 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1687 L: linux-arm-kernel@lists.infradead.org
1688 L: linux-media@vger.kernel.org
1690 F: drivers/media/platform/s5p-jpeg/
1692 ARM/SHMOBILE ARM ARCHITECTURE
1693 M: Simon Horman <horms@verge.net.au>
1694 M: Magnus Damm <magnus.damm@gmail.com>
1695 L: linux-renesas-soc@vger.kernel.org
1696 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1697 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1699 F: arch/arm/boot/dts/emev2*
1700 F: arch/arm/boot/dts/r7s*
1701 F: arch/arm/boot/dts/r8a*
1702 F: arch/arm/boot/dts/sh*
1703 F: arch/arm/configs/shmobile_defconfig
1704 F: arch/arm/include/debug/renesas-scif.S
1705 F: arch/arm/mach-shmobile/
1706 F: drivers/soc/renesas/
1707 F: include/linux/soc/renesas/
1709 ARM/SOCFPGA ARCHITECTURE
1710 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1712 F: arch/arm/mach-socfpga/
1713 F: arch/arm/boot/dts/socfpga*
1714 F: arch/arm/configs/socfpga_defconfig
1715 F: arch/arm64/boot/dts/altera/
1716 W: http://www.rocketboards.org
1717 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1719 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1720 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1722 F: drivers/clk/socfpga/
1724 ARM/SOCFPGA EDAC SUPPORT
1725 M: Thor Thayer <tthayer@opensource.altera.com>
1727 F: drivers/edac/altera_edac.
1729 ARM/STI ARCHITECTURE
1730 M: Patrice Chotard <patrice.chotard@st.com>
1731 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1732 L: kernel@stlinux.com
1733 W: http://www.stlinux.com
1735 F: arch/arm/mach-sti/
1736 F: arch/arm/boot/dts/sti*
1737 F: drivers/char/hw_random/st-rng.c
1738 F: drivers/clocksource/arm_global_timer.c
1739 F: drivers/clocksource/clksrc_st_lpc.c
1740 F: drivers/cpufreq/sti-cpufreq.c
1741 F: drivers/i2c/busses/i2c-st.c
1742 F: drivers/media/rc/st_rc.c
1743 F: drivers/media/platform/sti/c8sectpfe/
1744 F: drivers/mmc/host/sdhci-st.c
1745 F: drivers/phy/phy-miphy28lp.c
1746 F: drivers/phy/phy-miphy365x.c
1747 F: drivers/phy/phy-stih407-usb.c
1748 F: drivers/phy/phy-stih41x-usb.c
1749 F: drivers/pinctrl/pinctrl-st.c
1750 F: drivers/remoteproc/st_remoteproc.c
1751 F: drivers/reset/sti/
1752 F: drivers/rtc/rtc-st-lpc.c
1753 F: drivers/tty/serial/st-asc.c
1754 F: drivers/usb/dwc3/dwc3-st.c
1755 F: drivers/usb/host/ehci-st.c
1756 F: drivers/usb/host/ohci-st.c
1757 F: drivers/watchdog/st_lpc_wdt.c
1758 F: drivers/ata/ahci_st.c
1760 ARM/STM32 ARCHITECTURE
1761 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1762 M: Alexandre Torgue <alexandre.torgue@st.com>
1763 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1765 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1767 F: drivers/clocksource/armv7m_systick.c
1769 ARM/TANGO ARCHITECTURE
1770 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1771 L: linux-arm-kernel@lists.infradead.org
1775 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1776 M: Lennert Buytenhek <kernel@wantstofly.org>
1777 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1780 ARM/TETON BGA MACHINE SUPPORT
1781 M: "Mark F. Brown" <mark.brown314@gmail.com>
1782 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1785 ARM/THECUS N2100 MACHINE SUPPORT
1786 M: Lennert Buytenhek <kernel@wantstofly.org>
1787 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1790 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1791 M: Wan ZongShun <mcuos.com@gmail.com>
1792 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1793 W: http://www.mcuos.com
1795 F: arch/arm/mach-w90x900/
1796 F: drivers/input/keyboard/w90p910_keypad.c
1797 F: drivers/input/touchscreen/w90p910_ts.c
1798 F: drivers/watchdog/nuc900_wdt.c
1799 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1800 F: drivers/mtd/nand/nuc900_nand.c
1801 F: drivers/rtc/rtc-nuc900.c
1802 F: drivers/spi/spi-nuc900.c
1803 F: drivers/usb/host/ehci-w90x900.c
1804 F: drivers/video/fbdev/nuc900fb.c
1806 ARM/U300 MACHINE SUPPORT
1807 M: Linus Walleij <linus.walleij@linaro.org>
1808 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1810 F: arch/arm/mach-u300/
1811 F: drivers/clocksource/timer-u300.c
1812 F: drivers/i2c/busses/i2c-stu300.c
1813 F: drivers/rtc/rtc-coh901331.c
1814 F: drivers/watchdog/coh901327_wdt.c
1815 F: drivers/dma/coh901318*
1816 F: drivers/mfd/ab3100*
1817 F: drivers/rtc/rtc-ab3100.c
1818 F: drivers/rtc/rtc-coh901331.c
1819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1821 ARM/UNIPHIER ARCHITECTURE
1822 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1823 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1825 F: arch/arm/boot/dts/uniphier*
1826 F: arch/arm/include/asm/hardware/cache-uniphier.h
1827 F: arch/arm/mach-uniphier/
1828 F: arch/arm/mm/cache-uniphier.c
1829 F: arch/arm64/boot/dts/socionext/
1830 F: drivers/bus/uniphier-system-bus.c
1831 F: drivers/i2c/busses/i2c-uniphier*
1832 F: drivers/pinctrl/uniphier/
1833 F: drivers/tty/serial/8250/8250_uniphier.c
1836 ARM/Ux500 ARM ARCHITECTURE
1837 M: Linus Walleij <linus.walleij@linaro.org>
1838 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1840 F: arch/arm/mach-ux500/
1841 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1842 F: drivers/dma/ste_dma40*
1843 F: drivers/hwspinlock/u8500_hsem.c
1844 F: drivers/mfd/abx500*
1845 F: drivers/mfd/ab8500*
1846 F: drivers/mfd/dbx500*
1847 F: drivers/mfd/db8500*
1848 F: drivers/pinctrl/nomadik/pinctrl-ab*
1849 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1850 F: drivers/rtc/rtc-ab8500.c
1851 F: drivers/rtc/rtc-pl031.c
1852 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1854 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1855 M: Ulf Hansson <ulf.hansson@linaro.org>
1856 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1857 T: git git://git.linaro.org/people/ulfh/clk.git
1859 F: drivers/clk/ux500/
1861 ARM/VERSATILE EXPRESS PLATFORM
1862 M: Liviu Dudau <liviu.dudau@arm.com>
1863 M: Sudeep Holla <sudeep.holla@arm.com>
1864 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1865 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1867 F: arch/arm/boot/dts/vexpress*
1868 F: arch/arm64/boot/dts/arm/
1869 F: arch/arm/mach-vexpress/
1872 F: drivers/clk/versatile/clk-vexpress-osc.c
1873 F: drivers/clocksource/versatile.c
1877 M: Russell King <linux@armlinux.org.uk>
1878 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1879 W: http://www.armlinux.org.uk/
1883 ARM/VOIPAC PXA270 SUPPORT
1884 M: Marek Vasut <marek.vasut@gmail.com>
1885 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1887 F: arch/arm/mach-pxa/vpac270.c
1888 F: arch/arm/mach-pxa/include/mach/vpac270.h
1890 ARM/VT8500 ARM ARCHITECTURE
1891 M: Tony Prisk <linux@prisktech.co.nz>
1892 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1894 F: arch/arm/mach-vt8500/
1895 F: drivers/clocksource/vt8500_timer.c
1896 F: drivers/i2c/busses/i2c-wmt.c
1897 F: drivers/mmc/host/wmt-sdmmc.c
1898 F: drivers/pwm/pwm-vt8500.c
1899 F: drivers/rtc/rtc-vt8500.c
1900 F: drivers/tty/serial/vt8500_serial.c
1901 F: drivers/usb/host/ehci-platform.c
1902 F: drivers/usb/host/uhci-platform.c
1903 F: drivers/video/fbdev/vt8500lcdfb.*
1904 F: drivers/video/fbdev/wm8505fb*
1905 F: drivers/video/fbdev/wmt_ge_rops.*
1907 ARM/ZIPIT Z2 SUPPORT
1908 M: Marek Vasut <marek.vasut@gmail.com>
1909 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1911 F: arch/arm/mach-pxa/z2.c
1912 F: arch/arm/mach-pxa/include/mach/z2.h
1914 ARM/ZTE ARCHITECTURE
1915 M: Jun Nie <jun.nie@linaro.org>
1916 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1918 F: arch/arm/mach-zx/
1920 F: Documentation/devicetree/bindings/arm/zte.txt
1921 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1923 ARM/ZYNQ ARCHITECTURE
1924 M: Michal Simek <michal.simek@xilinx.com>
1925 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1926 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1927 W: http://wiki.xilinx.com
1928 T: git https://github.com/Xilinx/linux-xlnx.git
1930 F: arch/arm/mach-zynq/
1931 F: drivers/cpuidle/cpuidle-zynq.c
1932 F: drivers/block/xsysace.c
1935 F: drivers/clocksource/cadence_ttc_timer.c
1936 F: drivers/i2c/busses/i2c-cadence.c
1937 F: drivers/mmc/host/sdhci-of-arasan.c
1938 F: drivers/edac/synopsys_edac.c
1941 M: Will Deacon <will.deacon@arm.com>
1942 R: Robin Murphy <robin.murphy@arm.com>
1943 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1945 F: drivers/iommu/arm-smmu.c
1946 F: drivers/iommu/arm-smmu-v3.c
1947 F: drivers/iommu/io-pgtable-arm.c
1948 F: drivers/iommu/io-pgtable-arm-v7s.c
1950 ARM64 PORT (AARCH64 ARCHITECTURE)
1951 M: Catalin Marinas <catalin.marinas@arm.com>
1952 M: Will Deacon <will.deacon@arm.com>
1953 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1954 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1957 F: Documentation/arm64/
1959 AS3645A LED FLASH CONTROLLER DRIVER
1960 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1961 L: linux-media@vger.kernel.org
1962 T: git git://linuxtv.org/media_tree.git
1964 F: drivers/media/i2c/as3645a.c
1965 F: include/media/i2c/as3645a.h
1967 ASC7621 HARDWARE MONITOR DRIVER
1968 M: George Joseph <george.joseph@fairview5.com>
1969 L: linux-hwmon@vger.kernel.org
1971 F: Documentation/hwmon/asc7621
1972 F: drivers/hwmon/asc7621.c
1974 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1975 M: Corentin Chary <corentin.chary@gmail.com>
1976 L: acpi4asus-user@lists.sourceforge.net
1977 L: platform-driver-x86@vger.kernel.org
1978 W: http://acpi4asus.sf.net
1980 F: drivers/platform/x86/asus*.c
1981 F: drivers/platform/x86/eeepc*.c
1983 ASUS WIRELESS RADIO CONTROL DRIVER
1984 M: João Paulo Rechi Vita <jprvita@gmail.com>
1985 L: platform-driver-x86@vger.kernel.org
1987 F: drivers/platform/x86/asus-wireless.c
1990 M: David Howells <dhowells@redhat.com>
1991 L: keyrings@vger.kernel.org
1993 F: Documentation/crypto/asymmetric-keys.txt
1994 F: include/linux/verification.h
1995 F: include/crypto/public_key.h
1996 F: include/crypto/pkcs7.h
1997 F: crypto/asymmetric_keys/
1999 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2000 R: Dan Williams <dan.j.williams@intel.com>
2001 W: http://sourceforge.net/projects/xscaleiop
2003 F: Documentation/crypto/async-tx-api.txt
2006 F: include/linux/dmaengine.h
2007 F: include/linux/async_tx.h
2010 M: Wolfram Sang <wsa@the-dreams.de>
2011 L: linux-i2c@vger.kernel.org
2013 F: drivers/misc/eeprom/at24.c
2014 F: include/linux/platform_data/at24.h
2016 ATA OVER ETHERNET (AOE) DRIVER
2017 M: "Ed L. Cashin" <ed.cashin@acm.org>
2018 W: http://www.openaoe.org/
2020 F: Documentation/aoe/
2021 F: drivers/block/aoe/
2023 ATHEROS 71XX/9XXX GPIO DRIVER
2024 M: Alban Bedel <albeu@free.fr>
2025 W: https://github.com/AlbanBedel/linux
2026 T: git git://github.com/AlbanBedel/linux
2028 F: drivers/gpio/gpio-ath79.c
2029 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2031 ATHEROS ATH GENERIC UTILITIES
2032 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2033 L: linux-wireless@vger.kernel.org
2035 F: drivers/net/wireless/ath/*
2037 ATHEROS ATH5K WIRELESS DRIVER
2038 M: Jiri Slaby <jirislaby@gmail.com>
2039 M: Nick Kossifidis <mickflemm@gmail.com>
2040 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2041 L: linux-wireless@vger.kernel.org
2042 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2044 F: drivers/net/wireless/ath/ath5k/
2046 ATHEROS ATH6KL WIRELESS DRIVER
2047 M: Kalle Valo <kvalo@qca.qualcomm.com>
2048 L: linux-wireless@vger.kernel.org
2049 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2050 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2052 F: drivers/net/wireless/ath/ath6kl/
2054 WILOCITY WIL6210 WIRELESS DRIVER
2055 M: Maya Erez <qca_merez@qca.qualcomm.com>
2056 L: linux-wireless@vger.kernel.org
2057 L: wil6210@qca.qualcomm.com
2059 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2060 F: drivers/net/wireless/ath/wil6210/
2061 F: include/uapi/linux/wil6210_uapi.h
2063 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2064 M: Christian Lamparter <chunkeey@googlemail.com>
2065 L: linux-wireless@vger.kernel.org
2066 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2068 F: drivers/net/wireless/ath/carl9170/
2070 ATK0110 HWMON DRIVER
2071 M: Luca Tettamanti <kronos.it@gmail.com>
2072 L: linux-hwmon@vger.kernel.org
2074 F: drivers/hwmon/asus_atk0110.c
2077 M: Ville Syrjala <syrjala@sci.fi>
2079 F: drivers/input/misc/ati_remote2.c
2081 ATLX ETHERNET DRIVERS
2082 M: Jay Cliburn <jcliburn@gmail.com>
2083 M: Chris Snook <chris.snook@gmail.com>
2084 L: netdev@vger.kernel.org
2085 W: http://sourceforge.net/projects/atl1
2086 W: http://atl1.sourceforge.net
2088 F: drivers/net/ethernet/atheros/
2091 M: Chas Williams <3chas3@gmail.com>
2092 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2093 L: netdev@vger.kernel.org
2094 W: http://linux-atm.sourceforge.net
2097 F: include/linux/atm*
2098 F: include/uapi/linux/atm*
2100 ATMEL AT91 / AT32 MCI DRIVER
2101 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2103 F: drivers/mmc/host/atmel-mci.c
2105 ATMEL AT91 / AT32 SERIAL DRIVER
2106 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2108 F: drivers/tty/serial/atmel_serial.c
2110 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2111 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2113 F: drivers/power/reset/at91-sama5d2_shdwc.c
2115 ATMEL SAMA5D2 ADC DRIVER
2116 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2117 L: linux-iio@vger.kernel.org
2119 F: drivers/iio/adc/at91-sama5d2_adc.c
2121 ATMEL Audio ALSA driver
2122 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2123 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2128 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2129 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2131 F: drivers/dma/at_hdmac.c
2132 F: drivers/dma/at_hdmac_regs.h
2133 F: include/linux/platform_data/dma-atmel.h
2136 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2137 L: linux-arm-kernel@lists.infradead.org
2138 L: dmaengine@vger.kernel.org
2140 F: drivers/dma/at_xdmac.c
2143 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2144 L: linux-i2c@vger.kernel.org
2146 F: drivers/i2c/busses/i2c-at91.c
2149 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2150 L: linux-media@vger.kernel.org
2152 F: drivers/media/platform/soc_camera/atmel-isi.c
2153 F: include/media/atmel-isi.h
2156 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2157 L: linux-fbdev@vger.kernel.org
2159 F: drivers/video/fbdev/atmel_lcdfb.c
2160 F: include/video/atmel_lcdc.h
2162 ATMEL MACB ETHERNET DRIVER
2163 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2165 F: drivers/net/ethernet/cadence/
2168 M: Wenyou Yang <wenyou.yang@atmel.com>
2169 M: Josh Wu <rainyfeeling@outlook.com>
2170 L: linux-mtd@lists.infradead.org
2172 F: drivers/mtd/nand/atmel_nand*
2175 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2176 L: linux-mmc@vger.kernel.org
2178 F: drivers/mmc/host/sdhci-of-at91.c
2181 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2183 F: drivers/spi/spi-atmel.*
2186 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2187 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2189 F: drivers/misc/atmel-ssc.c
2190 F: include/linux/atmel-ssc.h
2192 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2193 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2194 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2196 F: drivers/misc/atmel_tclib.c
2197 F: drivers/clocksource/tcb_clksrc.c
2199 ATMEL USBA UDC DRIVER
2200 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2201 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2203 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2205 ATMEL WIRELESS DRIVER
2206 M: Simon Kelley <simon@thekelleys.org.uk>
2207 L: linux-wireless@vger.kernel.org
2208 W: http://www.thekelleys.org.uk/atmel
2209 W: http://atmelwlandriver.sourceforge.net/
2211 F: drivers/net/wireless/atmel/atmel*
2213 ATMEL MAXTOUCH DRIVER
2214 M: Nick Dyer <nick.dyer@itdev.co.uk>
2215 T: git git://github.com/atmel-maxtouch/linux.git
2217 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2218 F: drivers/input/touchscreen/atmel_mxt_ts.c
2219 F: include/linux/platform_data/atmel_mxt_ts.h
2221 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2222 M: Bradley Grove <linuxdrivers@attotech.com>
2223 L: linux-scsi@vger.kernel.org
2224 W: http://www.attotech.com
2226 F: drivers/scsi/esas2r
2228 ATUSB IEEE 802.15.4 RADIO DRIVER
2229 M: Stefan Schmidt <stefan@osg.samsung.com>
2230 L: linux-wpan@vger.kernel.org
2232 F: drivers/net/ieee802154/atusb.c
2233 F: drivers/net/ieee802154/atusb.h
2234 F: drivers/net/ieee802154/at86rf230.h
2237 M: Paul Moore <paul@paul-moore.com>
2238 M: Eric Paris <eparis@redhat.com>
2239 L: linux-audit@redhat.com (moderated for non-subscribers)
2240 W: http://people.redhat.com/sgrubb/audit/
2241 T: git git://git.infradead.org/users/pcmoore/audit
2243 F: include/linux/audit.h
2244 F: include/uapi/linux/audit.h
2247 AUXILIARY DISPLAY DRIVERS
2248 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2249 W: http://miguelojeda.es/auxdisplay.htm
2250 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2252 F: drivers/auxdisplay/
2253 F: include/linux/cfag12864b.h
2256 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2257 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2258 W: http://www.atmel.com/products/AVR32/
2259 W: http://mirror.egtvedt.no/avr32linux.org/
2260 W: http://avrfreaks.net/
2264 AVR32/AT32AP MACHINE SUPPORT
2265 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2266 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2268 F: arch/avr32/mach-at32ap/
2271 M: Ralf Baechle <ralf@linux-mips.org>
2272 L: linux-hams@vger.kernel.org
2273 W: http://www.linux-ax25.org/
2275 F: include/uapi/linux/ax25.h
2276 F: include/net/ax25.h
2280 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2281 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2282 L: linux-media@vger.kernel.org
2283 W: https://linuxtv.org
2284 T: git git://linuxtv.org/media_tree.git
2286 F: drivers/media/usb/dvb-usb-v2/az6007.c
2288 AZTECH FM RADIO RECEIVER DRIVER
2289 M: Hans Verkuil <hverkuil@xs4all.nl>
2290 L: linux-media@vger.kernel.org
2291 T: git git://linuxtv.org/media_tree.git
2292 W: https://linuxtv.org
2294 F: drivers/media/radio/radio-aztech*
2297 L: linux-wireless@vger.kernel.org
2298 L: b43-dev@lists.infradead.org
2299 W: http://wireless.kernel.org/en/users/Drivers/b43
2301 F: drivers/net/wireless/broadcom/b43/
2303 B43LEGACY WIRELESS DRIVER
2304 M: Larry Finger <Larry.Finger@lwfinger.net>
2305 L: linux-wireless@vger.kernel.org
2306 L: b43-dev@lists.infradead.org
2307 W: http://wireless.kernel.org/en/users/Drivers/b43
2309 F: drivers/net/wireless/broadcom/b43legacy/
2311 BACKLIGHT CLASS/SUBSYSTEM
2312 M: Jingoo Han <jingoohan1@gmail.com>
2313 M: Lee Jones <lee.jones@linaro.org>
2314 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2316 F: drivers/video/backlight/
2317 F: include/linux/backlight.h
2320 M: Marek Lindner <mareklindner@neomailbox.ch>
2321 M: Simon Wunderlich <sw@simonwunderlich.de>
2322 M: Antonio Quartulli <a@unstable.cc>
2323 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2324 W: https://www.open-mesh.org/
2325 Q: https://patchwork.open-mesh.org/project/batman/list/
2327 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2328 F: Documentation/ABI/testing/sysfs-class-net-mesh
2329 F: Documentation/networking/batman-adv.txt
2330 F: include/uapi/linux/batman_adv.h
2333 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2334 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2335 L: linux-hams@vger.kernel.org
2336 W: http://www.baycom.org/~tom/ham/ham.html
2338 F: drivers/net/hamradio/baycom*
2340 BCACHE (BLOCK LAYER CACHE)
2341 M: Kent Overstreet <kent.overstreet@gmail.com>
2342 L: linux-bcache@vger.kernel.org
2343 W: http://bcache.evilpiepirate.org
2345 F: drivers/md/bcache/
2347 BDISP ST MEDIA DRIVER
2348 M: Fabien Dessenne <fabien.dessenne@st.com>
2349 L: linux-media@vger.kernel.org
2350 T: git git://linuxtv.org/media_tree.git
2351 W: https://linuxtv.org
2353 F: drivers/media/platform/sti/bdisp
2356 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2357 M: Salah Triki <salah.triki@gmail.com>
2359 T: git git://github.com/luisbg/linux-befs.git
2360 F: Documentation/filesystems/befs.txt
2363 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2364 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2365 L: netdev@vger.kernel.org
2367 F: drivers/net/ethernet/ec_bhf.c
2370 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2372 F: Documentation/filesystems/bfs.txt
2374 F: include/uapi/linux/bfs_fs.h
2376 BLACKFIN ARCHITECTURE
2377 M: Steven Miao <realmz6@gmail.com>
2378 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2379 T: git git://git.code.sf.net/p/adi-linux/code
2380 W: http://blackfin.uclinux.org
2384 BLACKFIN EMAC DRIVER
2385 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2386 W: http://blackfin.uclinux.org
2388 F: drivers/net/ethernet/adi/
2391 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2392 W: http://blackfin.uclinux.org
2394 F: drivers/rtc/rtc-bfin.c
2397 M: Sonic Zhang <sonic.zhang@analog.com>
2398 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2399 W: http://blackfin.uclinux.org
2401 F: drivers/mmc/host/bfin_sdh.c
2403 BLACKFIN SERIAL DRIVER
2404 M: Sonic Zhang <sonic.zhang@analog.com>
2405 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2406 W: http://blackfin.uclinux.org
2408 F: drivers/tty/serial/bfin_uart.c
2410 BLACKFIN WATCHDOG DRIVER
2411 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2412 W: http://blackfin.uclinux.org
2414 F: drivers/watchdog/bfin_wdt.c
2416 BLACKFIN I2C TWI DRIVER
2417 M: Sonic Zhang <sonic.zhang@analog.com>
2418 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2419 W: http://blackfin.uclinux.org/
2421 F: drivers/i2c/busses/i2c-bfin-twi.c
2423 BLACKFIN MEDIA DRIVER
2424 M: Scott Jiang <scott.jiang.linux@gmail.com>
2425 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2426 W: http://blackfin.uclinux.org/
2428 F: drivers/media/platform/blackfin/
2429 F: drivers/media/i2c/adv7183*
2430 F: drivers/media/i2c/vs6624*
2432 BLINKM RGB LED DRIVER
2433 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2435 F: drivers/leds/leds-blinkm.c
2438 M: Jens Axboe <axboe@kernel.dk>
2439 L: linux-block@vger.kernel.org
2440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2443 F: kernel/trace/blktrace.c
2446 M: Joern Engel <joern@lazybastard.org>
2447 L: linux-mtd@lists.infradead.org
2449 F: drivers/mtd/devices/block2mtd.c
2452 M: Marcel Holtmann <marcel@holtmann.org>
2453 M: Gustavo Padovan <gustavo@padovan.org>
2454 M: Johan Hedberg <johan.hedberg@gmail.com>
2455 L: linux-bluetooth@vger.kernel.org
2456 W: http://www.bluez.org/
2457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2458 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2460 F: drivers/bluetooth/
2463 M: Marcel Holtmann <marcel@holtmann.org>
2464 M: Gustavo Padovan <gustavo@padovan.org>
2465 M: Johan Hedberg <johan.hedberg@gmail.com>
2466 L: linux-bluetooth@vger.kernel.org
2467 W: http://www.bluez.org/
2468 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2469 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2472 F: include/net/bluetooth/
2475 M: Jay Vosburgh <j.vosburgh@gmail.com>
2476 M: Veaceslav Falico <vfalico@gmail.com>
2477 M: Andy Gospodarek <gospo@cumulusnetworks.com>
2478 L: netdev@vger.kernel.org
2479 W: http://sourceforge.net/projects/bonding/
2481 F: drivers/net/bonding/
2482 F: include/uapi/linux/if_bonding.h
2484 BPF (Safe dynamic programs and tools)
2485 M: Alexei Starovoitov <ast@kernel.org>
2486 L: netdev@vger.kernel.org
2487 L: linux-kernel@vger.kernel.org
2491 BROADCOM B44 10/100 ETHERNET DRIVER
2492 M: Gary Zambrano <zambrano@broadcom.com>
2493 L: netdev@vger.kernel.org
2495 F: drivers/net/ethernet/broadcom/b44.*
2497 BROADCOM B53 ETHERNET SWITCH DRIVER
2498 M: Florian Fainelli <f.fainelli@gmail.com>
2499 L: netdev@vger.kernel.org
2500 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2502 F: drivers/net/dsa/b53/*
2503 F: include/linux/platform_data/b53.h
2505 BROADCOM GENET ETHERNET DRIVER
2506 M: Florian Fainelli <f.fainelli@gmail.com>
2507 L: netdev@vger.kernel.org
2509 F: drivers/net/ethernet/broadcom/genet/
2511 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2512 M: Sony Chacko <sony.chacko@qlogic.com>
2513 M: Dept-HSGLinuxNICDev@qlogic.com
2514 L: netdev@vger.kernel.org
2516 F: drivers/net/ethernet/broadcom/bnx2.*
2517 F: drivers/net/ethernet/broadcom/bnx2_*
2519 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2520 M: Ariel Elior <ariel.elior@qlogic.com>
2521 L: netdev@vger.kernel.org
2523 F: drivers/net/ethernet/broadcom/bnx2x/
2525 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2526 M: Florian Fainelli <f.fainelli@gmail.com>
2527 M: Ray Jui <rjui@broadcom.com>
2528 M: Scott Branden <sbranden@broadcom.com>
2529 M: bcm-kernel-feedback-list@broadcom.com
2530 T: git git://github.com/broadcom/mach-bcm
2536 F: arch/arm/mach-bcm/
2538 BROADCOM BCM2835 ARM ARCHITECTURE
2539 M: Stephen Warren <swarren@wwwdotorg.org>
2540 M: Lee Jones <lee@kernel.org>
2541 M: Eric Anholt <eric@anholt.net>
2542 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2543 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2544 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2548 BROADCOM BCM47XX MIPS ARCHITECTURE
2549 M: Hauke Mehrtens <hauke@hauke-m.de>
2550 M: Rafał Miłecki <zajec5@gmail.com>
2551 L: linux-mips@linux-mips.org
2553 F: Documentation/devicetree/bindings/mips/brcm/
2554 F: arch/mips/bcm47xx/*
2555 F: arch/mips/include/asm/mach-bcm47xx/*
2557 BROADCOM BCM5301X ARM ARCHITECTURE
2558 M: Hauke Mehrtens <hauke@hauke-m.de>
2559 M: Rafał Miłecki <zajec5@gmail.com>
2560 M: bcm-kernel-feedback-list@broadcom.com
2561 L: linux-arm-kernel@lists.infradead.org
2563 F: arch/arm/mach-bcm/bcm_5301x.c
2564 F: arch/arm/boot/dts/bcm5301x*.dtsi
2565 F: arch/arm/boot/dts/bcm470*
2567 BROADCOM BCM63XX ARM ARCHITECTURE
2568 M: Florian Fainelli <f.fainelli@gmail.com>
2569 M: bcm-kernel-feedback-list@broadcom.com
2570 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2571 T: git git://github.com/broadcom/stblinux.git
2575 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2576 M: Kevin Cernekee <cernekee@gmail.com>
2577 L: linux-usb@vger.kernel.org
2579 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2581 BROADCOM BCM7XXX ARM ARCHITECTURE
2582 M: Brian Norris <computersforpeace@gmail.com>
2583 M: Gregory Fong <gregory.0xf0@gmail.com>
2584 M: Florian Fainelli <f.fainelli@gmail.com>
2585 M: bcm-kernel-feedback-list@broadcom.com
2586 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2587 T: git git://github.com/broadcom/stblinux.git
2589 F: arch/arm/mach-bcm/*brcmstb*
2590 F: arch/arm/boot/dts/bcm7*.dts*
2591 F: drivers/bus/brcmstb_gisb.c
2594 BROADCOM BMIPS MIPS ARCHITECTURE
2595 M: Kevin Cernekee <cernekee@gmail.com>
2596 M: Florian Fainelli <f.fainelli@gmail.com>
2597 L: linux-mips@linux-mips.org
2598 T: git git://github.com/broadcom/stblinux.git
2600 F: arch/mips/bmips/*
2601 F: arch/mips/include/asm/mach-bmips/*
2602 F: arch/mips/kernel/*bmips*
2603 F: arch/mips/boot/dts/brcm/bcm*.dts*
2604 F: drivers/irqchip/irq-bcm63*
2605 F: drivers/irqchip/irq-bcm7*
2606 F: drivers/irqchip/irq-brcmstb*
2607 F: include/linux/bcm963xx_nvram.h
2608 F: include/linux/bcm963xx_tag.h
2610 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2611 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2612 M: Prashant Sreedharan <prashant@broadcom.com>
2613 M: Michael Chan <mchan@broadcom.com>
2614 L: netdev@vger.kernel.org
2616 F: drivers/net/ethernet/broadcom/tg3.*
2618 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2619 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2620 M: Franky Lin <franky.lin@broadcom.com>
2621 M: Hante Meuleman <hante.meuleman@broadcom.com>
2622 L: linux-wireless@vger.kernel.org
2623 L: brcm80211-dev-list.pdl@broadcom.com
2625 F: drivers/net/wireless/broadcom/brcm80211/
2627 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2628 M: QLogic-Storage-Upstream@qlogic.com
2629 L: linux-scsi@vger.kernel.org
2631 F: drivers/scsi/bnx2fc/
2633 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2634 M: QLogic-Storage-Upstream@qlogic.com
2635 L: linux-scsi@vger.kernel.org
2637 F: drivers/scsi/bnx2i/
2639 BROADCOM IPROC ARM ARCHITECTURE
2640 M: Ray Jui <rjui@broadcom.com>
2641 M: Scott Branden <sbranden@broadcom.com>
2642 M: Jon Mason <jonmason@broadcom.com>
2643 M: bcm-kernel-feedback-list@broadcom.com
2644 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2645 T: git git://github.com/broadcom/cygnus-linux.git
2660 F: arch/arm64/boot/dts/broadcom/ns2*
2661 F: drivers/clk/bcm/clk-ns*
2662 F: drivers/pinctrl/bcm/pinctrl-ns*
2664 BROADCOM BRCMSTB GPIO DRIVER
2665 M: Gregory Fong <gregory.0xf0@gmail.com>
2666 L: bcm-kernel-feedback-list@broadcom.com
2668 F: drivers/gpio/gpio-brcmstb.c
2669 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2671 BROADCOM KONA GPIO DRIVER
2672 M: Ray Jui <rjui@broadcom.com>
2673 L: bcm-kernel-feedback-list@broadcom.com
2675 F: drivers/gpio/gpio-bcm-kona.c
2676 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2678 BROADCOM NVRAM DRIVER
2679 M: Rafał Miłecki <zajec5@gmail.com>
2680 L: linux-mips@linux-mips.org
2682 F: drivers/firmware/broadcom/*
2684 BROADCOM STB NAND FLASH DRIVER
2685 M: Brian Norris <computersforpeace@gmail.com>
2686 M: Kamal Dasu <kdasu.kdev@gmail.com>
2687 L: linux-mtd@lists.infradead.org
2688 L: bcm-kernel-feedback-list@broadcom.com
2690 F: drivers/mtd/nand/brcmnand/
2692 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2693 M: Rafał Miłecki <zajec5@gmail.com>
2694 L: linux-wireless@vger.kernel.org
2697 F: include/linux/bcma/
2699 BROADCOM SYSTEMPORT ETHERNET DRIVER
2700 M: Florian Fainelli <f.fainelli@gmail.com>
2701 L: netdev@vger.kernel.org
2703 F: drivers/net/ethernet/broadcom/bcmsysport.*
2705 BROADCOM VULCAN ARM64 SOC
2706 M: Jayachandran C. <jchandra@broadcom.com>
2707 M: bcm-kernel-feedback-list@broadcom.com
2708 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2710 F: arch/arm64/boot/dts/broadcom/vulcan*
2712 BROCADE BFA FC SCSI DRIVER
2713 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2714 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2715 L: linux-scsi@vger.kernel.org
2717 F: drivers/scsi/bfa/
2719 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2720 M: Rasesh Mody <rasesh.mody@qlogic.com>
2721 L: netdev@vger.kernel.org
2723 F: drivers/net/ethernet/brocade/bna/
2725 BSG (block layer generic sg v4 driver)
2726 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2727 L: linux-scsi@vger.kernel.org
2730 F: include/linux/bsg.h
2731 F: include/uapi/linux/bsg.h
2734 M: Clemens Ladisch <clemens@ladisch.de>
2735 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2736 T: git git://git.alsa-project.org/alsa-kernel.git
2738 F: Documentation/sound/alsa/Bt87x.txt
2739 F: sound/pci/bt87x.c
2742 M: Michael Buesch <m@bues.ch>
2743 W: http://bu3sch.de/btgpio.php
2745 F: drivers/gpio/gpio-bt8xx.c
2748 M: Chris Mason <clm@fb.com>
2749 M: Josef Bacik <jbacik@fb.com>
2750 M: David Sterba <dsterba@suse.com>
2751 L: linux-btrfs@vger.kernel.org
2752 W: http://btrfs.wiki.kernel.org/
2753 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2754 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2756 F: Documentation/filesystems/btrfs.txt
2759 BTTV VIDEO4LINUX DRIVER
2760 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2761 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2762 L: linux-media@vger.kernel.org
2763 W: https://linuxtv.org
2764 T: git git://linuxtv.org/media_tree.git
2766 F: Documentation/video4linux/bttv/
2767 F: drivers/media/pci/bt8xx/bttv*
2769 BUSLOGIC SCSI DRIVER
2770 M: Khalid Aziz <khalid@gonehiking.org>
2771 L: linux-scsi@vger.kernel.org
2773 F: drivers/scsi/BusLogic.*
2774 F: drivers/scsi/FlashPoint.*
2776 C-MEDIA CMI8788 DRIVER
2777 M: Clemens Ladisch <clemens@ladisch.de>
2778 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2779 T: git git://git.alsa-project.org/alsa-kernel.git
2781 F: sound/pci/oxygen/
2784 M: Mark Salter <msalter@redhat.com>
2785 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2786 L: linux-c6x-dev@linux-c6x.org
2787 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2791 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2792 M: David Howells <dhowells@redhat.com>
2793 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2795 F: Documentation/filesystems/caching/cachefiles.txt
2798 CADET FM/AM RADIO RECEIVER DRIVER
2799 M: Hans Verkuil <hverkuil@xs4all.nl>
2800 L: linux-media@vger.kernel.org
2801 T: git git://linuxtv.org/media_tree.git
2802 W: https://linuxtv.org
2804 F: drivers/media/radio/radio-cadet*
2806 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2807 M: Jonathan Corbet <corbet@lwn.net>
2808 L: linux-media@vger.kernel.org
2809 T: git git://linuxtv.org/media_tree.git
2811 F: Documentation/video4linux/cafe_ccic
2812 F: drivers/media/platform/marvell-ccic/
2815 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2816 L: netdev@vger.kernel.org
2818 F: Documentation/networking/caif/
2819 F: drivers/net/caif/
2820 F: include/uapi/linux/caif/
2821 F: include/net/caif/
2824 CALGARY x86-64 IOMMU
2825 M: Muli Ben-Yehuda <mulix@mulix.org>
2826 M: Jon Mason <jdmason@kudzu.us>
2827 L: iommu@lists.linux-foundation.org
2829 F: arch/x86/kernel/pci-calgary_64.c
2830 F: arch/x86/kernel/tce_64.c
2831 F: arch/x86/include/asm/calgary.h
2832 F: arch/x86/include/asm/tce.h
2835 M: Oliver Hartkopp <socketcan@hartkopp.net>
2836 M: Marc Kleine-Budde <mkl@pengutronix.de>
2837 L: linux-can@vger.kernel.org
2838 W: https://github.com/linux-can
2839 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2840 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2842 F: Documentation/networking/can.txt
2844 F: include/linux/can/core.h
2845 F: include/uapi/linux/can.h
2846 F: include/uapi/linux/can/bcm.h
2847 F: include/uapi/linux/can/raw.h
2848 F: include/uapi/linux/can/gw.h
2851 M: Wolfgang Grandegger <wg@grandegger.com>
2852 M: Marc Kleine-Budde <mkl@pengutronix.de>
2853 L: linux-can@vger.kernel.org
2854 W: https://github.com/linux-can
2855 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2856 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2858 F: Documentation/devicetree/bindings/net/can/
2860 F: include/linux/can/dev.h
2861 F: include/linux/can/platform/
2862 F: include/uapi/linux/can/error.h
2863 F: include/uapi/linux/can/netlink.h
2866 M: Serge Hallyn <serge@hallyn.com>
2867 L: linux-security-module@vger.kernel.org
2869 F: include/linux/capability.h
2870 F: include/uapi/linux/capability.h
2871 F: security/commoncap.c
2872 F: kernel/capability.c
2874 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2875 M: Kevin Tsai <ktsai@capellamicro.com>
2877 F: drivers/iio/light/cm*
2878 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2880 CAVIUM LIQUIDIO NETWORK DRIVER
2881 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2882 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2883 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2884 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2885 L: netdev@vger.kernel.org
2886 W: http://www.cavium.com
2888 F: drivers/net/ethernet/cavium/liquidio/
2890 CC2520 IEEE-802.15.4 RADIO DRIVER
2891 M: Varka Bhadram <varkabhadram@gmail.com>
2892 L: linux-wpan@vger.kernel.org
2894 F: drivers/net/ieee802154/cc2520.c
2895 F: include/linux/spi/cc2520.h
2896 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2899 M: Hans Verkuil <hans.verkuil@cisco.com>
2900 L: linux-media@vger.kernel.org
2901 T: git git://linuxtv.org/media_tree.git
2902 W: http://linuxtv.org
2904 F: Documentation/cec.txt
2905 F: Documentation/DocBook/media/v4l/cec*
2906 F: drivers/staging/media/cec/
2907 F: drivers/media/cec-edid.c
2908 F: drivers/media/rc/keymaps/rc-cec.c
2909 F: include/media/cec.h
2910 F: include/media/cec-edid.h
2911 F: include/linux/cec.h
2912 F: include/linux/cec-funcs.h
2914 CELL BROADBAND ENGINE ARCHITECTURE
2915 M: Arnd Bergmann <arnd@arndb.de>
2916 L: linuxppc-dev@lists.ozlabs.org
2917 W: http://www.ibm.com/developerworks/power/cell/
2919 F: arch/powerpc/include/asm/cell*.h
2920 F: arch/powerpc/include/asm/spu*.h
2921 F: arch/powerpc/include/uapi/asm/spu*.h
2922 F: arch/powerpc/oprofile/*cell*
2923 F: arch/powerpc/platforms/cell/
2925 CEPH COMMON CODE (LIBCEPH)
2926 M: Ilya Dryomov <idryomov@gmail.com>
2927 M: "Yan, Zheng" <zyan@redhat.com>
2928 M: Sage Weil <sage@redhat.com>
2929 L: ceph-devel@vger.kernel.org
2931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2932 T: git git://github.com/ceph/ceph-client.git
2935 F: include/linux/ceph/
2936 F: include/linux/crush/
2938 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2939 M: "Yan, Zheng" <zyan@redhat.com>
2940 M: Sage Weil <sage@redhat.com>
2941 M: Ilya Dryomov <idryomov@gmail.com>
2942 L: ceph-devel@vger.kernel.org
2944 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2945 T: git git://github.com/ceph/ceph-client.git
2947 F: Documentation/filesystems/ceph.txt
2950 CERTIFICATE HANDLING:
2951 M: David Howells <dhowells@redhat.com>
2952 M: David Woodhouse <dwmw2@infradead.org>
2953 L: keyrings@vger.kernel.org
2955 F: Documentation/module-signing.txt
2957 F: scripts/sign-file.c
2958 F: scripts/extract-cert.c
2960 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2961 L: linux-usb@vger.kernel.org
2963 F: Documentation/usb/WUSB-Design-overview.txt
2964 F: Documentation/usb/wusb-cbaf
2965 F: drivers/usb/host/hwa-hc.c
2966 F: drivers/usb/host/whci/
2967 F: drivers/usb/wusbcore/
2968 F: include/linux/usb/wusb*
2970 CFAG12864B LCD DRIVER
2971 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2972 W: http://miguelojeda.es/auxdisplay.htm
2973 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2975 F: drivers/auxdisplay/cfag12864b.c
2976 F: include/linux/cfag12864b.h
2978 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2979 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2980 W: http://miguelojeda.es/auxdisplay.htm
2981 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2983 F: drivers/auxdisplay/cfag12864bfb.c
2984 F: include/linux/cfag12864b.h
2986 CFG80211 and NL80211
2987 M: Johannes Berg <johannes@sipsolutions.net>
2988 L: linux-wireless@vger.kernel.org
2989 W: http://wireless.kernel.org/
2990 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2991 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2993 F: include/uapi/linux/nl80211.h
2994 F: include/net/cfg80211.h
2996 X: net/wireless/wext*
2998 CHAR and MISC DRIVERS
2999 M: Arnd Bergmann <arnd@arndb.de>
3000 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3001 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3005 F: include/linux/miscdevice.h
3008 M: Andy Whitcroft <apw@canonical.com>
3009 M: Joe Perches <joe@perches.com>
3011 F: scripts/checkpatch.pl
3013 CHINESE DOCUMENTATION
3014 M: Harry Wei <harryxiyou@gmail.com>
3015 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3016 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3018 F: Documentation/zh_CN/
3020 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3021 M: Peter Chen <Peter.Chen@nxp.com>
3022 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3023 L: linux-usb@vger.kernel.org
3025 F: drivers/usb/chipidea/
3027 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3028 M: Hans de Goede <hdegoede@redhat.com>
3029 L: linux-input@vger.kernel.org
3031 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3032 F: drivers/input/touchscreen/chipone_icn8318.c
3034 CHROME HARDWARE PLATFORM SUPPORT
3035 M: Olof Johansson <olof@lixom.net>
3037 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3038 F: drivers/platform/chrome/
3040 CISCO VIC ETHERNET NIC DRIVER
3041 M: Christian Benvenuti <benve@cisco.com>
3042 M: Sujith Sankar <ssujith@cisco.com>
3043 M: Govindarajulu Varadarajan <_govind@gmx.com>
3044 M: Neel Patel <neepatel@cisco.com>
3046 F: drivers/net/ethernet/cisco/enic/
3048 CISCO VIC LOW LATENCY NIC DRIVER
3049 M: Christian Benvenuti <benve@cisco.com>
3050 M: Dave Goodell <dgoodell@cisco.com>
3052 F: drivers/infiniband/hw/usnic/
3054 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3055 M: Hartley Sweeten <hsweeten@visionengravers.com>
3056 L: netdev@vger.kernel.org
3058 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3060 CIRRUS LOGIC AUDIO CODEC DRIVERS
3061 M: Brian Austin <brian.austin@cirrus.com>
3062 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3063 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3065 F: sound/soc/codecs/cs*
3068 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3069 L: linux-kernel@vger.kernel.org
3072 F: include/linux/cleancache.h
3075 M: Russell King <linux@armlinux.org.uk>
3076 L: linux-clk@vger.kernel.org
3078 F: include/linux/clk.h
3080 CLOCKSOURCE, CLOCKEVENT DRIVERS
3081 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3082 M: Thomas Gleixner <tglx@linutronix.de>
3083 L: linux-kernel@vger.kernel.org
3084 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3086 F: drivers/clocksource
3088 CISCO FCOE HBA DRIVER
3089 M: Hiral Patel <hiralpat@cisco.com>
3090 M: Suma Ramars <sramars@cisco.com>
3091 M: Brian Uchino <buchino@cisco.com>
3092 L: linux-scsi@vger.kernel.org
3094 F: drivers/scsi/fnic/
3096 CISCO SCSI HBA DRIVER
3097 M: Narsimhulu Musini <nmusini@cisco.com>
3098 M: Sesidhar Baddela <sebaddel@cisco.com>
3099 L: linux-scsi@vger.kernel.org
3101 F: drivers/scsi/snic/
3104 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3105 M: Daniel Oliveira Nascimento <don@syst.com.br>
3106 L: platform-driver-x86@vger.kernel.org
3108 F: drivers/platform/x86/classmate-laptop.c
3111 M: Hans Verkuil <hans.verkuil@cisco.com>
3112 L: linux-media@vger.kernel.org
3113 T: git git://linuxtv.org/media_tree.git
3114 W: https://linuxtv.org
3116 F: drivers/media/pci/cobalt/
3118 COCCINELLE/Semantic Patches (SmPL)
3119 M: Julia Lawall <Julia.Lawall@lip6.fr>
3120 M: Gilles Muller <Gilles.Muller@lip6.fr>
3121 M: Nicolas Palix <nicolas.palix@imag.fr>
3122 M: Michal Marek <mmarek@suse.com>
3123 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3124 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3125 W: http://coccinelle.lip6.fr/
3127 F: Documentation/coccinelle.txt
3128 F: scripts/coccinelle/
3129 F: scripts/coccicheck
3132 M: Jan Harkes <jaharkes@cs.cmu.edu>
3134 L: codalist@coda.cs.cmu.edu
3135 W: http://www.coda.cs.cmu.edu/
3137 F: Documentation/filesystems/coda.txt
3139 F: include/linux/coda*.h
3140 F: include/uapi/linux/coda*.h
3142 CODA V4L2 MEM2MEM DRIVER
3143 M: Philipp Zabel <p.zabel@pengutronix.de>
3144 L: linux-media@vger.kernel.org
3146 F: Documentation/devicetree/bindings/media/coda.txt
3147 F: drivers/media/platform/coda/
3149 COMMON CLK FRAMEWORK
3150 M: Michael Turquette <mturquette@baylibre.com>
3151 M: Stephen Boyd <sboyd@codeaurora.org>
3152 L: linux-clk@vger.kernel.org
3153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3155 F: Documentation/devicetree/bindings/clock/
3157 X: drivers/clk/clkdev.c
3158 F: include/linux/clk-pr*
3159 F: include/linux/clk/
3161 COMMON INTERNET FILE SYSTEM (CIFS)
3162 M: Steve French <sfrench@samba.org>
3163 L: linux-cifs@vger.kernel.org
3164 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3165 W: http://linux-cifs.samba.org/
3166 T: git git://git.samba.org/sfrench/cifs-2.6.git
3168 F: Documentation/filesystems/cifs/
3171 COMPACTPCI HOTPLUG CORE
3172 M: Scott Murray <scott@spiteful.org>
3173 L: linux-pci@vger.kernel.org
3175 F: drivers/pci/hotplug/cpci_hotplug*
3177 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3178 M: Scott Murray <scott@spiteful.org>
3179 L: linux-pci@vger.kernel.org
3181 F: drivers/pci/hotplug/cpcihp_zt5550.*
3183 COMPACTPCI HOTPLUG GENERIC DRIVER
3184 M: Scott Murray <scott@spiteful.org>
3185 L: linux-pci@vger.kernel.org
3187 F: drivers/pci/hotplug/cpcihp_generic.c
3189 COMPAL LAPTOP SUPPORT
3190 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3191 L: platform-driver-x86@vger.kernel.org
3193 F: drivers/platform/x86/compal-laptop.c
3195 CONEXANT ACCESSRUNNER USB DRIVER
3196 L: accessrunner-general@lists.sourceforge.net
3197 W: http://accessrunner.sourceforge.net/
3199 F: drivers/usb/atm/cxacru.c
3202 M: Joel Becker <jlbec@evilplan.org>
3203 M: Christoph Hellwig <hch@lst.de>
3204 T: git git://git.infradead.org/users/hch/configfs.git
3207 F: include/linux/configfs.h
3210 M: Evgeniy Polyakov <zbr@ioremap.net>
3211 L: netdev@vger.kernel.org
3213 F: drivers/connector/
3215 CONTROL GROUP (CGROUP)
3216 M: Tejun Heo <tj@kernel.org>
3217 M: Li Zefan <lizefan@huawei.com>
3218 M: Johannes Weiner <hannes@cmpxchg.org>
3219 L: cgroups@vger.kernel.org
3220 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3222 F: Documentation/cgroup*
3223 F: include/linux/cgroup*
3226 CONTROL GROUP - CPUSET
3227 M: Li Zefan <lizefan@huawei.com>
3228 L: cgroups@vger.kernel.org
3229 W: http://www.bullopensource.org/cpuset/
3230 W: http://oss.sgi.com/projects/cpusets/
3231 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3233 F: Documentation/cgroup-v1/cpusets.txt
3234 F: include/linux/cpuset.h
3237 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3238 M: Johannes Weiner <hannes@cmpxchg.org>
3239 M: Michal Hocko <mhocko@kernel.org>
3240 M: Vladimir Davydov <vdavydov@virtuozzo.com>
3241 L: cgroups@vger.kernel.org
3242 L: linux-mm@kvack.org
3247 CORETEMP HARDWARE MONITORING DRIVER
3248 M: Fenghua Yu <fenghua.yu@intel.com>
3249 L: linux-hwmon@vger.kernel.org
3251 F: Documentation/hwmon/coretemp
3252 F: drivers/hwmon/coretemp.c
3254 COSA/SRP SYNC SERIAL DRIVER
3255 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3256 W: http://www.fi.muni.cz/~kas/cosa/
3258 F: drivers/net/wan/cosa*
3260 CPMAC ETHERNET DRIVER
3261 M: Florian Fainelli <florian@openwrt.org>
3262 L: netdev@vger.kernel.org
3264 F: drivers/net/ethernet/ti/cpmac.c
3266 CPU FREQUENCY DRIVERS
3267 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3268 M: Viresh Kumar <viresh.kumar@linaro.org>
3269 L: linux-pm@vger.kernel.org
3271 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3272 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3274 F: include/linux/cpufreq.h
3276 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3277 M: Viresh Kumar <viresh.kumar@linaro.org>
3278 M: Sudeep Holla <sudeep.holla@arm.com>
3279 L: linux-pm@vger.kernel.org
3280 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3282 F: drivers/cpufreq/arm_big_little.h
3283 F: drivers/cpufreq/arm_big_little.c
3284 F: drivers/cpufreq/arm_big_little_dt.c
3286 CPUIDLE DRIVER - ARM BIG LITTLE
3287 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3288 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3289 L: linux-pm@vger.kernel.org
3290 L: linux-arm-kernel@lists.infradead.org
3291 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3293 F: drivers/cpuidle/cpuidle-big_little.c
3295 CPUIDLE DRIVER - ARM EXYNOS
3296 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3297 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3298 M: Kukjin Kim <kgene@kernel.org>
3299 L: linux-pm@vger.kernel.org
3300 L: linux-samsung-soc@vger.kernel.org
3302 F: drivers/cpuidle/cpuidle-exynos.c
3303 F: arch/arm/mach-exynos/pm.c
3306 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3307 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3308 L: linux-pm@vger.kernel.org
3310 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3311 F: drivers/cpuidle/*
3312 F: include/linux/cpuidle.h
3315 M: "H. Peter Anvin" <hpa@zytor.com>
3317 F: arch/x86/kernel/cpuid.c
3318 F: arch/x86/kernel/msr.c
3320 CPU POWER MONITORING SUBSYSTEM
3321 M: Thomas Renninger <trenn@suse.com>
3322 L: linux-pm@vger.kernel.org
3324 F: tools/power/cpupower/
3327 W: http://sourceforge.net/projects/cramfs/
3328 S: Orphan / Obsolete
3329 F: Documentation/filesystems/cramfs.txt
3333 M: Mikael Starvik <starvik@axis.com>
3334 M: Jesper Nilsson <jesper.nilsson@axis.com>
3335 L: linux-cris-kernel@axis.com
3336 W: http://developer.axis.com
3337 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3340 F: drivers/tty/serial/crisv10.*
3343 M: Herbert Xu <herbert@gondor.apana.org.au>
3344 M: "David S. Miller" <davem@davemloft.net>
3345 L: linux-crypto@vger.kernel.org
3346 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3347 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3349 F: Documentation/crypto/
3350 F: Documentation/devicetree/bindings/crypto/
3351 F: Documentation/DocBook/crypto-API.tmpl
3357 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3358 M: Neil Horman <nhorman@tuxdriver.com>
3359 L: linux-crypto@vger.kernel.org
3361 F: crypto/ansi_cprng.c
3365 M: Hans Verkuil <hverkuil@xs4all.nl>
3366 L: linux-media@vger.kernel.org
3367 T: git git://linuxtv.org/media_tree.git
3368 W: http://linuxtv.org
3370 F: drivers/media/i2c/cs3308.c
3371 F: drivers/media/i2c/cs3308.h
3373 CS5535 Audio ALSA driver
3374 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3376 F: sound/pci/cs5535audio/
3379 M: Solomon Peachy <pizza@shaftnet.org>
3381 F: drivers/net/wireless/st/cw1200/
3383 CX18 VIDEO4LINUX DRIVER
3384 M: Andy Walls <awalls@md.metrocast.net>
3385 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3386 L: linux-media@vger.kernel.org
3387 T: git git://linuxtv.org/media_tree.git
3388 W: https://linuxtv.org
3389 W: http://www.ivtvdriver.org/index.php/Cx18
3391 F: Documentation/video4linux/cx18.txt
3392 F: drivers/media/pci/cx18/
3393 F: include/uapi/linux/ivtv*
3395 CX2341X MPEG ENCODER HELPER MODULE
3396 M: Hans Verkuil <hverkuil@xs4all.nl>
3397 L: linux-media@vger.kernel.org
3398 T: git git://linuxtv.org/media_tree.git
3399 W: https://linuxtv.org
3401 F: drivers/media/common/cx2341x*
3402 F: include/media/cx2341x*
3404 CX24120 MEDIA DRIVER
3405 M: Jemma Denson <jdenson@gmail.com>
3406 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3407 L: linux-media@vger.kernel.org
3408 W: https://linuxtv.org
3409 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3411 F: drivers/media/dvb-frontends/cx24120*
3413 CX88 VIDEO4LINUX DRIVER
3414 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3415 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3416 L: linux-media@vger.kernel.org
3417 W: https://linuxtv.org
3418 T: git git://linuxtv.org/media_tree.git
3420 F: Documentation/video4linux/cx88/
3421 F: drivers/media/pci/cx88/
3423 CXD2820R MEDIA DRIVER
3424 M: Antti Palosaari <crope@iki.fi>
3425 L: linux-media@vger.kernel.org
3426 W: https://linuxtv.org
3427 W: http://palosaari.fi/linux/
3428 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3429 T: git git://linuxtv.org/anttip/media_tree.git
3431 F: drivers/media/dvb-frontends/cxd2820r*
3433 CXGB3 ETHERNET DRIVER (CXGB3)
3434 M: Santosh Raspatur <santosh@chelsio.com>
3435 L: netdev@vger.kernel.org
3436 W: http://www.chelsio.com
3438 F: drivers/net/ethernet/chelsio/cxgb3/
3440 CXGB3 ISCSI DRIVER (CXGB3I)
3441 M: Karen Xie <kxie@chelsio.com>
3442 L: linux-scsi@vger.kernel.org
3443 W: http://www.chelsio.com
3445 F: drivers/scsi/cxgbi/cxgb3i
3447 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3448 M: Steve Wise <swise@chelsio.com>
3449 L: linux-rdma@vger.kernel.org
3450 W: http://www.openfabrics.org
3452 F: drivers/infiniband/hw/cxgb3/
3454 CXGB4 ETHERNET DRIVER (CXGB4)
3455 M: Hariprasad S <hariprasad@chelsio.com>
3456 L: netdev@vger.kernel.org
3457 W: http://www.chelsio.com
3459 F: drivers/net/ethernet/chelsio/cxgb4/
3461 CXGB4 ISCSI DRIVER (CXGB4I)
3462 M: Karen Xie <kxie@chelsio.com>
3463 L: linux-scsi@vger.kernel.org
3464 W: http://www.chelsio.com
3466 F: drivers/scsi/cxgbi/cxgb4i
3468 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3469 M: Steve Wise <swise@chelsio.com>
3470 L: linux-rdma@vger.kernel.org
3471 W: http://www.openfabrics.org
3473 F: drivers/infiniband/hw/cxgb4/
3475 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3476 M: Casey Leedom <leedom@chelsio.com>
3477 L: netdev@vger.kernel.org
3478 W: http://www.chelsio.com
3480 F: drivers/net/ethernet/chelsio/cxgb4vf/
3482 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3483 M: Ian Munsie <imunsie@au1.ibm.com>
3484 M: Michael Neuling <mikey@neuling.org>
3485 L: linuxppc-dev@lists.ozlabs.org
3487 F: drivers/misc/cxl/
3488 F: include/misc/cxl*
3489 F: include/uapi/misc/cxl.h
3490 F: Documentation/powerpc/cxl.txt
3491 F: Documentation/powerpc/cxl.txt
3492 F: Documentation/ABI/testing/sysfs-class-cxl
3494 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3495 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3496 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3497 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3498 L: linux-scsi@vger.kernel.org
3500 F: drivers/scsi/cxlflash/
3501 F: include/uapi/scsi/cxlflash_ioctls.h
3502 F: Documentation/powerpc/cxlflash.txt
3504 STMMAC ETHERNET DRIVER
3505 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3506 M: Alexandre Torgue <alexandre.torgue@st.com>
3507 L: netdev@vger.kernel.org
3508 W: http://www.stlinux.com
3510 F: drivers/net/ethernet/stmicro/stmmac/
3513 M: Russell King <linux@armlinux.org.uk>
3514 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3515 W: http://www.armlinux.org.uk/
3517 F: drivers/video/fbdev/cyber2000fb.*
3519 CYCLADES ASYNC MUX DRIVER
3520 W: http://www.cyclades.com/
3522 F: drivers/tty/cyclades.c
3523 F: include/linux/cyclades.h
3524 F: include/uapi/linux/cyclades.h
3526 CYCLADES PC300 DRIVER
3527 W: http://www.cyclades.com/
3529 F: drivers/net/wan/pc300*
3531 CYPRESS_FIRMWARE MEDIA DRIVER
3532 M: Antti Palosaari <crope@iki.fi>
3533 L: linux-media@vger.kernel.org
3534 W: https://linuxtv.org
3535 W: http://palosaari.fi/linux/
3536 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3537 T: git git://linuxtv.org/anttip/media_tree.git
3539 F: drivers/media/common/cypress_firmware*
3541 CYTTSP TOUCHSCREEN DRIVER
3542 M: Ferruh Yigit <fery@cypress.com>
3543 L: linux-input@vger.kernel.org
3545 F: drivers/input/touchscreen/cyttsp*
3546 F: include/linux/input/cyttsp.h
3548 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3549 M: Joshua Kinard <kumba@gentoo.org>
3551 F: drivers/rtc/rtc-ds1685.c
3552 F: include/linux/rtc/ds1685.h
3554 DAMA SLAVE for AX.25
3555 M: Joerg Reuter <jreuter@yaina.de>
3556 W: http://yaina.de/jreuter/
3557 W: http://www.qsl.net/dl1bke/
3558 L: linux-hams@vger.kernel.org
3560 F: net/ax25/af_ax25.c
3561 F: net/ax25/ax25_dev.c
3562 F: net/ax25/ax25_ds_*
3563 F: net/ax25/ax25_in.c
3564 F: net/ax25/ax25_out.c
3565 F: net/ax25/ax25_timer.c
3566 F: net/ax25/sysctl_net_ax25.c
3568 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3569 L: netdev@vger.kernel.org
3571 F: Documentation/networking/dmfe.txt
3572 F: drivers/net/ethernet/dec/tulip/dmfe.c
3574 DC390/AM53C974 SCSI driver
3575 M: Hannes Reinecke <hare@suse.com>
3576 L: linux-scsi@vger.kernel.org
3578 F: drivers/scsi/am53c974.c
3581 M: Oliver Neukum <oliver@neukum.org>
3582 M: Ali Akcaagac <aliakc@web.de>
3583 M: Jamie Lenehan <lenehan@twibble.org>
3584 L: dc395x@twibble.org
3585 W: http://twibble.org/dist/dc395x/
3586 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3588 F: Documentation/scsi/dc395x.txt
3589 F: drivers/scsi/dc395x.*
3592 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3593 L: dccp@vger.kernel.org
3594 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3596 F: include/linux/dccp.h
3597 F: include/uapi/linux/dccp.h
3598 F: include/linux/tfrc.h
3601 DECnet NETWORK LAYER
3602 W: http://linux-decnet.sourceforge.net
3603 L: linux-decnet-user@lists.sourceforge.net
3605 F: Documentation/networking/decnet.txt
3608 DECSTATION PLATFORM SUPPORT
3609 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3610 L: linux-mips@linux-mips.org
3611 W: http://www.linux-mips.org/wiki/DECstation
3614 F: arch/mips/include/asm/dec/
3615 F: arch/mips/include/asm/mach-dec/
3617 DEFXX FDDI NETWORK DRIVER
3618 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3620 F: drivers/net/fddi/defxx.*
3623 M: Matthew Garrett <mjg59@srcf.ucam.org>
3624 M: Pali Rohár <pali.rohar@gmail.com>
3625 L: platform-driver-x86@vger.kernel.org
3627 F: drivers/platform/x86/dell-laptop.c
3629 DELL LAPTOP RBTN DRIVER
3630 M: Pali Rohár <pali.rohar@gmail.com>
3632 F: drivers/platform/x86/dell-rbtn.*
3634 DELL LAPTOP FREEFALL DRIVER
3635 M: Pali Rohár <pali.rohar@gmail.com>
3637 F: drivers/platform/x86/dell-smo8800.c
3639 DELL LAPTOP SMM DRIVER
3640 M: Pali Rohár <pali.rohar@gmail.com>
3642 F: drivers/hwmon/dell-smm-hwmon.c
3643 F: include/uapi/linux/i8k.h
3645 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3646 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3648 F: Documentation/dcdbas.txt
3649 F: drivers/firmware/dcdbas.*
3651 DELL WMI EXTRAS DRIVER
3652 M: Matthew Garrett <mjg59@srcf.ucam.org>
3653 M: Pali Rohár <pali.rohar@gmail.com>
3655 F: drivers/platform/x86/dell-wmi.c
3657 DESIGNWARE USB2 DRD IP DRIVER
3658 M: John Youn <johnyoun@synopsys.com>
3659 L: linux-usb@vger.kernel.org
3660 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3662 F: drivers/usb/dwc2/
3664 DESIGNWARE USB3 DRD IP DRIVER
3665 M: Felipe Balbi <balbi@kernel.org>
3666 L: linux-usb@vger.kernel.org
3667 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3669 F: drivers/usb/dwc3/
3671 DEVICE COREDUMP (DEV_COREDUMP)
3672 M: Johannes Berg <johannes@sipsolutions.net>
3673 L: linux-kernel@vger.kernel.org
3675 F: drivers/base/devcoredump.c
3676 F: include/linux/devcoredump.h
3678 DEVICE FREQUENCY (DEVFREQ)
3679 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3680 M: Kyungmin Park <kyungmin.park@samsung.com>
3681 L: linux-pm@vger.kernel.org
3682 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3685 F: include/linux/devfreq.h
3686 F: Documentation/devicetree/bindings/devfreq/
3688 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3689 M: Chanwoo Choi <cw00.choi@samsung.com>
3690 L: linux-pm@vger.kernel.org
3691 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3693 F: drivers/devfreq/event/
3694 F: drivers/devfreq/devfreq-event.c
3695 F: include/linux/devfreq-event.h
3696 F: Documentation/devicetree/bindings/devfreq/event/
3698 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3699 M: Chanwoo Choi <cw00.choi@samsung.com>
3700 L: linux-pm@vger.kernel.org
3701 L: linux-samsung-soc@vger.kernel.org
3702 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3704 F: drivers/devfreq/exynos-bus.c
3705 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3707 DEVICE NUMBER REGISTRY
3708 M: Torben Mathiasen <device@lanana.org>
3709 W: http://lanana.org/docs/device-list/index.html
3713 M: Alasdair Kergon <agk@redhat.com>
3714 M: Mike Snitzer <snitzer@redhat.com>
3715 M: dm-devel@redhat.com
3716 L: dm-devel@redhat.com
3717 W: http://sources.redhat.com/dm
3718 Q: http://patchwork.kernel.org/project/dm-devel/list/
3719 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3720 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3722 F: Documentation/device-mapper/
3724 F: drivers/md/persistent-data/
3725 F: include/linux/device-mapper.h
3726 F: include/linux/dm-*.h
3727 F: include/uapi/linux/dm-*.h
3730 M: Jiri Pirko <jiri@mellanox.com>
3731 L: netdev@vger.kernel.org
3733 F: net/core/devlink.c
3734 F: include/net/devlink.h
3735 F: include/uapi/linux/devlink.h
3737 DIALOG SEMICONDUCTOR DRIVERS
3738 M: Support Opensource <support.opensource@diasemi.com>
3739 W: http://www.dialog-semiconductor.com/products
3741 F: Documentation/hwmon/da90??
3742 F: Documentation/devicetree/bindings/mfd/da90*.txt
3743 F: Documentation/devicetree/bindings/regulator/da92*.txt
3744 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3745 F: drivers/gpio/gpio-da90??.c