3 List of maintainers and how to submit kernel changes
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/CodingStyle for guidance here.
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
69 Descriptions of section entries:
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
123 Maintainers List (try to look for most precise areas first)
125 -----------------------------------
128 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L: netdev@vger.kernel.org
131 F: Documentation/networking/vortex.txt
132 F: drivers/net/ethernet/3com/3c59x.c
134 3CR990 NETWORK DRIVER
135 M: David Dillow <dave@thedillows.org>
136 L: netdev@vger.kernel.org
138 F: drivers/net/ethernet/3com/typhoon*
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M: Adam Radford <linuxraid@lsi.com>
142 L: linux-scsi@vger.kernel.org
143 W: http://www.lsi.com
147 53C700 AND 53C700-66 SCSI DRIVER
148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L: linux-scsi@vger.kernel.org
151 F: drivers/scsi/53c700*
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M: Alexander Aring <aar@pengutronix.de>
155 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L: linux-bluetooth@vger.kernel.org
157 L: linux-wpan@vger.kernel.org
160 F: include/net/6lowpan.h
161 F: Documentation/networking/6lowpan.txt
163 6PACK NETWORK DRIVER FOR AX.25
164 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L: linux-hams@vger.kernel.org
167 F: drivers/net/hamradio/6pack.c
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L: netdev@vger.kernel.org
173 F: drivers/net/ethernet/realtek/r8169.c
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L: linux-serial@vger.kernel.org
179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F: drivers/tty/serial/8250*
181 F: include/linux/serial_8250.h
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L: netdev@vger.kernel.org
186 F: drivers/net/ethernet/8390/
189 M: Eric Van Hensbergen <ericvh@gmail.com>
190 M: Ron Minnich <rminnich@sandia.gov>
191 M: Latchesar Ionkov <lucho@ionkov.net>
192 L: v9fs-developer@lists.sourceforge.net
193 W: http://swik.net/v9fs
194 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 F: Documentation/filesystems/9p.txt
201 F: include/uapi/linux/virtio_9p.h
202 F: include/trace/events/9p.h
206 M: Antti Palosaari <crope@iki.fi>
207 L: linux-media@vger.kernel.org
208 W: https://linuxtv.org
209 W: http://palosaari.fi/linux/
210 Q: http://patchwork.linuxtv.org/project/linux-media/list/
211 T: git git://linuxtv.org/anttip/media_tree.git
213 F: drivers/media/dvb-frontends/a8293*
215 AACRAID SCSI RAID DRIVER
216 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L: linux-scsi@vger.kernel.org
218 W: http://www.adaptec.com/
220 F: Documentation/scsi/aacraid.txt
221 F: drivers/scsi/aacraid/
224 L: linux-api@vger.kernel.org
225 F: include/linux/syscalls.h
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M: Hans de Goede <hdegoede@redhat.com>
230 L: linux-hwmon@vger.kernel.org
232 F: drivers/hwmon/abituguru.c
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M: Alistair John Strachan <alistair@devzero.co.uk>
236 L: linux-hwmon@vger.kernel.org
238 F: drivers/hwmon/abituguru3.c
240 ACCES 104-DIO-48E GPIO DRIVER
241 M: William Breathitt Gray <vilhelm.gray@gmail.com>
242 L: linux-gpio@vger.kernel.org
244 F: drivers/gpio/gpio-104-dio-48e.c
246 ACCES 104-IDI-48 GPIO DRIVER
247 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L: linux-gpio@vger.kernel.org
250 F: drivers/gpio/gpio-104-idi-48.c
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L: linux-gpio@vger.kernel.org
256 F: drivers/gpio/gpio-104-idio-16.c
259 M: Jes Sorensen <jes@trained-monkey.org>
260 L: linux-acenic@sunsite.dk
262 F: drivers/net/ethernet/alteon/acenic*
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M: Peter Feuerer <peter@piie.net>
266 L: platform-driver-x86@vger.kernel.org
267 W: http://piie.net/?section=acerhdf
269 F: drivers/platform/x86/acerhdf.c
271 ACER WMI LAPTOP EXTRAS
272 M: "Lee, Chun-Yi" <jlee@suse.com>
273 L: platform-driver-x86@vger.kernel.org
275 F: drivers/platform/x86/acer-wmi.c
278 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M: Len Brown <lenb@kernel.org>
280 L: linux-acpi@vger.kernel.org
281 W: https://01.org/linux-acpi
282 Q: https://patchwork.kernel.org/project/linux-acpi/list/
283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
286 F: drivers/pnp/pnpacpi/
287 F: include/linux/acpi.h
289 F: Documentation/acpi/
290 F: Documentation/ABI/testing/sysfs-bus-acpi
291 F: 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 TRIPLE SPEED ETHERNET DRIVER
616 M: Vince Bridgers <vbridger@opensource.altera.com>
617 L: netdev@vger.kernel.org
618 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
620 F: drivers/net/ethernet/altera/
622 ALTERA UART/JTAG UART SERIAL DRIVERS
623 M: Tobias Klauser <tklauser@distanz.ch>
624 L: linux-serial@vger.kernel.org
625 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
627 F: drivers/tty/serial/altera_uart.c
628 F: drivers/tty/serial/altera_jtaguart.c
629 F: include/linux/altera_uart.h
630 F: include/linux/altera_jtaguart.h
632 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
633 M: Tom Lendacky <thomas.lendacky@amd.com>
634 M: Gary Hook <gary.hook@amd.com>
635 L: linux-crypto@vger.kernel.org
637 F: drivers/crypto/ccp/
638 F: include/linux/ccp.h
640 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
641 M: Huang Rui <ray.huang@amd.com>
642 L: linux-hwmon@vger.kernel.org
644 F: Documentation/hwmon/fam15h_power
645 F: drivers/hwmon/fam15h_power.c
647 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
648 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
650 F: drivers/usb/gadget/udc/amd5536udc.*
652 AMD GEODE PROCESSOR/CHIPSET SUPPORT
653 P: Andres Salomon <dilinger@queued.net>
654 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
655 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
657 F: drivers/char/hw_random/geode-rng.c
658 F: drivers/crypto/geode*
659 F: drivers/video/fbdev/geode/
660 F: arch/x86/include/asm/geode.h
663 M: Joerg Roedel <joro@8bytes.org>
664 L: iommu@lists.linux-foundation.org
665 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
667 F: drivers/iommu/amd_iommu*.[ch]
668 F: include/linux/amd-iommu.h
671 M: Oded Gabbay <oded.gabbay@gmail.com>
672 L: dri-devel@lists.freedesktop.org
673 T: git git://people.freedesktop.org/~gabbayo/linux.git
675 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
676 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
677 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
678 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
679 F: drivers/gpu/drm/amd/amdkfd/
680 F: drivers/gpu/drm/amd/include/cik_structs.h
681 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
682 F: drivers/gpu/drm/amd/include/vi_structs.h
683 F: drivers/gpu/drm/radeon/radeon_kfd.c
684 F: drivers/gpu/drm/radeon/radeon_kfd.h
685 F: include/uapi/linux/kfd_ioctl.h
687 AMD SEATTLE DEVICE TREE SUPPORT
688 M: Brijesh Singh <brijeshkumar.singh@amd.com>
689 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
690 M: Tom Lendacky <thomas.lendacky@amd.com>
692 F: arch/arm64/boot/dts/amd/
695 M: Tom Lendacky <thomas.lendacky@amd.com>
696 L: netdev@vger.kernel.org
698 F: drivers/net/ethernet/amd/xgbe/
699 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
701 AMS (Apple Motion Sensor) DRIVER
702 M: Michael Hanselmann <linux-kernel@hansmi.ch>
704 F: drivers/macintosh/ams/
706 ANALOG DEVICES INC AD9389B DRIVER
707 M: Hans Verkuil <hans.verkuil@cisco.com>
708 L: linux-media@vger.kernel.org
710 F: drivers/media/i2c/ad9389b*
712 ANALOG DEVICES INC ADV7180 DRIVER
713 M: Lars-Peter Clausen <lars@metafoo.de>
714 L: linux-media@vger.kernel.org
715 W: http://ez.analog.com/community/linux-device-drivers
717 F: drivers/media/i2c/adv7180.c
719 ANALOG DEVICES INC ADV7511 DRIVER
720 M: Hans Verkuil <hans.verkuil@cisco.com>
721 L: linux-media@vger.kernel.org
723 F: drivers/media/i2c/adv7511*
725 ANALOG DEVICES INC ADV7604 DRIVER
726 M: Hans Verkuil <hans.verkuil@cisco.com>
727 L: linux-media@vger.kernel.org
729 F: drivers/media/i2c/adv7604*
731 ANALOG DEVICES INC ADV7842 DRIVER
732 M: Hans Verkuil <hans.verkuil@cisco.com>
733 L: linux-media@vger.kernel.org
735 F: drivers/media/i2c/adv7842*
737 ANALOG DEVICES INC ASOC CODEC DRIVERS
738 M: Lars-Peter Clausen <lars@metafoo.de>
739 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
740 W: http://wiki.analog.com/
741 W: http://ez.analog.com/community/linux-device-drivers
743 F: sound/soc/codecs/adau*
744 F: sound/soc/codecs/adav*
745 F: sound/soc/codecs/ad1*
746 F: sound/soc/codecs/ad7*
747 F: sound/soc/codecs/ssm*
748 F: sound/soc/codecs/sigmadsp.*
750 ANALOG DEVICES INC ASOC DRIVERS
751 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
752 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
753 W: http://blackfin.uclinux.org/
755 F: sound/soc/blackfin/*
757 ANALOG DEVICES INC IIO DRIVERS
758 M: Lars-Peter Clausen <lars@metafoo.de>
759 M: Michael Hennerich <Michael.Hennerich@analog.com>
760 W: http://wiki.analog.com/
761 W: http://ez.analog.com/community/linux-device-drivers
764 X: drivers/iio/*/adjd*
765 F: drivers/staging/iio/*/ad*
766 F: staging/iio/trigger/iio-trig-bfin-timer.c
768 ANALOG DEVICES INC DMA DRIVERS
769 M: Lars-Peter Clausen <lars@metafoo.de>
770 W: http://ez.analog.com/community/linux-device-drivers
772 F: drivers/dma/dma-axi-dmac.c
775 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
776 M: Arve Hjønnevåg <arve@android.com>
777 M: Riley Andrews <riandrews@android.com>
778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
779 L: devel@driverdev.osuosl.org
782 F: drivers/staging/android/
785 M: Laura Abbott <labbott@redhat.com>
786 M: Sumit Semwal <sumit.semwal@linaro.org>
787 L: devel@driverdev.osuosl.org
789 F: drivers/staging/android/ion
790 F: drivers/staging/android/uapi/ion.h
791 F: drivers/staging/android/uapi/ion_test.h
793 AOA (Apple Onboard Audio) ALSA DRIVER
794 M: Johannes Berg <johannes@sipsolutions.net>
795 L: linuxppc-dev@lists.ozlabs.org
796 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
800 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
801 M: William Breathitt Gray <vilhelm.gray@gmail.com>
802 L: linux-iio@vger.kernel.org
804 F: drivers/iio/dac/stx104.c
807 M: Jiri Kosina <jikos@kernel.org>
809 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
810 F: arch/x86/kernel/apm_32.c
811 F: include/linux/apm_bios.h
812 F: include/uapi/linux/apm_bios.h
813 F: drivers/char/apm-emulation.c
815 APPLE BCM5974 MULTITOUCH DRIVER
816 M: Henrik Rydberg <rydberg@bitmath.org>
817 L: linux-input@vger.kernel.org
819 F: drivers/input/mouse/bcm5974.c
822 M: Henrik Rydberg <rydberg@bitmath.org>
823 L: linux-hwmon@vger.kernel.org
825 F: drivers/hwmon/applesmc.c
827 APPLETALK NETWORK LAYER
828 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
830 F: drivers/net/appletalk/
833 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
834 M: Duc Dang <dhdang@apm.com>
836 F: arch/arm64/boot/dts/apm/
838 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
839 M: Iyappan Subramanian <isubramanian@apm.com>
840 M: Keyur Chudgar <kchudgar@apm.com>
842 F: drivers/net/ethernet/apm/xgene/
843 F: drivers/net/phy/mdio-xgene.c
844 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
845 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
847 APTINA CAMERA SENSOR PLL
848 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
849 L: linux-media@vger.kernel.org
851 F: drivers/media/i2c/aptina-pll.*
853 ARC FRAMEBUFFER DRIVER
854 M: Jaya Kumar <jayalk@intworks.biz>
856 F: drivers/video/fbdev/arcfb.c
857 F: drivers/video/fbdev/core/fb_defio.c
860 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
861 L: netdev@vger.kernel.org
863 F: drivers/net/arcnet/
864 F: include/uapi/linux/if_arcnet.h
867 M: Alexey Brodkin <abrodkin@synopsys.com>
869 F: drivers/gpu/drm/arc/
870 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
873 M: Liviu Dudau <liviu.dudau@arm.com>
875 F: drivers/gpu/drm/arm/
876 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
878 ARM MFM AND FLOPPY DRIVERS
879 M: Ian Molton <spyro@f2s.com>
881 F: arch/arm/lib/floppydma.S
882 F: arch/arm/include/asm/floppy.h
884 ARM PMU PROFILING AND DEBUGGING
885 M: Will Deacon <will.deacon@arm.com>
886 R: Mark Rutland <mark.rutland@arm.com>
888 F: arch/arm*/kernel/perf_*
889 F: arch/arm/oprofile/common.c
890 F: arch/arm*/kernel/hw_breakpoint.c
891 F: arch/arm*/include/asm/hw_breakpoint.h
892 F: arch/arm*/include/asm/perf_event.h
893 F: drivers/perf/arm_pmu.c
894 F: include/linux/perf/arm_pmu.h
897 M: Russell King <linux@armlinux.org.uk>
898 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
899 W: http://www.armlinux.org.uk/
903 ARM SUB-ARCHITECTURES
904 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
908 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
910 ARM PRIMECELL AACI PL041 DRIVER
911 M: Russell King <linux@armlinux.org.uk>
915 ARM PRIMECELL CLCD PL110 DRIVER
916 M: Russell King <linux@armlinux.org.uk>
918 F: drivers/video/fbdev/amba-clcd.*
920 ARM PRIMECELL KMI PL050 DRIVER
921 M: Russell King <linux@armlinux.org.uk>
923 F: drivers/input/serio/ambakmi.*
924 F: include/linux/amba/kmi.h
926 ARM PRIMECELL MMCI PL180/1 DRIVER
927 M: Russell King <linux@armlinux.org.uk>
929 F: drivers/mmc/host/mmci.*
930 F: include/linux/amba/mmci.h
932 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
933 M: Russell King <linux@armlinux.org.uk>
935 F: drivers/tty/serial/amba-pl01*.c
936 F: include/linux/amba/serial.h
938 ARM PRIMECELL BUS SUPPORT
939 M: Russell King <linux@armlinux.org.uk>
942 F: include/linux/amba/bus.h
944 ARM/ADS SPHERE MACHINE SUPPORT
945 M: Lennert Buytenhek <kernel@wantstofly.org>
946 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 ARM/AFEB9260 MACHINE SUPPORT
950 M: Sergey Lapin <slapin@ossfans.org>
951 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
954 ARM/AJECO 1ARM MACHINE SUPPORT
955 M: Lennert Buytenhek <kernel@wantstofly.org>
956 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
959 ARM/Allwinner sunXi SoC support
960 M: Maxime Ripard <maxime.ripard@free-electrons.com>
961 M: Chen-Yu Tsai <wens@csie.org>
962 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
966 ARM/Allwinner SoC Clock Support
967 M: Emilio López <emilio@elopez.com.ar>
969 F: drivers/clk/sunxi/
971 ARM/Amlogic Meson SoC support
972 M: Carlo Caione <carlo@caione.org>
973 M: Kevin Hilman <khilman@baylibre.com>
974 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
975 L: linux-amlogic@lists.infradead.org
976 W: http://linux-meson.com/
978 F: arch/arm/mach-meson/
979 F: arch/arm/boot/dts/meson*
980 F: arch/arm64/boot/dts/amlogic/
981 F: drivers/pinctrl/meson/
984 ARM/Annapurna Labs ALPINE ARCHITECTURE
985 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
986 M: Antoine Tenart <antoine.tenart@free-electrons.com>
988 F: arch/arm/mach-alpine/
989 F: arch/arm/boot/dts/alpine*
990 F: arch/arm64/boot/dts/al/
991 F: drivers/*/*alpine*
993 ARM/ARTPEC MACHINE SUPPORT
994 M: Jesper Nilsson <jesper.nilsson@axis.com>
995 M: Lars Persson <lars.persson@axis.com>
996 M: Niklas Cassel <niklas.cassel@axis.com>
998 L: linux-arm-kernel@axis.com
999 F: arch/arm/mach-artpec
1000 F: arch/arm/boot/dts/artpec6*
1003 ARM/ASPEED MACHINE SUPPORT
1004 M: Joel Stanley <joel@jms.id.au>
1006 F: arch/arm/mach-aspeed/
1007 F: arch/arm/boot/dts/aspeed-*
1008 F: drivers/*/*aspeed*
1010 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1011 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1012 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1013 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1014 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015 W: http://www.linux4sam.org
1016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1018 F: arch/arm/mach-at91/
1019 F: include/soc/at91/
1020 F: arch/arm/boot/dts/at91*.dts
1021 F: arch/arm/boot/dts/at91*.dtsi
1022 F: arch/arm/boot/dts/sama*.dts
1023 F: arch/arm/boot/dts/sama*.dtsi
1024 F: arch/arm/include/debug/at91.S
1026 ARM/ATMEL AT91 Clock Support
1027 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1031 ARM/CALXEDA HIGHBANK ARCHITECTURE
1032 M: Rob Herring <robh@kernel.org>
1033 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 F: arch/arm/mach-highbank/
1036 F: arch/arm/boot/dts/highbank.dts
1037 F: arch/arm/boot/dts/ecx-*.dts*
1039 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1040 M: Krzysztof Halasa <khalasa@piap.pl>
1042 F: arch/arm/mach-cns3xxx/
1044 ARM/CAVIUM THUNDER NETWORK DRIVER
1045 M: Sunil Goutham <sgoutham@cavium.com>
1046 M: Robert Richter <rric@kernel.org>
1047 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1049 F: drivers/net/ethernet/cavium/thunder/
1051 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1052 M: Alexander Shiyan <shc_work@mail.ru>
1053 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1057 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1058 M: Hartley Sweeten <hsweeten@visionengravers.com>
1059 M: Ryan Mallon <rmallon@gmail.com>
1060 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1062 F: arch/arm/mach-ep93xx/
1063 F: arch/arm/mach-ep93xx/include/mach/
1065 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1066 M: Lennert Buytenhek <kernel@wantstofly.org>
1067 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1071 M: Russell King <linux@armlinux.org.uk>
1072 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1074 F: arch/arm/include/asm/clkdev.h
1075 F: drivers/clk/clkdev.c
1077 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1078 M: Mike Rapoport <mike@compulab.co.il>
1079 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082 ARM/CONTEC MICRO9 MACHINE SUPPORT
1083 M: Hubert Feurstein <hubert.feurstein@contec.at>
1085 F: arch/arm/mach-ep93xx/micro9.c
1087 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1088 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1089 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 F: drivers/hwtracing/coresight/*
1092 F: Documentation/trace/coresight.txt
1093 F: Documentation/devicetree/bindings/arm/coresight.txt
1094 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1096 ARM/CORGI MACHINE SUPPORT
1097 M: Richard Purdie <rpurdie@rpsys.net>
1100 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1101 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1102 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 T: git git://github.com/ulli-kroll/linux.git
1105 F: arch/arm/mach-gemini/
1106 F: drivers/rtc/rtc-gemini.c
1108 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1109 M: Barry Song <baohua@kernel.org>
1110 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1113 F: arch/arm/boot/dts/prima2*
1114 F: arch/arm/mach-prima2/
1115 F: drivers/clk/sirf/
1116 F: drivers/clocksource/timer-prima2.c
1117 F: drivers/clocksource/timer-atlas7.c
1120 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1121 M: Baruch Siach <baruch@tkos.co.il>
1122 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1124 F: arch/arm/boot/dts/cx92755*
1127 ARM/EBSA110 MACHINE SUPPORT
1128 M: Russell King <linux@armlinux.org.uk>
1129 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 W: http://www.armlinux.org.uk/
1132 F: arch/arm/mach-ebsa110/
1133 F: drivers/net/ethernet/amd/am79c961a.*
1135 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1136 M: Uwe Kleine-König <kernel@pengutronix.de>
1137 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1142 M: Daniel Ribeiro <drwyrm@gmail.com>
1143 M: Stefan Schmidt <stefan@openezx.org>
1144 M: Harald Welte <laforge@openezx.org>
1145 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1146 W: http://www.openezx.org/
1148 T: topgit git://git.openezx.org/openezx.git
1149 F: arch/arm/mach-pxa/ezx.c
1151 ARM/FARADAY FA526 PORT
1152 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1153 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 T: git git://git.berlios.de/gemini-board
1156 F: arch/arm/mm/*-fa*
1158 ARM/FOOTBRIDGE ARCHITECTURE
1159 M: Russell King <linux@armlinux.org.uk>
1160 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 W: http://www.armlinux.org.uk/
1163 F: arch/arm/include/asm/hardware/dec21285.h
1164 F: arch/arm/mach-footbridge/
1166 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1167 M: Shawn Guo <shawnguo@kernel.org>
1168 M: Sascha Hauer <kernel@pengutronix.de>
1169 R: Fabio Estevam <fabio.estevam@nxp.com>
1170 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1173 F: arch/arm/mach-imx/
1174 F: arch/arm/mach-mxs/
1175 F: arch/arm/boot/dts/imx*
1176 F: arch/arm/configs/imx*_defconfig
1180 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1181 M: Shawn Guo <shawnguo@kernel.org>
1182 M: Sascha Hauer <kernel@pengutronix.de>
1183 R: Stefan Agner <stefan@agner.ch>
1184 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1187 F: arch/arm/mach-imx/*vf610*
1188 F: arch/arm/boot/dts/vf*
1190 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1191 M: Lennert Buytenhek <kernel@wantstofly.org>
1192 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1195 ARM/GUMSTIX MACHINE SUPPORT
1196 M: Steve Sakoman <sakoman@gmail.com>
1197 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1200 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1201 M: Philipp Zabel <philipp.zabel@gmail.com>
1202 M: Paul Parsons <lost.distance@yahoo.com>
1203 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1205 F: arch/arm/mach-pxa/hx4700.c
1206 F: arch/arm/mach-pxa/include/mach/hx4700.h
1207 F: sound/soc/pxa/hx4700.c
1209 ARM/HISILICON SOC SUPPORT
1210 M: Wei Xu <xuwei5@hisilicon.com>
1211 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1212 W: http://www.hisilicon.com
1214 T: git git://github.com/hisilicon/linux-hisi.git
1215 F: arch/arm/mach-hisi/
1216 F: arch/arm/boot/dts/hi3*
1217 F: arch/arm/boot/dts/hip*
1218 F: arch/arm/boot/dts/hisi*
1219 F: arch/arm64/boot/dts/hisilicon/
1221 ARM/HP JORNADA 7XX MACHINE SUPPORT
1222 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1226 F: arch/arm/mach-sa1100/jornada720.c
1227 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1229 ARM/IGEP MACHINE SUPPORT
1230 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1231 M: Javier Martinez Canillas <javier@dowhile0.org>
1232 L: linux-omap@vger.kernel.org
1233 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235 F: arch/arm/boot/dts/omap3-igep*
1237 ARM/INCOME PXA270 SUPPORT
1238 M: Marek Vasut <marek.vasut@gmail.com>
1239 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1241 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1243 ARM/INTEL IOP32X ARM ARCHITECTURE
1244 M: Lennert Buytenhek <kernel@wantstofly.org>
1245 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 ARM/INTEL IOP33X ARM ARCHITECTURE
1249 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1252 ARM/INTEL IOP13XX ARM ARCHITECTURE
1253 M: Lennert Buytenhek <kernel@wantstofly.org>
1254 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 ARM/INTEL IQ81342EX MACHINE SUPPORT
1258 M: Lennert Buytenhek <kernel@wantstofly.org>
1259 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1262 ARM/INTEL IXDP2850 MACHINE SUPPORT
1263 M: Lennert Buytenhek <kernel@wantstofly.org>
1264 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 ARM/INTEL IXP4XX ARM ARCHITECTURE
1268 M: Imre Kaloz <kaloz@openwrt.org>
1269 M: Krzysztof Halasa <khalasa@piap.pl>
1270 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 F: arch/arm/mach-ixp4xx/
1274 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1275 M: Jonathan Cameron <jic23@cam.ac.uk>
1276 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1278 F: arch/arm/mach-pxa/stargate2.c
1279 F: drivers/pcmcia/pxa2xx_stargate2.c
1281 ARM/INTEL XSC3 (MANZANO) ARM CORE
1282 M: Lennert Buytenhek <kernel@wantstofly.org>
1283 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1287 M: Lennert Buytenhek <kernel@wantstofly.org>
1288 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1291 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1292 M: Santosh Shilimkar <ssantosh@kernel.org>
1293 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 F: arch/arm/mach-keystone/
1296 F: arch/arm/boot/dts/keystone-*
1297 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1299 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1300 M: Santosh Shilimkar <ssantosh@kernel.org>
1301 L: linux-kernel@vger.kernel.org
1303 F: drivers/clk/keystone/
1305 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1306 M: Santosh Shilimkar <ssantosh@kernel.org>
1307 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1308 L: linux-kernel@vger.kernel.org
1310 F: drivers/clocksource/timer-keystone.c
1312 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1313 M: Santosh Shilimkar <ssantosh@kernel.org>
1314 L: linux-kernel@vger.kernel.org
1316 F: drivers/power/reset/keystone-reset.c
1318 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1319 M: Santosh Shilimkar <ssantosh@kernel.org>
1320 L: linux-kernel@vger.kernel.org
1322 F: drivers/memory/*emif*
1324 ARM/LG1K ARCHITECTURE
1325 M: Chanho Min <chanho.min@lge.com>
1326 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1328 F: arch/arm64/boot/dts/lg/
1330 ARM/LOGICPD PXA270 MACHINE SUPPORT
1331 M: Lennert Buytenhek <kernel@wantstofly.org>
1332 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 ARM/LPC18XX ARCHITECTURE
1336 M: Joachim Eastwood <manabian@gmail.com>
1337 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1339 F: arch/arm/boot/dts/lpc43*
1340 F: drivers/clk/nxp/clk-lpc18xx*
1341 F: drivers/clocksource/time-lpc32xx.c
1342 F: drivers/i2c/busses/i2c-lpc2k.c
1343 F: drivers/memory/pl172.c
1344 F: drivers/mtd/spi-nor/nxp-spifi.c
1345 F: drivers/rtc/rtc-lpc24xx.c
1348 ARM/LPC32XX SOC SUPPORT
1349 M: Vladimir Zapolskiy <vz@mleia.com>
1350 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1351 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1352 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1354 F: arch/arm/boot/dts/lpc32*
1355 F: arch/arm/mach-lpc32xx/
1356 F: drivers/i2c/busses/i2c-pnx.c
1357 F: drivers/net/ethernet/nxp/lpc_eth.c
1358 F: drivers/usb/host/ohci-nxp.c
1359 F: drivers/watchdog/pnx4008_wdt.c
1362 ARM/MAGICIAN MACHINE SUPPORT
1363 M: Philipp Zabel <philipp.zabel@gmail.com>
1366 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1367 M: Jason Cooper <jason@lakedaemon.net>
1368 M: Andrew Lunn <andrew@lunn.ch>
1369 M: Gregory Clement <gregory.clement@free-electrons.com>
1370 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1371 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1373 F: arch/arm/mach-mvebu/
1374 F: drivers/rtc/rtc-armada38x.c
1375 F: arch/arm/boot/dts/armada*
1376 F: arch/arm/boot/dts/kirkwood*
1377 F: arch/arm64/boot/dts/marvell/armada*
1378 F: drivers/cpufreq/mvebu-cpufreq.c
1379 F: arch/arm/configs/mvebu_*_defconfig
1381 ARM/Marvell Berlin SoC support
1382 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1383 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1385 F: arch/arm/mach-berlin/
1386 F: arch/arm/boot/dts/berlin*
1387 F: arch/arm64/boot/dts/marvell/berlin*
1390 ARM/Marvell Dove/MV78xx0/Orion SOC support
1391 M: Jason Cooper <jason@lakedaemon.net>
1392 M: Andrew Lunn <andrew@lunn.ch>
1393 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1394 M: Gregory Clement <gregory.clement@free-electrons.com>
1395 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1397 F: arch/arm/mach-dove/
1398 F: arch/arm/mach-mv78xx0/
1399 F: arch/arm/mach-orion5x/
1400 F: arch/arm/plat-orion/
1401 F: arch/arm/boot/dts/dove*
1402 F: arch/arm/boot/dts/orion5x*
1405 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1406 M: Alexander Clouter <alex@digriz.org.uk>
1407 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1408 W: http://www.digriz.org.uk/ts78xx/kernel
1410 F: arch/arm/mach-orion5x/ts78xx-*
1412 ARM/OXNAS platform support
1413 M: Neil Armstrong <narmstrong@baylibre.com>
1414 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1416 F: arch/arm/mach-oxnas/
1417 F: arch/arm/boot/dts/oxnas*
1418 F: arch/arm/boot/dts/wd-mbwe.dts
1421 ARM/Mediatek RTC DRIVER
1422 M: Eddie Huang <eddie.huang@mediatek.com>
1423 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1424 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1426 F: drivers/rtc/rtc-mt6397.c
1428 ARM/Mediatek SoC support
1429 M: Matthias Brugger <matthias.bgg@gmail.com>
1430 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1431 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1433 F: arch/arm/boot/dts/mt6*
1434 F: arch/arm/boot/dts/mt8*
1435 F: arch/arm/mach-mediatek/
1439 ARM/Mediatek USB3 PHY DRIVER
1440 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1441 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1442 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1444 F: drivers/phy/phy-mt65xx-usb3.c
1446 ARM/MICREL KS8695 ARCHITECTURE
1447 M: Greg Ungerer <gerg@uclinux.org>
1448 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1449 F: arch/arm/mach-ks8695/
1452 ARM/MIOA701 MACHINE SUPPORT
1453 M: Robert Jarzmik <robert.jarzmik@free.fr>
1454 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1455 F: arch/arm/mach-pxa/mioa701.c
1458 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1459 M: Michael Petchkovsky <mkpetch@internode.on.net>
1462 ARM/NOMADIK ARCHITECTURE
1463 M: Alessandro Rubini <rubini@unipv.it>
1464 M: Linus Walleij <linus.walleij@linaro.org>
1465 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1467 F: arch/arm/mach-nomadik/
1468 F: drivers/pinctrl/nomadik/
1469 F: drivers/i2c/busses/i2c-nomadik.c
1470 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1472 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1473 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1474 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1475 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1478 ARM/TOSA MACHINE SUPPORT
1479 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1480 M: Dirk Opfer <dirk@opfer-online.de>
1483 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1484 M: Marek Vasut <marek.vasut@gmail.com>
1485 L: linux-arm-kernel@lists.infradead.org
1486 W: http://hackndev.com
1488 F: arch/arm/mach-pxa/include/mach/palmtx.h
1489 F: arch/arm/mach-pxa/palmtx.c
1490 F: arch/arm/mach-pxa/include/mach/palmt5.h
1491 F: arch/arm/mach-pxa/palmt5.c
1492 F: arch/arm/mach-pxa/include/mach/palmld.h
1493 F: arch/arm/mach-pxa/palmld.c
1494 F: arch/arm/mach-pxa/include/mach/palmte2.h
1495 F: arch/arm/mach-pxa/palmte2.c
1496 F: arch/arm/mach-pxa/include/mach/palmtc.h
1497 F: arch/arm/mach-pxa/palmtc.c
1499 ARM/PALM TREO SUPPORT
1500 M: Tomas Cech <sleep_walker@suse.com>
1501 L: linux-arm-kernel@lists.infradead.org
1502 W: http://hackndev.com
1504 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1505 F: arch/arm/mach-pxa/palmtreo.c
1508 M: Sergey Lapin <slapin@ossfans.org>
1509 L: linux-arm-kernel@lists.infradead.org
1510 W: http://hackndev.com
1512 F: arch/arm/mach-pxa/include/mach/palmz72.h
1513 F: arch/arm/mach-pxa/palmz72.c
1516 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1517 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1520 ARM/PT DIGITAL BOARD PORT
1521 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1522 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1523 W: http://www.armlinux.org.uk/
1526 ARM/QUALCOMM SUPPORT
1527 M: Andy Gross <andy.gross@linaro.org>
1528 M: David Brown <david.brown@linaro.org>
1529 L: linux-arm-msm@vger.kernel.org
1530 L: linux-soc@vger.kernel.org
1532 F: arch/arm/boot/dts/qcom-*.dts
1533 F: arch/arm/boot/dts/qcom-*.dtsi
1534 F: arch/arm/mach-qcom/
1535 F: arch/arm64/boot/dts/qcom/*
1536 F: drivers/i2c/busses/i2c-qup.c
1537 F: drivers/clk/qcom/
1538 F: drivers/soc/qcom/
1539 F: drivers/spi/spi-qup.c
1540 F: drivers/tty/serial/msm_serial.h
1541 F: drivers/tty/serial/msm_serial.c
1542 F: drivers/*/pm8???-*
1543 F: drivers/mfd/ssbi.c
1544 F: drivers/firmware/qcom_scm.c
1545 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1547 ARM/RADISYS ENP2611 MACHINE SUPPORT
1548 M: Lennert Buytenhek <kernel@wantstofly.org>
1549 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1552 ARM/RENESAS ARM64 ARCHITECTURE
1553 M: Simon Horman <horms@verge.net.au>
1554 M: Magnus Damm <magnus.damm@gmail.com>
1555 L: linux-renesas-soc@vger.kernel.org
1556 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1557 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1559 F: arch/arm64/boot/dts/renesas/
1560 F: drivers/soc/renesas/
1561 F: include/linux/soc/renesas/
1563 ARM/RISCPC ARCHITECTURE
1564 M: Russell King <linux@armlinux.org.uk>
1565 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1566 W: http://www.armlinux.org.uk/
1568 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1569 F: arch/arm/include/asm/hardware/ioc.h
1570 F: arch/arm/include/asm/hardware/iomd.h
1571 F: arch/arm/include/asm/hardware/memc.h
1572 F: arch/arm/mach-rpc/
1573 F: drivers/net/ethernet/8390/etherh.c
1574 F: drivers/net/ethernet/i825xx/ether1*
1575 F: drivers/net/ethernet/seeq/ether3*
1576 F: drivers/scsi/arm/
1578 ARM/Rockchip SoC support
1579 M: Heiko Stuebner <heiko@sntech.de>
1580 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1581 L: linux-rockchip@lists.infradead.org
1582 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1584 F: arch/arm/boot/dts/rk3*
1585 F: arch/arm/mach-rockchip/
1586 F: drivers/clk/rockchip/
1587 F: drivers/i2c/busses/i2c-rk3x.c
1588 F: drivers/*/*rockchip*
1589 F: drivers/*/*/*rockchip*
1590 F: sound/soc/rockchip/
1593 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1594 M: Kukjin Kim <kgene@kernel.org>
1595 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1596 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1597 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1599 F: arch/arm/boot/dts/s3c*
1600 F: arch/arm/boot/dts/s5p*
1601 F: arch/arm/boot/dts/samsung*
1602 F: arch/arm/boot/dts/exynos*
1603 F: arch/arm64/boot/dts/exynos/
1604 F: arch/arm/plat-samsung/
1605 F: arch/arm/mach-s3c24*/
1606 F: arch/arm/mach-s3c64xx/
1607 F: arch/arm/mach-s5p*/
1608 F: arch/arm/mach-exynos*/
1609 F: drivers/*/*s3c2410*
1610 F: drivers/*/*/*s3c2410*
1611 F: drivers/memory/samsung/*
1612 F: drivers/soc/samsung/*
1613 F: drivers/spi/spi-s3c*
1614 F: sound/soc/samsung/*
1615 F: Documentation/arm/Samsung/
1616 F: Documentation/devicetree/bindings/arm/samsung/
1617 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1618 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1621 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1622 M: Kyungmin Park <kyungmin.park@samsung.com>
1623 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1625 F: arch/arm/mach-s5pv210/
1627 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1628 M: Kyungmin Park <kyungmin.park@samsung.com>
1629 M: Kamil Debski <k.debski@samsung.com>
1630 L: linux-arm-kernel@lists.infradead.org
1631 L: linux-media@vger.kernel.org
1633 F: drivers/media/platform/s5p-g2d/
1635 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1636 M: Kyungmin Park <kyungmin.park@samsung.com>
1637 M: Kamil Debski <k.debski@samsung.com>
1638 M: Jeongtae Park <jtp.park@samsung.com>
1639 L: linux-arm-kernel@lists.infradead.org
1640 L: linux-media@vger.kernel.org
1642 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1643 F: drivers/media/platform/s5p-mfc/
1645 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1646 M: Kyungmin Park <kyungmin.park@samsung.com>
1647 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1648 L: linux-arm-kernel@lists.infradead.org
1649 L: linux-media@vger.kernel.org
1651 F: drivers/media/platform/s5p-tv/
1653 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1654 M: Kyungmin Park <kyungmin.park@samsung.com>
1655 L: linux-arm-kernel@lists.infradead.org
1656 L: linux-media@vger.kernel.org
1658 F: drivers/staging/media/platform/s5p-cec/
1660 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1661 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1662 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1663 L: linux-arm-kernel@lists.infradead.org
1664 L: linux-media@vger.kernel.org
1666 F: drivers/media/platform/s5p-jpeg/
1668 ARM/SHMOBILE ARM ARCHITECTURE
1669 M: Simon Horman <horms@verge.net.au>
1670 M: Magnus Damm <magnus.damm@gmail.com>
1671 L: linux-renesas-soc@vger.kernel.org
1672 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1673 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1675 F: arch/arm/boot/dts/emev2*
1676 F: arch/arm/boot/dts/r7s*
1677 F: arch/arm/boot/dts/r8a*
1678 F: arch/arm/boot/dts/sh*
1679 F: arch/arm/configs/shmobile_defconfig
1680 F: arch/arm/include/debug/renesas-scif.S
1681 F: arch/arm/mach-shmobile/
1682 F: drivers/soc/renesas/
1683 F: include/linux/soc/renesas/
1685 ARM/SOCFPGA ARCHITECTURE
1686 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1688 F: arch/arm/mach-socfpga/
1689 F: arch/arm/boot/dts/socfpga*
1690 F: arch/arm/configs/socfpga_defconfig
1691 F: arch/arm64/boot/dts/altera/
1692 W: http://www.rocketboards.org
1693 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1695 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1696 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1698 F: drivers/clk/socfpga/
1700 ARM/SOCFPGA EDAC SUPPORT
1701 M: Thor Thayer <tthayer@opensource.altera.com>
1703 F: drivers/edac/altera_edac.
1705 ARM/STI ARCHITECTURE
1706 M: Patrice Chotard <patrice.chotard@st.com>
1707 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1708 L: kernel@stlinux.com
1709 W: http://www.stlinux.com
1711 F: arch/arm/mach-sti/
1712 F: arch/arm/boot/dts/sti*
1713 F: drivers/char/hw_random/st-rng.c
1714 F: drivers/clocksource/arm_global_timer.c
1715 F: drivers/clocksource/clksrc_st_lpc.c
1716 F: drivers/cpufreq/sti-cpufreq.c
1717 F: drivers/i2c/busses/i2c-st.c
1718 F: drivers/media/rc/st_rc.c
1719 F: drivers/media/platform/sti/c8sectpfe/
1720 F: drivers/mmc/host/sdhci-st.c
1721 F: drivers/phy/phy-miphy28lp.c
1722 F: drivers/phy/phy-miphy365x.c
1723 F: drivers/phy/phy-stih407-usb.c
1724 F: drivers/phy/phy-stih41x-usb.c
1725 F: drivers/pinctrl/pinctrl-st.c
1726 F: drivers/remoteproc/st_remoteproc.c
1727 F: drivers/reset/sti/
1728 F: drivers/rtc/rtc-st-lpc.c
1729 F: drivers/tty/serial/st-asc.c
1730 F: drivers/usb/dwc3/dwc3-st.c
1731 F: drivers/usb/host/ehci-st.c
1732 F: drivers/usb/host/ohci-st.c
1733 F: drivers/watchdog/st_lpc_wdt.c
1734 F: drivers/ata/ahci_st.c
1736 ARM/STM32 ARCHITECTURE
1737 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1738 M: Alexandre Torgue <alexandre.torgue@st.com>
1739 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1741 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1743 F: drivers/clocksource/armv7m_systick.c
1745 ARM/TANGO ARCHITECTURE
1746 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1747 L: linux-arm-kernel@lists.infradead.org
1749 F: arch/arm/mach-tango/
1750 F: arch/arm/boot/dts/tango*
1752 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1753 M: Lennert Buytenhek <kernel@wantstofly.org>
1754 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1757 ARM/TETON BGA MACHINE SUPPORT
1758 M: "Mark F. Brown" <mark.brown314@gmail.com>
1759 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1762 ARM/THECUS N2100 MACHINE SUPPORT
1763 M: Lennert Buytenhek <kernel@wantstofly.org>
1764 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1767 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1768 M: Wan ZongShun <mcuos.com@gmail.com>
1769 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1770 W: http://www.mcuos.com
1772 F: arch/arm/mach-w90x900/
1773 F: drivers/input/keyboard/w90p910_keypad.c
1774 F: drivers/input/touchscreen/w90p910_ts.c
1775 F: drivers/watchdog/nuc900_wdt.c
1776 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1777 F: drivers/mtd/nand/nuc900_nand.c
1778 F: drivers/rtc/rtc-nuc900.c
1779 F: drivers/spi/spi-nuc900.c
1780 F: drivers/usb/host/ehci-w90x900.c
1781 F: drivers/video/fbdev/nuc900fb.c
1783 ARM/U300 MACHINE SUPPORT
1784 M: Linus Walleij <linus.walleij@linaro.org>
1785 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1787 F: arch/arm/mach-u300/
1788 F: drivers/clocksource/timer-u300.c
1789 F: drivers/i2c/busses/i2c-stu300.c
1790 F: drivers/rtc/rtc-coh901331.c
1791 F: drivers/watchdog/coh901327_wdt.c
1792 F: drivers/dma/coh901318*
1793 F: drivers/mfd/ab3100*
1794 F: drivers/rtc/rtc-ab3100.c
1795 F: drivers/rtc/rtc-coh901331.c
1796 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1798 ARM/UNIPHIER ARCHITECTURE
1799 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1800 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1802 F: arch/arm/boot/dts/uniphier*
1803 F: arch/arm/include/asm/hardware/cache-uniphier.h
1804 F: arch/arm/mach-uniphier/
1805 F: arch/arm/mm/cache-uniphier.c
1806 F: arch/arm64/boot/dts/socionext/
1807 F: drivers/bus/uniphier-system-bus.c
1808 F: drivers/i2c/busses/i2c-uniphier*
1809 F: drivers/pinctrl/uniphier/
1810 F: drivers/tty/serial/8250/8250_uniphier.c
1813 ARM/Ux500 ARM ARCHITECTURE
1814 M: Linus Walleij <linus.walleij@linaro.org>
1815 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1817 F: arch/arm/mach-ux500/
1818 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1819 F: drivers/dma/ste_dma40*
1820 F: drivers/hwspinlock/u8500_hsem.c
1821 F: drivers/mfd/abx500*
1822 F: drivers/mfd/ab8500*
1823 F: drivers/mfd/dbx500*
1824 F: drivers/mfd/db8500*
1825 F: drivers/pinctrl/nomadik/pinctrl-ab*
1826 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1827 F: drivers/rtc/rtc-ab8500.c
1828 F: drivers/rtc/rtc-pl031.c
1829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1831 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1832 M: Ulf Hansson <ulf.hansson@linaro.org>
1833 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1834 T: git git://git.linaro.org/people/ulfh/clk.git
1836 F: drivers/clk/ux500/
1837 F: include/linux/platform_data/clk-ux500.h
1839 ARM/VERSATILE EXPRESS PLATFORM
1840 M: Liviu Dudau <liviu.dudau@arm.com>
1841 M: Sudeep Holla <sudeep.holla@arm.com>
1842 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1843 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1845 F: arch/arm/boot/dts/vexpress*
1846 F: arch/arm64/boot/dts/arm/
1847 F: arch/arm/mach-vexpress/
1850 F: drivers/clk/versatile/clk-vexpress-osc.c
1851 F: drivers/clocksource/versatile.c
1855 M: Russell King <linux@armlinux.org.uk>
1856 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1857 W: http://www.armlinux.org.uk/
1861 ARM/VOIPAC PXA270 SUPPORT
1862 M: Marek Vasut <marek.vasut@gmail.com>
1863 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1865 F: arch/arm/mach-pxa/vpac270.c
1866 F: arch/arm/mach-pxa/include/mach/vpac270.h
1868 ARM/VT8500 ARM ARCHITECTURE
1869 M: Tony Prisk <linux@prisktech.co.nz>
1870 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1872 F: arch/arm/mach-vt8500/
1873 F: drivers/clocksource/vt8500_timer.c
1874 F: drivers/i2c/busses/i2c-wmt.c
1875 F: drivers/mmc/host/wmt-sdmmc.c
1876 F: drivers/pwm/pwm-vt8500.c
1877 F: drivers/rtc/rtc-vt8500.c
1878 F: drivers/tty/serial/vt8500_serial.c
1879 F: drivers/usb/host/ehci-platform.c
1880 F: drivers/usb/host/uhci-platform.c
1881 F: drivers/video/fbdev/vt8500lcdfb.*
1882 F: drivers/video/fbdev/wm8505fb*
1883 F: drivers/video/fbdev/wmt_ge_rops.*
1885 ARM/ZIPIT Z2 SUPPORT
1886 M: Marek Vasut <marek.vasut@gmail.com>
1887 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1889 F: arch/arm/mach-pxa/z2.c
1890 F: arch/arm/mach-pxa/include/mach/z2.h
1892 ARM/ZTE ARCHITECTURE
1893 M: Jun Nie <jun.nie@linaro.org>
1894 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1896 F: arch/arm/mach-zx/
1898 F: Documentation/devicetree/bindings/arm/zte.txt
1899 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1901 ARM/ZYNQ ARCHITECTURE
1902 M: Michal Simek <michal.simek@xilinx.com>
1903 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1904 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1905 W: http://wiki.xilinx.com
1906 T: git https://github.com/Xilinx/linux-xlnx.git
1908 F: arch/arm/mach-zynq/
1909 F: drivers/cpuidle/cpuidle-zynq.c
1910 F: drivers/block/xsysace.c
1913 F: drivers/clocksource/cadence_ttc_timer.c
1914 F: drivers/i2c/busses/i2c-cadence.c
1915 F: drivers/mmc/host/sdhci-of-arasan.c
1916 F: drivers/edac/synopsys_edac.c
1919 M: Will Deacon <will.deacon@arm.com>
1920 R: Robin Murphy <robin.murphy@arm.com>
1921 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1923 F: drivers/iommu/arm-smmu.c
1924 F: drivers/iommu/arm-smmu-v3.c
1925 F: drivers/iommu/io-pgtable-arm.c
1926 F: drivers/iommu/io-pgtable-arm-v7s.c
1928 ARM64 PORT (AARCH64 ARCHITECTURE)
1929 M: Catalin Marinas <catalin.marinas@arm.com>
1930 M: Will Deacon <will.deacon@arm.com>
1931 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1932 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1935 F: Documentation/arm64/
1937 AS3645A LED FLASH CONTROLLER DRIVER
1938 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1939 L: linux-media@vger.kernel.org
1940 T: git git://linuxtv.org/media_tree.git
1942 F: drivers/media/i2c/as3645a.c
1943 F: include/media/i2c/as3645a.h
1945 ASC7621 HARDWARE MONITOR DRIVER
1946 M: George Joseph <george.joseph@fairview5.com>
1947 L: linux-hwmon@vger.kernel.org
1949 F: Documentation/hwmon/asc7621
1950 F: drivers/hwmon/asc7621.c
1952 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1953 M: Corentin Chary <corentin.chary@gmail.com>
1954 L: acpi4asus-user@lists.sourceforge.net
1955 L: platform-driver-x86@vger.kernel.org
1956 W: http://acpi4asus.sf.net
1958 F: drivers/platform/x86/asus*.c
1959 F: drivers/platform/x86/eeepc*.c
1961 ASUS WIRELESS RADIO CONTROL DRIVER
1962 M: João Paulo Rechi Vita <jprvita@gmail.com>
1963 L: platform-driver-x86@vger.kernel.org
1965 F: drivers/platform/x86/asus-wireless.c
1968 M: David Howells <dhowells@redhat.com>
1969 L: keyrings@vger.kernel.org
1971 F: Documentation/crypto/asymmetric-keys.txt
1972 F: include/linux/verification.h
1973 F: include/crypto/public_key.h
1974 F: include/crypto/pkcs7.h
1975 F: crypto/asymmetric_keys/
1977 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1978 R: Dan Williams <dan.j.williams@intel.com>
1979 W: http://sourceforge.net/projects/xscaleiop
1981 F: Documentation/crypto/async-tx-api.txt
1984 F: include/linux/dmaengine.h
1985 F: include/linux/async_tx.h
1988 M: Wolfram Sang <wsa@the-dreams.de>
1989 L: linux-i2c@vger.kernel.org
1991 F: drivers/misc/eeprom/at24.c
1992 F: include/linux/platform_data/at24.h
1994 ATA OVER ETHERNET (AOE) DRIVER
1995 M: "Ed L. Cashin" <ed.cashin@acm.org>
1996 W: http://www.openaoe.org/
1998 F: Documentation/aoe/
1999 F: drivers/block/aoe/
2001 ATHEROS 71XX/9XXX GPIO DRIVER
2002 M: Alban Bedel <albeu@free.fr>
2003 W: https://github.com/AlbanBedel/linux
2004 T: git git://github.com/AlbanBedel/linux
2006 F: drivers/gpio/gpio-ath79.c
2007 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2009 ATHEROS ATH GENERIC UTILITIES
2010 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2011 L: linux-wireless@vger.kernel.org
2013 F: drivers/net/wireless/ath/*
2015 ATHEROS ATH5K WIRELESS DRIVER
2016 M: Jiri Slaby <jirislaby@gmail.com>
2017 M: Nick Kossifidis <mickflemm@gmail.com>
2018 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2019 L: linux-wireless@vger.kernel.org
2020 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2022 F: drivers/net/wireless/ath/ath5k/
2024 ATHEROS ATH6KL WIRELESS DRIVER
2025 M: Kalle Valo <kvalo@qca.qualcomm.com>
2026 L: linux-wireless@vger.kernel.org
2027 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2028 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2030 F: drivers/net/wireless/ath/ath6kl/
2032 WILOCITY WIL6210 WIRELESS DRIVER
2033 M: Maya Erez <qca_merez@qca.qualcomm.com>
2034 L: linux-wireless@vger.kernel.org
2035 L: wil6210@qca.qualcomm.com
2037 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2038 F: drivers/net/wireless/ath/wil6210/
2039 F: include/uapi/linux/wil6210_uapi.h
2041 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2042 M: Christian Lamparter <chunkeey@googlemail.com>
2043 L: linux-wireless@vger.kernel.org
2044 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2046 F: drivers/net/wireless/ath/carl9170/
2048 ATK0110 HWMON DRIVER
2049 M: Luca Tettamanti <kronos.it@gmail.com>
2050 L: linux-hwmon@vger.kernel.org
2052 F: drivers/hwmon/asus_atk0110.c
2055 M: Ville Syrjala <syrjala@sci.fi>
2057 F: drivers/input/misc/ati_remote2.c
2059 ATLX ETHERNET DRIVERS
2060 M: Jay Cliburn <jcliburn@gmail.com>
2061 M: Chris Snook <chris.snook@gmail.com>
2062 L: netdev@vger.kernel.org
2063 W: http://sourceforge.net/projects/atl1
2064 W: http://atl1.sourceforge.net
2066 F: drivers/net/ethernet/atheros/
2069 M: Chas Williams <3chas3@gmail.com>
2070 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2071 L: netdev@vger.kernel.org
2072 W: http://linux-atm.sourceforge.net
2075 F: include/linux/atm*
2076 F: include/uapi/linux/atm*
2078 ATMEL AT91 / AT32 MCI DRIVER
2079 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2081 F: drivers/mmc/host/atmel-mci.c
2083 ATMEL AT91 / AT32 SERIAL DRIVER
2084 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2086 F: drivers/tty/serial/atmel_serial.c
2088 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2089 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2091 F: drivers/power/reset/at91-sama5d2_shdwc.c
2093 ATMEL SAMA5D2 ADC DRIVER
2094 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2095 L: linux-iio@vger.kernel.org
2097 F: drivers/iio/adc/at91-sama5d2_adc.c
2099 ATMEL Audio ALSA driver
2100 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2101 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2106 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2107 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2109 F: drivers/dma/at_hdmac.c
2110 F: drivers/dma/at_hdmac_regs.h
2111 F: include/linux/platform_data/dma-atmel.h
2114 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2115 L: linux-arm-kernel@lists.infradead.org
2116 L: dmaengine@vger.kernel.org
2118 F: drivers/dma/at_xdmac.c
2121 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2122 L: linux-i2c@vger.kernel.org
2124 F: drivers/i2c/busses/i2c-at91.c
2127 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2128 L: linux-media@vger.kernel.org
2130 F: drivers/media/platform/soc_camera/atmel-isi.c
2131 F: include/media/atmel-isi.h
2134 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2135 L: linux-fbdev@vger.kernel.org
2137 F: drivers/video/fbdev/atmel_lcdfb.c
2138 F: include/video/atmel_lcdc.h
2140 ATMEL MACB ETHERNET DRIVER
2141 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2143 F: drivers/net/ethernet/cadence/
2146 M: Wenyou Yang <wenyou.yang@atmel.com>
2147 M: Josh Wu <rainyfeeling@outlook.com>
2148 L: linux-mtd@lists.infradead.org
2150 F: drivers/mtd/nand/atmel_nand*
2153 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2154 L: linux-mmc@vger.kernel.org
2156 F: drivers/mmc/host/sdhci-of-at91.c
2159 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2161 F: drivers/spi/spi-atmel.*
2164 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2165 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2167 F: drivers/misc/atmel-ssc.c
2168 F: include/linux/atmel-ssc.h
2170 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2171 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2172 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2174 F: drivers/misc/atmel_tclib.c
2175 F: drivers/clocksource/tcb_clksrc.c
2177 ATMEL USBA UDC DRIVER
2178 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2179 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2181 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2183 ATMEL WIRELESS DRIVER
2184 M: Simon Kelley <simon@thekelleys.org.uk>
2185 L: linux-wireless@vger.kernel.org
2186 W: http://www.thekelleys.org.uk/atmel
2187 W: http://atmelwlandriver.sourceforge.net/
2189 F: drivers/net/wireless/atmel/atmel*
2191 ATMEL MAXTOUCH DRIVER
2192 M: Nick Dyer <nick.dyer@itdev.co.uk>
2193 T: git git://github.com/atmel-maxtouch/linux.git
2195 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2196 F: drivers/input/touchscreen/atmel_mxt_ts.c
2197 F: include/linux/platform_data/atmel_mxt_ts.h
2199 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2200 M: Bradley Grove <linuxdrivers@attotech.com>
2201 L: linux-scsi@vger.kernel.org
2202 W: http://www.attotech.com
2204 F: drivers/scsi/esas2r
2206 ATUSB IEEE 802.15.4 RADIO DRIVER
2207 M: Stefan Schmidt <stefan@osg.samsung.com>
2208 L: linux-wpan@vger.kernel.org
2210 F: drivers/net/ieee802154/atusb.c
2211 F: drivers/net/ieee802154/atusb.h
2212 F: drivers/net/ieee802154/at86rf230.h
2215 M: Paul Moore <paul@paul-moore.com>
2216 M: Eric Paris <eparis@redhat.com>
2217 L: linux-audit@redhat.com (moderated for non-subscribers)
2218 W: http://people.redhat.com/sgrubb/audit/
2219 T: git git://git.infradead.org/users/pcmoore/audit
2221 F: include/linux/audit.h
2222 F: include/uapi/linux/audit.h
2225 AUXILIARY DISPLAY DRIVERS
2226 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2227 W: http://miguelojeda.es/auxdisplay.htm
2228 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2230 F: drivers/auxdisplay/
2231 F: include/linux/cfag12864b.h
2234 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2235 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2236 W: http://www.atmel.com/products/AVR32/
2237 W: http://mirror.egtvedt.no/avr32linux.org/
2238 W: http://avrfreaks.net/
2242 AVR32/AT32AP MACHINE SUPPORT
2243 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2244 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2246 F: arch/avr32/mach-at32ap/
2249 M: Ralf Baechle <ralf@linux-mips.org>
2250 L: linux-hams@vger.kernel.org
2251 W: http://www.linux-ax25.org/
2253 F: include/uapi/linux/ax25.h
2254 F: include/net/ax25.h
2258 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2259 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2260 L: linux-media@vger.kernel.org
2261 W: https://linuxtv.org
2262 T: git git://linuxtv.org/media_tree.git
2264 F: drivers/media/usb/dvb-usb-v2/az6007.c
2266 AZTECH FM RADIO RECEIVER DRIVER
2267 M: Hans Verkuil <hverkuil@xs4all.nl>
2268 L: linux-media@vger.kernel.org
2269 T: git git://linuxtv.org/media_tree.git
2270 W: https://linuxtv.org
2272 F: drivers/media/radio/radio-aztech*
2275 L: linux-wireless@vger.kernel.org
2276 L: b43-dev@lists.infradead.org
2277 W: http://wireless.kernel.org/en/users/Drivers/b43
2279 F: drivers/net/wireless/broadcom/b43/
2281 B43LEGACY WIRELESS DRIVER
2282 M: Larry Finger <Larry.Finger@lwfinger.net>
2283 L: linux-wireless@vger.kernel.org
2284 L: b43-dev@lists.infradead.org
2285 W: http://wireless.kernel.org/en/users/Drivers/b43
2287 F: drivers/net/wireless/broadcom/b43legacy/
2289 BACKLIGHT CLASS/SUBSYSTEM
2290 M: Jingoo Han <jingoohan1@gmail.com>
2291 M: Lee Jones <lee.jones@linaro.org>
2292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2294 F: drivers/video/backlight/
2295 F: include/linux/backlight.h
2298 M: Marek Lindner <mareklindner@neomailbox.ch>
2299 M: Simon Wunderlich <sw@simonwunderlich.de>
2300 M: Antonio Quartulli <a@unstable.cc>
2301 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2302 W: https://www.open-mesh.org/
2303 Q: https://patchwork.open-mesh.org/project/batman/list/
2305 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2306 F: Documentation/ABI/testing/sysfs-class-net-mesh
2307 F: Documentation/networking/batman-adv.txt
2308 F: include/uapi/linux/batman_adv.h
2311 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2312 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2313 L: linux-hams@vger.kernel.org
2314 W: http://www.baycom.org/~tom/ham/ham.html
2316 F: drivers/net/hamradio/baycom*
2318 BCACHE (BLOCK LAYER CACHE)
2319 M: Kent Overstreet <kent.overstreet@gmail.com>
2320 L: linux-bcache@vger.kernel.org
2321 W: http://bcache.evilpiepirate.org
2323 F: drivers/md/bcache/
2325 BDISP ST MEDIA DRIVER
2326 M: Fabien Dessenne <fabien.dessenne@st.com>
2327 L: linux-media@vger.kernel.org
2328 T: git git://linuxtv.org/media_tree.git
2329 W: https://linuxtv.org
2331 F: drivers/media/platform/sti/bdisp
2335 F: Documentation/filesystems/befs.txt
2338 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2339 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2340 L: netdev@vger.kernel.org
2342 F: drivers/net/ethernet/ec_bhf.c
2345 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2347 F: Documentation/filesystems/bfs.txt
2349 F: include/uapi/linux/bfs_fs.h
2351 BLACKFIN ARCHITECTURE
2352 M: Steven Miao <realmz6@gmail.com>
2353 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2354 T: git git://git.code.sf.net/p/adi-linux/code
2355 W: http://blackfin.uclinux.org
2359 BLACKFIN EMAC DRIVER
2360 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2361 W: http://blackfin.uclinux.org
2363 F: drivers/net/ethernet/adi/
2366 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2367 W: http://blackfin.uclinux.org
2369 F: drivers/rtc/rtc-bfin.c
2372 M: Sonic Zhang <sonic.zhang@analog.com>
2373 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2374 W: http://blackfin.uclinux.org
2376 F: drivers/mmc/host/bfin_sdh.c
2378 BLACKFIN SERIAL DRIVER
2379 M: Sonic Zhang <sonic.zhang@analog.com>
2380 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2381 W: http://blackfin.uclinux.org
2383 F: drivers/tty/serial/bfin_uart.c
2385 BLACKFIN WATCHDOG DRIVER
2386 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2387 W: http://blackfin.uclinux.org
2389 F: drivers/watchdog/bfin_wdt.c
2391 BLACKFIN I2C TWI DRIVER
2392 M: Sonic Zhang <sonic.zhang@analog.com>
2393 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2394 W: http://blackfin.uclinux.org/
2396 F: drivers/i2c/busses/i2c-bfin-twi.c
2398 BLACKFIN MEDIA DRIVER
2399 M: Scott Jiang <scott.jiang.linux@gmail.com>
2400 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2401 W: http://blackfin.uclinux.org/
2403 F: drivers/media/platform/blackfin/
2404 F: drivers/media/i2c/adv7183*
2405 F: drivers/media/i2c/vs6624*
2407 BLINKM RGB LED DRIVER
2408 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2410 F: drivers/leds/leds-blinkm.c
2413 M: Jens Axboe <axboe@kernel.dk>
2414 L: linux-block@vger.kernel.org
2415 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2418 F: kernel/trace/blktrace.c
2421 M: Joern Engel <joern@lazybastard.org>
2422 L: linux-mtd@lists.infradead.org
2424 F: drivers/mtd/devices/block2mtd.c
2427 M: Marcel Holtmann <marcel@holtmann.org>
2428 M: Gustavo Padovan <gustavo@padovan.org>
2429 M: Johan Hedberg <johan.hedberg@gmail.com>
2430 L: linux-bluetooth@vger.kernel.org
2431 W: http://www.bluez.org/
2432 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2435 F: drivers/bluetooth/
2438 M: Marcel Holtmann <marcel@holtmann.org>
2439 M: Gustavo Padovan <gustavo@padovan.org>
2440 M: Johan Hedberg <johan.hedberg@gmail.com>
2441 L: linux-bluetooth@vger.kernel.org
2442 W: http://www.bluez.org/
2443 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2447 F: include/net/bluetooth/
2450 M: Jay Vosburgh <j.vosburgh@gmail.com>
2451 M: Veaceslav Falico <vfalico@gmail.com>
2452 M: Andy Gospodarek <gospo@cumulusnetworks.com>
2453 L: netdev@vger.kernel.org
2454 W: http://sourceforge.net/projects/bonding/
2456 F: drivers/net/bonding/
2457 F: include/uapi/linux/if_bonding.h
2459 BPF (Safe dynamic programs and tools)
2460 M: Alexei Starovoitov <ast@kernel.org>
2461 L: netdev@vger.kernel.org
2462 L: linux-kernel@vger.kernel.org
2466 BROADCOM B44 10/100 ETHERNET DRIVER
2467 M: Gary Zambrano <zambrano@broadcom.com>
2468 L: netdev@vger.kernel.org
2470 F: drivers/net/ethernet/broadcom/b44.*
2472 BROADCOM B53 ETHERNET SWITCH DRIVER
2473 M: Florian Fainelli <f.fainelli@gmail.com>
2474 L: netdev@vger.kernel.org
2475 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2477 F: drivers/net/dsa/b53/*
2478 F: include/linux/platform_data/b53.h
2480 BROADCOM GENET ETHERNET DRIVER
2481 M: Florian Fainelli <f.fainelli@gmail.com>
2482 L: netdev@vger.kernel.org
2484 F: drivers/net/ethernet/broadcom/genet/
2486 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2487 M: Sony Chacko <sony.chacko@qlogic.com>
2488 M: Dept-HSGLinuxNICDev@qlogic.com
2489 L: netdev@vger.kernel.org
2491 F: drivers/net/ethernet/broadcom/bnx2.*
2492 F: drivers/net/ethernet/broadcom/bnx2_*
2494 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2495 M: Ariel Elior <ariel.elior@qlogic.com>
2496 L: netdev@vger.kernel.org
2498 F: drivers/net/ethernet/broadcom/bnx2x/
2500 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2501 M: Florian Fainelli <f.fainelli@gmail.com>
2502 M: Ray Jui <rjui@broadcom.com>
2503 M: Scott Branden <sbranden@broadcom.com>
2504 L: bcm-kernel-feedback-list@broadcom.com
2505 T: git git://github.com/broadcom/mach-bcm
2507 F: arch/arm/mach-bcm/
2508 F: arch/arm/boot/dts/bcm113*
2509 F: arch/arm/boot/dts/bcm216*
2510 F: arch/arm/boot/dts/bcm281*
2511 F: arch/arm64/boot/dts/broadcom/
2512 F: arch/arm/configs/bcm_defconfig
2513 F: drivers/mmc/host/sdhci-bcm-kona.c
2514 F: drivers/clocksource/bcm_kona_timer.c
2516 BROADCOM BCM2835 ARM ARCHITECTURE
2517 M: Stephen Warren <swarren@wwwdotorg.org>
2518 M: Lee Jones <lee@kernel.org>
2519 M: Eric Anholt <eric@anholt.net>
2520 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2521 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2522 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2526 BROADCOM BCM47XX MIPS ARCHITECTURE
2527 M: Hauke Mehrtens <hauke@hauke-m.de>
2528 M: Rafał Miłecki <zajec5@gmail.com>
2529 L: linux-mips@linux-mips.org
2531 F: Documentation/devicetree/bindings/mips/brcm/
2532 F: arch/mips/bcm47xx/*
2533 F: arch/mips/include/asm/mach-bcm47xx/*
2535 BROADCOM BCM5301X ARM ARCHITECTURE
2536 M: Hauke Mehrtens <hauke@hauke-m.de>
2537 L: linux-arm-kernel@lists.infradead.org
2539 F: arch/arm/mach-bcm/bcm_5301x.c
2540 F: arch/arm/boot/dts/bcm5301x.dtsi
2541 F: arch/arm/boot/dts/bcm470*
2543 BROADCOM BCM63XX ARM ARCHITECTURE
2544 M: Florian Fainelli <f.fainelli@gmail.com>
2545 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2546 L: bcm-kernel-feedback-list@broadcom.com
2547 T: git git://github.com/broadcom/stblinux.git
2549 F: arch/arm/mach-bcm/bcm63xx.c
2550 F: arch/arm/include/debug/bcm63xx.S
2552 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2553 M: Kevin Cernekee <cernekee@gmail.com>
2554 L: linux-usb@vger.kernel.org
2556 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2558 BROADCOM BCM7XXX ARM ARCHITECTURE
2559 M: Brian Norris <computersforpeace@gmail.com>
2560 M: Gregory Fong <gregory.0xf0@gmail.com>
2561 M: Florian Fainelli <f.fainelli@gmail.com>
2562 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2563 L: bcm-kernel-feedback-list@broadcom.com
2564 T: git git://github.com/broadcom/stblinux.git
2566 F: arch/arm/mach-bcm/*brcmstb*
2567 F: arch/arm/boot/dts/bcm7*.dts*
2568 F: drivers/bus/brcmstb_gisb.c
2571 BROADCOM BMIPS MIPS ARCHITECTURE
2572 M: Kevin Cernekee <cernekee@gmail.com>
2573 M: Florian Fainelli <f.fainelli@gmail.com>
2574 L: linux-mips@linux-mips.org
2575 T: git git://github.com/broadcom/stblinux.git
2577 F: arch/mips/bmips/*
2578 F: arch/mips/include/asm/mach-bmips/*
2579 F: arch/mips/kernel/*bmips*
2580 F: arch/mips/boot/dts/brcm/bcm*.dts*
2581 F: drivers/irqchip/irq-bcm63*
2582 F: drivers/irqchip/irq-bcm7*
2583 F: drivers/irqchip/irq-brcmstb*
2584 F: include/linux/bcm963xx_nvram.h
2585 F: include/linux/bcm963xx_tag.h
2587 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2588 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2589 M: Prashant Sreedharan <prashant@broadcom.com>
2590 M: Michael Chan <mchan@broadcom.com>
2591 L: netdev@vger.kernel.org
2593 F: drivers/net/ethernet/broadcom/tg3.*
2595 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2596 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2597 M: Franky Lin <franky.lin@broadcom.com>
2598 M: Hante Meuleman <hante.meuleman@broadcom.com>
2599 L: linux-wireless@vger.kernel.org
2600 L: brcm80211-dev-list.pdl@broadcom.com
2602 F: drivers/net/wireless/broadcom/brcm80211/
2604 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2605 M: QLogic-Storage-Upstream@qlogic.com
2606 L: linux-scsi@vger.kernel.org
2608 F: drivers/scsi/bnx2fc/
2610 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2611 M: QLogic-Storage-Upstream@qlogic.com
2612 L: linux-scsi@vger.kernel.org
2614 F: drivers/scsi/bnx2i/
2616 BROADCOM IPROC ARM ARCHITECTURE
2617 M: Ray Jui <rjui@broadcom.com>
2618 M: Scott Branden <sbranden@broadcom.com>
2619 M: Jon Mason <jonmason@broadcom.com>
2620 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2621 L: bcm-kernel-feedback-list@broadcom.com
2622 T: git git://github.com/broadcom/cygnus-linux.git
2638 BROADCOM BRCMSTB GPIO DRIVER
2639 M: Gregory Fong <gregory.0xf0@gmail.com>
2640 L: bcm-kernel-feedback-list@broadcom.com
2642 F: drivers/gpio/gpio-brcmstb.c
2643 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2645 BROADCOM KONA GPIO DRIVER
2646 M: Ray Jui <rjui@broadcom.com>
2647 L: bcm-kernel-feedback-list@broadcom.com
2649 F: drivers/gpio/gpio-bcm-kona.c
2650 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2652 BROADCOM NVRAM DRIVER
2653 M: Rafał Miłecki <zajec5@gmail.com>
2654 L: linux-mips@linux-mips.org
2656 F: drivers/firmware/broadcom/*
2658 BROADCOM STB NAND FLASH DRIVER
2659 M: Brian Norris <computersforpeace@gmail.com>
2660 M: Kamal Dasu <kdasu.kdev@gmail.com>
2661 L: linux-mtd@lists.infradead.org
2662 L: bcm-kernel-feedback-list@broadcom.com
2664 F: drivers/mtd/nand/brcmnand/
2666 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2667 M: Rafał Miłecki <zajec5@gmail.com>
2668 L: linux-wireless@vger.kernel.org
2671 F: include/linux/bcma/
2673 BROADCOM SYSTEMPORT ETHERNET DRIVER
2674 M: Florian Fainelli <f.fainelli@gmail.com>
2675 L: netdev@vger.kernel.org
2677 F: drivers/net/ethernet/broadcom/bcmsysport.*
2679 BROADCOM VULCAN ARM64 SOC
2680 M: Jayachandran C. <jchandra@broadcom.com>
2681 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2682 L: bcm-kernel-feedback-list@broadcom.com
2684 F: arch/arm64/boot/dts/broadcom/vulcan*
2686 BROCADE BFA FC SCSI DRIVER
2687 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2688 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2689 L: linux-scsi@vger.kernel.org
2691 F: drivers/scsi/bfa/
2693 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2694 M: Rasesh Mody <rasesh.mody@qlogic.com>
2695 L: netdev@vger.kernel.org
2697 F: drivers/net/ethernet/brocade/bna/
2699 BSG (block layer generic sg v4 driver)
2700 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2701 L: linux-scsi@vger.kernel.org
2704 F: include/linux/bsg.h
2705 F: include/uapi/linux/bsg.h
2708 M: Clemens Ladisch <clemens@ladisch.de>
2709 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2710 T: git git://git.alsa-project.org/alsa-kernel.git
2712 F: Documentation/sound/alsa/Bt87x.txt
2713 F: sound/pci/bt87x.c
2716 M: Michael Buesch <m@bues.ch>
2717 W: http://bu3sch.de/btgpio.php
2719 F: drivers/gpio/gpio-bt8xx.c
2722 M: Chris Mason <clm@fb.com>
2723 M: Josef Bacik <jbacik@fb.com>
2724 M: David Sterba <dsterba@suse.com>
2725 L: linux-btrfs@vger.kernel.org
2726 W: http://btrfs.wiki.kernel.org/
2727 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2728 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2730 F: Documentation/filesystems/btrfs.txt
2733 BTTV VIDEO4LINUX DRIVER
2734 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2735 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2736 L: linux-media@vger.kernel.org
2737 W: https://linuxtv.org
2738 T: git git://linuxtv.org/media_tree.git
2740 F: Documentation/video4linux/bttv/
2741 F: drivers/media/pci/bt8xx/bttv*
2743 BUSLOGIC SCSI DRIVER
2744 M: Khalid Aziz <khalid@gonehiking.org>
2745 L: linux-scsi@vger.kernel.org
2747 F: drivers/scsi/BusLogic.*
2748 F: drivers/scsi/FlashPoint.*
2750 C-MEDIA CMI8788 DRIVER
2751 M: Clemens Ladisch <clemens@ladisch.de>
2752 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2753 T: git git://git.alsa-project.org/alsa-kernel.git
2755 F: sound/pci/oxygen/
2758 M: Mark Salter <msalter@redhat.com>
2759 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2760 L: linux-c6x-dev@linux-c6x.org
2761 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2765 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2766 M: David Howells <dhowells@redhat.com>
2767 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2769 F: Documentation/filesystems/caching/cachefiles.txt
2772 CADET FM/AM RADIO RECEIVER DRIVER
2773 M: Hans Verkuil <hverkuil@xs4all.nl>
2774 L: linux-media@vger.kernel.org
2775 T: git git://linuxtv.org/media_tree.git
2776 W: https://linuxtv.org
2778 F: drivers/media/radio/radio-cadet*
2780 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2781 M: Jonathan Corbet <corbet@lwn.net>
2782 L: linux-media@vger.kernel.org
2783 T: git git://linuxtv.org/media_tree.git
2785 F: Documentation/video4linux/cafe_ccic
2786 F: drivers/media/platform/marvell-ccic/
2789 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2790 L: netdev@vger.kernel.org
2792 F: Documentation/networking/caif/
2793 F: drivers/net/caif/
2794 F: include/uapi/linux/caif/
2795 F: include/net/caif/
2798 CALGARY x86-64 IOMMU
2799 M: Muli Ben-Yehuda <mulix@mulix.org>
2800 M: Jon Mason <jdmason@kudzu.us>
2801 L: iommu@lists.linux-foundation.org
2803 F: arch/x86/kernel/pci-calgary_64.c
2804 F: arch/x86/kernel/tce_64.c
2805 F: arch/x86/include/asm/calgary.h
2806 F: arch/x86/include/asm/tce.h
2809 M: Oliver Hartkopp <socketcan@hartkopp.net>
2810 M: Marc Kleine-Budde <mkl@pengutronix.de>
2811 L: linux-can@vger.kernel.org
2812 W: https://github.com/linux-can
2813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2814 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2816 F: Documentation/networking/can.txt
2818 F: include/linux/can/core.h
2819 F: include/uapi/linux/can.h
2820 F: include/uapi/linux/can/bcm.h
2821 F: include/uapi/linux/can/raw.h
2822 F: include/uapi/linux/can/gw.h
2825 M: Wolfgang Grandegger <wg@grandegger.com>
2826 M: Marc Kleine-Budde <mkl@pengutronix.de>
2827 L: linux-can@vger.kernel.org
2828 W: https://github.com/linux-can
2829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2830 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2832 F: Documentation/devicetree/bindings/net/can/
2834 F: include/linux/can/dev.h
2835 F: include/linux/can/platform/
2836 F: include/uapi/linux/can/error.h
2837 F: include/uapi/linux/can/netlink.h
2840 M: Serge Hallyn <serge.hallyn@canonical.com>
2841 L: linux-security-module@vger.kernel.org
2843 F: include/linux/capability.h
2844 F: include/uapi/linux/capability.h
2845 F: security/commoncap.c
2846 F: kernel/capability.c
2848 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2849 M: Kevin Tsai <ktsai@capellamicro.com>
2851 F: drivers/iio/light/cm*
2852 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2854 CAVIUM LIQUIDIO NETWORK DRIVER
2855 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2856 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2857 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2858 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2859 L: netdev@vger.kernel.org
2860 W: http://www.cavium.com
2862 F: drivers/net/ethernet/cavium/liquidio/
2864 CC2520 IEEE-802.15.4 RADIO DRIVER
2865 M: Varka Bhadram <varkabhadram@gmail.com>
2866 L: linux-wpan@vger.kernel.org
2868 F: drivers/net/ieee802154/cc2520.c
2869 F: include/linux/spi/cc2520.h
2870 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2873 M: Hans Verkuil <hans.verkuil@cisco.com>
2874 L: linux-media@vger.kernel.org
2875 T: git git://linuxtv.org/media_tree.git
2876 W: http://linuxtv.org
2878 F: Documentation/cec.txt
2879 F: Documentation/DocBook/media/v4l/cec*
2880 F: drivers/staging/media/cec/
2881 F: drivers/media/cec-edid.c
2882 F: drivers/media/rc/keymaps/rc-cec.c
2883 F: include/media/cec.h
2884 F: include/media/cec-edid.h
2885 F: include/linux/cec.h
2886 F: include/linux/cec-funcs.h
2888 CELL BROADBAND ENGINE ARCHITECTURE
2889 M: Arnd Bergmann <arnd@arndb.de>
2890 L: linuxppc-dev@lists.ozlabs.org
2891 W: http://www.ibm.com/developerworks/power/cell/
2893 F: arch/powerpc/include/asm/cell*.h
2894 F: arch/powerpc/include/asm/spu*.h
2895 F: arch/powerpc/include/uapi/asm/spu*.h
2896 F: arch/powerpc/oprofile/*cell*
2897 F: arch/powerpc/platforms/cell/
2899 CEPH COMMON CODE (LIBCEPH)
2900 M: Ilya Dryomov <idryomov@gmail.com>
2901 M: "Yan, Zheng" <zyan@redhat.com>
2902 M: Sage Weil <sage@redhat.com>
2903 L: ceph-devel@vger.kernel.org
2905 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2906 T: git git://github.com/ceph/ceph-client.git
2909 F: include/linux/ceph/
2910 F: include/linux/crush/
2912 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2913 M: "Yan, Zheng" <zyan@redhat.com>
2914 M: Sage Weil <sage@redhat.com>
2915 M: Ilya Dryomov <idryomov@gmail.com>
2916 L: ceph-devel@vger.kernel.org
2918 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2919 T: git git://github.com/ceph/ceph-client.git
2921 F: Documentation/filesystems/ceph.txt
2924 CERTIFICATE HANDLING:
2925 M: David Howells <dhowells@redhat.com>
2926 M: David Woodhouse <dwmw2@infradead.org>
2927 L: keyrings@vger.kernel.org
2929 F: Documentation/module-signing.txt
2931 F: scripts/sign-file.c
2932 F: scripts/extract-cert.c
2934 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2935 L: linux-usb@vger.kernel.org
2937 F: Documentation/usb/WUSB-Design-overview.txt
2938 F: Documentation/usb/wusb-cbaf
2939 F: drivers/usb/host/hwa-hc.c
2940 F: drivers/usb/host/whci/
2941 F: drivers/usb/wusbcore/
2942 F: include/linux/usb/wusb*
2944 CFAG12864B LCD DRIVER
2945 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2946 W: http://miguelojeda.es/auxdisplay.htm
2947 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2949 F: drivers/auxdisplay/cfag12864b.c
2950 F: include/linux/cfag12864b.h
2952 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2953 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2954 W: http://miguelojeda.es/auxdisplay.htm
2955 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2957 F: drivers/auxdisplay/cfag12864bfb.c
2958 F: include/linux/cfag12864b.h
2960 CFG80211 and NL80211
2961 M: Johannes Berg <johannes@sipsolutions.net>
2962 L: linux-wireless@vger.kernel.org
2963 W: http://wireless.kernel.org/
2964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2965 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2967 F: include/uapi/linux/nl80211.h
2968 F: include/net/cfg80211.h
2970 X: net/wireless/wext*
2972 CHAR and MISC DRIVERS
2973 M: Arnd Bergmann <arnd@arndb.de>
2974 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2975 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2979 F: include/linux/miscdevice.h
2982 M: Andy Whitcroft <apw@canonical.com>
2983 M: Joe Perches <joe@perches.com>
2985 F: scripts/checkpatch.pl
2987 CHINESE DOCUMENTATION
2988 M: Harry Wei <harryxiyou@gmail.com>
2989 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2990 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2992 F: Documentation/zh_CN/
2994 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2995 M: Peter Chen <Peter.Chen@nxp.com>
2996 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2997 L: linux-usb@vger.kernel.org
2999 F: drivers/usb/chipidea/
3001 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3002 M: Hans de Goede <hdegoede@redhat.com>
3003 L: linux-input@vger.kernel.org
3005 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3006 F: drivers/input/touchscreen/chipone_icn8318.c
3008 CHROME HARDWARE PLATFORM SUPPORT
3009 M: Olof Johansson <olof@lixom.net>
3011 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3012 F: drivers/platform/chrome/
3014 CISCO VIC ETHERNET NIC DRIVER
3015 M: Christian Benvenuti <benve@cisco.com>
3016 M: Sujith Sankar <ssujith@cisco.com>
3017 M: Govindarajulu Varadarajan <_govind@gmx.com>
3018 M: Neel Patel <neepatel@cisco.com>
3020 F: drivers/net/ethernet/cisco/enic/
3022 CISCO VIC LOW LATENCY NIC DRIVER
3023 M: Christian Benvenuti <benve@cisco.com>
3024 M: Dave Goodell <dgoodell@cisco.com>
3026 F: drivers/infiniband/hw/usnic/
3028 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3029 M: Hartley Sweeten <hsweeten@visionengravers.com>
3030 L: netdev@vger.kernel.org
3032 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3034 CIRRUS LOGIC AUDIO CODEC DRIVERS
3035 M: Brian Austin <brian.austin@cirrus.com>
3036 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3037 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3039 F: sound/soc/codecs/cs*
3042 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3043 L: linux-kernel@vger.kernel.org
3046 F: include/linux/cleancache.h
3049 M: Russell King <linux@armlinux.org.uk>
3050 L: linux-clk@vger.kernel.org
3052 F: include/linux/clk.h
3054 CLOCKSOURCE, CLOCKEVENT DRIVERS
3055 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3056 M: Thomas Gleixner <tglx@linutronix.de>
3057 L: linux-kernel@vger.kernel.org
3058 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3060 F: drivers/clocksource
3062 CISCO FCOE HBA DRIVER
3063 M: Hiral Patel <hiralpat@cisco.com>
3064 M: Suma Ramars <sramars@cisco.com>
3065 M: Brian Uchino <buchino@cisco.com>
3066 L: linux-scsi@vger.kernel.org
3068 F: drivers/scsi/fnic/
3070 CISCO SCSI HBA DRIVER
3071 M: Narsimhulu Musini <nmusini@cisco.com>
3072 M: Sesidhar Baddela <sebaddel@cisco.com>
3073 L: linux-scsi@vger.kernel.org
3075 F: drivers/scsi/snic/
3078 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3079 M: Daniel Oliveira Nascimento <don@syst.com.br>
3080 L: platform-driver-x86@vger.kernel.org
3082 F: drivers/platform/x86/classmate-laptop.c
3085 M: Hans Verkuil <hans.verkuil@cisco.com>
3086 L: linux-media@vger.kernel.org
3087 T: git git://linuxtv.org/media_tree.git
3088 W: https://linuxtv.org
3090 F: drivers/media/pci/cobalt/
3092 COCCINELLE/Semantic Patches (SmPL)
3093 M: Julia Lawall <Julia.Lawall@lip6.fr>
3094 M: Gilles Muller <Gilles.Muller@lip6.fr>
3095 M: Nicolas Palix <nicolas.palix@imag.fr>
3096 M: Michal Marek <mmarek@suse.com>
3097 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3098 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3099 W: http://coccinelle.lip6.fr/
3101 F: Documentation/coccinelle.txt
3102 F: scripts/coccinelle/
3103 F: scripts/coccicheck
3106 M: Jan Harkes <jaharkes@cs.cmu.edu>
3108 L: codalist@coda.cs.cmu.edu
3109 W: http://www.coda.cs.cmu.edu/
3111 F: Documentation/filesystems/coda.txt
3113 F: include/linux/coda*.h
3114 F: include/uapi/linux/coda*.h
3116 CODA V4L2 MEM2MEM DRIVER
3117 M: Philipp Zabel <p.zabel@pengutronix.de>
3118 L: linux-media@vger.kernel.org
3120 F: Documentation/devicetree/bindings/media/coda.txt
3121 F: drivers/media/platform/coda/
3123 COMMON CLK FRAMEWORK
3124 M: Michael Turquette <mturquette@baylibre.com>
3125 M: Stephen Boyd <sboyd@codeaurora.org>
3126 L: linux-clk@vger.kernel.org
3127 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3129 F: Documentation/devicetree/bindings/clock/
3131 X: drivers/clk/clkdev.c
3132 F: include/linux/clk-pr*
3133 F: include/linux/clk/
3135 COMMON INTERNET FILE SYSTEM (CIFS)
3136 M: Steve French <sfrench@samba.org>
3137 L: linux-cifs@vger.kernel.org
3138 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3139 W: http://linux-cifs.samba.org/
3140 T: git git://git.samba.org/sfrench/cifs-2.6.git
3142 F: Documentation/filesystems/cifs/
3145 COMPACTPCI HOTPLUG CORE
3146 M: Scott Murray <scott@spiteful.org>
3147 L: linux-pci@vger.kernel.org
3149 F: drivers/pci/hotplug/cpci_hotplug*
3151 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3152 M: Scott Murray <scott@spiteful.org>
3153 L: linux-pci@vger.kernel.org
3155 F: drivers/pci/hotplug/cpcihp_zt5550.*
3157 COMPACTPCI HOTPLUG GENERIC DRIVER
3158 M: Scott Murray <scott@spiteful.org>
3159 L: linux-pci@vger.kernel.org
3161 F: drivers/pci/hotplug/cpcihp_generic.c
3163 COMPAL LAPTOP SUPPORT
3164 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3165 L: platform-driver-x86@vger.kernel.org
3167 F: drivers/platform/x86/compal-laptop.c
3169 CONEXANT ACCESSRUNNER USB DRIVER
3170 L: accessrunner-general@lists.sourceforge.net
3171 W: http://accessrunner.sourceforge.net/
3173 F: drivers/usb/atm/cxacru.c
3176 M: Joel Becker <jlbec@evilplan.org>
3177 M: Christoph Hellwig <hch@lst.de>
3178 T: git git://git.infradead.org/users/hch/configfs.git
3181 F: include/linux/configfs.h
3184 M: Evgeniy Polyakov <zbr@ioremap.net>
3185 L: netdev@vger.kernel.org
3187 F: drivers/connector/
3189 CONTROL GROUP (CGROUP)
3190 M: Tejun Heo <tj@kernel.org>
3191 M: Li Zefan <lizefan@huawei.com>
3192 M: Johannes Weiner <hannes@cmpxchg.org>
3193 L: cgroups@vger.kernel.org
3194 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3196 F: Documentation/cgroups/
3197 F: include/linux/cgroup*
3200 CONTROL GROUP - CPUSET
3201 M: Li Zefan <lizefan@huawei.com>
3202 L: cgroups@vger.kernel.org
3203 W: http://www.bullopensource.org/cpuset/
3204 W: http://oss.sgi.com/projects/cpusets/
3205 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3207 F: Documentation/cgroups/cpusets.txt
3208 F: include/linux/cpuset.h
3211 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3212 M: Johannes Weiner <hannes@cmpxchg.org>
3213 M: Michal Hocko <mhocko@kernel.org>
3214 M: Vladimir Davydov <vdavydov@virtuozzo.com>
3215 L: cgroups@vger.kernel.org
3216 L: linux-mm@kvack.org
3221 CORETEMP HARDWARE MONITORING DRIVER
3222 M: Fenghua Yu <fenghua.yu@intel.com>
3223 L: linux-hwmon@vger.kernel.org
3225 F: Documentation/hwmon/coretemp
3226 F: drivers/hwmon/coretemp.c
3228 COSA/SRP SYNC SERIAL DRIVER
3229 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3230 W: http://www.fi.muni.cz/~kas/cosa/
3232 F: drivers/net/wan/cosa*
3234 CPMAC ETHERNET DRIVER
3235 M: Florian Fainelli <florian@openwrt.org>
3236 L: netdev@vger.kernel.org
3238 F: drivers/net/ethernet/ti/cpmac.c
3240 CPU FREQUENCY DRIVERS
3241 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3242 M: Viresh Kumar <viresh.kumar@linaro.org>
3243 L: linux-pm@vger.kernel.org
3245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3246 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3248 F: include/linux/cpufreq.h
3250 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3251 M: Viresh Kumar <viresh.kumar@linaro.org>
3252 M: Sudeep Holla <sudeep.holla@arm.com>
3253 L: linux-pm@vger.kernel.org
3254 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3256 F: drivers/cpufreq/arm_big_little.h
3257 F: drivers/cpufreq/arm_big_little.c
3258 F: drivers/cpufreq/arm_big_little_dt.c
3260 CPUIDLE DRIVER - ARM BIG LITTLE
3261 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3262 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3263 L: linux-pm@vger.kernel.org
3264 L: linux-arm-kernel@lists.infradead.org
3265 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3267 F: drivers/cpuidle/cpuidle-big_little.c
3269 CPUIDLE DRIVER - ARM EXYNOS
3270 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3271 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3272 M: Kukjin Kim <kgene@kernel.org>
3273 L: linux-pm@vger.kernel.org
3274 L: linux-samsung-soc@vger.kernel.org
3276 F: drivers/cpuidle/cpuidle-exynos.c
3277 F: arch/arm/mach-exynos/pm.c
3280 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3281 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3282 L: linux-pm@vger.kernel.org
3284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3285 F: drivers/cpuidle/*
3286 F: include/linux/cpuidle.h
3289 M: "H. Peter Anvin" <hpa@zytor.com>
3291 F: arch/x86/kernel/cpuid.c
3292 F: arch/x86/kernel/msr.c
3294 CPU POWER MONITORING SUBSYSTEM
3295 M: Thomas Renninger <trenn@suse.com>
3296 L: linux-pm@vger.kernel.org
3298 F: tools/power/cpupower/
3301 W: http://sourceforge.net/projects/cramfs/
3302 S: Orphan / Obsolete
3303 F: Documentation/filesystems/cramfs.txt
3307 M: Mikael Starvik <starvik@axis.com>
3308 M: Jesper Nilsson <jesper.nilsson@axis.com>
3309 L: linux-cris-kernel@axis.com
3310 W: http://developer.axis.com
3311 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3314 F: drivers/tty/serial/crisv10.*
3317 M: Herbert Xu <herbert@gondor.apana.org.au>
3318 M: "David S. Miller" <davem@davemloft.net>
3319 L: linux-crypto@vger.kernel.org
3320 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3321 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3323 F: Documentation/crypto/
3324 F: Documentation/devicetree/bindings/crypto/
3325 F: Documentation/DocBook/crypto-API.tmpl
3331 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3332 M: Neil Horman <nhorman@tuxdriver.com>
3333 L: linux-crypto@vger.kernel.org
3335 F: crypto/ansi_cprng.c
3339 M: Hans Verkuil <hverkuil@xs4all.nl>
3340 L: linux-media@vger.kernel.org
3341 T: git git://linuxtv.org/media_tree.git
3342 W: http://linuxtv.org
3344 F: drivers/media/i2c/cs3308.c
3345 F: drivers/media/i2c/cs3308.h
3347 CS5535 Audio ALSA driver
3348 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3350 F: sound/pci/cs5535audio/
3353 M: Solomon Peachy <pizza@shaftnet.org>
3355 F: drivers/net/wireless/st/cw1200/
3357 CX18 VIDEO4LINUX DRIVER
3358 M: Andy Walls <awalls@md.metrocast.net>
3359 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3360 L: linux-media@vger.kernel.org
3361 T: git git://linuxtv.org/media_tree.git
3362 W: https://linuxtv.org
3363 W: http://www.ivtvdriver.org/index.php/Cx18
3365 F: Documentation/video4linux/cx18.txt
3366 F: drivers/media/pci/cx18/
3367 F: include/uapi/linux/ivtv*
3369 CX2341X MPEG ENCODER HELPER MODULE
3370 M: Hans Verkuil <hverkuil@xs4all.nl>
3371 L: linux-media@vger.kernel.org
3372 T: git git://linuxtv.org/media_tree.git
3373 W: https://linuxtv.org
3375 F: drivers/media/common/cx2341x*
3376 F: include/media/cx2341x*
3378 CX24120 MEDIA DRIVER
3379 M: Jemma Denson <jdenson@gmail.com>
3380 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3381 L: linux-media@vger.kernel.org
3382 W: https://linuxtv.org
3383 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3385 F: drivers/media/dvb-frontends/cx24120*
3387 CX88 VIDEO4LINUX DRIVER
3388 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3389 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3390 L: linux-media@vger.kernel.org
3391 W: https://linuxtv.org
3392 T: git git://linuxtv.org/media_tree.git
3394 F: Documentation/video4linux/cx88/
3395 F: drivers/media/pci/cx88/
3397 CXD2820R MEDIA DRIVER
3398 M: Antti Palosaari <crope@iki.fi>
3399 L: linux-media@vger.kernel.org
3400 W: https://linuxtv.org
3401 W: http://palosaari.fi/linux/
3402 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3403 T: git git://linuxtv.org/anttip/media_tree.git
3405 F: drivers/media/dvb-frontends/cxd2820r*
3407 CXGB3 ETHERNET DRIVER (CXGB3)
3408 M: Santosh Raspatur <santosh@chelsio.com>
3409 L: netdev@vger.kernel.org
3410 W: http://www.chelsio.com
3412 F: drivers/net/ethernet/chelsio/cxgb3/
3414 CXGB3 ISCSI DRIVER (CXGB3I)
3415 M: Karen Xie <kxie@chelsio.com>
3416 L: linux-scsi@vger.kernel.org
3417 W: http://www.chelsio.com
3419 F: drivers/scsi/cxgbi/cxgb3i
3421 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3422 M: Steve Wise <swise@chelsio.com>
3423 L: linux-rdma@vger.kernel.org
3424 W: http://www.openfabrics.org
3426 F: drivers/infiniband/hw/cxgb3/
3428 CXGB4 ETHERNET DRIVER (CXGB4)
3429 M: Hariprasad S <hariprasad@chelsio.com>
3430 L: netdev@vger.kernel.org
3431 W: http://www.chelsio.com
3433 F: drivers/net/ethernet/chelsio/cxgb4/
3435 CXGB4 ISCSI DRIVER (CXGB4I)
3436 M: Karen Xie <kxie@chelsio.com>
3437 L: linux-scsi@vger.kernel.org
3438 W: http://www.chelsio.com
3440 F: drivers/scsi/cxgbi/cxgb4i
3442 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3443 M: Steve Wise <swise@chelsio.com>
3444 L: linux-rdma@vger.kernel.org
3445 W: http://www.openfabrics.org
3447 F: drivers/infiniband/hw/cxgb4/
3449 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3450 M: Casey Leedom <leedom@chelsio.com>
3451 L: netdev@vger.kernel.org
3452 W: http://www.chelsio.com
3454 F: drivers/net/ethernet/chelsio/cxgb4vf/
3456 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3457 M: Ian Munsie <imunsie@au1.ibm.com>
3458 M: Michael Neuling <mikey@neuling.org>
3459 L: linuxppc-dev@lists.ozlabs.org
3461 F: drivers/misc/cxl/
3462 F: include/misc/cxl*
3463 F: include/uapi/misc/cxl.h
3464 F: Documentation/powerpc/cxl.txt
3465 F: Documentation/powerpc/cxl.txt
3466 F: Documentation/ABI/testing/sysfs-class-cxl
3468 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3469 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3470 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3471 L: linux-scsi@vger.kernel.org
3473 F: drivers/scsi/cxlflash/
3474 F: include/uapi/scsi/cxlflash_ioctls.h
3475 F: Documentation/powerpc/cxlflash.txt
3477 STMMAC ETHERNET DRIVER
3478 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3479 M: Alexandre Torgue <alexandre.torgue@st.com>
3480 L: netdev@vger.kernel.org
3481 W: http://www.stlinux.com
3483 F: drivers/net/ethernet/stmicro/stmmac/
3486 M: Russell King <linux@armlinux.org.uk>
3487 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3488 W: http://www.armlinux.org.uk/
3490 F: drivers/video/fbdev/cyber2000fb.*
3492 CYCLADES ASYNC MUX DRIVER
3493 W: http://www.cyclades.com/
3495 F: drivers/tty/cyclades.c
3496 F: include/linux/cyclades.h
3497 F: include/uapi/linux/cyclades.h
3499 CYCLADES PC300 DRIVER
3500 W: http://www.cyclades.com/
3502 F: drivers/net/wan/pc300*
3504 CYPRESS_FIRMWARE MEDIA DRIVER
3505 M: Antti Palosaari <crope@iki.fi>
3506 L: linux-media@vger.kernel.org
3507 W: https://linuxtv.org
3508 W: http://palosaari.fi/linux/
3509 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3510 T: git git://linuxtv.org/anttip/media_tree.git
3512 F: drivers/media/common/cypress_firmware*
3514 CYTTSP TOUCHSCREEN DRIVER
3515 M: Ferruh Yigit <fery@cypress.com>
3516 L: linux-input@vger.kernel.org
3518 F: drivers/input/touchscreen/cyttsp*
3519 F: include/linux/input/cyttsp.h
3521 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3522 M: Joshua Kinard <kumba@gentoo.org>
3524 F: drivers/rtc/rtc-ds1685.c
3525 F: include/linux/rtc/ds1685.h
3527 DAMA SLAVE for AX.25
3528 M: Joerg Reuter <jreuter@yaina.de>
3529 W: http://yaina.de/jreuter/
3530 W: http://www.qsl.net/dl1bke/
3531 L: linux-hams@vger.kernel.org
3533 F: net/ax25/af_ax25.c
3534 F: net/ax25/ax25_dev.c
3535 F: net/ax25/ax25_ds_*
3536 F: net/ax25/ax25_in.c
3537 F: net/ax25/ax25_out.c
3538 F: net/ax25/ax25_timer.c
3539 F: net/ax25/sysctl_net_ax25.c
3541 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3542 L: netdev@vger.kernel.org
3544 F: Documentation/networking/dmfe.txt
3545 F: drivers/net/ethernet/dec/tulip/dmfe.c
3547 DC390/AM53C974 SCSI driver
3548 M: Hannes Reinecke <hare@suse.com>
3549 L: linux-scsi@vger.kernel.org
3551 F: drivers/scsi/am53c974.c
3554 M: Oliver Neukum <oliver@neukum.org>
3555 M: Ali Akcaagac <aliakc@web.de>
3556 M: Jamie Lenehan <lenehan@twibble.org>
3557 L: dc395x@twibble.org
3558 W: http://twibble.org/dist/dc395x/
3559 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3561 F: Documentation/scsi/dc395x.txt
3562 F: drivers/scsi/dc395x.*
3565 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3566 L: dccp@vger.kernel.org
3567 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3569 F: include/linux/dccp.h
3570 F: include/uapi/linux/dccp.h
3571 F: include/linux/tfrc.h
3574 DECnet NETWORK LAYER
3575 W: http://linux-decnet.sourceforge.net
3576 L: linux-decnet-user@lists.sourceforge.net
3578 F: Documentation/networking/decnet.txt
3581 DECSTATION PLATFORM SUPPORT
3582 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3583 L: linux-mips@linux-mips.org
3584 W: http://www.linux-mips.org/wiki/DECstation
3587 F: arch/mips/include/asm/dec/
3588 F: arch/mips/include/asm/mach-dec/
3590 DEFXX FDDI NETWORK DRIVER
3591 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3593 F: drivers/net/fddi/defxx.*
3596 M: Matthew Garrett <mjg59@srcf.ucam.org>
3597 M: Pali Rohár <pali.rohar@gmail.com>
3598 L: platform-driver-x86@vger.kernel.org
3600 F: drivers/platform/x86/dell-laptop.c
3602 DELL LAPTOP RBTN DRIVER
3603 M: Pali Rohár <pali.rohar@gmail.com>
3605 F: drivers/platform/x86/dell-rbtn.*
3607 DELL LAPTOP FREEFALL DRIVER
3608 M: Pali Rohár <pali.rohar@gmail.com>
3610 F: drivers/platform/x86/dell-smo8800.c
3612 DELL LAPTOP SMM DRIVER
3613 M: Pali Rohár <pali.rohar@gmail.com>
3615 F: drivers/hwmon/dell-smm-hwmon.c
3616 F: include/uapi/linux/i8k.h
3618 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3619 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3621 F: Documentation/dcdbas.txt
3622 F: drivers/firmware/dcdbas.*
3624 DELL WMI EXTRAS DRIVER
3625 M: Matthew Garrett <mjg59@srcf.ucam.org>
3626 M: Pali Rohár <pali.rohar@gmail.com>
3628 F: drivers/platform/x86/dell-wmi.c
3630 DESIGNWARE USB2 DRD IP DRIVER
3631 M: John Youn <johnyoun@synopsys.com>
3632 L: linux-usb@vger.kernel.org
3633 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3635 F: drivers/usb/dwc2/
3637 DESIGNWARE USB3 DRD IP DRIVER
3638 M: Felipe Balbi <balbi@kernel.org>
3639 L: linux-usb@vger.kernel.org
3640 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3642 F: drivers/usb/dwc3/
3644 DEVICE COREDUMP (DEV_COREDUMP)
3645 M: Johannes Berg <johannes@sipsolutions.net>
3646 L: linux-kernel@vger.kernel.org
3648 F: drivers/base/devcoredump.c
3649 F: include/linux/devcoredump.h
3651 DEVICE FREQUENCY (DEVFREQ)
3652 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3653 M: Kyungmin Park <kyungmin.park@samsung.com>
3654 L: linux-pm@vger.kernel.org
3655 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3658 F: include/linux/devfreq.h
3659 F: Documentation/devicetree/bindings/devfreq/
3661 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3662 M: Chanwoo Choi <cw00.choi@samsung.com>
3663 L: linux-pm@vger.kernel.org
3664 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3666 F: drivers/devfreq/event/
3667 F: drivers/devfreq/devfreq-event.c
3668 F: include/linux/devfreq-event.h
3669 F: Documentation/devicetree/bindings/devfreq/event/
3671 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3672 M: Chanwoo Choi <cw00.choi@samsung.com>
3673 L: linux-pm@vger.kernel.org
3674 L: linux-samsung-soc@vger.kernel.org
3675 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3677 F: drivers/devfreq/exynos-bus.c
3678 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3680 DEVICE NUMBER REGISTRY
3681 M: Torben Mathiasen <device@lanana.org>
3682 W: http://lanana.org/docs/device-list/index.html
3686 M: Alasdair Kergon <agk@redhat.com>
3687 M: Mike Snitzer <snitzer@redhat.com>
3688 M: dm-devel@redhat.com
3689 L: dm-devel@redhat.com
3690 W: http://sources.redhat.com/dm
3691 Q: http://patchwork.kernel.org/project/dm-devel/list/
3692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3693 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3695 F: Documentation/device-mapper/
3697 F: drivers/md/persistent-data/
3698 F: include/linux/device-mapper.h
3699 F: include/linux/dm-*.h
3700 F: include/uapi/linux/dm-*.h
3703 M: Jiri Pirko <jiri@mellanox.com>
3704 L: netdev@vger.kernel.org
3706 F: net/core/devlink.c
3707 F: include/net/devlink.h
3708 F: include/uapi/linux/devlink.h
3710 DIALOG SEMICONDUCTOR DRIVERS
3711 M: Support Opensource <support.opensource@diasemi.com>
3712 W: http://www.dialog-semiconductor.com/products
3714 F: Documentation/hwmon/da90??
3715 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3716 F: drivers/gpio/gpio-da90??.c
3717 F: drivers/hwmon/da90??-hwmon.c
3718 F: drivers/iio/adc/da91??-*.c
3719 F: drivers/input/misc/da90??_onkey.c
3720 F: drivers/input/touchscreen/da9052_tsi.c
3721 F: drivers/leds/leds-da90??.c
3722 F: drivers/mfd/da903x.c
3723 F: drivers/mfd/da90??-*.c
3724 F: drivers/mfd/da91??-*.c
3725 F: drivers/power/da9052-battery.c
3726 F: drivers/power/da91??-*.c
3727 F: drivers/regulator/da903x.c
3728 F: drivers/regulator/da9???-regulator.[ch]
3729 F: drivers/rtc/rtc-da90??.c
3730 F: drivers/video/backlight/da90??_bl.c
3731 F: drivers/watchdog/da90??_wdt.c
3732 F: include/linux/mfd/da903x.h
3733 F: include/linux/mfd/da9052/
3734 F: include/linux/mfd/da9055/
3735 F: include/linux/mfd/da9063/
3736 F: include/linux/mfd/da9150/
3737 F: include/sound/da[79]*.h
3738 F: sound/soc/codecs/da[79]*.[ch]
3740 DIGI NEO AND CLASSIC PCI PRODUCTS
3741 M: Lidza Louina <lidza.louina@gm