3 List of maintainers and how to submit kernel changes
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/process/coding-style.rst for guidance here.
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/process/submitting-patches.rst for details.
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/process/submitting-patches.rst.
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
69 Descriptions of section entries:
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 B: URI for where to file bugs. A web-page with detailed bug
78 filing info, a direct bug tracker link, or a mailto: URI.
79 C: URI for chat protocol, server and channel where developers
80 usually hang out, for example irc://server/channel.
81 Q: Patchwork web based patch tracking system site
82 T: SCM tree type and location.
83 Type is one of: git, hg, quilt, stgit, topgit
84 S: Status, one of the following:
85 Supported: Someone is actually paid to look after this.
86 Maintained: Someone actually looks after it.
87 Odd Fixes: It has a maintainer but they don't have time to do
88 much other than throw the odd patch in. See below..
89 Orphan: No current maintainer [but maybe you could take the
90 role as you write your new code].
91 Obsolete: Old code. Something tagged obsolete generally means
92 it has been replaced by a better system and you
94 F: Files and directories with wildcard patterns.
95 A trailing slash includes all files and subdirectory files.
96 F: drivers/net/ all files in and below drivers/net
97 F: drivers/net/* all files in drivers/net, but not below
98 F: */net/* all files in "any top level directory"/net
99 One pattern per line. Multiple F: lines acceptable.
100 N: Files and directories with regex patterns.
101 N: [^a-z]tegra all files whose path contains the word tegra
102 One pattern per line. Multiple N: lines acceptable.
103 scripts/get_maintainer.pl has different behavior for files that
104 match F: pattern and matches of N: patterns. By default,
105 get_maintainer will not look at git log history when an F: pattern
106 match occurs. When an N: match occurs, git log history is used
107 to also notify the people that have git commit signatures.
108 X: Files and directories that are NOT maintained, same rules as F:
109 Files exclusions are tested before file matches.
110 Can be useful for excluding a specific subdirectory, for instance:
113 matches all files in and below net excluding net/ipv6/
114 K: Keyword perl extended regex pattern to match content in a
115 patch or file. For instance:
117 matches patches or files that contain "of_get_profile"
118 K: \b(printk|pr_(info|err))\b
119 matches patches or files that contain one or more of the words
120 printk, pr_info or pr_err
121 One regex pattern per line. Multiple K: lines acceptable.
123 Note: For the hard of thinking, this list is meant to remain in alphabetical
124 order. If you could add yourselves to it in alphabetical order that would be
127 Maintainers List (try to look for most precise areas first)
129 -----------------------------------
132 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
133 L: netdev@vger.kernel.org
135 F: Documentation/networking/vortex.txt
136 F: drivers/net/ethernet/3com/3c59x.c
138 3CR990 NETWORK DRIVER
139 M: David Dillow <dave@thedillows.org>
140 L: netdev@vger.kernel.org
142 F: drivers/net/ethernet/3com/typhoon*
144 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
145 M: Adam Radford <aradford@gmail.com>
146 L: linux-scsi@vger.kernel.org
147 W: http://www.lsi.com
151 53C700 AND 53C700-66 SCSI DRIVER
152 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
153 L: linux-scsi@vger.kernel.org
155 F: drivers/scsi/53c700*
157 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
158 M: Alexander Aring <aar@pengutronix.de>
159 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
160 L: linux-bluetooth@vger.kernel.org
161 L: linux-wpan@vger.kernel.org
164 F: include/net/6lowpan.h
165 F: Documentation/networking/6lowpan.txt
167 6PACK NETWORK DRIVER FOR AX.25
168 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
169 L: linux-hams@vger.kernel.org
171 F: drivers/net/hamradio/6pack.c
173 8169 10/100/1000 GIGABIT ETHERNET DRIVER
174 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
175 L: netdev@vger.kernel.org
177 F: drivers/net/ethernet/realtek/r8169.c
179 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
180 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
181 L: linux-serial@vger.kernel.org
183 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
184 F: drivers/tty/serial/8250*
185 F: include/linux/serial_8250.h
187 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
188 L: netdev@vger.kernel.org
190 F: drivers/net/ethernet/8390/
193 M: Eric Van Hensbergen <ericvh@gmail.com>
194 M: Ron Minnich <rminnich@sandia.gov>
195 M: Latchesar Ionkov <lucho@ionkov.net>
196 L: v9fs-developer@lists.sourceforge.net
197 W: http://swik.net/v9fs
198 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
201 F: Documentation/filesystems/9p.txt
205 F: include/uapi/linux/virtio_9p.h
206 F: include/trace/events/9p.h
210 M: Antti Palosaari <crope@iki.fi>
211 L: linux-media@vger.kernel.org
212 W: https://linuxtv.org
213 W: http://palosaari.fi/linux/
214 Q: http://patchwork.linuxtv.org/project/linux-media/list/
215 T: git git://linuxtv.org/anttip/media_tree.git
217 F: drivers/media/dvb-frontends/a8293*
219 AACRAID SCSI RAID DRIVER
220 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
221 L: linux-scsi@vger.kernel.org
222 W: http://www.adaptec.com/
224 F: Documentation/scsi/aacraid.txt
225 F: drivers/scsi/aacraid/
228 L: linux-api@vger.kernel.org
229 F: include/linux/syscalls.h
232 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
233 M: Hans de Goede <hdegoede@redhat.com>
234 L: linux-hwmon@vger.kernel.org
236 F: drivers/hwmon/abituguru.c
238 ABIT UGURU 3 HARDWARE MONITOR DRIVER
239 M: Alistair John Strachan <alistair@devzero.co.uk>
240 L: linux-hwmon@vger.kernel.org
242 F: drivers/hwmon/abituguru3.c
244 ACCES 104-DIO-48E GPIO DRIVER
245 M: William Breathitt Gray <vilhelm.gray@gmail.com>
246 L: linux-gpio@vger.kernel.org
248 F: drivers/gpio/gpio-104-dio-48e.c
250 ACCES 104-IDI-48 GPIO DRIVER
251 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
252 L: linux-gpio@vger.kernel.org
254 F: drivers/gpio/gpio-104-idi-48.c
256 ACCES 104-IDIO-16 GPIO DRIVER
257 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
258 L: linux-gpio@vger.kernel.org
260 F: drivers/gpio/gpio-104-idio-16.c
262 ACCES 104-QUAD-8 IIO DRIVER
263 M: William Breathitt Gray <vilhelm.gray@gmail.com>
264 L: linux-iio@vger.kernel.org
266 F: drivers/iio/counter/104-quad-8.c
268 ACCES PCI-IDIO-16 GPIO DRIVER
269 M: William Breathitt Gray <vilhelm.gray@gmail.com>
270 L: linux-gpio@vger.kernel.org
272 F: drivers/gpio/gpio-pci-idio-16.c
275 M: Jes Sorensen <jes@trained-monkey.org>
276 L: linux-acenic@sunsite.dk
278 F: drivers/net/ethernet/alteon/acenic*
280 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
281 M: Peter Feuerer <peter@piie.net>
282 L: platform-driver-x86@vger.kernel.org
283 W: http://piie.net/?section=acerhdf
285 F: drivers/platform/x86/acerhdf.c
287 ACER WMI LAPTOP EXTRAS
288 M: "Lee, Chun-Yi" <jlee@suse.com>
289 L: platform-driver-x86@vger.kernel.org
291 F: drivers/platform/x86/acer-wmi.c
294 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
295 M: Len Brown <lenb@kernel.org>
296 L: linux-acpi@vger.kernel.org
297 W: https://01.org/linux-acpi
298 Q: https://patchwork.kernel.org/project/linux-acpi/list/
299 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
300 B: https://bugzilla.kernel.org
303 F: drivers/pnp/pnpacpi/
304 F: include/linux/acpi.h
306 F: Documentation/acpi/
307 F: Documentation/ABI/testing/sysfs-bus-acpi
308 F: Documentation/ABI/testing/configfs-acpi
309 F: drivers/pci/*acpi*
310 F: drivers/pci/*/*acpi*
311 F: drivers/pci/*/*/*acpi*
314 ACPI COMPONENT ARCHITECTURE (ACPICA)
315 M: Robert Moore <robert.moore@intel.com>
316 M: Lv Zheng <lv.zheng@intel.com>
317 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
318 L: linux-acpi@vger.kernel.org
320 W: https://acpica.org/
321 W: https://github.com/acpica/acpica/
322 Q: https://patchwork.kernel.org/project/linux-acpi/list/
323 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
324 B: https://bugzilla.kernel.org
325 B: https://bugs.acpica.org
327 F: drivers/acpi/acpica/
332 M: Zhang Rui <rui.zhang@intel.com>
333 L: linux-acpi@vger.kernel.org
334 W: https://01.org/linux-acpi
335 B: https://bugzilla.kernel.org
337 F: drivers/acpi/fan.c
339 ACPI FOR ARM64 (ACPI/arm64)
340 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
341 M: Hanjun Guo <hanjun.guo@linaro.org>
342 M: Sudeep Holla <sudeep.holla@arm.com>
343 L: linux-acpi@vger.kernel.org
345 F: drivers/acpi/arm64
348 M: Zhang Rui <rui.zhang@intel.com>
349 L: linux-acpi@vger.kernel.org
350 W: https://01.org/linux-acpi
351 B: https://bugzilla.kernel.org
353 F: drivers/acpi/*thermal*
356 M: Zhang Rui <rui.zhang@intel.com>
357 L: linux-acpi@vger.kernel.org
358 W: https://01.org/linux-acpi
359 B: https://bugzilla.kernel.org
361 F: drivers/acpi/acpi_video.c
364 L: platform-driver-x86@vger.kernel.org
366 F: drivers/platform/x86/wmi.c
368 AD1889 ALSA SOUND DRIVER
369 M: Thibaut Varene <T-Bone@parisc-linux.org>
370 W: http://wiki.parisc-linux.org/AD1889
371 L: linux-parisc@vger.kernel.org
373 F: sound/pci/ad1889.*
375 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
376 M: Michael Hennerich <michael.hennerich@analog.com>
377 W: http://wiki.analog.com/AD5254
378 W: http://ez.analog.com/community/linux-device-drivers
380 F: drivers/misc/ad525x_dpot.c
382 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
383 M: Michael Hennerich <michael.hennerich@analog.com>
384 W: http://wiki.analog.com/AD5398
385 W: http://ez.analog.com/community/linux-device-drivers
387 F: drivers/regulator/ad5398.c
389 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
390 M: Michael Hennerich <michael.hennerich@analog.com>
391 W: http://wiki.analog.com/AD7142
392 W: http://ez.analog.com/community/linux-device-drivers
394 F: drivers/input/misc/ad714x.c
396 AD7877 TOUCHSCREEN DRIVER
397 M: Michael Hennerich <michael.hennerich@analog.com>
398 W: http://wiki.analog.com/AD7877
399 W: http://ez.analog.com/community/linux-device-drivers
401 F: drivers/input/touchscreen/ad7877.c
403 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
404 M: Michael Hennerich <michael.hennerich@analog.com>
405 W: http://wiki.analog.com/AD7879
406 W: http://ez.analog.com/community/linux-device-drivers
408 F: drivers/input/touchscreen/ad7879.c
410 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
411 M: Jiri Kosina <jikos@kernel.org>
414 ADF7242 IEEE 802.15.4 RADIO DRIVER
415 M: Michael Hennerich <michael.hennerich@analog.com>
416 W: https://wiki.analog.com/ADF7242
417 W: http://ez.analog.com/community/linux-device-drivers
418 L: linux-wpan@vger.kernel.org
420 F: drivers/net/ieee802154/adf7242.c
421 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
423 ADM1025 HARDWARE MONITOR DRIVER
424 M: Jean Delvare <jdelvare@suse.com>
425 L: linux-hwmon@vger.kernel.org
427 F: Documentation/hwmon/adm1025
428 F: drivers/hwmon/adm1025.c
430 ADM1029 HARDWARE MONITOR DRIVER
431 M: Corentin Labbe <clabbe.montjoie@gmail.com>
432 L: linux-hwmon@vger.kernel.org
434 F: drivers/hwmon/adm1029.c
436 ADM8211 WIRELESS DRIVER
437 L: linux-wireless@vger.kernel.org
438 W: http://wireless.kernel.org/
440 F: drivers/net/wireless/admtek/adm8211.*
442 ADP1653 FLASH CONTROLLER DRIVER
443 M: Sakari Ailus <sakari.ailus@iki.fi>
444 L: linux-media@vger.kernel.org
446 F: drivers/media/i2c/adp1653.c
447 F: include/media/i2c/adp1653.h
449 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
450 M: Michael Hennerich <michael.hennerich@analog.com>
451 W: http://wiki.analog.com/ADP5520
452 W: http://ez.analog.com/community/linux-device-drivers
454 F: drivers/mfd/adp5520.c
455 F: drivers/video/backlight/adp5520_bl.c
456 F: drivers/leds/leds-adp5520.c
457 F: drivers/gpio/gpio-adp5520.c
458 F: drivers/input/keyboard/adp5520-keys.c
460 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
461 M: Michael Hennerich <michael.hennerich@analog.com>
462 W: http://wiki.analog.com/ADP5588
463 W: http://ez.analog.com/community/linux-device-drivers
465 F: drivers/input/keyboard/adp5588-keys.c
466 F: drivers/gpio/gpio-adp5588.c
468 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
469 M: Michael Hennerich <michael.hennerich@analog.com>
470 W: http://wiki.analog.com/ADP8860
471 W: http://ez.analog.com/community/linux-device-drivers
473 F: drivers/video/backlight/adp8860_bl.c
475 ADS1015 HARDWARE MONITOR DRIVER
476 M: Dirk Eibach <eibach@gdsys.de>
477 L: linux-hwmon@vger.kernel.org
479 F: Documentation/hwmon/ads1015
480 F: drivers/hwmon/ads1015.c
481 F: include/linux/i2c/ads1015.h
484 M: Colin Leroy <colin@colino.net>
486 F: drivers/macintosh/therm_adt746x.c
488 ADT7475 HARDWARE MONITOR DRIVER
489 M: Jean Delvare <jdelvare@suse.com>
490 L: linux-hwmon@vger.kernel.org
492 F: Documentation/hwmon/adt7475
493 F: drivers/hwmon/adt7475.c
495 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
496 M: Michael Hennerich <michael.hennerich@analog.com>
497 W: http://wiki.analog.com/ADXL345
498 W: http://ez.analog.com/community/linux-device-drivers
500 F: drivers/input/misc/adxl34x.c
503 M: Matthew Wilcox <matthew@wil.cx>
504 M: Hannes Reinecke <hare@suse.com>
505 L: linux-scsi@vger.kernel.org
507 F: Documentation/scsi/advansys.txt
508 F: drivers/scsi/advansys.c
511 M: Riccardo Facchetti <fizban@tin.it>
513 F: sound/oss/aedsp16.c
516 M: Antti Palosaari <crope@iki.fi>
517 L: linux-media@vger.kernel.org
518 W: https://linuxtv.org
519 W: http://palosaari.fi/linux/
520 Q: http://patchwork.linuxtv.org/project/linux-media/list/
521 T: git git://linuxtv.org/anttip/media_tree.git
523 F: drivers/media/dvb-frontends/af9013*
526 M: Antti Palosaari <crope@iki.fi>
527 L: linux-media@vger.kernel.org
528 W: https://linuxtv.org
529 W: http://palosaari.fi/linux/
530 Q: http://patchwork.linuxtv.org/project/linux-media/list/
531 T: git git://linuxtv.org/anttip/media_tree.git
533 F: drivers/media/dvb-frontends/af9033*
536 L: linux-fsdevel@vger.kernel.org
538 F: Documentation/filesystems/affs.txt
541 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
542 M: David Howells <dhowells@redhat.com>
543 L: linux-afs@lists.infradead.org
546 F: include/net/af_rxrpc.h
547 F: net/rxrpc/af_rxrpc.c
548 W: https://www.infradead.org/~dhowells/kafs/
551 M: David Airlie <airlied@linux.ie>
552 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
555 F: include/linux/agp*
556 F: include/uapi/linux/agp*
559 M: "Juergen E. Fischer" <fischer@norbit.de>
560 L: linux-scsi@vger.kernel.org
562 F: drivers/scsi/aha152x*
563 F: drivers/scsi/pcmcia/aha152x*
565 AIC7XXX / AIC79XX SCSI DRIVER
566 M: Hannes Reinecke <hare@suse.com>
567 L: linux-scsi@vger.kernel.org
569 F: drivers/scsi/aic7xxx/
571 AIMSLAB FM RADIO RECEIVER DRIVER
572 M: Hans Verkuil <hverkuil@xs4all.nl>
573 L: linux-media@vger.kernel.org
574 T: git git://linuxtv.org/media_tree.git
575 W: https://linuxtv.org
577 F: drivers/media/radio/radio-aimslab*
580 M: Benjamin LaHaise <bcrl@kvack.org>
581 L: linux-aio@kvack.org
584 F: include/linux/*aio*.h
587 M: Antti Palosaari <crope@iki.fi>
588 L: linux-media@vger.kernel.org
589 W: https://linuxtv.org
590 W: http://palosaari.fi/linux/
591 Q: http://patchwork.linuxtv.org/project/linux-media/list/
592 T: git git://linuxtv.org/anttip/media_tree.git
594 F: drivers/media/usb/airspy/
596 ALACRITECH GIGABIT ETHERNET DRIVER
597 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
599 F: drivers/net/ethernet/alacritech/*
601 ALCATEL SPEEDTOUCH USB DRIVER
602 M: Duncan Sands <duncan.sands@free.fr>
603 L: linux-usb@vger.kernel.org
604 W: http://www.linux-usb.org/SpeedTouch/
606 F: drivers/usb/atm/speedtch.c
607 F: drivers/usb/atm/usbatm.c
609 ALCHEMY AU1XX0 MMC DRIVER
610 M: Manuel Lauss <manuel.lauss@gmail.com>
612 F: drivers/mmc/host/au1xmmc.c
615 M: Rudolf Marek <r.marek@assembler.cz>
616 L: linux-i2c@vger.kernel.org
618 F: Documentation/i2c/busses/i2c-ali1563
619 F: drivers/i2c/busses/i2c-ali1563.c
621 ALLWINNER SECURITY SYSTEM
622 M: Corentin Labbe <clabbe.montjoie@gmail.com>
623 L: linux-crypto@vger.kernel.org
625 F: drivers/crypto/sunxi-ss/
628 M: Richard Henderson <rth@twiddle.net>
629 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
630 M: Matt Turner <mattst88@gmail.com>
632 L: linux-alpha@vger.kernel.org
635 ALPS PS/2 TOUCHPAD DRIVER
636 R: Pali Rohár <pali.rohar@gmail.com>
637 F: drivers/input/mouse/alps.*
639 ALTERA MAILBOX DRIVER
640 M: Ley Foon Tan <lftan@altera.com>
641 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
643 F: drivers/mailbox/mailbox-altera.c
646 M: Tien Hock Loh <thloh@altera.com>
647 L: linux-gpio@vger.kernel.org
649 F: drivers/gpio/gpio-altera.c
651 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
652 M: Thor Thayer <thor.thayer@linux.intel.com>
654 F: drivers/gpio/gpio-altera-a10sr.c
655 F: drivers/mfd/altera-a10sr.c
656 F: drivers/reset/reset-a10sr.c
657 F: include/linux/mfd/altera-a10sr.h
658 F: include/dt-bindings/reset/altr,rst-mgr-a10sr.h
660 ALTERA TRIPLE SPEED ETHERNET DRIVER
661 M: Vince Bridgers <vbridger@opensource.altera.com>
662 L: netdev@vger.kernel.org
663 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
665 F: drivers/net/ethernet/altera/
667 ALTERA UART/JTAG UART SERIAL DRIVERS
668 M: Tobias Klauser <tklauser@distanz.ch>
669 L: linux-serial@vger.kernel.org
670 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
672 F: drivers/tty/serial/altera_uart.c
673 F: drivers/tty/serial/altera_jtaguart.c
674 F: include/linux/altera_uart.h
675 F: include/linux/altera_jtaguart.h
677 AMAZON ETHERNET DRIVERS
678 M: Netanel Belgazal <netanel@annapurnalabs.com>
679 R: Saeed Bishara <saeed@annapurnalabs.com>
680 R: Zorik Machulsky <zorik@annapurnalabs.com>
681 L: netdev@vger.kernel.org
683 F: Documentation/networking/ena.txt
684 F: drivers/net/ethernet/amazon/
686 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
687 M: Tom Lendacky <thomas.lendacky@amd.com>
688 M: Gary Hook <gary.hook@amd.com>
689 L: linux-crypto@vger.kernel.org
691 F: drivers/crypto/ccp/
692 F: include/linux/ccp.h
694 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
695 M: Huang Rui <ray.huang@amd.com>
696 L: linux-hwmon@vger.kernel.org
698 F: Documentation/hwmon/fam15h_power
699 F: drivers/hwmon/fam15h_power.c
701 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
702 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
704 F: drivers/usb/gadget/udc/amd5536udc.*
706 AMD GEODE PROCESSOR/CHIPSET SUPPORT
707 P: Andres Salomon <dilinger@queued.net>
708 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
709 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
711 F: drivers/char/hw_random/geode-rng.c
712 F: drivers/crypto/geode*
713 F: drivers/video/fbdev/geode/
714 F: arch/x86/include/asm/geode.h
717 M: Joerg Roedel <joro@8bytes.org>
718 L: iommu@lists.linux-foundation.org
719 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
721 F: drivers/iommu/amd_iommu*.[ch]
722 F: include/linux/amd-iommu.h
725 M: Oded Gabbay <oded.gabbay@gmail.com>
726 L: dri-devel@lists.freedesktop.org
727 T: git git://people.freedesktop.org/~gabbayo/linux.git
729 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
730 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
731 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
732 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
733 F: drivers/gpu/drm/amd/amdkfd/
734 F: drivers/gpu/drm/amd/include/cik_structs.h
735 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
736 F: drivers/gpu/drm/amd/include/vi_structs.h
737 F: drivers/gpu/drm/radeon/radeon_kfd.c
738 F: drivers/gpu/drm/radeon/radeon_kfd.h
739 F: include/uapi/linux/kfd_ioctl.h
741 AMD SEATTLE DEVICE TREE SUPPORT
742 M: Brijesh Singh <brijeshkumar.singh@amd.com>
743 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
744 M: Tom Lendacky <thomas.lendacky@amd.com>
746 F: arch/arm64/boot/dts/amd/
749 M: Tom Lendacky <thomas.lendacky@amd.com>
750 L: netdev@vger.kernel.org
752 F: drivers/net/ethernet/amd/xgbe/
753 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
755 AMS (Apple Motion Sensor) DRIVER
756 M: Michael Hanselmann <linux-kernel@hansmi.ch>
758 F: drivers/macintosh/ams/
760 ANALOG DEVICES INC AD9389B DRIVER
761 M: Hans Verkuil <hans.verkuil@cisco.com>
762 L: linux-media@vger.kernel.org
764 F: drivers/media/i2c/ad9389b*
766 ANALOG DEVICES INC ADV7180 DRIVER
767 M: Lars-Peter Clausen <lars@metafoo.de>
768 L: linux-media@vger.kernel.org
769 W: http://ez.analog.com/community/linux-device-drivers
771 F: drivers/media/i2c/adv7180.c
773 ANALOG DEVICES INC ADV7511 DRIVER
774 M: Hans Verkuil <hans.verkuil@cisco.com>
775 L: linux-media@vger.kernel.org
777 F: drivers/media/i2c/adv7511*
779 ANALOG DEVICES INC ADV7604 DRIVER
780 M: Hans Verkuil <hans.verkuil@cisco.com>
781 L: linux-media@vger.kernel.org
783 F: drivers/media/i2c/adv7604*
785 ANALOG DEVICES INC ADV7842 DRIVER
786 M: Hans Verkuil <hans.verkuil@cisco.com>
787 L: linux-media@vger.kernel.org
789 F: drivers/media/i2c/adv7842*
791 ANALOG DEVICES INC ASOC CODEC DRIVERS
792 M: Lars-Peter Clausen <lars@metafoo.de>
793 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
794 W: http://wiki.analog.com/
795 W: http://ez.analog.com/community/linux-device-drivers
797 F: sound/soc/codecs/adau*
798 F: sound/soc/codecs/adav*
799 F: sound/soc/codecs/ad1*
800 F: sound/soc/codecs/ad7*
801 F: sound/soc/codecs/ssm*
802 F: sound/soc/codecs/sigmadsp.*
804 ANALOG DEVICES INC ASOC DRIVERS
805 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
806 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
807 W: http://blackfin.uclinux.org/
809 F: sound/soc/blackfin/*
811 ANALOG DEVICES INC IIO DRIVERS
812 M: Lars-Peter Clausen <lars@metafoo.de>
813 M: Michael Hennerich <Michael.Hennerich@analog.com>
814 W: http://wiki.analog.com/
815 W: http://ez.analog.com/community/linux-device-drivers
818 F: drivers/iio/adc/ltc2497*
819 X: drivers/iio/*/adjd*
820 F: drivers/staging/iio/*/ad*
821 F: drivers/staging/iio/trigger/iio-trig-bfin-timer.c
823 ANALOG DEVICES INC DMA DRIVERS
824 M: Lars-Peter Clausen <lars@metafoo.de>
825 W: http://ez.analog.com/community/linux-device-drivers
827 F: drivers/dma/dma-axi-dmac.c
829 ANDROID CONFIG FRAGMENTS
830 M: Rob Herring <robh@kernel.org>
832 F: kernel/configs/android*
835 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
836 M: Arve Hjønnevåg <arve@android.com>
837 M: Riley Andrews <riandrews@android.com>
838 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
839 L: devel@driverdev.osuosl.org
842 F: drivers/staging/android/
845 M: Laura Abbott <labbott@redhat.com>
846 M: Sumit Semwal <sumit.semwal@linaro.org>
847 L: devel@driverdev.osuosl.org
849 F: Documentation/devicetree/bindings/staging/ion/
850 F: drivers/staging/android/ion
851 F: drivers/staging/android/uapi/ion.h
852 F: drivers/staging/android/uapi/ion_test.h
854 AOA (Apple Onboard Audio) ALSA DRIVER
855 M: Johannes Berg <johannes@sipsolutions.net>
856 L: linuxppc-dev@lists.ozlabs.org
857 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
861 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
862 M: William Breathitt Gray <vilhelm.gray@gmail.com>
863 L: linux-iio@vger.kernel.org
865 F: drivers/iio/adc/stx104.c
868 M: Jiri Kosina <jikos@kernel.org>
870 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
871 F: arch/x86/kernel/apm_32.c
872 F: include/linux/apm_bios.h
873 F: include/uapi/linux/apm_bios.h
874 F: drivers/char/apm-emulation.c
876 APPLE BCM5974 MULTITOUCH DRIVER
877 M: Henrik Rydberg <rydberg@bitmath.org>
878 L: linux-input@vger.kernel.org
880 F: drivers/input/mouse/bcm5974.c
883 M: Henrik Rydberg <rydberg@bitmath.org>
884 L: linux-hwmon@vger.kernel.org
886 F: drivers/hwmon/applesmc.c
888 APPLETALK NETWORK LAYER
889 L: netdev@vger.kernel.org
891 F: drivers/net/appletalk/
894 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
895 M: Duc Dang <dhdang@apm.com>
897 F: arch/arm64/boot/dts/apm/
899 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
900 M: Iyappan Subramanian <isubramanian@apm.com>
901 M: Keyur Chudgar <kchudgar@apm.com>
902 M: Quan Nguyen <qnguyen@apm.com>
904 F: drivers/net/ethernet/apm/xgene/
905 F: drivers/net/phy/mdio-xgene.c
906 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
907 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
909 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
910 M: Iyappan Subramanian <isubramanian@apm.com>
911 M: Keyur Chudgar <kchudgar@apm.com>
913 F: drivers/net/ethernet/apm/xgene-v2/
915 APPLIED MICRO (APM) X-GENE SOC PMU
916 M: Tai Nguyen <ttnguyen@apm.com>
918 F: drivers/perf/xgene_pmu.c
919 F: Documentation/perf/xgene-pmu.txt
920 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
922 APTINA CAMERA SENSOR PLL
923 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
924 L: linux-media@vger.kernel.org
926 F: drivers/media/i2c/aptina-pll.*
928 ARC FRAMEBUFFER DRIVER
929 M: Jaya Kumar <jayalk@intworks.biz>
931 F: drivers/video/fbdev/arcfb.c
932 F: drivers/video/fbdev/core/fb_defio.c
935 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
936 L: netdev@vger.kernel.org
938 F: drivers/net/arcnet/
939 F: include/uapi/linux/if_arcnet.h
942 M: Alexey Brodkin <abrodkin@synopsys.com>
944 F: drivers/gpu/drm/arc/
945 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
947 ARM ARCHITECTED TIMER DRIVER
948 M: Mark Rutland <mark.rutland@arm.com>
949 M: Marc Zyngier <marc.zyngier@arm.com>
950 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
952 F: arch/arm/include/asm/arch_timer.h
953 F: arch/arm64/include/asm/arch_timer.h
954 F: drivers/clocksource/arm_arch_timer.c
957 M: Liviu Dudau <liviu.dudau@arm.com>
959 F: drivers/gpu/drm/arm/hdlcd_*
960 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
962 ARM MALI-DP DRM DRIVER
963 M: Liviu Dudau <liviu.dudau@arm.com>
964 M: Brian Starkey <brian.starkey@arm.com>
965 M: Mali DP Maintainers <malidp@foss.arm.com>
967 F: drivers/gpu/drm/arm/
968 F: Documentation/devicetree/bindings/display/arm,malidp.txt
970 ARM MFM AND FLOPPY DRIVERS
971 M: Ian Molton <spyro@f2s.com>
973 F: arch/arm/lib/floppydma.S
974 F: arch/arm/include/asm/floppy.h
976 ARM PMU PROFILING AND DEBUGGING
977 M: Will Deacon <will.deacon@arm.com>
978 M: Mark Rutland <mark.rutland@arm.com>
980 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
981 F: arch/arm*/kernel/perf_*
982 F: arch/arm/oprofile/common.c
983 F: arch/arm*/kernel/hw_breakpoint.c
984 F: arch/arm*/include/asm/hw_breakpoint.h
985 F: arch/arm*/include/asm/perf_event.h
987 F: include/linux/perf/arm_pmu.h
988 F: Documentation/devicetree/bindings/arm/pmu.txt
989 F: Documentation/devicetree/bindings/perf/
992 M: Russell King <linux@armlinux.org.uk>
993 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994 W: http://www.armlinux.org.uk/
996 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git
999 ARM SUB-ARCHITECTURES
1000 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1004 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1006 ARM PRIMECELL AACI PL041 DRIVER
1007 M: Russell King <linux@armlinux.org.uk>
1011 ARM PRIMECELL CLCD PL110 DRIVER
1012 M: Russell King <linux@armlinux.org.uk>
1014 F: drivers/video/fbdev/amba-clcd.*
1016 ARM PRIMECELL KMI PL050 DRIVER
1017 M: Russell King <linux@armlinux.org.uk>
1019 F: drivers/input/serio/ambakmi.*
1020 F: include/linux/amba/kmi.h
1022 ARM PRIMECELL MMCI PL180/1 DRIVER
1023 M: Russell King <linux@armlinux.org.uk>
1025 F: drivers/mmc/host/mmci.*
1026 F: include/linux/amba/mmci.h
1028 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1029 M: Russell King <linux@armlinux.org.uk>
1031 F: drivers/tty/serial/amba-pl01*.c
1032 F: include/linux/amba/serial.h
1034 ARM PRIMECELL BUS SUPPORT
1035 M: Russell King <linux@armlinux.org.uk>
1038 F: include/linux/amba/bus.h
1040 ARM/ADS SPHERE MACHINE SUPPORT
1041 M: Lennert Buytenhek <kernel@wantstofly.org>
1042 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1045 ARM/AFEB9260 MACHINE SUPPORT
1046 M: Sergey Lapin <slapin@ossfans.org>
1047 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1050 ARM/AJECO 1ARM MACHINE SUPPORT
1051 M: Lennert Buytenhek <kernel@wantstofly.org>
1052 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1055 ARM/Allwinner sunXi SoC support
1056 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1057 M: Chen-Yu Tsai <wens@csie.org>
1058 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1062 F: arch/arm/mach-sunxi/
1063 F: arch/arm64/boot/dts/allwinner/
1064 F: drivers/clk/sunxi-ng/
1065 F: drivers/pinctrl/sunxi/
1066 F: drivers/soc/sunxi/
1067 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1069 ARM/Allwinner SoC Clock Support
1070 M: Emilio López <emilio@elopez.com.ar>
1072 F: drivers/clk/sunxi/
1074 ARM/Amlogic Meson SoC support
1075 M: Carlo Caione <carlo@caione.org>
1076 M: Kevin Hilman <khilman@baylibre.com>
1077 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 L: linux-amlogic@lists.infradead.org
1079 W: http://linux-meson.com/
1081 F: arch/arm/mach-meson/
1082 F: arch/arm/boot/dts/meson*
1083 F: arch/arm64/boot/dts/amlogic/
1084 F: drivers/pinctrl/meson/
1085 F: drivers/mmc/host/meson*
1088 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1089 M: Neil Armstrong <narmstrong@baylibre.com>
1090 M: Jerome Brunet <jbrunet@baylibre.com>
1091 L: linux-amlogic@lists.infradead.org
1093 F: drivers/clk/meson/
1094 F: include/dt-bindings/clock/meson*
1095 F: include/dt-bindings/clock/gxbb*
1096 F: Documentation/devicetree/bindings/clock/amlogic*
1098 ARM/Annapurna Labs ALPINE ARCHITECTURE
1099 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1100 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1101 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 F: arch/arm/mach-alpine/
1104 F: arch/arm/boot/dts/alpine*
1105 F: arch/arm64/boot/dts/al/
1106 F: drivers/*/*alpine*
1108 ARM/ARTPEC MACHINE SUPPORT
1109 M: Jesper Nilsson <jesper.nilsson@axis.com>
1110 M: Lars Persson <lars.persson@axis.com>
1111 M: Niklas Cassel <niklas.cassel@axis.com>
1113 L: linux-arm-kernel@axis.com
1114 F: arch/arm/mach-artpec
1115 F: arch/arm/boot/dts/artpec6*
1117 F: drivers/pinctrl/pinctrl-artpec*
1118 F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1120 ARM/ASPEED MACHINE SUPPORT
1121 M: Joel Stanley <joel@jms.id.au>
1123 F: arch/arm/mach-aspeed/
1124 F: arch/arm/boot/dts/aspeed-*
1125 F: drivers/*/*aspeed*
1127 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1128 M: Nicolas Ferre <nicolas.ferre@microchip.com>
1129 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1130 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 W: http://www.linux4sam.org
1132 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1134 F: arch/arm/mach-at91/
1135 F: include/soc/at91/
1136 F: arch/arm/boot/dts/at91*.dts
1137 F: arch/arm/boot/dts/at91*.dtsi
1138 F: arch/arm/boot/dts/sama*.dts
1139 F: arch/arm/boot/dts/sama*.dtsi
1140 F: arch/arm/include/debug/at91.S
1141 F: drivers/memory/atmel*
1143 ARM/ATMEL AT91 Clock Support
1144 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1148 ARM/CALXEDA HIGHBANK ARCHITECTURE
1149 M: Rob Herring <robh@kernel.org>
1150 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 F: arch/arm/mach-highbank/
1153 F: arch/arm/boot/dts/highbank.dts
1154 F: arch/arm/boot/dts/ecx-*.dts*
1156 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1157 M: Krzysztof Halasa <khalasa@piap.pl>
1159 F: arch/arm/mach-cns3xxx/
1161 ARM/CAVIUM THUNDER NETWORK DRIVER
1162 M: Sunil Goutham <sgoutham@cavium.com>
1163 M: Robert Richter <rric@kernel.org>
1164 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 F: drivers/net/ethernet/cavium/thunder/
1168 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1169 M: Alexander Shiyan <shc_work@mail.ru>
1170 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1175 M: Hartley Sweeten <hsweeten@visionengravers.com>
1176 M: Ryan Mallon <rmallon@gmail.com>
1177 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 F: arch/arm/mach-ep93xx/
1180 F: arch/arm/mach-ep93xx/include/mach/
1182 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1183 M: Lennert Buytenhek <kernel@wantstofly.org>
1184 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 M: Russell King <linux@armlinux.org.uk>
1189 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1192 F: arch/arm/include/asm/clkdev.h
1193 F: drivers/clk/clkdev.c
1195 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1196 M: Mike Rapoport <mike@compulab.co.il>
1197 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1200 ARM/CONTEC MICRO9 MACHINE SUPPORT
1201 M: Hubert Feurstein <hubert.feurstein@contec.at>
1203 F: arch/arm/mach-ep93xx/micro9.c
1205 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1206 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1207 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 F: drivers/hwtracing/coresight/*
1210 F: Documentation/trace/coresight.txt
1211 F: Documentation/devicetree/bindings/arm/coresight.txt
1212 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1213 F: tools/perf/arch/arm/util/pmu.c
1214 F: tools/perf/arch/arm/util/auxtrace.c
1215 F: tools/perf/arch/arm/util/cs-etm.c
1216 F: tools/perf/arch/arm/util/cs-etm.h
1217 F: tools/perf/util/cs-etm.h
1219 ARM/CORGI MACHINE SUPPORT
1220 M: Richard Purdie <rpurdie@rpsys.net>
1223 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1224 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1225 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 T: git git://github.com/ulli-kroll/linux.git
1228 F: arch/arm/mach-gemini/
1229 F: drivers/rtc/rtc-gemini.c
1231 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1232 M: Barry Song <baohua@kernel.org>
1233 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1236 F: arch/arm/boot/dts/prima2*
1237 F: arch/arm/mach-prima2/
1238 F: drivers/clk/sirf/
1239 F: drivers/clocksource/timer-prima2.c
1240 F: drivers/clocksource/timer-atlas7.c
1243 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1244 M: Baruch Siach <baruch@tkos.co.il>
1245 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1247 F: arch/arm/boot/dts/cx92755*
1250 ARM/EBSA110 MACHINE SUPPORT
1251 M: Russell King <linux@armlinux.org.uk>
1252 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1253 W: http://www.armlinux.org.uk/
1255 F: arch/arm/mach-ebsa110/
1256 F: drivers/net/ethernet/amd/am79c961a.*
1258 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1259 M: Uwe Kleine-König <kernel@pengutronix.de>
1260 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1264 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1265 M: Robert Jarzmik <robert.jarzmik@free.fr>
1266 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1268 F: arch/arm/mach-pxa/ezx.c
1270 ARM/FARADAY FA526 PORT
1271 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1272 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1274 T: git git://git.berlios.de/gemini-board
1275 F: arch/arm/mm/*-fa*
1277 ARM/FOOTBRIDGE ARCHITECTURE
1278 M: Russell King <linux@armlinux.org.uk>
1279 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280 W: http://www.armlinux.org.uk/
1282 F: arch/arm/include/asm/hardware/dec21285.h
1283 F: arch/arm/mach-footbridge/
1285 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1286 M: Shawn Guo <shawnguo@kernel.org>
1287 M: Sascha Hauer <kernel@pengutronix.de>
1288 R: Fabio Estevam <fabio.estevam@nxp.com>
1289 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1291 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1292 F: arch/arm/mach-imx/
1293 F: arch/arm/mach-mxs/
1294 F: arch/arm/boot/dts/imx*
1295 F: arch/arm/configs/imx*_defconfig
1300 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1301 M: Shawn Guo <shawnguo@kernel.org>
1302 M: Sascha Hauer <kernel@pengutronix.de>
1303 R: Stefan Agner <stefan@agner.ch>
1304 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1307 F: arch/arm/mach-imx/*vf610*
1308 F: arch/arm/boot/dts/vf*
1310 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1311 M: Lennert Buytenhek <kernel@wantstofly.org>
1312 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1315 ARM/GUMSTIX MACHINE SUPPORT
1316 M: Steve Sakoman <sakoman@gmail.com>
1317 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1320 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1321 M: Philipp Zabel <philipp.zabel@gmail.com>
1322 M: Paul Parsons <lost.distance@yahoo.com>
1323 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1325 F: arch/arm/mach-pxa/hx4700.c
1326 F: arch/arm/mach-pxa/include/mach/hx4700.h
1327 F: sound/soc/pxa/hx4700.c
1329 ARM/HISILICON SOC SUPPORT
1330 M: Wei Xu <xuwei5@hisilicon.com>
1331 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 W: http://www.hisilicon.com
1334 T: git git://github.com/hisilicon/linux-hisi.git
1335 F: arch/arm/mach-hisi/
1336 F: arch/arm/boot/dts/hi3*
1337 F: arch/arm/boot/dts/hip*
1338 F: arch/arm/boot/dts/hisi*
1339 F: arch/arm64/boot/dts/hisilicon/
1341 ARM/HP JORNADA 7XX MACHINE SUPPORT
1342 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1345 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1346 F: arch/arm/mach-sa1100/jornada720.c
1347 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1349 ARM/IGEP MACHINE SUPPORT
1350 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1351 M: Javier Martinez Canillas <javier@dowhile0.org>
1352 L: linux-omap@vger.kernel.org
1353 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355 F: arch/arm/boot/dts/omap3-igep*
1357 ARM/INCOME PXA270 SUPPORT
1358 M: Marek Vasut <marek.vasut@gmail.com>
1359 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1361 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1363 ARM/INTEL IOP32X ARM ARCHITECTURE
1364 M: Lennert Buytenhek <kernel@wantstofly.org>
1365 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1368 ARM/INTEL IOP33X ARM ARCHITECTURE
1369 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1372 ARM/INTEL IOP13XX ARM ARCHITECTURE
1373 M: Lennert Buytenhek <kernel@wantstofly.org>
1374 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1377 ARM/INTEL IQ81342EX MACHINE SUPPORT
1378 M: Lennert Buytenhek <kernel@wantstofly.org>
1379 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 ARM/INTEL IXDP2850 MACHINE SUPPORT
1383 M: Lennert Buytenhek <kernel@wantstofly.org>
1384 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387 ARM/INTEL IXP4XX ARM ARCHITECTURE
1388 M: Imre Kaloz <kaloz@openwrt.org>
1389 M: Krzysztof Halasa <khalasa@piap.pl>
1390 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1392 F: arch/arm/mach-ixp4xx/
1394 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1395 M: Jonathan Cameron <jic23@cam.ac.uk>
1396 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1398 F: arch/arm/mach-pxa/stargate2.c
1399 F: drivers/pcmcia/pxa2xx_stargate2.c
1401 ARM/INTEL XSC3 (MANZANO) ARM CORE
1402 M: Lennert Buytenhek <kernel@wantstofly.org>
1403 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1406 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1407 M: Lennert Buytenhek <kernel@wantstofly.org>
1408 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1411 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1412 M: Santosh Shilimkar <ssantosh@kernel.org>
1413 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1415 F: arch/arm/mach-keystone/
1416 F: arch/arm/boot/dts/keystone-*
1417 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1419 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1420 M: Santosh Shilimkar <ssantosh@kernel.org>
1421 L: linux-kernel@vger.kernel.org
1423 F: drivers/clk/keystone/
1425 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1426 M: Santosh Shilimkar <ssantosh@kernel.org>
1427 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1428 L: linux-kernel@vger.kernel.org
1430 F: drivers/clocksource/timer-keystone.c
1432 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1433 M: Santosh Shilimkar <ssantosh@kernel.org>
1434 L: linux-kernel@vger.kernel.org
1436 F: drivers/power/reset/keystone-reset.c
1438 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1439 M: Santosh Shilimkar <ssantosh@kernel.org>
1440 L: linux-kernel@vger.kernel.org
1442 F: drivers/memory/*emif*
1444 ARM/LG1K ARCHITECTURE
1445 M: Chanho Min <chanho.min@lge.com>
1446 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1448 F: arch/arm64/boot/dts/lg/
1450 ARM/LOGICPD PXA270 MACHINE SUPPORT
1451 M: Lennert Buytenhek <kernel@wantstofly.org>
1452 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1455 ARM/LPC18XX ARCHITECTURE
1456 M: Joachim Eastwood <manabian@gmail.com>
1457 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1459 F: arch/arm/boot/dts/lpc43*
1460 F: drivers/clk/nxp/clk-lpc18xx*
1461 F: drivers/clocksource/time-lpc32xx.c
1462 F: drivers/i2c/busses/i2c-lpc2k.c
1463 F: drivers/memory/pl172.c
1464 F: drivers/mtd/spi-nor/nxp-spifi.c
1465 F: drivers/rtc/rtc-lpc24xx.c
1468 ARM/LPC32XX SOC SUPPORT
1469 M: Vladimir Zapolskiy <vz@mleia.com>
1470 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1471 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1472 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1474 F: arch/arm/boot/dts/lpc32*
1475 F: arch/arm/mach-lpc32xx/
1476 F: drivers/i2c/busses/i2c-pnx.c
1477 F: drivers/net/ethernet/nxp/lpc_eth.c
1478 F: drivers/usb/host/ohci-nxp.c
1479 F: drivers/watchdog/pnx4008_wdt.c
1482 ARM/MAGICIAN MACHINE SUPPORT
1483 M: Philipp Zabel <philipp.zabel@gmail.com>
1486 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1487 M: Jason Cooper <jason@lakedaemon.net>
1488 M: Andrew Lunn <andrew@lunn.ch>
1489 M: Gregory Clement <gregory.clement@free-electrons.com>
1490 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1491 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1493 F: arch/arm/mach-mvebu/
1494 F: drivers/rtc/rtc-armada38x.c
1495 F: arch/arm/boot/dts/armada*
1496 F: arch/arm/boot/dts/kirkwood*
1497 F: arch/arm64/boot/dts/marvell/armada*
1498 F: drivers/cpufreq/mvebu-cpufreq.c
1499 F: arch/arm/configs/mvebu_*_defconfig
1501 ARM/Marvell Berlin SoC support
1502 M: Jisheng Zhang <jszhang@marvell.com>
1503 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1504 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1506 F: arch/arm/mach-berlin/
1507 F: arch/arm/boot/dts/berlin*
1508 F: arch/arm64/boot/dts/marvell/berlin*
1511 ARM/Marvell Dove/MV78xx0/Orion SOC support
1512 M: Jason Cooper <jason@lakedaemon.net>
1513 M: Andrew Lunn <andrew@lunn.ch>
1514 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1515 M: Gregory Clement <gregory.clement@free-electrons.com>
1516 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1518 F: Documentation/devicetree/bindings/soc/dove/
1519 F: arch/arm/mach-dove/
1520 F: arch/arm/mach-mv78xx0/
1521 F: arch/arm/mach-orion5x/
1522 F: arch/arm/plat-orion/
1523 F: arch/arm/boot/dts/dove*
1524 F: arch/arm/boot/dts/orion5x*
1527 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1528 M: Alexander Clouter <alex@digriz.org.uk>
1529 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1530 W: http://www.digriz.org.uk/ts78xx/kernel
1532 F: arch/arm/mach-orion5x/ts78xx-*
1534 ARM/OXNAS platform support
1535 M: Neil Armstrong <narmstrong@baylibre.com>
1536 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1539 F: arch/arm/mach-oxnas/
1540 F: arch/arm/boot/dts/ox8*.dtsi
1541 F: arch/arm/boot/dts/wd-mbwe.dts
1542 F: arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1545 ARM/Mediatek RTC DRIVER
1546 M: Eddie Huang <eddie.huang@mediatek.com>
1547 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1548 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1550 F: drivers/rtc/rtc-mt6397.c
1552 ARM/Mediatek SoC support
1553 M: Matthias Brugger <matthias.bgg@gmail.com>
1554 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1555 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1557 F: arch/arm/boot/dts/mt6*
1558 F: arch/arm/boot/dts/mt7*
1559 F: arch/arm/boot/dts/mt8*
1560 F: arch/arm/mach-mediatek/
1561 F: arch/arm64/boot/dts/mediatek/
1565 ARM/Mediatek USB3 PHY DRIVER
1566 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1567 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1568 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1570 F: drivers/phy/phy-mt65xx-usb3.c
1572 ARM/MICREL KS8695 ARCHITECTURE
1573 M: Greg Ungerer <gerg@uclinux.org>
1574 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 F: arch/arm/mach-ks8695/
1578 ARM/MIOA701 MACHINE SUPPORT
1579 M: Robert Jarzmik <robert.jarzmik@free.fr>
1580 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1581 F: arch/arm/mach-pxa/mioa701.c
1584 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1585 M: Michael Petchkovsky <mkpetch@internode.on.net>
1588 ARM/NOMADIK ARCHITECTURE
1589 M: Alessandro Rubini <rubini@unipv.it>
1590 M: Linus Walleij <linus.walleij@linaro.org>
1591 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1593 F: arch/arm/mach-nomadik/
1594 F: drivers/pinctrl/nomadik/
1595 F: drivers/i2c/busses/i2c-nomadik.c
1596 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1598 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1599 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1600 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1601 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1604 ARM/TOSA MACHINE SUPPORT
1605 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1606 M: Dirk Opfer <dirk@opfer-online.de>
1609 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1610 M: Marek Vasut <marek.vasut@gmail.com>
1611 L: linux-arm-kernel@lists.infradead.org
1612 W: http://hackndev.com
1614 F: arch/arm/mach-pxa/include/mach/palmtx.h
1615 F: arch/arm/mach-pxa/palmtx.c
1616 F: arch/arm/mach-pxa/include/mach/palmt5.h
1617 F: arch/arm/mach-pxa/palmt5.c
1618 F: arch/arm/mach-pxa/include/mach/palmld.h
1619 F: arch/arm/mach-pxa/palmld.c
1620 F: arch/arm/mach-pxa/include/mach/palmte2.h
1621 F: arch/arm/mach-pxa/palmte2.c
1622 F: arch/arm/mach-pxa/include/mach/palmtc.h
1623 F: arch/arm/mach-pxa/palmtc.c
1625 ARM/PALM TREO SUPPORT
1626 M: Tomas Cech <sleep_walker@suse.com>
1627 L: linux-arm-kernel@lists.infradead.org
1628 W: http://hackndev.com
1630 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1631 F: arch/arm/mach-pxa/palmtreo.c
1634 M: Sergey Lapin <slapin@ossfans.org>
1635 L: linux-arm-kernel@lists.infradead.org
1636 W: http://hackndev.com
1638 F: arch/arm/mach-pxa/include/mach/palmz72.h
1639 F: arch/arm/mach-pxa/palmz72.c
1642 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1643 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1646 ARM/PT DIGITAL BOARD PORT
1647 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1648 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1649 W: http://www.armlinux.org.uk/
1652 ARM/QUALCOMM SUPPORT
1653 M: Andy Gross <andy.gross@linaro.org>
1654 M: David Brown <david.brown@linaro.org>
1655 L: linux-arm-msm@vger.kernel.org
1656 L: linux-soc@vger.kernel.org
1658 F: Documentation/devicetree/bindings/soc/qcom/
1659 F: arch/arm/boot/dts/qcom-*.dts
1660 F: arch/arm/boot/dts/qcom-*.dtsi
1661 F: arch/arm/mach-qcom/
1662 F: arch/arm64/boot/dts/qcom/*
1663 F: drivers/i2c/busses/i2c-qup.c
1664 F: drivers/clk/qcom/
1665 F: drivers/pinctrl/qcom/
1666 F: drivers/dma/qcom/
1667 F: drivers/soc/qcom/
1668 F: drivers/spi/spi-qup.c
1669 F: drivers/tty/serial/msm_serial.h
1670 F: drivers/tty/serial/msm_serial.c
1671 F: drivers/*/pm8???-*
1672 F: drivers/mfd/ssbi.c
1673 F: drivers/firmware/qcom_scm.c
1674 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1676 ARM/RADISYS ENP2611 MACHINE SUPPORT
1677 M: Lennert Buytenhek <kernel@wantstofly.org>
1678 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1681 ARM/RENESAS ARM64 ARCHITECTURE
1682 M: Simon Horman <horms@verge.net.au>
1683 M: Magnus Damm <magnus.damm@gmail.com>
1684 L: linux-renesas-soc@vger.kernel.org
1685 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1686 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1688 F: arch/arm64/boot/dts/renesas/
1689 F: drivers/soc/renesas/
1690 F: include/linux/soc/renesas/
1692 ARM/RISCPC ARCHITECTURE
1693 M: Russell King <linux@armlinux.org.uk>
1694 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1695 W: http://www.armlinux.org.uk/
1697 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1698 F: arch/arm/include/asm/hardware/ioc.h
1699 F: arch/arm/include/asm/hardware/iomd.h
1700 F: arch/arm/include/asm/hardware/memc.h
1701 F: arch/arm/mach-rpc/
1702 F: drivers/net/ethernet/8390/etherh.c
1703 F: drivers/net/ethernet/i825xx/ether1*
1704 F: drivers/net/ethernet/seeq/ether3*
1705 F: drivers/scsi/arm/
1707 ARM/Rockchip SoC support
1708 M: Heiko Stuebner <heiko@sntech.de>
1709 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1710 L: linux-rockchip@lists.infradead.org
1711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1713 F: arch/arm/boot/dts/rk3*
1714 F: arch/arm/mach-rockchip/
1715 F: drivers/clk/rockchip/
1716 F: drivers/i2c/busses/i2c-rk3x.c
1717 F: drivers/*/*rockchip*
1718 F: drivers/*/*/*rockchip*
1719 F: sound/soc/rockchip/
1722 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1723 M: Kukjin Kim <kgene@kernel.org>
1724 M: Krzysztof Kozlowski <krzk@kernel.org>
1725 R: Javier Martinez Canillas <javier@osg.samsung.com>
1726 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1727 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1728 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
1730 F: arch/arm/boot/dts/s3c*
1731 F: arch/arm/boot/dts/s5p*
1732 F: arch/arm/boot/dts/samsung*
1733 F: arch/arm/boot/dts/exynos*
1734 F: arch/arm64/boot/dts/exynos/
1735 F: arch/arm/plat-samsung/
1736 F: arch/arm/mach-s3c24*/
1737 F: arch/arm/mach-s3c64xx/
1738 F: arch/arm/mach-s5p*/
1739 F: arch/arm/mach-exynos*/
1740 F: drivers/*/*s3c24*
1741 F: drivers/*/*/*s3c24*
1742 F: drivers/*/*s3c64xx*
1743 F: drivers/*/*s5pv210*
1744 F: drivers/memory/samsung/*
1745 F: drivers/soc/samsung/*
1746 F: Documentation/arm/Samsung/
1747 F: Documentation/devicetree/bindings/arm/samsung/
1748 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1749 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1752 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1753 M: Kyungmin Park <kyungmin.park@samsung.com>
1754 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1756 F: arch/arm/mach-s5pv210/
1758 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1759 M: Kyungmin Park <kyungmin.park@samsung.com>
1760 M: Kamil Debski <kamil@wypas.org>
1761 M: Andrzej Hajda <a.hajda@samsung.com>
1762 L: linux-arm-kernel@lists.infradead.org
1763 L: linux-media@vger.kernel.org
1765 F: drivers/media/platform/s5p-g2d/
1767 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1768 M: Kyungmin Park <kyungmin.park@samsung.com>
1769 M: Kamil Debski <kamil@wypas.org>
1770 M: Jeongtae Park <jtp.park@samsung.com>
1771 M: Andrzej Hajda <a.hajda@samsung.com>
1772 L: linux-arm-kernel@lists.infradead.org
1773 L: linux-media@vger.kernel.org
1775 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1776 F: drivers/media/platform/s5p-mfc/
1778 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1779 M: Kyungmin Park <kyungmin.park@samsung.com>
1780 L: linux-arm-kernel@lists.infradead.org
1781 L: linux-media@vger.kernel.org
1783 F: drivers/staging/media/platform/s5p-cec/
1785 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1786 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1787 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
1788 L: linux-arm-kernel@lists.infradead.org
1789 L: linux-media@vger.kernel.org
1791 F: drivers/media/platform/s5p-jpeg/
1793 ARM/SHMOBILE ARM ARCHITECTURE
1794 M: Simon Horman <horms@verge.net.au>
1795 M: Magnus Damm <magnus.damm@gmail.com>
1796 L: linux-renesas-soc@vger.kernel.org
1797 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1798 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1800 F: arch/arm/boot/dts/emev2*
1801 F: arch/arm/boot/dts/r7s*
1802 F: arch/arm/boot/dts/r8a*
1803 F: arch/arm/boot/dts/sh*
1804 F: arch/arm/configs/shmobile_defconfig
1805 F: arch/arm/include/debug/renesas-scif.S
1806 F: arch/arm/mach-shmobile/
1807 F: drivers/soc/renesas/
1808 F: include/linux/soc/renesas/
1810 ARM/SOCFPGA ARCHITECTURE
1811 M: Dinh Nguyen <dinguyen@kernel.org>
1813 F: arch/arm/mach-socfpga/
1814 F: arch/arm/boot/dts/socfpga*
1815 F: arch/arm/configs/socfpga_defconfig
1816 F: arch/arm64/boot/dts/altera/
1817 W: http://www.rocketboards.org
1818 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1820 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1821 M: Dinh Nguyen <dinguyen@kernel.org>
1823 F: drivers/clk/socfpga/
1825 ARM/SOCFPGA EDAC SUPPORT
1826 M: Thor Thayer <thor.thayer@linux.intel.com>
1828 F: drivers/edac/altera_edac.
1830 ARM/STI ARCHITECTURE
1831 M: Patrice Chotard <patrice.chotard@st.com>
1832 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1833 L: kernel@stlinux.com
1834 W: http://www.stlinux.com
1836 F: arch/arm/mach-sti/
1837 F: arch/arm/boot/dts/sti*
1838 F: drivers/char/hw_random/st-rng.c
1839 F: drivers/clocksource/arm_global_timer.c
1840 F: drivers/clocksource/clksrc_st_lpc.c
1841 F: drivers/cpufreq/sti-cpufreq.c
1842 F: drivers/dma/st_fdma*
1843 F: drivers/i2c/busses/i2c-st.c
1844 F: drivers/media/rc/st_rc.c
1845 F: drivers/media/platform/sti/c8sectpfe/
1846 F: drivers/mmc/host/sdhci-st.c
1847 F: drivers/phy/phy-miphy28lp.c
1848 F: drivers/phy/phy-stih407-usb.c
1849 F: drivers/pinctrl/pinctrl-st.c
1850 F: drivers/remoteproc/st_remoteproc.c
1851 F: drivers/remoteproc/st_slim_rproc.c
1852 F: drivers/reset/sti/
1853 F: drivers/rtc/rtc-st-lpc.c
1854 F: drivers/tty/serial/st-asc.c
1855 F: drivers/usb/dwc3/dwc3-st.c
1856 F: drivers/usb/host/ehci-st.c
1857 F: drivers/usb/host/ohci-st.c
1858 F: drivers/watchdog/st_lpc_wdt.c
1859 F: drivers/ata/ahci_st.c
1860 F: include/linux/remoteproc/st_slim_rproc.h
1862 ARM/STM32 ARCHITECTURE
1863 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1864 M: Alexandre Torgue <alexandre.torgue@st.com>
1865 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1867 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1869 F: drivers/clocksource/armv7m_systick.c
1871 ARM/TANGO ARCHITECTURE
1872 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1873 L: linux-arm-kernel@lists.infradead.org
1877 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1878 M: Lennert Buytenhek <kernel@wantstofly.org>
1879 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1882 ARM/TETON BGA MACHINE SUPPORT
1883 M: "Mark F. Brown" <mark.brown314@gmail.com>
1884 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1887 ARM/THECUS N2100 MACHINE SUPPORT
1888 M: Lennert Buytenhek <kernel@wantstofly.org>
1889 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1892 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1893 M: Wan ZongShun <mcuos.com@gmail.com>
1894 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1895 W: http://www.mcuos.com
1897 F: arch/arm/mach-w90x900/
1898 F: drivers/input/keyboard/w90p910_keypad.c
1899 F: drivers/input/touchscreen/w90p910_ts.c
1900 F: drivers/watchdog/nuc900_wdt.c
1901 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1902 F: drivers/mtd/nand/nuc900_nand.c
1903 F: drivers/rtc/rtc-nuc900.c
1904 F: drivers/spi/spi-nuc900.c
1905 F: drivers/usb/host/ehci-w90x900.c
1906 F: drivers/video/fbdev/nuc900fb.c
1908 ARM/U300 MACHINE SUPPORT
1909 M: Linus Walleij <linus.walleij@linaro.org>
1910 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1912 F: arch/arm/mach-u300/
1913 F: drivers/clocksource/timer-u300.c
1914 F: drivers/i2c/busses/i2c-stu300.c
1915 F: drivers/rtc/rtc-coh901331.c
1916 F: drivers/watchdog/coh901327_wdt.c
1917 F: drivers/dma/coh901318*
1918 F: drivers/mfd/ab3100*
1919 F: drivers/rtc/rtc-ab3100.c
1920 F: drivers/rtc/rtc-coh901331.c
1921 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1923 ARM/UNIPHIER ARCHITECTURE
1924 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1925 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1926 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1928 F: arch/arm/boot/dts/uniphier*
1929 F: arch/arm/include/asm/hardware/cache-uniphier.h
1930 F: arch/arm/mach-uniphier/
1931 F: arch/arm/mm/cache-uniphier.c
1932 F: arch/arm64/boot/dts/socionext/
1933 F: drivers/bus/uniphier-system-bus.c
1934 F: drivers/clk/uniphier/
1935 F: drivers/i2c/busses/i2c-uniphier*
1936 F: drivers/pinctrl/uniphier/
1937 F: drivers/reset/reset-uniphier.c
1938 F: drivers/tty/serial/8250/8250_uniphier.c
1941 ARM/Ux500 ARM ARCHITECTURE
1942 M: Linus Walleij <linus.walleij@linaro.org>
1943 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1945 F: arch/arm/mach-ux500/
1946 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1947 F: drivers/dma/ste_dma40*
1948 F: drivers/hwspinlock/u8500_hsem.c
1949 F: drivers/mfd/abx500*
1950 F: drivers/mfd/ab8500*
1951 F: drivers/mfd/dbx500*
1952 F: drivers/mfd/db8500*
1953 F: drivers/pinctrl/nomadik/pinctrl-ab*
1954 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1955 F: drivers/rtc/rtc-ab8500.c
1956 F: drivers/rtc/rtc-pl031.c
1957 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1959 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1960 M: Ulf Hansson <ulf.hansson@linaro.org>
1961 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1962 T: git git://git.linaro.org/people/ulfh/clk.git
1964 F: drivers/clk/ux500/
1966 ARM/VERSATILE EXPRESS PLATFORM
1967 M: Liviu Dudau <liviu.dudau@arm.com>
1968 M: Sudeep Holla <sudeep.holla@arm.com>
1969 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1970 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1972 F: arch/arm/boot/dts/vexpress*
1973 F: arch/arm64/boot/dts/arm/
1974 F: arch/arm/mach-vexpress/
1977 F: drivers/clk/versatile/clk-vexpress-osc.c
1978 F: drivers/clocksource/versatile.c
1982 M: Russell King <linux@armlinux.org.uk>
1983 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1984 W: http://www.armlinux.org.uk/
1988 ARM/VOIPAC PXA270 SUPPORT
1989 M: Marek Vasut <marek.vasut@gmail.com>
1990 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1992 F: arch/arm/mach-pxa/vpac270.c
1993 F: arch/arm/mach-pxa/include/mach/vpac270.h
1995 ARM/VT8500 ARM ARCHITECTURE
1996 M: Tony Prisk <linux@prisktech.co.nz>
1997 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1999 F: arch/arm/mach-vt8500/
2000 F: drivers/clocksource/vt8500_timer.c
2001 F: drivers/i2c/busses/i2c-wmt.c
2002 F: drivers/mmc/host/wmt-sdmmc.c
2003 F: drivers/pwm/pwm-vt8500.c
2004 F: drivers/rtc/rtc-vt8500.c
2005 F: drivers/tty/serial/vt8500_serial.c
2006 F: drivers/usb/host/ehci-platform.c
2007 F: drivers/usb/host/uhci-platform.c
2008 F: drivers/video/fbdev/vt8500lcdfb.*
2009 F: drivers/video/fbdev/wm8505fb*
2010 F: drivers/video/fbdev/wmt_ge_rops.*
2012 ARM/ZIPIT Z2 SUPPORT
2013 M: Marek Vasut <marek.vasut@gmail.com>
2014 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2016 F: arch/arm/mach-pxa/z2.c
2017 F: arch/arm/mach-pxa/include/mach/z2.h
2019 ARM/ZTE ARCHITECTURE
2020 M: Jun Nie <jun.nie@linaro.org>
2021 M: Baoyou Xie <baoyou.xie@linaro.org>
2022 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2024 F: arch/arm/mach-zx/
2026 F: drivers/reset/reset-zx2967.c
2028 F: Documentation/devicetree/bindings/arm/zte.txt
2029 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
2030 F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2031 F: Documentation/devicetree/bindings/soc/zte/
2032 F: include/dt-bindings/soc/zx*.h
2034 ARM/ZYNQ ARCHITECTURE
2035 M: Michal Simek <michal.simek@xilinx.com>
2036 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
2037 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2038 W: http://wiki.xilinx.com
2039 T: git https://github.com/Xilinx/linux-xlnx.git
2041 F: arch/arm/mach-zynq/
2042 F: drivers/cpuidle/cpuidle-zynq.c
2043 F: drivers/block/xsysace.c
2046 F: drivers/clocksource/cadence_ttc_timer.c
2047 F: drivers/i2c/busses/i2c-cadence.c
2048 F: drivers/mmc/host/sdhci-of-arasan.c
2049 F: drivers/edac/synopsys_edac.c
2052 M: Will Deacon <will.deacon@arm.com>
2053 R: Robin Murphy <robin.murphy@arm.com>
2054 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2056 F: drivers/iommu/arm-smmu.c
2057 F: drivers/iommu/arm-smmu-v3.c
2058 F: drivers/iommu/io-pgtable-arm.c
2059 F: drivers/iommu/io-pgtable-arm-v7s.c
2061 ARM64 PORT (AARCH64 ARCHITECTURE)
2062 M: Catalin Marinas <catalin.marinas@arm.com>
2063 M: Will Deacon <will.deacon@arm.com>
2064 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2065 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2068 F: Documentation/arm64/
2070 AS3645A LED FLASH CONTROLLER DRIVER
2071 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2072 L: linux-media@vger.kernel.org
2073 T: git git://linuxtv.org/media_tree.git
2075 F: drivers/media/i2c/as3645a.c
2076 F: include/media/i2c/as3645a.h
2078 ASAHI KASEI AK8974 DRIVER
2079 M: Linus Walleij <linus.walleij@linaro.org>
2080 L: linux-iio@vger.kernel.org
2081 W: http://www.akm.com/
2083 F: drivers/iio/magnetometer/ak8974.c
2085 ASC7621 HARDWARE MONITOR DRIVER
2086 M: George Joseph <george.joseph@fairview5.com>
2087 L: linux-hwmon@vger.kernel.org
2089 F: Documentation/hwmon/asc7621
2090 F: drivers/hwmon/asc7621.c
2092 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2093 M: Corentin Chary <corentin.chary@gmail.com>
2094 L: acpi4asus-user@lists.sourceforge.net
2095 L: platform-driver-x86@vger.kernel.org
2096 W: http://acpi4asus.sf.net
2098 F: drivers/platform/x86/asus*.c
2099 F: drivers/platform/x86/eeepc*.c
2101 ASUS WIRELESS RADIO CONTROL DRIVER
2102 M: João Paulo Rechi Vita <jprvita@gmail.com>
2103 L: platform-driver-x86@vger.kernel.org
2105 F: drivers/platform/x86/asus-wireless.c
2108 M: David Howells <dhowells@redhat.com>
2109 L: keyrings@vger.kernel.org
2111 F: Documentation/crypto/asymmetric-keys.txt
2112 F: include/linux/verification.h
2113 F: include/crypto/public_key.h
2114 F: include/crypto/pkcs7.h
2115 F: crypto/asymmetric_keys/
2117 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2118 R: Dan Williams <dan.j.williams@intel.com>
2119 W: http://sourceforge.net/projects/xscaleiop
2121 F: Documentation/crypto/async-tx-api.txt
2124 F: include/linux/dmaengine.h
2125 F: include/linux/async_tx.h
2128 M: Wolfram Sang <wsa@the-dreams.de>
2129 L: linux-i2c@vger.kernel.org
2131 F: drivers/misc/eeprom/at24.c
2132 F: include/linux/platform_data/at24.h
2134 ATA OVER ETHERNET (AOE) DRIVER
2135 M: "Ed L. Cashin" <ed.cashin@acm.org>
2136 W: http://www.openaoe.org/
2138 F: Documentation/aoe/
2139 F: drivers/block/aoe/
2141 ATHEROS 71XX/9XXX GPIO DRIVER
2142 M: Alban Bedel <albeu@free.fr>
2143 W: https://github.com/AlbanBedel/linux
2144 T: git git://github.com/AlbanBedel/linux
2146 F: drivers/gpio/gpio-ath79.c
2147 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2149 ATHEROS ATH GENERIC UTILITIES
2150 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2151 L: linux-wireless@vger.kernel.org
2153 F: drivers/net/wireless/ath/*
2155 ATHEROS ATH5K WIRELESS DRIVER
2156 M: Jiri Slaby <jirislaby@gmail.com>
2157 M: Nick Kossifidis <mickflemm@gmail.com>
2158 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2159 L: linux-wireless@vger.kernel.org
2160 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2162 F: drivers/net/wireless/ath/ath5k/
2164 ATHEROS ATH6KL WIRELESS DRIVER
2165 M: Kalle Valo <kvalo@qca.qualcomm.com>
2166 L: linux-wireless@vger.kernel.org
2167 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2168 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2170 F: drivers/net/wireless/ath/ath6kl/
2172 WILOCITY WIL6210 WIRELESS DRIVER
2173 M: Maya Erez <qca_merez@qca.qualcomm.com>
2174 L: linux-wireless@vger.kernel.org
2175 L: wil6210@qca.qualcomm.com
2177 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2178 F: drivers/net/wireless/ath/wil6210/
2179 F: include/uapi/linux/wil6210_uapi.h
2181 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2182 M: Christian Lamparter <chunkeey@googlemail.com>
2183 L: linux-wireless@vger.kernel.org
2184 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2186 F: drivers/net/wireless/ath/carl9170/
2188 ATK0110 HWMON DRIVER
2189 M: Luca Tettamanti <kronos.it@gmail.com>
2190 L: linux-hwmon@vger.kernel.org
2192 F: drivers/hwmon/asus_atk0110.c
2195 M: Ville Syrjala <syrjala@sci.fi>
2197 F: drivers/input/misc/ati_remote2.c
2199 ATLX ETHERNET DRIVERS
2200 M: Jay Cliburn <jcliburn@gmail.com>
2201 M: Chris Snook <chris.snook@gmail.com>
2202 L: netdev@vger.kernel.org
2203 W: http://sourceforge.net/projects/atl1
2204 W: http://atl1.sourceforge.net
2206 F: drivers/net/ethernet/atheros/
2209 M: Chas Williams <3chas3@gmail.com>
2210 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2211 L: netdev@vger.kernel.org
2212 W: http://linux-atm.sourceforge.net
2215 F: include/linux/atm*
2216 F: include/uapi/linux/atm*
2218 ATMEL AT91 / AT32 MCI DRIVER
2219 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2221 F: drivers/mmc/host/atmel-mci.c
2223 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2224 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2226 F: drivers/power/reset/at91-sama5d2_shdwc.c
2228 ATMEL SAMA5D2 ADC DRIVER
2229 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2230 L: linux-iio@vger.kernel.org
2232 F: drivers/iio/adc/at91-sama5d2_adc.c
2234 ATMEL Audio ALSA driver
2235 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2236 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2241 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2242 L: linux-arm-kernel@lists.infradead.org
2243 L: dmaengine@vger.kernel.org
2245 F: drivers/dma/at_xdmac.c
2248 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2249 L: linux-i2c@vger.kernel.org
2251 F: drivers/i2c/busses/i2c-at91.c
2254 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2255 L: linux-media@vger.kernel.org
2257 F: drivers/media/platform/atmel/atmel-isi.c
2258 F: include/media/atmel-isi.h
2261 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2262 L: linux-fbdev@vger.kernel.org
2264 F: drivers/video/fbdev/atmel_lcdfb.c
2265 F: include/video/atmel_lcdc.h
2267 ATMEL MACB ETHERNET DRIVER
2268 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2270 F: drivers/net/ethernet/cadence/
2273 M: Wenyou Yang <wenyou.yang@atmel.com>
2274 M: Josh Wu <rainyfeeling@outlook.com>
2275 L: linux-mtd@lists.infradead.org
2277 F: drivers/mtd/nand/atmel/*
2280 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2281 L: linux-mmc@vger.kernel.org
2283 F: drivers/mmc/host/sdhci-of-at91.c
2286 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2288 F: drivers/spi/spi-atmel.*
2291 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2292 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2294 F: drivers/misc/atmel-ssc.c
2295 F: include/linux/atmel-ssc.h
2297 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2298 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2299 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2301 F: drivers/misc/atmel_tclib.c
2302 F: drivers/clocksource/tcb_clksrc.c
2304 ATMEL USBA UDC DRIVER
2305 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2306 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2308 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2310 ATMEL WIRELESS DRIVER
2311 M: Simon Kelley <simon@thekelleys.org.uk>
2312 L: linux-wireless@vger.kernel.org
2313 W: http://www.thekelleys.org.uk/atmel
2314 W: http://atmelwlandriver.sourceforge.net/
2316 F: drivers/net/wireless/atmel/atmel*
2318 ATMEL MAXTOUCH DRIVER
2319 M: Nick Dyer <nick@shmanahar.org>
2320 T: git git://github.com/ndyer/linux.git
2322 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2323 F: drivers/input/touchscreen/atmel_mxt_ts.c
2324 F: include/linux/platform_data/atmel_mxt_ts.h
2326 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2327 M: Bradley Grove <linuxdrivers@attotech.com>
2328 L: linux-scsi@vger.kernel.org
2329 W: http://www.attotech.com
2331 F: drivers/scsi/esas2r
2333 ATUSB IEEE 802.15.4 RADIO DRIVER
2334 M: Stefan Schmidt <stefan@osg.samsung.com>
2335 L: linux-wpan@vger.kernel.org
2337 F: drivers/net/ieee802154/atusb.c
2338 F: drivers/net/ieee802154/atusb.h
2339 F: drivers/net/ieee802154/at86rf230.h
2342 M: Paul Moore <paul@paul-moore.com>
2343 M: Eric Paris <eparis@redhat.com>
2344 L: linux-audit@redhat.com (moderated for non-subscribers)
2345 W: http://people.redhat.com/sgrubb/audit/
2346 T: git git://git.infradead.org/users/pcmoore/audit
2348 F: include/linux/audit.h
2349 F: include/uapi/linux/audit.h
2352 AUXILIARY DISPLAY DRIVERS
2353 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2354 W: http://miguelojeda.es/auxdisplay.htm
2355 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2357 F: drivers/auxdisplay/
2358 F: include/linux/cfag12864b.h
2361 M: Ralf Baechle <ralf@linux-mips.org>
2362 L: linux-hams@vger.kernel.org
2363 W: http://www.linux-ax25.org/
2365 F: include/uapi/linux/ax25.h
2366 F: include/net/ax25.h
2369 AXENTIA ASOC DRIVERS
2370 M: Peter Rosin <peda@axentia.se>
2371 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2373 F: Documentation/devicetree/bindings/sound/axentia,*
2374 F: sound/soc/atmel/tse850-pcm5142.c
2377 M: Peter Rosin <peda@axentia.se>
2378 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2380 F: Documentation/devicetree/bindings/arm/axentia.txt
2381 F: arch/arm/boot/dts/at91-linea.dtsi
2382 F: arch/arm/boot/dts/at91-tse850-3.dts
2385 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2386 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2387 L: linux-media@vger.kernel.org
2388 W: https://linuxtv.org
2389 T: git git://linuxtv.org/media_tree.git
2391 F: drivers/media/usb/dvb-usb-v2/az6007.c
2393 AZTECH FM RADIO RECEIVER DRIVER
2394 M: Hans Verkuil <hverkuil@xs4all.nl>
2395 L: linux-media@vger.kernel.org
2396 T: git git://linuxtv.org/media_tree.git
2397 W: https://linuxtv.org
2399 F: drivers/media/radio/radio-aztech*
2402 L: linux-wireless@vger.kernel.org
2403 L: b43-dev@lists.infradead.org
2404 W: http://wireless.kernel.org/en/users/Drivers/b43
2406 F: drivers/net/wireless/broadcom/b43/
2408 B43LEGACY WIRELESS DRIVER
2409 M: Larry Finger <Larry.Finger@lwfinger.net>
2410 L: linux-wireless@vger.kernel.org
2411 L: b43-dev@lists.infradead.org
2412 W: http://wireless.kernel.org/en/users/Drivers/b43
2414 F: drivers/net/wireless/broadcom/b43legacy/
2416 BACKLIGHT CLASS/SUBSYSTEM
2417 M: Lee Jones <lee.jones@linaro.org>
2418 M: Daniel Thompson <daniel.thompson@linaro.org>
2419 M: Jingoo Han <jingoohan1@gmail.com>
2420 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2422 F: drivers/video/backlight/
2423 F: include/linux/backlight.h
2424 F: include/linux/pwm_backlight.h
2425 F: Documentation/devicetree/bindings/leds/backlight
2428 M: Marek Lindner <mareklindner@neomailbox.ch>
2429 M: Simon Wunderlich <sw@simonwunderlich.de>
2430 M: Antonio Quartulli <a@unstable.cc>
2431 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2432 W: https://www.open-mesh.org/
2433 Q: https://patchwork.open-mesh.org/project/batman/list/
2435 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2436 F: Documentation/ABI/testing/sysfs-class-net-mesh
2437 F: Documentation/networking/batman-adv.txt
2438 F: include/uapi/linux/batman_adv.h
2441 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2442 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2443 L: linux-hams@vger.kernel.org
2444 W: http://www.baycom.org/~tom/ham/ham.html
2446 F: drivers/net/hamradio/baycom*
2448 BCACHE (BLOCK LAYER CACHE)
2449 M: Kent Overstreet <kent.overstreet@gmail.com>
2450 L: linux-bcache@vger.kernel.org
2451 W: http://bcache.evilpiepirate.org
2453 F: drivers/md/bcache/
2455 BDISP ST MEDIA DRIVER
2456 M: Fabien Dessenne <fabien.dessenne@st.com>
2457 L: linux-media@vger.kernel.org
2458 T: git git://linuxtv.org/media_tree.git
2459 W: https://linuxtv.org
2461 F: drivers/media/platform/sti/bdisp
2463 DELTA ST MEDIA DRIVER
2464 M: Hugues Fruchet <hugues.fruchet@st.com>
2465 L: linux-media@vger.kernel.org
2466 T: git git://linuxtv.org/media_tree.git
2467 W: https://linuxtv.org
2469 F: drivers/media/platform/sti/delta
2472 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2473 M: Salah Triki <salah.triki@gmail.com>
2475 T: git git://github.com/luisbg/linux-befs.git
2476 F: Documentation/filesystems/befs.txt
2479 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2480 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2481 L: netdev@vger.kernel.org
2483 F: drivers/net/ethernet/ec_bhf.c
2486 M: "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2488 F: Documentation/filesystems/bfs.txt
2490 F: include/uapi/linux/bfs_fs.h
2492 BLACKFIN ARCHITECTURE
2493 M: Steven Miao <realmz6@gmail.com>
2494 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2495 T: git git://git.code.sf.net/p/adi-linux/code
2496 W: http://blackfin.uclinux.org
2500 BLACKFIN EMAC DRIVER
2501 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2502 W: http://blackfin.uclinux.org
2504 F: drivers/net/ethernet/adi/
2507 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2508 W: http://blackfin.uclinux.org
2510 F: drivers/rtc/rtc-bfin.c
2513 M: Sonic Zhang <sonic.zhang@analog.com>
2514 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2515 W: http://blackfin.uclinux.org
2517 F: drivers/mmc/host/bfin_sdh.c
2519 BLACKFIN SERIAL DRIVER
2520 M: Sonic Zhang <sonic.zhang@analog.com>
2521 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2522 W: http://blackfin.uclinux.org
2524 F: drivers/tty/serial/bfin_uart.c
2526 BLACKFIN WATCHDOG DRIVER
2527 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2528 W: http://blackfin.uclinux.org
2530 F: drivers/watchdog/bfin_wdt.c
2532 BLACKFIN I2C TWI DRIVER
2533 M: Sonic Zhang <sonic.zhang@analog.com>
2534 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2535 W: http://blackfin.uclinux.org/
2537 F: drivers/i2c/busses/i2c-bfin-twi.c
2539 BLACKFIN MEDIA DRIVER
2540 M: Scott Jiang <scott.jiang.linux@gmail.com>
2541 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2542 W: http://blackfin.uclinux.org/
2544 F: drivers/media/platform/blackfin/
2545 F: drivers/media/i2c/adv7183*
2546 F: drivers/media/i2c/vs6624*
2548 BLINKM RGB LED DRIVER
2549 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2551 F: drivers/leds/leds-blinkm.c
2554 M: Jens Axboe <axboe@kernel.dk>
2555 L: linux-block@vger.kernel.org
2556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2559 F: kernel/trace/blktrace.c
2563 M: Paolo Valente <paolo.valente@linaro.org>
2564 M: Jens Axboe <axboe@kernel.dk>
2565 L: linux-block@vger.kernel.org
2568 F: Documentation/block/bfq-iosched.txt
2571 M: Joern Engel <joern@lazybastard.org>
2572 L: linux-mtd@lists.infradead.org
2574 F: drivers/mtd/devices/block2mtd.c
2577 M: Marcel Holtmann <marcel@holtmann.org>
2578 M: Gustavo Padovan <gustavo@padovan.org>
2579 M: Johan Hedberg <johan.hedberg@gmail.com>
2580 L: linux-bluetooth@vger.kernel.org
2581 W: http://www.bluez.org/
2582 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2583 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2585 F: drivers/bluetooth/
2588 M: Marcel Holtmann <marcel@holtmann.org>
2589 M: Gustavo Padovan <gustavo@padovan.org>
2590 M: Johan Hedberg <johan.hedberg@gmail.com>
2591 L: linux-bluetooth@vger.kernel.org
2592 W: http://www.bluez.org/
2593 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2597 F: include/net/bluetooth/
2600 M: Jay Vosburgh <j.vosburgh@gmail.com>
2601 M: Veaceslav Falico <vfalico@gmail.com>
2602 M: Andy Gospodarek <andy@greyhouse.net>
2603 L: netdev@vger.kernel.org
2604 W: http://sourceforge.net/projects/bonding/
2606 F: drivers/net/bonding/
2607 F: include/uapi/linux/if_bonding.h
2609 BPF (Safe dynamic programs and tools)
2610 M: Alexei Starovoitov <ast@kernel.org>
2611 M: Daniel Borkmann <daniel@iogearbox.net>
2612 L: netdev@vger.kernel.org
2613 L: linux-kernel@vger.kernel.org
2615 F: arch/x86/net/bpf_jit*
2616 F: Documentation/networking/filter.txt
2617 F: include/linux/bpf*
2618 F: include/linux/filter.h
2619 F: include/uapi/linux/bpf*
2620 F: include/uapi/linux/filter.h
2622 F: kernel/trace/bpf_trace.c
2625 F: net/core/filter.c
2626 F: net/sched/act_bpf.c
2627 F: net/sched/cls_bpf.c
2630 F: tools/testing/selftests/bpf/
2632 BROADCOM B44 10/100 ETHERNET DRIVER
2633 M: Michael Chan <michael.chan@broadcom.com>
2634 L: netdev@vger.kernel.org
2636 F: drivers/net/ethernet/broadcom/b44.*
2638 BROADCOM B53 ETHERNET SWITCH DRIVER
2639 M: Florian Fainelli <f.fainelli@gmail.com>
2640 L: netdev@vger.kernel.org
2641 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2643 F: drivers/net/dsa/b53/*
2644 F: include/linux/platform_data/b53.h
2646 BROADCOM GENET ETHERNET DRIVER
2647 M: Florian Fainelli <f.fainelli@gmail.com>
2648 L: netdev@vger.kernel.org
2650 F: drivers/net/ethernet/broadcom/genet/
2652 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2653 M: Rasesh Mody <rasesh.mody@cavium.com>
2654 M: Harish Patil <harish.patil@cavium.com>
2655 M: Dept-GELinuxNICDev@cavium.com
2656 L: netdev@vger.kernel.org
2658 F: drivers/net/ethernet/broadcom/bnx2.*
2659 F: drivers/net/ethernet/broadcom/bnx2_*
2661 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2662 M: Yuval Mintz <Yuval.Mintz@cavium.com>
2663 M: Ariel Elior <ariel.elior@cavium.com>
2664 M: everest-linux-l2@cavium.com
2665 L: netdev@vger.kernel.org
2667 F: drivers/net/ethernet/broadcom/bnx2x/
2669 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2670 M: Michael Chan <michael.chan@broadcom.com>
2671 L: netdev@vger.kernel.org
2673 F: drivers/net/ethernet/broadcom/bnxt/
2675 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2676 M: Florian Fainelli <f.fainelli@gmail.com>
2677 M: Ray Jui <rjui@broadcom.com>
2678 M: Scott Branden <sbranden@broadcom.com>
2679 M: bcm-kernel-feedback-list@broadcom.com
2680 T: git git://github.com/broadcom/mach-bcm
2686 F: arch/arm/mach-bcm/
2688 BROADCOM BCM2835 ARM ARCHITECTURE
2689 M: Lee Jones <lee@kernel.org>
2690 M: Eric Anholt <eric@anholt.net>
2691 M: Stefan Wahren <stefan.wahren@i2se.com>
2692 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2693 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2694 T: git git://github.com/anholt/linux
2697 F: drivers/staging/vc04_services
2699 BROADCOM BCM47XX MIPS ARCHITECTURE
2700 M: Hauke Mehrtens <hauke@hauke-m.de>
2701 M: Rafał Miłecki <zajec5@gmail.com>
2702 L: linux-mips@linux-mips.org
2704 F: Documentation/devicetree/bindings/mips/brcm/
2705 F: arch/mips/bcm47xx/*
2706 F: arch/mips/include/asm/mach-bcm47xx/*
2708 BROADCOM BCM5301X ARM ARCHITECTURE
2709 M: Hauke Mehrtens <hauke@hauke-m.de>
2710 M: Rafał Miłecki <zajec5@gmail.com>
2711 M: Jon Mason <jonmason@broadcom.com>
2712 M: bcm-kernel-feedback-list@broadcom.com
2713 L: linux-arm-kernel@lists.infradead.org
2715 F: arch/arm/mach-bcm/bcm_5301x.c
2716 F: arch/arm/boot/dts/bcm5301x*.dtsi
2717 F: arch/arm/boot/dts/bcm470*
2718 F: arch/arm/boot/dts/bcm953012*
2720 BROADCOM BCM53573 ARM ARCHITECTURE
2721 M: Rafał Miłecki <rafal@milecki.pl>
2722 L: linux-arm-kernel@lists.infradead.org
2724 F: arch/arm/boot/dts/bcm53573*
2725 F: arch/arm/boot/dts/bcm47189*
2727 BROADCOM BCM63XX ARM ARCHITECTURE
2728 M: Florian Fainelli <f.fainelli@gmail.com>
2729 M: bcm-kernel-feedback-list@broadcom.com
2730 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2731 T: git git://github.com/broadcom/stblinux.git
2735 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2736 M: Kevin Cernekee <cernekee@gmail.com>
2737 L: linux-usb@vger.kernel.org
2739 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2741 BROADCOM BCM7XXX ARM ARCHITECTURE
2742 M: Brian Norris <computersforpeace@gmail.com>
2743 M: Gregory Fong <gregory.0xf0@gmail.com>
2744 M: Florian Fainelli <f.fainelli@gmail.com>
2745 M: bcm-kernel-feedback-list@broadcom.com
2746 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2747 T: git git://github.com/broadcom/stblinux.git
2749 F: arch/arm/mach-bcm/*brcmstb*
2750 F: arch/arm/boot/dts/bcm7*.dts*
2751 F: drivers/bus/brcmstb_gisb.c
2754 BROADCOM BMIPS MIPS ARCHITECTURE
2755 M: Kevin Cernekee <cernekee@gmail.com>
2756 M: Florian Fainelli <f.fainelli@gmail.com>
2757 L: linux-mips@linux-mips.org
2758 T: git git://github.com/broadcom/stblinux.git
2760 F: arch/mips/bmips/*
2761 F: arch/mips/include/asm/mach-bmips/*
2762 F: arch/mips/kernel/*bmips*
2763 F: arch/mips/boot/dts/brcm/bcm*.dts*
2764 F: drivers/irqchip/irq-bcm63*
2765 F: drivers/irqchip/irq-bcm7*
2766 F: drivers/irqchip/irq-brcmstb*
2767 F: include/linux/bcm963xx_nvram.h
2768 F: include/linux/bcm963xx_tag.h
2770 BROADCOM BMIPS CPUFREQ DRIVER
2771 M: Markus Mayer <mmayer@broadcom.com>
2772 M: bcm-kernel-feedback-list@broadcom.com
2773 L: linux-pm@vger.kernel.org
2775 F: drivers/cpufreq/bmips-cpufreq.c
2777 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2778 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2779 M: Prashant Sreedharan <prashant@broadcom.com>
2780 M: Michael Chan <mchan@broadcom.com>
2781 L: netdev@vger.kernel.org
2783 F: drivers/net/ethernet/broadcom/tg3.*
2785 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2786 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2787 M: Franky Lin <franky.lin@broadcom.com>
2788 M: Hante Meuleman <hante.meuleman@broadcom.com>
2789 L: linux-wireless@vger.kernel.org
2790 L: brcm80211-dev-list.pdl@broadcom.com
2792 F: drivers/net/wireless/broadcom/brcm80211/
2794 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2795 M: QLogic-Storage-Upstream@qlogic.com
2796 L: linux-scsi@vger.kernel.org
2798 F: drivers/scsi/bnx2fc/
2800 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2801 M: QLogic-Storage-Upstream@qlogic.com
2802 L: linux-scsi@vger.kernel.org
2804 F: drivers/scsi/bnx2i/
2806 BROADCOM IPROC ARM ARCHITECTURE
2807 M: Ray Jui <rjui@broadcom.com>
2808 M: Scott Branden <sbranden@broadcom.com>
2809 M: Jon Mason <jonmason@broadcom.com>
2810 M: bcm-kernel-feedback-list@broadcom.com
2811 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2812 T: git git://github.com/broadcom/cygnus-linux.git
2827 F: arch/arm64/boot/dts/broadcom/ns2*
2828 F: drivers/clk/bcm/clk-ns*
2829 F: drivers/pinctrl/bcm/pinctrl-ns*
2831 BROADCOM BRCMSTB GPIO DRIVER
2832 M: Gregory Fong <gregory.0xf0@gmail.com>
2833 L: bcm-kernel-feedback-list@broadcom.com
2835 F: drivers/gpio/gpio-brcmstb.c
2836 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2838 BROADCOM KONA GPIO DRIVER
2839 M: Ray Jui <rjui@broadcom.com>
2840 L: bcm-kernel-feedback-list@broadcom.com
2842 F: drivers/gpio/gpio-bcm-kona.c
2843 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2845 BROADCOM NVRAM DRIVER
2846 M: Rafał Miłecki <zajec5@gmail.com>
2847 L: linux-mips@linux-mips.org
2849 F: drivers/firmware/broadcom/*
2851 BROADCOM STB NAND FLASH DRIVER
2852 M: Brian Norris <computersforpeace@gmail.com>
2853 M: Kamal Dasu <kdasu.kdev@gmail.com>
2854 L: linux-mtd@lists.infradead.org
2855 L: bcm-kernel-feedback-list@broadcom.com
2857 F: drivers/mtd/nand/brcmnand/
2859 BROADCOM STB AVS CPUFREQ DRIVER
2860 M: Markus Mayer <mmayer@broadcom.com>
2861 M: bcm-kernel-feedback-list@broadcom.com
2862 L: linux-pm@vger.kernel.org
2864 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2865 F: drivers/cpufreq/brcmstb*
2867 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2868 M: Rafał Miłecki <zajec5@gmail.com>
2869 L: linux-wireless@vger.kernel.org
2872 F: include/linux/bcma/
2874 BROADCOM SYSTEMPORT ETHERNET DRIVER
2875 M: Florian Fainelli <f.fainelli@gmail.com>
2876 L: netdev@vger.kernel.org
2878 F: drivers/net/ethernet/broadcom/bcmsysport.*
2880 BROADCOM NETXTREME-E ROCE DRIVER
2881 M: Selvin Xavier <selvin.xavier@broadcom.com>
2882 M: Devesh Sharma <devesh.sharma@broadcom.com>
2883 M: Somnath Kotur <somnath.kotur@broadcom.com>
2884 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2885 L: linux-rdma@vger.kernel.org
2886 W: http://www.broadcom.com
2888 F: drivers/infiniband/hw/bnxt_re/
2889 F: include/uapi/rdma/bnxt_re-abi.h
2891 BROCADE BFA FC SCSI DRIVER
2892 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2893 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2894 L: linux-scsi@vger.kernel.org
2896 F: drivers/scsi/bfa/
2898 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2899 M: Rasesh Mody <rasesh.mody@cavium.com>
2900 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2901 M: Dept-GELinuxNICDev@cavium.com
2902 L: netdev@vger.kernel.org
2904 F: drivers/net/ethernet/brocade/bna/
2906 BSG (block layer generic sg v4 driver)
2907 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2908 L: linux-scsi@vger.kernel.org
2911 F: include/linux/bsg.h
2912 F: include/uapi/linux/bsg.h
2915 M: Clemens Ladisch <clemens@ladisch.de>
2916 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2917 T: git git://git.alsa-project.org/alsa-kernel.git
2919 F: Documentation/sound/alsa/Bt87x.txt
2920 F: sound/pci/bt87x.c
2923 M: Michael Buesch <m@bues.ch>
2924 W: http://bu3sch.de/btgpio.php
2926 F: drivers/gpio/gpio-bt8xx.c
2929 M: Chris Mason <clm@fb.com>
2930 M: Josef Bacik <jbacik@fb.com>
2931 M: David Sterba <dsterba@suse.com>
2932 L: linux-btrfs@vger.kernel.org
2933 W: http://btrfs.wiki.kernel.org/
2934 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2935 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2937 F: Documentation/filesystems/btrfs.txt
2939 F: include/linux/btrfs*
2940 F: include/uapi/linux/btrfs*
2942 BTTV VIDEO4LINUX DRIVER
2943 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2944 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2945 L: linux-media@vger.kernel.org
2946 W: https://linuxtv.org
2947 T: git git://linuxtv.org/media_tree.git
2949 F: Documentation/media/v4l-drivers/bttv*
2950 F: drivers/media/pci/bt8xx/bttv*
2952 BUSLOGIC SCSI DRIVER
2953 M: Khalid Aziz <khalid@gonehiking.org>
2954 L: linux-scsi@vger.kernel.org
2956 F: drivers/scsi/BusLogic.*
2957 F: drivers/scsi/FlashPoint.*
2959 C-MEDIA CMI8788 DRIVER
2960 M: Clemens Ladisch <clemens@ladisch.de>
2961 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2962 T: git git://git.alsa-project.org/alsa-kernel.git
2964 F: sound/pci/oxygen/
2967 M: Mark Salter <msalter@redhat.com>
2968 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2969 L: linux-c6x-dev@linux-c6x.org
2970 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2974 CA8210 IEEE-802.15.4 RADIO DRIVER
2975 M: Harry Morris <h.morris@cascoda.com>
2976 M: linuxdev@cascoda.com
2977 L: linux-wpan@vger.kernel.org
2978 W: https://github.com/Cascoda/ca8210-linux.git
2980 F: drivers/net/ieee802154/ca8210.c
2981 F: Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
2983 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2984 M: David Howells <dhowells@redhat.com>
2985 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2987 F: Documentation/filesystems/caching/cachefiles.txt
2990 CADET FM/AM RADIO RECEIVER DRIVER
2991 M: Hans Verkuil <hverkuil@xs4all.nl>
2992 L: linux-media@vger.kernel.org
2993 T: git git://linuxtv.org/media_tree.git
2994 W: https://linuxtv.org
2996 F: drivers/media/radio/radio-cadet*
2998 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2999 M: Jonathan Corbet <corbet@lwn.net>
3000 L: linux-media@vger.kernel.org
3001 T: git git://linuxtv.org/media_tree.git
3003 F: Documentation/media/v4l-drivers/cafe_ccic*
3004 F: drivers/media/platform/marvell-ccic/
3007 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3008 L: netdev@vger.kernel.org
3010 F: Documentation/networking/caif/
3011 F: drivers/net/caif/
3012 F: include/uapi/linux/caif/
3013 F: include/net/caif/
3016 CALGARY x86-64 IOMMU
3017 M: Muli Ben-Yehuda <mulix@mulix.org>
3018 M: Jon Mason <jdmason@kudzu.us>
3019 L: iommu@lists.linux-foundation.org
3021 F: arch/x86/kernel/pci-calgary_64.c
3022 F: arch/x86/kernel/tce_64.c
3023 F: arch/x86/include/asm/calgary.h
3024 F: arch/x86/include/asm/tce.h
3027 M: Oliver Hartkopp <socketcan@hartkopp.net>
3028 M: Marc Kleine-Budde <mkl@pengutronix.de>
3029 L: linux-can@vger.kernel.org
3030 W: https://github.com/linux-can
3031 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3034 F: Documentation/networking/can.txt
3036 F: include/linux/can/core.h
3037 F: include/uapi/linux/can.h
3038 F: include/uapi/linux/can/bcm.h
3039 F: include/uapi/linux/can/raw.h
3040 F: include/uapi/linux/can/gw.h
3043 M: Wolfgang Grandegger <wg@grandegger.com>
3044 M: Marc Kleine-Budde <mkl@pengutronix.de>
3045 L: linux-can@vger.kernel.org
3046 W: https://github.com/linux-can
3047 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3048 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3050 F: Documentation/devicetree/bindings/net/can/
3052 F: include/linux/can/dev.h
3053 F: include/linux/can/platform/
3054 F: include/uapi/linux/can/error.h
3055 F: include/uapi/linux/can/netlink.h
3058 M: Serge Hallyn <serge@hallyn.com>
3059 L: linux-security-module@vger.kernel.org
3061 F: include/linux/capability.h
3062 F: include/uapi/linux/capability.h
3063 F: security/commoncap.c
3064 F: kernel/capability.c
3066 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3067 M: Kevin Tsai <ktsai@capellamicro.com>
3069 F: drivers/iio/light/cm*
3071 CAVIUM THUNDERX2 ARM64 SOC
3072 M: Jayachandran C <jnair@caviumnetworks.com>
3073 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3075 F: arch/arm64/boot/dts/cavium/thunder2-99xx*
3076 F: Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3079 M: Jan Glauber <jglauber@cavium.com>
3080 M: David Daney <david.daney@cavium.com>
3081 W: http://www.cavium.com
3083 F: drivers/i2c/busses/i2c-octeon*
3084 F: drivers/i2c/busses/i2c-thunderx*
3087 M: Jan Glauber <jglauber@cavium.com>
3088 M: David Daney <david.daney@cavium.com>
3089 M: Steven J. Hill <Steven.Hill@cavium.com>
3090 W: http://www.cavium.com
3092 F: drivers/mmc/host/cavium*
3094 CAVIUM LIQUIDIO NETWORK DRIVER
3095 M: Derek Chickles <derek.chickles@caviumnetworks.com>
3096 M: Satanand Burla <satananda.burla@caviumnetworks.com>
3097 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
3098 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3099 L: netdev@vger.kernel.org
3100 W: http://www.cavium.com
3102 F: drivers/net/ethernet/cavium/liquidio/
3104 CAVIUM OCTEON-TX CRYPTO DRIVER
3105 M: George Cherian <george.cherian@cavium.com>
3106 L: linux-crypto@vger.kernel.org
3107 W: http://www.cavium.com
3109 F: drivers/crypto/cavium/cpt/
3111 CC2520 IEEE-802.15.4 RADIO DRIVER
3112 M: Varka Bhadram <varkabhadram@gmail.com>
3113 L: linux-wpan@vger.kernel.org
3115 F: drivers/net/ieee802154/cc2520.c
3116 F: include/linux/spi/cc2520.h
3117 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3120 M: Hans Verkuil <hans.verkuil@cisco.com>
3121 L: linux-media@vger.kernel.org
3122 T: git git://linuxtv.org/media_tree.git
3123 W: http://linuxtv.org
3125 F: Documentation/media/kapi/cec-core.rst
3126 F: Documentation/media/uapi/cec
3127 F: drivers/media/cec/
3128 F: drivers/media/rc/keymaps/rc-cec.c
3129 F: include/media/cec.h
3130 F: include/media/cec-notifier.h
3131 F: include/uapi/linux/cec.h
3132 F: include/uapi/linux/cec-funcs.h
3134 CELL BROADBAND ENGINE ARCHITECTURE
3135 M: Arnd Bergmann <arnd@arndb.de>
3136 L: linuxppc-dev@lists.ozlabs.org
3137 W: http://www.ibm.com/developerworks/power/cell/
3139 F: arch/powerpc/include/asm/cell*.h
3140 F: arch/powerpc/include/asm/spu*.h
3141 F: arch/powerpc/include/uapi/asm/spu*.h
3142 F: arch/powerpc/oprofile/*cell*
3143 F: arch/powerpc/platforms/cell/
3145 CEPH COMMON CODE (LIBCEPH)
3146 M: Ilya Dryomov <idryomov@gmail.com>
3147 M: "Yan, Zheng" <zyan@redhat.com>
3148 M: Sage Weil <sage@redhat.com>
3149 L: ceph-devel@vger.kernel.org
3151 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3152 T: git git://github.com/ceph/ceph-client.git
3155 F: include/linux/ceph/
3156 F: include/linux/crush/
3158 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3159 M: "Yan, Zheng" <zyan@redhat.com>
3160 M: Sage Weil <sage@redhat.com>
3161 M: Ilya Dryomov <idryomov@gmail.com>
3162 L: ceph-devel@vger.kernel.org
3164 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3165 T: git git://github.com/ceph/ceph-client.git
3167 F: Documentation/filesystems/ceph.txt
3170 CERTIFICATE HANDLING:
3171 M: David Howells <dhowells@redhat.com>
3172 M: David Woodhouse <dwmw2@infradead.org>
3173 L: keyrings@vger.kernel.org
3175 F: Documentation/module-signing.txt
3177 F: scripts/sign-file.c
3178 F: scripts/extract-cert.c
3180 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3181 L: linux-usb@vger.kernel.org
3183 F: Documentation/usb/WUSB-Design-overview.txt
3184 F: Documentation/usb/wusb-cbaf
3185 F: drivers/usb/host/hwa-hc.c
3186 F: drivers/usb/host/whci/
3187 F: drivers/usb/wusbcore/
3188 F: include/linux/usb/wusb*
3190 HT16K33 LED CONTROLLER DRIVER
3191 M: Robin van der Gracht <robin@protonic.nl>
3193 F: drivers/auxdisplay/ht16k33.c
3194 F: Documentation/devicetree/bindings/display/ht16k33.txt
3196 CFAG12864B LCD DRIVER
3197 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3198 W: http://miguelojeda.es/auxdisplay.htm
3199 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3201 F: drivers/auxdisplay/cfag12864b.c
3202 F: include/linux/cfag12864b.h
3204 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3205 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3206 W: http://miguelojeda.es/auxdisplay.htm
3207 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3209 F: drivers/auxdisplay/cfag12864bfb.c
3210 F: include/linux/cfag12864b.h
3212 CFG80211 and NL80211
3213 M: Johannes Berg <johannes@sipsolutions.net>
3214 L: linux-wireless@vger.kernel.org
3215 W: http://wireless.kernel.org/
3216 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3217 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3219 F: include/uapi/linux/nl80211.h
3220 F: include/net/cfg80211.h
3222 X: net/wireless/wext*
3224 CHAR and MISC DRIVERS
3225 M: Arnd Bergmann <arnd@arndb.de>
3226 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3231 F: include/linux/miscdevice.h
3234 M: Andy Whitcroft <apw@canonical.com>
3235 M: Joe Perches <joe@perches.com>
3237 F: scripts/checkpatch.pl
3239 CHINESE DOCUMENTATION
3240 M: Harry Wei <harryxiyou@gmail.com>
3241 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3242 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3244 F: Documentation/translations/zh_CN/
3246 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3247 M: Peter Chen <Peter.Chen@nxp.com>
3248 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3249 L: linux-usb@vger.kernel.org
3251 F: drivers/usb/chipidea/
3253 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3254 M: Hans de Goede <hdegoede@redhat.com>
3255 L: linux-input@vger.kernel.org
3257 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3258 F: drivers/input/touchscreen/chipone_icn8318.c
3260 CHROME HARDWARE PLATFORM SUPPORT
3261 M: Olof Johansson <olof@lixom.net>
3263 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3264 F: drivers/platform/chrome/
3266 CISCO VIC ETHERNET NIC DRIVER
3267 M: Christian Benvenuti <benve@cisco.com>
3268 M: Govindarajulu Varadarajan <_govind@gmx.com>
3269 M: Neel Patel <neepatel@cisco.com>
3271 F: drivers/net/ethernet/cisco/enic/
3273 CISCO VIC LOW LATENCY NIC DRIVER
3274 M: Christian Benvenuti <benve@cisco.com>
3275 M: Dave Goodell <dgoodell@cisco.com>
3277 F: drivers/infiniband/hw/usnic/
3279 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3280 M: Hartley Sweeten <hsweeten@visionengravers.com>
3281 L: netdev@vger.kernel.org
3283 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3285 CIRRUS LOGIC AUDIO CODEC DRIVERS
3286 M: Brian Austin <brian.austin@cirrus.com>
3287 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3288 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3290 F: sound/soc/codecs/cs*
3293 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3294 L: linux-kernel@vger.kernel.org
3297 F: include/linux/cleancache.h
3300 M: Russell King <linux@armlinux.org.uk>
3301 L: linux-clk@vger.kernel.org
3303 F: include/linux/clk.h
3305 CLOCKSOURCE, CLOCKEVENT DRIVERS
3306 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3307 M: Thomas Gleixner <tglx@linutronix.de>
3308 L: linux-kernel@vger.kernel.org
3309 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3311 F: drivers/clocksource
3313 CISCO FCOE HBA DRIVER
3314 M: Satish Kharat <satishkh@cisco.com>
3315 M: Sesidhar Baddela <sebaddel@cisco.com>
3316 M: Karan Tilak Kumar <kartilak@cisco.com>
3317 L: linux-scsi@vger.kernel.org
3319 F: drivers/scsi/fnic/
3321 CISCO SCSI HBA DRIVER
3322 M: Karan Tilak Kumar <kartilak@cisco.com>
3323 M: Sesidhar Baddela <sebaddel@cisco.com>
3324 L: linux-scsi@vger.kernel.org
3326 F: drivers/scsi/snic/
3329 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3330 M: Daniel Oliveira Nascimento <don@syst.com.br>
3331 L: platform-driver-x86@vger.kernel.org
3333 F: drivers/platform/x86/classmate-laptop.c
3336 M: Hans Verkuil <hans.verkuil@cisco.com>
3337 L: linux-media@vger.kernel.org
3338 T: git git://linuxtv.org/media_tree.git
3339 W: https://linuxtv.org
3341 F: drivers/media/pci/cobalt/
3343 COCCINELLE/Semantic Patches (SmPL)
3344 M: Julia Lawall <Julia.Lawall@lip6.fr>
3345 M: Gilles Muller <Gilles.Muller@lip6.fr>
3346 M: Nicolas Palix <nicolas.palix@imag.fr>
3347 M: Michal Marek <mmarek@suse.com>
3348 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3349 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3350 W: http://coccinelle.lip6.fr/
3352 F: Documentation/dev-tools/coccinelle.rst
3353 F: scripts/coccinelle/
3354 F: scripts/coccicheck
3357 M: Jan Harkes <jaharkes@cs.cmu.edu>
3359 L: codalist@coda.cs.cmu.edu
3360 W: http://www.coda.cs.cmu.edu/
3362 F: Documentation/filesystems/coda.txt
3364 F: include/linux/coda*.h
3365 F: include/uapi/linux/coda*.h
3367 CODA V4L2 MEM2MEM DRIVER
3368 M: Philipp Zabel <p.zabel@pengutronix.de>
3369 L: linux-media@vger.kernel.org
3371 F: Documentation/devicetree/bindings/media/coda.txt
3372 F: drivers/media/platform/coda/
3374 COMMON CLK FRAMEWORK
3375 M: Michael Turquette <mturquette@baylibre.com>
3376 M: Stephen Boyd <sboyd@codeaurora.org>
3377 L: linux-clk@vger.kernel.org
3378 Q: http://patchwork.kernel.org/project/linux-clk/list/
3379 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3381 F: Documentation/devicetree/bindings/clock/
3383 X: drivers/clk/clkdev.c
3384 F: include/linux/clk-pr*
3385 F: include/linux/clk/
3387 COMMON INTERNET FILE SYSTEM (CIFS)
3388 M: Steve French <sfrench@samba.org>
3389 L: linux-cifs@vger.kernel.org
3390 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3391 W: http://linux-cifs.samba.org/
3392 T: git git://git.samba.org/sfrench/cifs-2.6.git
3394 F: Documentation/filesystems/cifs/
3397 COMPACTPCI HOTPLUG CORE
3398 M: Scott Murray <scott@spiteful.org>
3399 L: linux-pci@vger.kernel.org
3401 F: drivers/pci/hotplug/cpci_hotplug*
3403 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3404 M: Scott Murray <scott@spiteful.org>
3405 L: linux-pci@vger.kernel.org
3407 F: drivers/pci/hotplug/cpcihp_zt5550.*
3409 COMPACTPCI HOTPLUG GENERIC DRIVER
3410 M: Scott Murray <scott@spiteful.org>
3411 L: linux-pci@vger.kernel.org
3413 F: drivers/pci/hotplug/cpcihp_generic.c
3415 COMPAL LAPTOP SUPPORT
3416 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3417 L: platform-driver-x86@vger.kernel.org
3419 F: drivers/platform/x86/compal-laptop.c
3421 CONEXANT ACCESSRUNNER USB DRIVER
3422 L: accessrunner-general@lists.sourceforge.net
3423 W: http://accessrunner.sourceforge.net/
3425 F: drivers/usb/atm/cxacru.c
3428 M: Joel Becker <jlbec@evilplan.org>
3429 M: Christoph Hellwig <hch@lst.de>
3430 T: git git://git.infradead.org/users/hch/configfs.git
3433 F: include/linux/configfs.h
3436 M: Evgeniy Polyakov <zbr@ioremap.net>
3437 L: netdev@vger.kernel.org
3439 F: drivers/connector/
3441 CONTROL GROUP (CGROUP)
3442 M: Tejun Heo <tj@kernel.org>
3443 M: Li Zefan <lizefan@huawei.com>
3444 M: Johannes Weiner <hannes@cmpxchg.org>
3445 L: cgroups@vger.kernel.org
3446 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3448 F: Documentation/cgroup*
3449 F: include/linux/cgroup*
3452 CONTROL GROUP - CPUSET
3453 M: Li Zefan <lizefan@huawei.com>
3454 L: cgroups@vger.kernel.org
3455 W: http://www.bullopensource.org/cpuset/
3456 W: http://oss.sgi.com/projects/cpusets/
3457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3459 F: Documentation/cgroup-v1/cpusets.txt
3460 F: include/linux/cpuset.h
3463 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3464 M: Johannes Weiner <hannes@cmpxchg.org>
3465 M: Michal Hocko <mhocko@kernel.org>
3466 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3467 L: cgroups@vger.kernel.org
3468 L: linux-mm@kvack.org
3473 CORETEMP HARDWARE MONITORING DRIVER
3474 M: Fenghua Yu <fenghua.yu@intel.com>
3475 L: linux-hwmon@vger.kernel.org
3477 F: Documentation/hwmon/coretemp
3478 F: drivers/hwmon/coretemp.c
3480 COSA/SRP SYNC SERIAL DRIVER
3481 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3482 W: http://www.fi.muni.cz/~kas/cosa/
3484 F: drivers/net/wan/cosa*
3486 CPMAC ETHERNET DRIVER
3487 M: Florian Fainelli <f.fainelli@gmail.com>
3488 L: netdev@vger.kernel.org
3490 F: drivers/net/ethernet/ti/cpmac.c
3492 CPU FREQUENCY DRIVERS
3493 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3494 M: Viresh Kumar <viresh.kumar@linaro.org>
3495 L: linux-pm@vger.kernel.org
3497 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3498 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3499 B: https://bugzilla.kernel.org
3500 F: Documentation/cpu-freq/
3501 F: Documentation/devicetree/bindings/cpufreq/
3503 F: include/linux/cpufreq.h
3504 F: tools/testing/selftests/cpufreq/
3506 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3507 M: Viresh Kumar <viresh.kumar@linaro.org>
3508 M: Sudeep Holla <sudeep.holla@arm.com>
3509 L: linux-pm@vger.kernel.org
3510 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3512 F: drivers/cpufreq/arm_big_little.h
3513 F: drivers/cpufreq/arm_big_little.c
3514 F: drivers/cpufreq/arm_big_little_dt.c
3516 CPUIDLE DRIVER - ARM BIG LITTLE
3517 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3518 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3519 L: linux-pm@vger.kernel.org
3520 L: linux-arm-kernel@lists.infradead.org
3521 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3523 F: drivers/cpuidle/cpuidle-big_little.c
3525 CPUIDLE DRIVER - ARM EXYNOS
3526 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3527 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3528 M: Kukjin Kim <kgene@kernel.org>
3529 L: linux-pm@vger.kernel.org
3530 L: linux-samsung-soc@vger.kernel.org
3532 F: drivers/cpuidle/cpuidle-exynos.c
3533 F: arch/arm/mach-exynos/pm.c
3536 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3537 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3538 L: linux-pm@vger.kernel.org
3540 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3541 B: https://bugzilla.kernel.org
3542 F: drivers/cpuidle/*
3543 F: include/linux/cpuidle.h
3546 M: "H. Peter Anvin" <hpa@zytor.com>
3548 F: arch/x86/kernel/cpuid.c
3549 F: arch/x86/kernel/msr.c
3551 CPU POWER MONITORING SUBSYSTEM
3552 M: Thomas Renninger <trenn@suse.com>
3553 L: linux-pm@vger.kernel.org
3555 F: tools/power/cpupower/
3558 W: http://sourceforge.net/projects/cramfs/
3559 S: Orphan / Obsolete
3560 F: Documentation/filesystems/cramfs.txt
3564 M: Mikael Starvik <starvik@axis.com>
3565 M: Jesper Nilsson <jesper.nilsson@axis.com>
3566 L: linux-cris-kernel@axis.com
3567 W: http://developer.axis.com
3568 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3571 F: drivers/tty/serial/crisv10.*
3574 M: Herbert Xu <herbert@gondor.apana.org.au>
3575 M: "David S. Miller" <davem@davemloft.net>
3576 L: linux-crypto@vger.kernel.org
3577 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3580 F: Documentation/crypto/
3581 F: Documentation/devicetree/bindings/crypto/
3582 F: Documentation/DocBook/crypto-API.tmpl
3587 F: include/linux/crypto*
3589 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3590 M: Neil Horman <nhorman@tuxdriver.com>
3591 L: linux-crypto@vger.kernel.org
3593 F: crypto/ansi_cprng.c
3597 M: Hans Verkuil <hverkuil@xs4all.nl>
3598 L: linux-media@vger.kernel.org
3599 T: git git://linuxtv.org/media_tree.git
3600 W: http://linuxtv.org
3602 F: drivers/media/i2c/cs3308.c
3603 F: drivers/media/i2c/cs3308.h
3605 CS5535 Audio ALSA driver
3606 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3608 F: sound/pci/cs5535audio/
3611 M: Solomon Peachy <pizza@shaftnet.org>
3613 F: drivers/net/wireless/st/cw1200/
3615 CX18 VIDEO4LINUX DRIVER
3616 M: Andy Walls <awalls@md.metrocast.net>
3617 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3618 L: linux-media@vger.kernel.org
3619 T: git git://linuxtv.org/media_tree.git
3620 W: https://linuxtv.org
3621 W: http://www.ivtvdriver.org/index.php/Cx18
3623 F: Documentation/media/v4l-drivers/cx18*
3624 F: drivers/media/pci/cx18/
3625 F: include/uapi/linux/ivtv*
3627 CX2341X MPEG ENCODER HELPER MODULE
3628 M: Hans Verkuil <hverkuil@xs4all.nl>
3629 L: linux-media@vger.kernel.org
3630 T: git git://linuxtv.org/media_tree.git
3631 W: https://linuxtv.org
3633 F: drivers/media/common/cx2341x*
3634 F: include/media/cx2341x*
3636 CX24120 MEDIA DRIVER
3637 M: Jemma Denson <jdenson@gmail.com>
3638 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3639 L: linux-media@vger.kernel.org
3640 W: https://linuxtv.org
3641 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3643 F: drivers/media/dvb-frontends/cx24120*
3645 CX88 VIDEO4LINUX DRIVER
3646 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3647 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3648 L: linux-media@vger.kernel.org
3649 W: https://linuxtv.org
3650 T: git git://linuxtv.org/media_tree.git
3652 F: Documentation/media/v4l-drivers/cx88*
3653 F: drivers/media/pci/cx88/
3655 CXD2820R MEDIA DRIVER
3656 M: Antti Palosaari <crope@iki.fi>
3657 L: linux-media@vger.kernel.org
3658 W: https://linuxtv.org
3659 W: http://palosaari.fi/linux/
3660 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3661 T: git git://linuxtv.org/anttip/media_tree.git
3663 F: drivers/media/dvb-frontends/cxd2820r*
3665 CXGB3 ETHERNET DRIVER (CXGB3)
3666 M: Santosh Raspatur <santosh@chelsio.com>
3667 L: netdev@vger.kernel.org
3668 W: http://www.chelsio.com
3670 F: drivers/net/ethernet/chelsio/cxgb3/
3672 CXGB3 ISCSI DRIVER (CXGB3I)
3673 M: Karen Xie <kxie@chelsio.com>
3674 L: linux-scsi@vger.kernel.org
3675 W: http://www.chelsio.com
3677 F: drivers/scsi/cxgbi/cxgb3i
3679 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3680 M: Steve Wise <swise@chelsio.com>
3681 L: linux-rdma@vger.kernel.org
3682 W: http://www.openfabrics.org
3684 F: drivers/infiniband/hw/cxgb3/
3685 F: include/uapi/rdma/cxgb3-abi.h
3687 CXGB4 ETHERNET DRIVER (CXGB4)
3688 M: Ganesh Goudar <ganeshgr@chelsio.com>
3689 L: netdev@vger.kernel.org
3690 W: http://www.chelsio.com
3692 F: drivers/net/ethernet/chelsio/cxgb4/
3694 CXGB4 ISCSI DRIVER (CXGB4I)
3695 M: Karen Xie <kxie@chelsio.com>
3696 L: linux-scsi@vger.kernel.org
3697 W: http://www.chelsio.com
3699 F: drivers/scsi/cxgbi/cxgb4i
3701 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3702 M: Steve Wise <swise@chelsio.com>
3703 L: linux-rdma@vger.kernel.org
3704 W: http://www.openfabrics.org
3706 F: drivers/infiniband/hw/cxgb4/
3707 F: include/uapi/rdma/cxgb4-abi.h
3709 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3710 M: Casey Leedom <leedom@chelsio.com>
3711 L: netdev@vger.kernel.org
3712 W: http://www.chelsio.com
3714 F: drivers/net/ethernet/chelsio/cxgb4vf/
3716 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3717 M: Ian Munsie <imunsie@au1.ibm.com>
3718 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3719 L: linuxppc-dev@lists.ozlabs.org
3721 F: arch/powerpc/platforms/powernv/pci-cxl.c
3722 F: drivers/misc/cxl/
3723 F: include/misc/cxl*
3724 F: include/uapi/misc/cxl.h
3725 F: Documentation/powerpc/cxl.txt
3726 F: Documentation/ABI/testing/sysfs-class-cxl
3728 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3729 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3730 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3731 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3732 L: linux-scsi@vger.kernel.org