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
65 does not respond. Please keep in mind that the security team is
66 a small set of people who can be efficient only when working on
67 verified bugs. Please only Cc: this list when you have identified
68 that the bug would present a short-term risk to other users if it
69 were publicly disclosed. For example, reports of address leaks do
70 not represent an immediate threat and are better handled publicly,
71 and ideally, should come with a patch proposal. Please do not send
72 automated reports to this list either. Such bugs will be handled
73 better and faster in the usual public places.
77 Descriptions of section entries:
80 M: Mail patches to: FullName <address@domain>
81 R: Designated reviewer: FullName <address@domain>
82 These reviewers should be CCed on patches.
83 L: Mailing list that is relevant to this area
84 W: Web-page with status/info
85 B: URI for where to file bugs. A web-page with detailed bug
86 filing info, a direct bug tracker link, or a mailto: URI.
87 C: URI for chat protocol, server and channel where developers
88 usually hang out, for example irc://server/channel.
89 Q: Patchwork web based patch tracking system site
90 T: SCM tree type and location.
91 Type is one of: git, hg, quilt, stgit, topgit
92 S: Status, one of the following:
93 Supported: Someone is actually paid to look after this.
94 Maintained: Someone actually looks after it.
95 Odd Fixes: It has a maintainer but they don't have time to do
96 much other than throw the odd patch in. See below..
97 Orphan: No current maintainer [but maybe you could take the
98 role as you write your new code].
99 Obsolete: Old code. Something tagged obsolete generally means
100 it has been replaced by a better system and you
101 should be using that.
102 F: Files and directories with wildcard patterns.
103 A trailing slash includes all files and subdirectory files.
104 F: drivers/net/ all files in and below drivers/net
105 F: drivers/net/* all files in drivers/net, but not below
106 F: */net/* all files in "any top level directory"/net
107 One pattern per line. Multiple F: lines acceptable.
108 N: Files and directories with regex patterns.
109 N: [^a-z]tegra all files whose path contains the word tegra
110 One pattern per line. Multiple N: lines acceptable.
111 scripts/get_maintainer.pl has different behavior for files that
112 match F: pattern and matches of N: patterns. By default,
113 get_maintainer will not look at git log history when an F: pattern
114 match occurs. When an N: match occurs, git log history is used
115 to also notify the people that have git commit signatures.
116 X: Files and directories that are NOT maintained, same rules as F:
117 Files exclusions are tested before file matches.
118 Can be useful for excluding a specific subdirectory, for instance:
121 matches all files in and below net excluding net/ipv6/
122 K: Keyword perl extended regex pattern to match content in a
123 patch or file. For instance:
125 matches patches or files that contain "of_get_profile"
126 K: \b(printk|pr_(info|err))\b
127 matches patches or files that contain one or more of the words
128 printk, pr_info or pr_err
129 One regex pattern per line. Multiple K: lines acceptable.
131 Note: For the hard of thinking, this list is meant to remain in alphabetical
132 order. If you could add yourselves to it in alphabetical order that would be
135 Maintainers List (try to look for most precise areas first)
137 -----------------------------------
140 M: Steffen Klassert <klassert@kernel.org>
141 L: netdev@vger.kernel.org
143 F: Documentation/networking/vortex.txt
144 F: drivers/net/ethernet/3com/3c59x.c
146 3CR990 NETWORK DRIVER
147 M: David Dillow <dave@thedillows.org>
148 L: netdev@vger.kernel.org
150 F: drivers/net/ethernet/3com/typhoon*
152 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
153 M: Adam Radford <aradford@gmail.com>
154 L: linux-scsi@vger.kernel.org
155 W: http://www.lsi.com
159 53C700 AND 53C700-66 SCSI DRIVER
160 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
161 L: linux-scsi@vger.kernel.org
163 F: drivers/scsi/53c700*
165 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
166 M: Alexander Aring <alex.aring@gmail.com>
167 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
168 L: linux-bluetooth@vger.kernel.org
169 L: linux-wpan@vger.kernel.org
172 F: include/net/6lowpan.h
173 F: Documentation/networking/6lowpan.txt
175 6PACK NETWORK DRIVER FOR AX.25
176 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
177 L: linux-hams@vger.kernel.org
179 F: drivers/net/hamradio/6pack.c
181 8169 10/100/1000 GIGABIT ETHERNET DRIVER
182 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
183 L: netdev@vger.kernel.org
185 F: drivers/net/ethernet/realtek/r8169.c
187 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
188 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
189 L: linux-serial@vger.kernel.org
191 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
192 F: drivers/tty/serial/8250*
193 F: include/linux/serial_8250.h
195 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
196 L: netdev@vger.kernel.org
198 F: drivers/net/ethernet/8390/
201 M: Eric Van Hensbergen <ericvh@gmail.com>
202 M: Ron Minnich <rminnich@sandia.gov>
203 M: Latchesar Ionkov <lucho@ionkov.net>
204 L: v9fs-developer@lists.sourceforge.net
205 W: http://swik.net/v9fs
206 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
209 F: Documentation/filesystems/9p.txt
213 F: include/uapi/linux/virtio_9p.h
214 F: include/trace/events/9p.h
217 M: Antti Palosaari <crope@iki.fi>
218 L: linux-media@vger.kernel.org
219 W: https://linuxtv.org
220 W: http://palosaari.fi/linux/
221 Q: http://patchwork.linuxtv.org/project/linux-media/list/
222 T: git git://linuxtv.org/anttip/media_tree.git
224 F: drivers/media/dvb-frontends/a8293*
226 AACRAID SCSI RAID DRIVER
227 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
228 L: linux-scsi@vger.kernel.org
229 W: http://www.adaptec.com/
231 F: Documentation/scsi/aacraid.txt
232 F: drivers/scsi/aacraid/
235 L: linux-api@vger.kernel.org
236 F: include/linux/syscalls.h
239 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
240 M: Hans de Goede <hdegoede@redhat.com>
241 L: linux-hwmon@vger.kernel.org
243 F: drivers/hwmon/abituguru.c
245 ABIT UGURU 3 HARDWARE MONITOR DRIVER
246 M: Alistair John Strachan <alistair@devzero.co.uk>
247 L: linux-hwmon@vger.kernel.org
249 F: drivers/hwmon/abituguru3.c
251 ACCES 104-DIO-48E GPIO DRIVER
252 M: William Breathitt Gray <vilhelm.gray@gmail.com>
253 L: linux-gpio@vger.kernel.org
255 F: drivers/gpio/gpio-104-dio-48e.c
257 ACCES 104-IDI-48 GPIO DRIVER
258 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
259 L: linux-gpio@vger.kernel.org
261 F: drivers/gpio/gpio-104-idi-48.c
263 ACCES 104-IDIO-16 GPIO DRIVER
264 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
265 L: linux-gpio@vger.kernel.org
267 F: drivers/gpio/gpio-104-idio-16.c
269 ACCES 104-QUAD-8 IIO DRIVER
270 M: William Breathitt Gray <vilhelm.gray@gmail.com>
271 L: linux-iio@vger.kernel.org
273 F: Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8
274 F: drivers/iio/counter/104-quad-8.c
276 ACCES PCI-IDIO-16 GPIO DRIVER
277 M: William Breathitt Gray <vilhelm.gray@gmail.com>
278 L: linux-gpio@vger.kernel.org
280 F: drivers/gpio/gpio-pci-idio-16.c
282 ACCES PCIe-IDIO-24 GPIO DRIVER
283 M: William Breathitt Gray <vilhelm.gray@gmail.com>
284 L: linux-gpio@vger.kernel.org
286 F: drivers/gpio/gpio-pcie-idio-24.c
289 M: Jes Sorensen <jes@trained-monkey.org>
290 L: linux-acenic@sunsite.dk
292 F: drivers/net/ethernet/alteon/acenic*
294 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
295 M: Peter Feuerer <peter@piie.net>
296 L: platform-driver-x86@vger.kernel.org
297 W: http://piie.net/?section=acerhdf
299 F: drivers/platform/x86/acerhdf.c
301 ACER WMI LAPTOP EXTRAS
302 M: "Lee, Chun-Yi" <jlee@suse.com>
303 L: platform-driver-x86@vger.kernel.org
305 F: drivers/platform/x86/acer-wmi.c
308 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
309 M: Len Brown <lenb@kernel.org>
310 L: linux-acpi@vger.kernel.org
311 W: https://01.org/linux-acpi
312 Q: https://patchwork.kernel.org/project/linux-acpi/list/
313 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
314 B: https://bugzilla.kernel.org
317 F: drivers/pnp/pnpacpi/
318 F: include/linux/acpi.h
319 F: include/linux/fwnode.h
321 F: Documentation/acpi/
322 F: Documentation/ABI/testing/sysfs-bus-acpi
323 F: Documentation/ABI/testing/configfs-acpi
324 F: drivers/pci/*acpi*
325 F: drivers/pci/*/*acpi*
326 F: drivers/pci/*/*/*acpi*
330 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
331 M: Len Brown <lenb@kernel.org>
332 L: linux-acpi@vger.kernel.org
333 R: Tony Luck <tony.luck@intel.com>
334 R: Borislav Petkov <bp@alien8.de>
335 F: drivers/acpi/apei/
337 ACPI COMPONENT ARCHITECTURE (ACPICA)
338 M: Robert Moore <robert.moore@intel.com>
339 M: Erik Schmauss <erik.schmauss@intel.com>
340 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
341 L: linux-acpi@vger.kernel.org
343 W: https://acpica.org/
344 W: https://github.com/acpica/acpica/
345 Q: https://patchwork.kernel.org/project/linux-acpi/list/
346 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
347 B: https://bugzilla.kernel.org
348 B: https://bugs.acpica.org
350 F: drivers/acpi/acpica/
355 M: Zhang Rui <rui.zhang@intel.com>
356 L: linux-acpi@vger.kernel.org
357 W: https://01.org/linux-acpi
358 B: https://bugzilla.kernel.org
360 F: drivers/acpi/fan.c
362 ACPI FOR ARM64 (ACPI/arm64)
363 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
364 M: Hanjun Guo <hanjun.guo@linaro.org>
365 M: Sudeep Holla <sudeep.holla@arm.com>
366 L: linux-acpi@vger.kernel.org
368 F: drivers/acpi/arm64
371 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
372 M: Len Brown <lenb@kernel.org>
373 R: Andy Shevchenko <andy@infradead.org>
374 R: Mika Westerberg <mika.westerberg@linux.intel.com>
375 L: linux-acpi@vger.kernel.org
376 Q: https://patchwork.kernel.org/project/linux-acpi/list/
377 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
378 B: https://bugzilla.kernel.org
380 F: drivers/acpi/pmic/
383 M: Zhang Rui <rui.zhang@intel.com>
384 L: linux-acpi@vger.kernel.org
385 W: https://01.org/linux-acpi
386 B: https://bugzilla.kernel.org
388 F: drivers/acpi/*thermal*
391 M: Zhang Rui <rui.zhang@intel.com>
392 L: linux-acpi@vger.kernel.org
393 W: https://01.org/linux-acpi
394 B: https://bugzilla.kernel.org
396 F: drivers/acpi/acpi_video.c
399 L: platform-driver-x86@vger.kernel.org
401 F: drivers/platform/x86/wmi.c
402 F: include/uapi/linux/wmi.h
404 AD1889 ALSA SOUND DRIVER
405 M: Thibaut Varene <T-Bone@parisc-linux.org>
406 W: http://wiki.parisc-linux.org/AD1889
407 L: linux-parisc@vger.kernel.org
409 F: sound/pci/ad1889.*
411 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
412 M: Michael Hennerich <michael.hennerich@analog.com>
413 W: http://wiki.analog.com/AD5254
414 W: http://ez.analog.com/community/linux-device-drivers
416 F: drivers/misc/ad525x_dpot.c
418 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
419 M: Michael Hennerich <michael.hennerich@analog.com>
420 W: http://wiki.analog.com/AD5398
421 W: http://ez.analog.com/community/linux-device-drivers
423 F: drivers/regulator/ad5398.c
425 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
426 M: Michael Hennerich <michael.hennerich@analog.com>
427 W: http://wiki.analog.com/AD7142
428 W: http://ez.analog.com/community/linux-device-drivers
430 F: drivers/input/misc/ad714x.c
432 AD7877 TOUCHSCREEN DRIVER
433 M: Michael Hennerich <michael.hennerich@analog.com>
434 W: http://wiki.analog.com/AD7877
435 W: http://ez.analog.com/community/linux-device-drivers
437 F: drivers/input/touchscreen/ad7877.c
439 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
440 M: Michael Hennerich <michael.hennerich@analog.com>
441 W: http://wiki.analog.com/AD7879
442 W: http://ez.analog.com/community/linux-device-drivers
444 F: drivers/input/touchscreen/ad7879.c
446 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
447 M: Jiri Kosina <jikos@kernel.org>
450 ADF7242 IEEE 802.15.4 RADIO DRIVER
451 M: Michael Hennerich <michael.hennerich@analog.com>
452 W: https://wiki.analog.com/ADF7242
453 W: http://ez.analog.com/community/linux-device-drivers
454 L: linux-wpan@vger.kernel.org
456 F: drivers/net/ieee802154/adf7242.c
457 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
459 ADM1025 HARDWARE MONITOR DRIVER
460 M: Jean Delvare <jdelvare@suse.com>
461 L: linux-hwmon@vger.kernel.org
463 F: Documentation/hwmon/adm1025
464 F: drivers/hwmon/adm1025.c
466 ADM1029 HARDWARE MONITOR DRIVER
467 M: Corentin Labbe <clabbe.montjoie@gmail.com>
468 L: linux-hwmon@vger.kernel.org
470 F: drivers/hwmon/adm1029.c
472 ADM8211 WIRELESS DRIVER
473 L: linux-wireless@vger.kernel.org
474 W: http://wireless.kernel.org/
476 F: drivers/net/wireless/admtek/adm8211.*
478 ADP1653 FLASH CONTROLLER DRIVER
479 M: Sakari Ailus <sakari.ailus@iki.fi>
480 L: linux-media@vger.kernel.org
482 F: drivers/media/i2c/adp1653.c
483 F: include/media/i2c/adp1653.h
485 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
486 M: Michael Hennerich <michael.hennerich@analog.com>
487 W: http://wiki.analog.com/ADP5520
488 W: http://ez.analog.com/community/linux-device-drivers
490 F: drivers/mfd/adp5520.c
491 F: drivers/video/backlight/adp5520_bl.c
492 F: drivers/leds/leds-adp5520.c
493 F: drivers/gpio/gpio-adp5520.c
494 F: drivers/input/keyboard/adp5520-keys.c
496 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
497 M: Michael Hennerich <michael.hennerich@analog.com>
498 W: http://wiki.analog.com/ADP5588
499 W: http://ez.analog.com/community/linux-device-drivers
501 F: drivers/input/keyboard/adp5588-keys.c
502 F: drivers/gpio/gpio-adp5588.c
504 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
505 M: Michael Hennerich <michael.hennerich@analog.com>
506 W: http://wiki.analog.com/ADP8860
507 W: http://ez.analog.com/community/linux-device-drivers
509 F: drivers/video/backlight/adp8860_bl.c
511 ADS1015 HARDWARE MONITOR DRIVER
512 M: Dirk Eibach <eibach@gdsys.de>
513 L: linux-hwmon@vger.kernel.org
515 F: Documentation/hwmon/ads1015
516 F: drivers/hwmon/ads1015.c
517 F: include/linux/platform_data/ads1015.h
520 M: Colin Leroy <colin@colino.net>
522 F: drivers/macintosh/therm_adt746x.c
524 ADT7475 HARDWARE MONITOR DRIVER
525 M: Jean Delvare <jdelvare@suse.com>
526 L: linux-hwmon@vger.kernel.org
528 F: Documentation/hwmon/adt7475
529 F: drivers/hwmon/adt7475.c
532 M: Matthew Wilcox <matthew@wil.cx>
533 M: Hannes Reinecke <hare@suse.com>
534 L: linux-scsi@vger.kernel.org
536 F: Documentation/scsi/advansys.txt
537 F: drivers/scsi/advansys.c
539 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
540 M: Michael Hennerich <michael.hennerich@analog.com>
541 W: http://wiki.analog.com/ADXL345
542 W: http://ez.analog.com/community/linux-device-drivers
544 F: drivers/input/misc/adxl34x.c
547 M: Antti Palosaari <crope@iki.fi>
548 L: linux-media@vger.kernel.org
549 W: https://linuxtv.org
550 W: http://palosaari.fi/linux/
551 Q: http://patchwork.linuxtv.org/project/linux-media/list/
552 T: git git://linuxtv.org/anttip/media_tree.git
554 F: drivers/media/dvb-frontends/af9013*
557 M: Antti Palosaari <crope@iki.fi>
558 L: linux-media@vger.kernel.org
559 W: https://linuxtv.org
560 W: http://palosaari.fi/linux/
561 Q: http://patchwork.linuxtv.org/project/linux-media/list/
562 T: git git://linuxtv.org/anttip/media_tree.git
564 F: drivers/media/dvb-frontends/af9033*
567 M: David Sterba <dsterba@suse.com>
568 L: linux-fsdevel@vger.kernel.org
570 F: Documentation/filesystems/affs.txt
574 M: David Howells <dhowells@redhat.com>
575 L: linux-afs@lists.infradead.org
578 F: include/trace/events/afs.h
579 F: Documentation/filesystems/afs.txt
580 W: https://www.infradead.org/~dhowells/kafs/
583 M: David Airlie <airlied@linux.ie>
584 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
587 F: include/linux/agp*
588 F: include/uapi/linux/agp*
591 M: "Juergen E. Fischer" <fischer@norbit.de>
592 L: linux-scsi@vger.kernel.org
594 F: drivers/scsi/aha152x*
595 F: drivers/scsi/pcmcia/aha152x*
597 AIC7XXX / AIC79XX SCSI DRIVER
598 M: Hannes Reinecke <hare@suse.com>
599 L: linux-scsi@vger.kernel.org
601 F: drivers/scsi/aic7xxx/
603 AIMSLAB FM RADIO RECEIVER DRIVER
604 M: Hans Verkuil <hverkuil@xs4all.nl>
605 L: linux-media@vger.kernel.org
606 T: git git://linuxtv.org/media_tree.git
607 W: https://linuxtv.org
609 F: drivers/media/radio/radio-aimslab*
612 M: Benjamin LaHaise <bcrl@kvack.org>
613 L: linux-aio@kvack.org
616 F: include/linux/*aio*.h
619 M: Antti Palosaari <crope@iki.fi>
620 L: linux-media@vger.kernel.org
621 W: https://linuxtv.org
622 W: http://palosaari.fi/linux/
623 Q: http://patchwork.linuxtv.org/project/linux-media/list/
624 T: git git://linuxtv.org/anttip/media_tree.git
626 F: drivers/media/usb/airspy/
628 ALACRITECH GIGABIT ETHERNET DRIVER
629 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
631 F: drivers/net/ethernet/alacritech/*
633 ALCATEL SPEEDTOUCH USB DRIVER
634 M: Duncan Sands <duncan.sands@free.fr>
635 L: linux-usb@vger.kernel.org
636 W: http://www.linux-usb.org/SpeedTouch/
638 F: drivers/usb/atm/speedtch.c
639 F: drivers/usb/atm/usbatm.c
641 ALCHEMY AU1XX0 MMC DRIVER
642 M: Manuel Lauss <manuel.lauss@gmail.com>
644 F: drivers/mmc/host/au1xmmc.c
647 M: Rudolf Marek <r.marek@assembler.cz>
648 L: linux-i2c@vger.kernel.org
650 F: Documentation/i2c/busses/i2c-ali1563
651 F: drivers/i2c/busses/i2c-ali1563.c
653 ALLWINNER SECURITY SYSTEM
654 M: Corentin Labbe <clabbe.montjoie@gmail.com>
655 L: linux-crypto@vger.kernel.org
657 F: drivers/crypto/sunxi-ss/
660 M: Richard Henderson <rth@twiddle.net>
661 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
662 M: Matt Turner <mattst88@gmail.com>
664 L: linux-alpha@vger.kernel.org
667 ALPS PS/2 TOUCHPAD DRIVER
668 R: Pali Rohár <pali.rohar@gmail.com>
669 F: drivers/input/mouse/alps.*
671 ALTERA I2C CONTROLLER DRIVER
672 M: Thor Thayer <thor.thayer@linux.intel.com>
674 F: drivers/i2c/busses/i2c-altera.c
676 ALTERA MAILBOX DRIVER
677 M: Ley Foon Tan <lftan@altera.com>
678 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
680 F: drivers/mailbox/mailbox-altera.c
683 M: Tien Hock Loh <thloh@altera.com>
684 L: linux-gpio@vger.kernel.org
686 F: drivers/gpio/gpio-altera.c
688 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
689 M: Thor Thayer <thor.thayer@linux.intel.com>
691 F: drivers/gpio/gpio-altera-a10sr.c
692 F: drivers/mfd/altera-a10sr.c
693 F: drivers/reset/reset-a10sr.c
694 F: include/linux/mfd/altera-a10sr.h
695 F: include/dt-bindings/reset/altr,rst-mgr-a10sr.h
697 ALTERA TRIPLE SPEED ETHERNET DRIVER
698 M: Vince Bridgers <vbridger@opensource.altera.com>
699 L: netdev@vger.kernel.org
700 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
702 F: drivers/net/ethernet/altera/
704 ALTERA UART/JTAG UART SERIAL DRIVERS
705 M: Tobias Klauser <tklauser@distanz.ch>
706 L: linux-serial@vger.kernel.org
707 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
709 F: drivers/tty/serial/altera_uart.c
710 F: drivers/tty/serial/altera_jtaguart.c
711 F: include/linux/altera_uart.h
712 F: include/linux/altera_jtaguart.h
714 AMAZON ETHERNET DRIVERS
715 M: Netanel Belgazal <netanel@amazon.com>
716 R: Saeed Bishara <saeedb@amazon.com>
717 R: Zorik Machulsky <zorik@amazon.com>
718 L: netdev@vger.kernel.org
720 F: Documentation/networking/ena.txt
721 F: drivers/net/ethernet/amazon/
723 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
724 M: Tom Lendacky <thomas.lendacky@amd.com>
725 M: Gary Hook <gary.hook@amd.com>
726 L: linux-crypto@vger.kernel.org
728 F: drivers/crypto/ccp/
729 F: include/linux/ccp.h
731 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
732 M: Huang Rui <ray.huang@amd.com>
733 L: linux-hwmon@vger.kernel.org
735 F: Documentation/hwmon/fam15h_power
736 F: drivers/hwmon/fam15h_power.c
738 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
739 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
741 F: drivers/usb/gadget/udc/amd5536udc.*
743 AMD GEODE PROCESSOR/CHIPSET SUPPORT
744 P: Andres Salomon <dilinger@queued.net>
745 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
746 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
748 F: drivers/char/hw_random/geode-rng.c
749 F: drivers/crypto/geode*
750 F: drivers/video/fbdev/geode/
751 F: arch/x86/include/asm/geode.h
754 M: Joerg Roedel <joro@8bytes.org>
755 L: iommu@lists.linux-foundation.org
756 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
758 F: drivers/iommu/amd_iommu*.[ch]
759 F: include/linux/amd-iommu.h
762 M: Oded Gabbay <oded.gabbay@gmail.com>
763 L: dri-devel@lists.freedesktop.org
764 T: git git://people.freedesktop.org/~gabbayo/linux.git
766 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
767 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
768 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
769 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
770 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c
771 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
772 F: drivers/gpu/drm/amd/amdkfd/
773 F: drivers/gpu/drm/amd/include/cik_structs.h
774 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
775 F: drivers/gpu/drm/amd/include/vi_structs.h
776 F: include/uapi/linux/kfd_ioctl.h
778 AMD SEATTLE DEVICE TREE SUPPORT
779 M: Brijesh Singh <brijeshkumar.singh@amd.com>
780 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
781 M: Tom Lendacky <thomas.lendacky@amd.com>
783 F: arch/arm64/boot/dts/amd/
786 M: Tom Lendacky <thomas.lendacky@amd.com>
787 L: netdev@vger.kernel.org
789 F: drivers/net/ethernet/amd/xgbe/
790 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
792 AMS (Apple Motion Sensor) DRIVER
793 M: Michael Hanselmann <linux-kernel@hansmi.ch>
795 F: drivers/macintosh/ams/
797 ANALOG DEVICES INC AD9389B DRIVER
798 M: Hans Verkuil <hans.verkuil@cisco.com>
799 L: linux-media@vger.kernel.org
801 F: drivers/media/i2c/ad9389b*
803 ANALOG DEVICES INC ADV7180 DRIVER
804 M: Lars-Peter Clausen <lars@metafoo.de>
805 L: linux-media@vger.kernel.org
806 W: http://ez.analog.com/community/linux-device-drivers
808 F: drivers/media/i2c/adv7180.c
810 ANALOG DEVICES INC ADV748X DRIVER
811 M: Kieran Bingham <kieran.bingham@ideasonboard.com>
812 L: linux-media@vger.kernel.org
814 F: drivers/media/i2c/adv748x/*
816 ANALOG DEVICES INC ADV7511 DRIVER
817 M: Hans Verkuil <hans.verkuil@cisco.com>
818 L: linux-media@vger.kernel.org
820 F: drivers/media/i2c/adv7511*
822 ANALOG DEVICES INC ADV7604 DRIVER
823 M: Hans Verkuil <hans.verkuil@cisco.com>
824 L: linux-media@vger.kernel.org
826 F: drivers/media/i2c/adv7604*
828 ANALOG DEVICES INC ADV7842 DRIVER
829 M: Hans Verkuil <hans.verkuil@cisco.com>
830 L: linux-media@vger.kernel.org
832 F: drivers/media/i2c/adv7842*
834 ANALOG DEVICES INC ASOC CODEC DRIVERS
835 M: Lars-Peter Clausen <lars@metafoo.de>
836 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
837 W: http://wiki.analog.com/
838 W: http://ez.analog.com/community/linux-device-drivers
840 F: sound/soc/codecs/adau*
841 F: sound/soc/codecs/adav*
842 F: sound/soc/codecs/ad1*
843 F: sound/soc/codecs/ad7*
844 F: sound/soc/codecs/ssm*
845 F: sound/soc/codecs/sigmadsp.*
847 ANALOG DEVICES INC DMA DRIVERS
848 M: Lars-Peter Clausen <lars@metafoo.de>
849 W: http://ez.analog.com/community/linux-device-drivers
851 F: drivers/dma/dma-axi-dmac.c
853 ANALOG DEVICES INC IIO DRIVERS
854 M: Lars-Peter Clausen <lars@metafoo.de>
855 M: Michael Hennerich <Michael.Hennerich@analog.com>
856 W: http://wiki.analog.com/
857 W: http://ez.analog.com/community/linux-device-drivers
859 F: Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523
860 F: Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350
862 F: drivers/iio/adc/ltc2497*
863 X: drivers/iio/*/adjd*
864 F: drivers/staging/iio/*/ad*
867 M: Greentime Hu <green.hu@gmail.com>
868 M: Vincent Chen <deanbo422@gmail.com>
869 T: git https://github.com/andestech/linux.git
872 F: Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt
873 F: Documentation/devicetree/bindings/nds32/
877 ANDROID CONFIG FRAGMENTS
878 M: Rob Herring <robh@kernel.org>
880 F: kernel/configs/android*
883 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
884 M: Arve Hjønnevåg <arve@android.com>
885 M: Todd Kjos <tkjos@android.com>
886 M: Martijn Coenen <maco@android.com>
887 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
888 L: devel@driverdev.osuosl.org
891 F: drivers/staging/android/
893 ANDROID GOLDFISH PIC DRIVER
894 M: Miodrag Dinic <miodrag.dinic@mips.com>
896 F: Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
897 F: drivers/irqchip/irq-goldfish-pic.c
899 ANDROID GOLDFISH RTC DRIVER
900 M: Miodrag Dinic <miodrag.dinic@mips.com>
902 F: Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
903 F: drivers/rtc/rtc-goldfish.c
906 M: Laura Abbott <labbott@redhat.com>
907 M: Sumit Semwal <sumit.semwal@linaro.org>
908 L: devel@driverdev.osuosl.org
909 L: dri-devel@lists.freedesktop.org
910 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
912 F: drivers/staging/android/ion
913 F: drivers/staging/android/uapi/ion.h
915 AOA (Apple Onboard Audio) ALSA DRIVER
916 M: Johannes Berg <johannes@sipsolutions.net>
917 L: linuxppc-dev@lists.ozlabs.org
918 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
922 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
923 M: William Breathitt Gray <vilhelm.gray@gmail.com>
924 L: linux-iio@vger.kernel.org
926 F: drivers/iio/adc/stx104.c
929 M: Jiri Kosina <jikos@kernel.org>
931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
932 F: arch/x86/kernel/apm_32.c
933 F: include/linux/apm_bios.h
934 F: include/uapi/linux/apm_bios.h
935 F: drivers/char/apm-emulation.c
937 APPARMOR SECURITY MODULE
938 M: John Johansen <john.johansen@canonical.com>
939 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
941 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
943 F: security/apparmor/
944 F: Documentation/admin-guide/LSM/apparmor.rst
946 APPLE BCM5974 MULTITOUCH DRIVER
947 M: Henrik Rydberg <rydberg@bitmath.org>
948 L: linux-input@vger.kernel.org
950 F: drivers/input/mouse/bcm5974.c
953 M: Henrik Rydberg <rydberg@bitmath.org>
954 L: linux-hwmon@vger.kernel.org
956 F: drivers/hwmon/applesmc.c
958 APPLETALK NETWORK LAYER
959 L: netdev@vger.kernel.org
961 F: drivers/net/appletalk/
964 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
965 M: Duc Dang <dhdang@apm.com>
967 F: arch/arm64/boot/dts/apm/
969 APPLIED MICRO (APM) X-GENE SOC EDAC
970 M: Loc Ho <lho@apm.com>
972 F: drivers/edac/xgene_edac.c
973 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
975 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
976 M: Iyappan Subramanian <isubramanian@apm.com>
977 M: Keyur Chudgar <kchudgar@apm.com>
979 F: drivers/net/ethernet/apm/xgene-v2/
981 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
982 M: Iyappan Subramanian <isubramanian@apm.com>
983 M: Keyur Chudgar <kchudgar@apm.com>
984 M: Quan Nguyen <qnguyen@apm.com>
986 F: drivers/net/ethernet/apm/xgene/
987 F: drivers/net/phy/mdio-xgene.c
988 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
989 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
991 APPLIED MICRO (APM) X-GENE SOC PMU
992 M: Tai Nguyen <ttnguyen@apm.com>
994 F: drivers/perf/xgene_pmu.c
995 F: Documentation/perf/xgene-pmu.txt
996 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
998 APTINA CAMERA SENSOR PLL
999 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
1000 L: linux-media@vger.kernel.org
1002 F: drivers/media/i2c/aptina-pll.*
1004 ARC FRAMEBUFFER DRIVER
1005 M: Jaya Kumar <jayalk@intworks.biz>
1007 F: drivers/video/fbdev/arcfb.c
1008 F: drivers/video/fbdev/core/fb_defio.c
1011 M: Alexey Brodkin <abrodkin@synopsys.com>
1013 F: drivers/gpu/drm/arc/
1014 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
1016 ARCNET NETWORK LAYER
1017 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
1018 L: netdev@vger.kernel.org
1020 F: drivers/net/arcnet/
1021 F: include/uapi/linux/if_arcnet.h
1023 ARM ARCHITECTED TIMER DRIVER
1024 M: Mark Rutland <mark.rutland@arm.com>
1025 M: Marc Zyngier <marc.zyngier@arm.com>
1026 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1028 F: arch/arm/include/asm/arch_timer.h
1029 F: arch/arm64/include/asm/arch_timer.h
1030 F: drivers/clocksource/arm_arch_timer.c
1032 ARM HDLCD DRM DRIVER
1033 M: Liviu Dudau <liviu.dudau@arm.com>
1035 F: drivers/gpu/drm/arm/hdlcd_*
1036 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
1038 ARM MALI-DP DRM DRIVER
1039 M: Liviu Dudau <liviu.dudau@arm.com>
1040 M: Brian Starkey <brian.starkey@arm.com>
1041 M: Mali DP Maintainers <malidp@foss.arm.com>
1043 F: drivers/gpu/drm/arm/
1044 F: Documentation/devicetree/bindings/display/arm,malidp.txt
1046 ARM MFM AND FLOPPY DRIVERS
1047 M: Ian Molton <spyro@f2s.com>
1049 F: arch/arm/lib/floppydma.S
1050 F: arch/arm/include/asm/floppy.h
1052 ARM PMU PROFILING AND DEBUGGING
1053 M: Will Deacon <will.deacon@arm.com>
1054 M: Mark Rutland <mark.rutland@arm.com>
1056 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1057 F: arch/arm*/kernel/perf_*
1058 F: arch/arm/oprofile/common.c
1059 F: arch/arm*/kernel/hw_breakpoint.c
1060 F: arch/arm*/include/asm/hw_breakpoint.h
1061 F: arch/arm*/include/asm/perf_event.h
1063 F: include/linux/perf/arm_pmu.h
1064 F: Documentation/devicetree/bindings/arm/pmu.txt
1065 F: Documentation/devicetree/bindings/perf/
1068 M: Russell King <linux@armlinux.org.uk>
1069 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 W: http://www.armlinux.org.uk/
1072 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git
1074 X: arch/arm/boot/dts/
1076 ARM PRIMECELL AACI PL041 DRIVER
1077 M: Russell King <linux@armlinux.org.uk>
1081 ARM PRIMECELL BUS SUPPORT
1082 M: Russell King <linux@armlinux.org.uk>
1085 F: include/linux/amba/bus.h
1087 ARM PRIMECELL CLCD PL110 DRIVER
1088 M: Russell King <linux@armlinux.org.uk>
1090 F: drivers/video/fbdev/amba-clcd.*
1092 ARM PRIMECELL KMI PL050 DRIVER
1093 M: Russell King <linux@armlinux.org.uk>
1095 F: drivers/input/serio/ambakmi.*
1096 F: include/linux/amba/kmi.h
1098 ARM PRIMECELL MMCI PL180/1 DRIVER
1099 M: Russell King <linux@armlinux.org.uk>
1101 F: drivers/mmc/host/mmci.*
1102 F: include/linux/amba/mmci.h
1104 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1105 M: Russell King <linux@armlinux.org.uk>
1107 F: drivers/tty/serial/amba-pl01*.c
1108 F: include/linux/amba/serial.h
1111 M: Will Deacon <will.deacon@arm.com>
1112 R: Robin Murphy <robin.murphy@arm.com>
1113 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 F: drivers/iommu/arm-smmu.c
1116 F: drivers/iommu/arm-smmu-v3.c
1117 F: drivers/iommu/io-pgtable-arm.c
1118 F: drivers/iommu/io-pgtable-arm-v7s.c
1120 ARM SUB-ARCHITECTURES
1121 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1127 ARM/ACTIONS SEMI ARCHITECTURE
1128 M: Andreas Färber <afaerber@suse.de>
1129 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1132 F: arch/arm/mach-actions/
1133 F: arch/arm/boot/dts/owl-*
1134 F: arch/arm64/boot/dts/actions/
1135 F: drivers/clocksource/owl-*
1136 F: drivers/soc/actions/
1137 F: include/dt-bindings/power/owl-*
1138 F: include/linux/soc/actions/
1139 F: Documentation/devicetree/bindings/arm/actions.txt
1140 F: Documentation/devicetree/bindings/power/actions,owl-sps.txt
1141 F: Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1143 ARM/ADS SPHERE MACHINE SUPPORT
1144 M: Lennert Buytenhek <kernel@wantstofly.org>
1145 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 ARM/AFEB9260 MACHINE SUPPORT
1149 M: Sergey Lapin <slapin@ossfans.org>
1150 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 ARM/AJECO 1ARM MACHINE SUPPORT
1154 M: Lennert Buytenhek <kernel@wantstofly.org>
1155 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 ARM/Allwinner SoC Clock Support
1159 M: Emilio López <emilio@elopez.com.ar>
1161 F: drivers/clk/sunxi/
1163 ARM/Allwinner sunXi SoC support
1164 M: Maxime Ripard <maxime.ripard@bootlin.com>
1165 M: Chen-Yu Tsai <wens@csie.org>
1166 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 F: arch/arm/mach-sunxi/
1171 F: arch/arm64/boot/dts/allwinner/
1172 F: drivers/clk/sunxi-ng/
1173 F: drivers/pinctrl/sunxi/
1174 F: drivers/soc/sunxi/
1175 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1177 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1178 M: Neil Armstrong <narmstrong@baylibre.com>
1179 M: Jerome Brunet <jbrunet@baylibre.com>
1180 L: linux-amlogic@lists.infradead.org
1182 F: drivers/clk/meson/
1183 F: include/dt-bindings/clock/meson*
1184 F: include/dt-bindings/clock/gxbb*
1185 F: Documentation/devicetree/bindings/clock/amlogic*
1187 ARM/Amlogic Meson SoC support
1188 M: Carlo Caione <carlo@caione.org>
1189 M: Kevin Hilman <khilman@baylibre.com>
1190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 L: linux-amlogic@lists.infradead.org
1192 W: http://linux-meson.com/
1194 F: arch/arm/mach-meson/
1195 F: arch/arm/boot/dts/meson*
1196 F: arch/arm64/boot/dts/amlogic/
1197 F: drivers/pinctrl/meson/
1198 F: drivers/mmc/host/meson*
1201 ARM/Annapurna Labs ALPINE ARCHITECTURE
1202 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1203 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1204 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1206 F: arch/arm/mach-alpine/
1207 F: arch/arm/boot/dts/alpine*
1208 F: arch/arm64/boot/dts/al/
1209 F: drivers/*/*alpine*
1211 ARM/ARTPEC MACHINE SUPPORT
1212 M: Jesper Nilsson <jesper.nilsson@axis.com>
1213 M: Lars Persson <lars.persson@axis.com>
1215 L: linux-arm-kernel@axis.com
1216 F: arch/arm/mach-artpec
1217 F: arch/arm/boot/dts/artpec6*
1219 F: drivers/crypto/axis
1220 F: drivers/pinctrl/pinctrl-artpec*
1221 F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1223 ARM/ASPEED I2C DRIVER
1224 M: Brendan Higgins <brendanhiggins@google.com>
1225 R: Benjamin Herrenschmidt <benh@kernel.crashing.org>
1226 R: Joel Stanley <joel@jms.id.au>
1227 L: linux-i2c@vger.kernel.org
1228 L: openbmc@lists.ozlabs.org (moderated for non-subscribers)
1230 F: drivers/irqchip/irq-aspeed-i2c-ic.c
1231 F: drivers/i2c/busses/i2c-aspeed.c
1232 F: Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1233 F: Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1235 ARM/ASPEED MACHINE SUPPORT
1236 M: Joel Stanley <joel@jms.id.au>
1237 R: Andrew Jeffery <andrew@aj.id.au>
1238 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1239 L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
1240 Q: https://patchwork.ozlabs.org/project/linux-aspeed/list/
1242 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
1243 F: arch/arm/mach-aspeed/
1244 F: arch/arm/boot/dts/aspeed-*
1247 ARM/ATMEL AT91 Clock Support
1248 M: Boris Brezillon <boris.brezillon@bootlin.com>
1252 ARM/CALXEDA HIGHBANK ARCHITECTURE
1253 M: Rob Herring <robh@kernel.org>
1254 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1256 F: arch/arm/mach-highbank/
1257 F: arch/arm/boot/dts/highbank.dts
1258 F: arch/arm/boot/dts/ecx-*.dts*
1260 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1261 M: Krzysztof Halasa <khalasa@piap.pl>
1263 F: arch/arm/mach-cns3xxx/
1265 ARM/CAVIUM THUNDER NETWORK DRIVER
1266 M: Sunil Goutham <sgoutham@cavium.com>
1267 M: Robert Richter <rric@kernel.org>
1268 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1270 F: drivers/net/ethernet/cavium/thunder/
1272 ARM/CIRRUS LOGIC BK3 MACHINE SUPPORT
1273 M: Lukasz Majewski <lukma@denx.de>
1274 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1276 F: arch/arm/mach-ep93xx/ts72xx.c
1278 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1279 M: Alexander Shiyan <shc_work@mail.ru>
1280 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1284 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1285 M: Lennert Buytenhek <kernel@wantstofly.org>
1286 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1290 M: Hartley Sweeten <hsweeten@visionengravers.com>
1291 M: Alexander Sverdlin <alexander.sverdlin@gmail.com>
1292 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1294 F: arch/arm/mach-ep93xx/
1295 F: arch/arm/mach-ep93xx/include/mach/
1298 M: Russell King <linux@armlinux.org.uk>
1299 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1301 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1302 F: drivers/clk/clkdev.c
1304 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1305 M: Mike Rapoport <mike@compulab.co.il>
1306 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1309 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1310 M: Baruch Siach <baruch@tkos.co.il>
1311 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1313 F: arch/arm/boot/dts/cx92755*
1316 ARM/CONTEC MICRO9 MACHINE SUPPORT
1317 M: Hubert Feurstein <hubert.feurstein@contec.at>
1319 F: arch/arm/mach-ep93xx/micro9.c
1321 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1322 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1323 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1325 F: drivers/hwtracing/coresight/*
1326 F: Documentation/trace/coresight.txt
1327 F: Documentation/trace/coresight-cpu-debug.txt
1328 F: Documentation/devicetree/bindings/arm/coresight.txt
1329 F: Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1330 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1331 F: tools/perf/arch/arm/util/pmu.c
1332 F: tools/perf/arch/arm/util/auxtrace.c
1333 F: tools/perf/arch/arm/util/cs-etm.c
1334 F: tools/perf/arch/arm/util/cs-etm.h
1335 F: tools/perf/util/cs-etm.*
1336 F: tools/perf/util/cs-etm-decoder/*
1338 ARM/CORGI MACHINE SUPPORT
1339 M: Richard Purdie <rpurdie@rpsys.net>
1342 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1343 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1344 M: Linus Walleij <linus.walleij@linaro.org>
1345 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1346 T: git git://github.com/ulli-kroll/linux.git
1348 F: Documentation/devicetree/bindings/arm/gemini.txt
1349 F: Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
1350 F: Documentation/devicetree/bindings/net/cortina,gemini-ethernet.txt
1351 F: Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
1352 F: arch/arm/mach-gemini/
1353 F: drivers/net/ethernet/cortina/
1354 F: drivers/pinctrl/pinctrl-gemini.c
1355 F: drivers/rtc/rtc-ftrtc010.c
1357 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1358 M: Barry Song <baohua@kernel.org>
1359 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1360 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1362 F: arch/arm/boot/dts/prima2*
1363 F: arch/arm/mach-prima2/
1364 F: drivers/clk/sirf/
1365 F: drivers/clocksource/timer-prima2.c
1366 F: drivers/clocksource/timer-atlas7.c
1369 ARM/EBSA110 MACHINE SUPPORT
1370 M: Russell King <linux@armlinux.org.uk>
1371 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1372 W: http://www.armlinux.org.uk/
1374 F: arch/arm/mach-ebsa110/
1375 F: drivers/net/ethernet/amd/am79c961a.*
1377 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1378 M: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1379 R: Pengutronix Kernel Team <kernel@pengutronix.de>
1380 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1384 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1385 M: Robert Jarzmik <robert.jarzmik@free.fr>
1386 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1388 F: arch/arm/mach-pxa/ezx.c
1390 ARM/FARADAY FA526 PORT
1391 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1392 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1394 T: git git://git.berlios.de/gemini-board
1395 F: arch/arm/mm/*-fa*
1397 ARM/FOOTBRIDGE ARCHITECTURE
1398 M: Russell King <linux@armlinux.org.uk>
1399 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1400 W: http://www.armlinux.org.uk/
1402 F: arch/arm/include/asm/hardware/dec21285.h
1403 F: arch/arm/mach-footbridge/
1405 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1406 M: Shawn Guo <shawnguo@kernel.org>
1407 M: Sascha Hauer <s.hauer@pengutronix.de>
1408 R: Pengutronix Kernel Team <kernel@pengutronix.de>
1409 R: Fabio Estevam <fabio.estevam@nxp.com>
1410 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1412 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1413 F: arch/arm/mach-imx/
1414 F: arch/arm/mach-mxs/
1415 F: arch/arm/boot/dts/imx*
1416 F: arch/arm/configs/imx*_defconfig
1421 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1422 M: Shawn Guo <shawnguo@kernel.org>
1423 M: Sascha Hauer <s.hauer@pengutronix.de>
1424 R: Pengutronix Kernel Team <kernel@pengutronix.de>
1425 R: Stefan Agner <stefan@agner.ch>
1426 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1429 F: arch/arm/mach-imx/*vf610*
1430 F: arch/arm/boot/dts/vf*
1432 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1433 M: Lennert Buytenhek <kernel@wantstofly.org>
1434 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1437 ARM/GUMSTIX MACHINE SUPPORT
1438 M: Steve Sakoman <sakoman@gmail.com>
1439 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1442 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1443 M: Philipp Zabel <philipp.zabel@gmail.com>
1444 M: Paul Parsons <lost.distance@yahoo.com>
1445 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 F: arch/arm/mach-pxa/hx4700.c
1448 F: arch/arm/mach-pxa/include/mach/hx4700.h
1449 F: sound/soc/pxa/hx4700.c
1451 ARM/HISILICON SOC SUPPORT
1452 M: Wei Xu <xuwei5@hisilicon.com>
1453 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1454 W: http://www.hisilicon.com
1456 T: git git://github.com/hisilicon/linux-hisi.git
1457 F: arch/arm/mach-hisi/
1458 F: arch/arm/boot/dts/hi3*
1459 F: arch/arm/boot/dts/hip*
1460 F: arch/arm/boot/dts/hisi*
1461 F: arch/arm64/boot/dts/hisilicon/
1463 ARM/HP JORNADA 7XX MACHINE SUPPORT
1464 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1467 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1468 F: arch/arm/mach-sa1100/jornada720.c
1469 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1471 ARM/IGEP MACHINE SUPPORT
1472 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1473 M: Javier Martinez Canillas <javier@dowhile0.org>
1474 L: linux-omap@vger.kernel.org
1475 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1477 F: arch/arm/boot/dts/omap3-igep*
1479 ARM/INCOME PXA270 SUPPORT
1480 M: Marek Vasut <marek.vasut@gmail.com>
1481 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1483 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1485 ARM/INTEL IOP13XX ARM ARCHITECTURE
1486 M: Lennert Buytenhek <kernel@wantstofly.org>
1487 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1490 ARM/INTEL IOP32X ARM ARCHITECTURE
1491 M: Lennert Buytenhek <kernel@wantstofly.org>
1492 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1495 ARM/INTEL IOP33X ARM ARCHITECTURE
1496 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1499 ARM/INTEL IQ81342EX MACHINE SUPPORT
1500 M: Lennert Buytenhek <kernel@wantstofly.org>
1501 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1504 ARM/INTEL IXDP2850 MACHINE SUPPORT
1505 M: Lennert Buytenhek <kernel@wantstofly.org>
1506 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1509 ARM/INTEL IXP4XX ARM ARCHITECTURE
1510 M: Imre Kaloz <kaloz@openwrt.org>
1511 M: Krzysztof Halasa <khalasa@piap.pl>
1512 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1514 F: arch/arm/mach-ixp4xx/
1516 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1517 M: Jonathan Cameron <jic23@cam.ac.uk>
1518 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1520 F: arch/arm/mach-pxa/stargate2.c
1521 F: drivers/pcmcia/pxa2xx_stargate2.c
1523 ARM/INTEL XSC3 (MANZANO) ARM CORE
1524 M: Lennert Buytenhek <kernel@wantstofly.org>
1525 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1528 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1529 M: Lennert Buytenhek <kernel@wantstofly.org>
1530 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1533 ARM/LG1K ARCHITECTURE
1534 M: Chanho Min <chanho.min@lge.com>
1535 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 F: arch/arm64/boot/dts/lg/
1539 ARM/LOGICPD PXA270 MACHINE SUPPORT
1540 M: Lennert Buytenhek <kernel@wantstofly.org>
1541 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1544 ARM/LPC18XX ARCHITECTURE
1545 M: Joachim Eastwood <manabian@gmail.com>
1546 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1548 F: arch/arm/boot/dts/lpc43*
1549 F: drivers/clk/nxp/clk-lpc18xx*
1550 F: drivers/clocksource/time-lpc32xx.c
1551 F: drivers/i2c/busses/i2c-lpc2k.c
1552 F: drivers/memory/pl172.c
1553 F: drivers/mtd/spi-nor/nxp-spifi.c
1554 F: drivers/rtc/rtc-lpc24xx.c
1557 ARM/LPC32XX SOC SUPPORT
1558 M: Vladimir Zapolskiy <vz@mleia.com>
1559 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1560 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1561 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1563 F: arch/arm/boot/dts/lpc32*
1564 F: arch/arm/mach-lpc32xx/
1565 F: drivers/i2c/busses/i2c-pnx.c
1566 F: drivers/net/ethernet/nxp/lpc_eth.c
1567 F: drivers/usb/host/ohci-nxp.c
1568 F: drivers/watchdog/pnx4008_wdt.c
1571 ARM/MAGICIAN MACHINE SUPPORT
1572 M: Philipp Zabel <philipp.zabel@gmail.com>
1575 ARM/Marvell Dove/MV78xx0/Orion SOC support
1576 M: Jason Cooper <jason@lakedaemon.net>
1577 M: Andrew Lunn <andrew@lunn.ch>
1578 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1579 M: Gregory Clement <gregory.clement@bootlin.com>
1580 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1582 F: Documentation/devicetree/bindings/soc/dove/
1583 F: arch/arm/mach-dove/
1584 F: arch/arm/mach-mv78xx0/
1585 F: arch/arm/mach-orion5x/
1586 F: arch/arm/plat-orion/
1587 F: arch/arm/boot/dts/dove*
1588 F: arch/arm/boot/dts/orion5x*
1590 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1591 M: Jason Cooper <jason@lakedaemon.net>
1592 M: Andrew Lunn <andrew@lunn.ch>
1593 M: Gregory Clement <gregory.clement@bootlin.com>
1594 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1595 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1597 F: arch/arm/boot/dts/armada*
1598 F: arch/arm/boot/dts/kirkwood*
1599 F: arch/arm/configs/mvebu_*_defconfig
1600 F: arch/arm/mach-mvebu/
1601 F: arch/arm64/boot/dts/marvell/armada*
1602 F: drivers/cpufreq/armada-37xx-cpufreq.c
1603 F: drivers/cpufreq/mvebu-cpufreq.c
1604 F: drivers/irqchip/irq-armada-370-xp.c
1605 F: drivers/irqchip/irq-mvebu-*
1606 F: drivers/pinctrl/mvebu/
1607 F: drivers/rtc/rtc-armada38x.c
1609 ARM/Mediatek RTC DRIVER
1610 M: Eddie Huang <eddie.huang@mediatek.com>
1611 M: Sean Wang <sean.wang@mediatek.com>
1612 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1613 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1615 F: Documentation/devicetree/bindings/rtc/rtc-mt7622.txt
1616 F: drivers/rtc/rtc-mt6397.c
1617 F: drivers/rtc/rtc-mt7622.c
1619 ARM/Mediatek SoC support
1620 M: Matthias Brugger <matthias.bgg@gmail.com>
1621 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1622 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1624 F: arch/arm/boot/dts/mt6*
1625 F: arch/arm/boot/dts/mt7*
1626 F: arch/arm/boot/dts/mt8*
1627 F: arch/arm/mach-mediatek/
1628 F: arch/arm64/boot/dts/mediatek/
1632 ARM/Mediatek USB3 PHY DRIVER
1633 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1634 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1635 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1637 F: drivers/phy/mediatek/phy-mtk-tphy.c
1639 ARM/MICREL KS8695 ARCHITECTURE
1640 M: Greg Ungerer <gerg@uclinux.org>
1641 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1642 F: arch/arm/mach-ks8695/
1645 ARM/Microchip (AT91) SoC support
1646 M: Nicolas Ferre <nicolas.ferre@microchip.com>
1647 M: Alexandre Belloni <alexandre.belloni@bootlin.com>
1648 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1649 W: http://www.linux4sam.org
1650 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1654 F: arch/arm/mach-at91/
1655 F: include/soc/at91/
1656 F: arch/arm/boot/dts/at91*.dts
1657 F: arch/arm/boot/dts/at91*.dtsi
1658 F: arch/arm/boot/dts/sama*.dts
1659 F: arch/arm/boot/dts/sama*.dtsi
1660 F: arch/arm/include/debug/at91.S
1661 F: drivers/memory/atmel*
1662 F: drivers/watchdog/sama5d4_wdt.c
1663 X: drivers/input/touchscreen/atmel_mxt_ts.c
1664 X: drivers/net/wireless/atmel/
1666 ARM/MIOA701 MACHINE SUPPORT
1667 M: Robert Jarzmik <robert.jarzmik@free.fr>
1668 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1669 F: arch/arm/mach-pxa/mioa701.c
1672 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1673 M: Michael Petchkovsky <mkpetch@internode.on.net>
1676 ARM/NOMADIK/U300/Ux500 ARCHITECTURES
1677 M: Linus Walleij <linus.walleij@linaro.org>
1678 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1680 F: arch/arm/mach-nomadik/
1681 F: arch/arm/mach-u300/
1682 F: arch/arm/mach-ux500/
1683 F: arch/arm/boot/dts/ste-*
1684 F: drivers/clk/clk-nomadik.c
1685 F: drivers/clk/clk-u300.c
1686 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1687 F: drivers/clocksource/timer-u300.c
1688 F: drivers/dma/coh901318*
1689 F: drivers/dma/ste_dma40*
1690 F: drivers/hwspinlock/u8500_hsem.c
1691 F: drivers/i2c/busses/i2c-nomadik.c
1692 F: drivers/i2c/busses/i2c-stu300.c
1693 F: drivers/mfd/ab3100*
1694 F: drivers/mfd/ab8500*
1695 F: drivers/mfd/abx500*
1696 F: drivers/mfd/dbx500*
1697 F: drivers/mfd/db8500*
1698 F: drivers/pinctrl/nomadik/
1699 F: drivers/pinctrl/pinctrl-coh901*
1700 F: drivers/pinctrl/pinctrl-u300.c
1701 F: drivers/rtc/rtc-ab3100.c
1702 F: drivers/rtc/rtc-ab8500.c
1703 F: drivers/rtc/rtc-coh901331.c
1704 F: drivers/rtc/rtc-pl031.c
1705 F: drivers/watchdog/coh901327_wdt.c
1706 F: Documentation/devicetree/bindings/arm/ste-*
1707 F: Documentation/devicetree/bindings/arm/ux500/
1708 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1710 ARM/NUVOTON NPCM ARCHITECTURE
1711 M: Avi Fishman <avifishman70@gmail.com>
1712 M: Tomer Maimon <tmaimon77@gmail.com>
1713 R: Patrick Venture <venture@google.com>
1714 R: Nancy Yuen <yuenn@google.com>
1715 R: Brendan Higgins <brendanhiggins@google.com>
1716 L: openbmc@lists.ozlabs.org (moderated for non-subscribers)
1718 F: arch/arm/mach-npcm/
1719 F: arch/arm/boot/dts/nuvoton-npcm*
1720 F: include/dt-bindings/clock/nuvoton,npcm7xx-clks.h
1722 F: Documentation/*/*npcm*
1724 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1725 M: Wan ZongShun <mcuos.com@gmail.com>
1726 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1727 W: http://www.mcuos.com
1729 F: arch/arm/mach-w90x900/
1730 F: drivers/input/keyboard/w90p910_keypad.c
1731 F: drivers/input/touchscreen/w90p910_ts.c
1732 F: drivers/watchdog/nuc900_wdt.c
1733 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1734 F: drivers/mtd/nand/raw/nuc900_nand.c
1735 F: drivers/rtc/rtc-nuc900.c
1736 F: drivers/spi/spi-nuc900.c
1737 F: drivers/usb/host/ehci-w90x900.c
1738 F: drivers/video/fbdev/nuc900fb.c
1740 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1741 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1742 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1743 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1746 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1747 M: Alexander Clouter <alex@digriz.org.uk>
1748 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1749 W: http://www.digriz.org.uk/ts78xx/kernel
1751 F: arch/arm/mach-orion5x/ts78xx-*
1753 ARM/OXNAS platform support
1754 M: Neil Armstrong <narmstrong@baylibre.com>
1755 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1756 L: linux-oxnas@groups.io (moderated for non-subscribers)
1758 F: arch/arm/mach-oxnas/
1759 F: arch/arm/boot/dts/ox8*.dts*
1762 ARM/PALM TREO SUPPORT
1763 M: Tomas Cech <sleep_walker@suse.com>
1764 L: linux-arm-kernel@lists.infradead.org
1765 W: http://hackndev.com
1767 F: arch/arm/mach-pxa/palmtreo.*
1769 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1770 M: Marek Vasut <marek.vasut@gmail.com>
1771 L: linux-arm-kernel@lists.infradead.org
1772 W: http://hackndev.com
1774 F: arch/arm/mach-pxa/include/mach/palmtx.h
1775 F: arch/arm/mach-pxa/palmtx.c
1776 F: arch/arm/mach-pxa/palmt5.*
1777 F: arch/arm/mach-pxa/include/mach/palmld.h
1778 F: arch/arm/mach-pxa/palmld.c
1779 F: arch/arm/mach-pxa/palmte2.*
1780 F: arch/arm/mach-pxa/include/mach/palmtc.h
1781 F: arch/arm/mach-pxa/palmtc.c
1784 M: Sergey Lapin <slapin@ossfans.org>
1785 L: linux-arm-kernel@lists.infradead.org
1786 W: http://hackndev.com
1788 F: arch/arm/mach-pxa/palmz72.*
1791 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1792 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1795 ARM/PT DIGITAL BOARD PORT
1796 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1797 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1798 W: http://www.armlinux.org.uk/
1801 ARM/QUALCOMM SUPPORT
1802 M: Andy Gross <andy.gross@linaro.org>
1803 M: David Brown <david.brown@linaro.org>
1804 L: linux-arm-msm@vger.kernel.org
1805 L: linux-soc@vger.kernel.org
1807 F: Documentation/devicetree/bindings/soc/qcom/
1808 F: arch/arm/boot/dts/qcom-*.dts
1809 F: arch/arm/boot/dts/qcom-*.dtsi
1810 F: arch/arm/mach-qcom/
1811 F: arch/arm64/boot/dts/qcom/*
1812 F: drivers/i2c/busses/i2c-qup.c
1813 F: drivers/clk/qcom/
1814 F: drivers/dma/qcom/
1815 F: drivers/soc/qcom/
1816 F: drivers/spi/spi-qup.c
1817 F: drivers/tty/serial/msm_serial.c
1818 F: drivers/*/pm8???-*
1819 F: drivers/mfd/ssbi.c
1820 F: drivers/firmware/qcom_scm.c
1821 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1823 ARM/RADISYS ENP2611 MACHINE SUPPORT
1824 M: Lennert Buytenhek <kernel@wantstofly.org>
1825 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1828 ARM/REALTEK ARCHITECTURE
1829 M: Andreas Färber <afaerber@suse.de>
1830 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1832 F: arch/arm64/boot/dts/realtek/
1833 F: Documentation/devicetree/bindings/arm/realtek.txt
1835 ARM/RENESAS ARM64 ARCHITECTURE
1836 M: Simon Horman <horms@verge.net.au>
1837 M: Magnus Damm <magnus.damm@gmail.com>
1838 L: linux-renesas-soc@vger.kernel.org
1839 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1840 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1842 F: arch/arm64/boot/dts/renesas/
1843 F: Documentation/devicetree/bindings/arm/shmobile.txt
1844 F: drivers/soc/renesas/
1845 F: include/linux/soc/renesas/
1847 ARM/RISCPC ARCHITECTURE
1848 M: Russell King <linux@armlinux.org.uk>
1849 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1850 W: http://www.armlinux.org.uk/
1852 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1853 F: arch/arm/include/asm/hardware/ioc.h
1854 F: arch/arm/include/asm/hardware/iomd.h
1855 F: arch/arm/include/asm/hardware/memc.h
1856 F: arch/arm/mach-rpc/
1857 F: drivers/net/ethernet/8390/etherh.c
1858 F: drivers/net/ethernet/i825xx/ether1*
1859 F: drivers/net/ethernet/seeq/ether3*
1860 F: drivers/scsi/arm/
1862 ARM/Rockchip SoC support
1863 M: Heiko Stuebner <heiko@sntech.de>
1864 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1865 L: linux-rockchip@lists.infradead.org
1866 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1868 F: arch/arm/boot/dts/rk3*
1869 F: arch/arm/boot/dts/rv1108*
1870 F: arch/arm/mach-rockchip/
1871 F: drivers/clk/rockchip/
1872 F: drivers/i2c/busses/i2c-rk3x.c
1873 F: drivers/*/*rockchip*
1874 F: drivers/*/*/*rockchip*
1875 F: sound/soc/rockchip/
1878 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1879 M: Kukjin Kim <kgene@kernel.org>
1880 M: Krzysztof Kozlowski <krzk@kernel.org>
1881 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1882 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1883 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
1885 F: arch/arm/boot/dts/s3c*
1886 F: arch/arm/boot/dts/s5p*
1887 F: arch/arm/boot/dts/exynos*
1888 F: arch/arm64/boot/dts/exynos/
1889 F: arch/arm/plat-samsung/
1890 F: arch/arm/mach-s3c24*/
1891 F: arch/arm/mach-s3c64xx/
1892 F: arch/arm/mach-s5p*/
1893 F: arch/arm/mach-exynos*/
1894 F: drivers/*/*s3c24*
1895 F: drivers/*/*/*s3c24*
1896 F: drivers/*/*s3c64xx*
1897 F: drivers/*/*s5pv210*
1898 F: drivers/memory/samsung/*
1899 F: drivers/soc/samsung/*
1900 F: Documentation/arm/Samsung/
1901 F: Documentation/devicetree/bindings/arm/samsung/
1902 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1903 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1906 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1907 M: Kyungmin Park <kyungmin.park@samsung.com>
1908 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1910 F: arch/arm/mach-s5pv210/
1912 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1913 M: Kyungmin Park <kyungmin.park@samsung.com>
1914 M: Kamil Debski <kamil@wypas.org>
1915 M: Andrzej Hajda <a.hajda@samsung.com>
1916 L: linux-arm-kernel@lists.infradead.org
1917 L: linux-media@vger.kernel.org
1919 F: drivers/media/platform/s5p-g2d/
1921 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1922 M: Marek Szyprowski <m.szyprowski@samsung.com>
1923 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1924 L: linux-media@vger.kernel.org
1926 F: drivers/media/platform/s5p-cec/
1927 F: Documentation/devicetree/bindings/media/s5p-cec.txt
1929 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1930 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1931 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
1932 L: linux-arm-kernel@lists.infradead.org
1933 L: linux-media@vger.kernel.org
1935 F: drivers/media/platform/s5p-jpeg/
1937 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1938 M: Kyungmin Park <kyungmin.park@samsung.com>
1939 M: Kamil Debski <kamil@wypas.org>
1940 M: Jeongtae Park <jtp.park@samsung.com>
1941 M: Andrzej Hajda <a.hajda@samsung.com>
1942 L: linux-arm-kernel@lists.infradead.org
1943 L: linux-media@vger.kernel.org
1945 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1946 F: drivers/media/platform/s5p-mfc/
1948 ARM/SHMOBILE ARM ARCHITECTURE
1949 M: Simon Horman <horms@verge.net.au>
1950 M: Magnus Damm <magnus.damm@gmail.com>
1951 L: linux-renesas-soc@vger.kernel.org
1952 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1953 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1955 F: arch/arm/boot/dts/emev2*
1956 F: arch/arm/boot/dts/r7s*
1957 F: arch/arm/boot/dts/r8a*
1958 F: arch/arm/boot/dts/sh*
1959 F: arch/arm/configs/shmobile_defconfig
1960 F: arch/arm/include/debug/renesas-scif.S
1961 F: arch/arm/mach-shmobile/
1962 F: Documentation/devicetree/bindings/arm/shmobile.txt
1963 F: drivers/soc/renesas/
1964 F: include/linux/soc/renesas/
1966 ARM/SOCFPGA ARCHITECTURE
1967 M: Dinh Nguyen <dinguyen@kernel.org>
1969 F: arch/arm/mach-socfpga/
1970 F: arch/arm/boot/dts/socfpga*
1971 F: arch/arm/configs/socfpga_defconfig
1972 F: arch/arm64/boot/dts/altera/
1973 W: http://www.rocketboards.org
1974 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1976 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1977 M: Dinh Nguyen <dinguyen@kernel.org>
1979 F: drivers/clk/socfpga/
1981 ARM/SOCFPGA EDAC SUPPORT
1982 M: Thor Thayer <thor.thayer@linux.intel.com>
1984 F: drivers/edac/altera_edac.
1986 ARM/SPREADTRUM SoC SUPPORT
1987 M: Orson Zhai <orsonzhai@gmail.com>
1988 M: Baolin Wang <baolin.wang@linaro.org>
1989 M: Chunyan Zhang <zhang.lyra@gmail.com>
1991 F: arch/arm64/boot/dts/sprd
1994 ARM/STI ARCHITECTURE
1995 M: Patrice Chotard <patrice.chotard@st.com>
1996 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1997 W: http://www.stlinux.com
1999 F: arch/arm/mach-sti/
2000 F: arch/arm/boot/dts/sti*
2001 F: drivers/char/hw_random/st-rng.c
2002 F: drivers/clocksource/arm_global_timer.c
2003 F: drivers/clocksource/clksrc_st_lpc.c
2004 F: drivers/cpufreq/sti-cpufreq.c
2005 F: drivers/dma/st_fdma*
2006 F: drivers/i2c/busses/i2c-st.c
2007 F: drivers/media/rc/st_rc.c
2008 F: drivers/media/platform/sti/c8sectpfe/
2009 F: drivers/mmc/host/sdhci-st.c
2010 F: drivers/phy/st/phy-miphy28lp.c
2011 F: drivers/phy/st/phy-stih407-usb.c
2012 F: drivers/pinctrl/pinctrl-st.c
2013 F: drivers/remoteproc/st_remoteproc.c
2014 F: drivers/remoteproc/st_slim_rproc.c
2015 F: drivers/reset/sti/
2016 F: drivers/rtc/rtc-st-lpc.c
2017 F: drivers/tty/serial/st-asc.c
2018 F: drivers/usb/dwc3/dwc3-st.c
2019 F: drivers/usb/host/ehci-st.c
2020 F: drivers/usb/host/ohci-st.c
2021 F: drivers/watchdog/st_lpc_wdt.c
2022 F: drivers/ata/ahci_st.c
2023 F: include/linux/remoteproc/st_slim_rproc.h
2025 ARM/STM32 ARCHITECTURE
2026 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
2027 M: Alexandre Torgue <alexandre.torgue@st.com>
2028 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2030 T: git git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next
2032 F: arch/arm/boot/dts/stm32*
2033 F: arch/arm/mach-stm32/
2034 F: drivers/clocksource/armv7m_systick.c
2036 ARM/Synaptics Berlin SoC support
2037 M: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
2038 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
2039 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2041 F: arch/arm/mach-berlin/
2042 F: arch/arm/boot/dts/berlin*
2043 F: arch/arm64/boot/dts/marvell/berlin*
2045 ARM/TANGO ARCHITECTURE
2046 M: Marc Gonzalez <marc.w.gonzalez@free.fr>
2047 M: Mans Rullgard <mans@mansr.com>
2048 L: linux-arm-kernel@lists.infradead.org
2052 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
2053 M: Lennert Buytenhek <kernel@wantstofly.org>
2054 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2057 ARM/TEGRA HDMI CEC SUBSYSTEM SUPPORT
2058 M: Hans Verkuil <hans.verkuil@cisco.com>
2059 L: linux-tegra@vger.kernel.org
2060 L: linux-media@vger.kernel.org
2062 F: drivers/media/platform/tegra-cec/
2063 F: Documentation/devicetree/bindings/media/tegra-cec.txt
2065 ARM/TETON BGA MACHINE SUPPORT
2066 M: "Mark F. Brown" <mark.brown314@gmail.com>
2067 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2070 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
2071 M: Santosh Shilimkar <ssantosh@kernel.org>
2072 L: linux-kernel@vger.kernel.org
2074 F: drivers/memory/*emif*
2076 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
2077 M: Santosh Shilimkar <ssantosh@kernel.org>
2078 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2080 F: arch/arm/mach-keystone/
2081 F: arch/arm/boot/dts/keystone-*
2082 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
2084 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
2085 M: Santosh Shilimkar <ssantosh@kernel.org>
2086 L: linux-kernel@vger.kernel.org
2088 F: drivers/clk/keystone/
2090 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
2091 M: Santosh Shilimkar <ssantosh@kernel.org>
2092 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2093 L: linux-kernel@vger.kernel.org
2095 F: drivers/clocksource/timer-keystone.c
2097 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
2098 M: Santosh Shilimkar <ssantosh@kernel.org>
2099 L: linux-kernel@vger.kernel.org
2101 F: drivers/power/reset/keystone-reset.c
2103 ARM/THECUS N2100 MACHINE SUPPORT
2104 M: Lennert Buytenhek <kernel@wantstofly.org>
2105 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2108 ARM/TOSA MACHINE SUPPORT
2109 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2110 M: Dirk Opfer <dirk@opfer-online.de>
2113 ARM/UNIPHIER ARCHITECTURE
2114 M: Masahiro Yamada <yamada.masahiro@socionext.com>
2115 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2116 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
2118 F: Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
2119 F: Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
2120 F: arch/arm/boot/dts/uniphier*
2121 F: arch/arm/include/asm/hardware/cache-uniphier.h
2122 F: arch/arm/mach-uniphier/
2123 F: arch/arm/mm/cache-uniphier.c
2124 F: arch/arm64/boot/dts/socionext/uniphier*
2125 F: drivers/bus/uniphier-system-bus.c
2126 F: drivers/clk/uniphier/
2127 F: drivers/gpio/gpio-uniphier.c
2128 F: drivers/i2c/busses/i2c-uniphier*
2129 F: drivers/irqchip/irq-uniphier-aidet.c
2130 F: drivers/pinctrl/uniphier/
2131 F: drivers/reset/reset-uniphier.c
2132 F: drivers/tty/serial/8250/8250_uniphier.c
2135 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
2136 M: Ulf Hansson <ulf.hansson@linaro.org>
2137 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2138 T: git git://git.linaro.org/people/ulfh/clk.git
2140 F: drivers/clk/ux500/
2142 ARM/VERSATILE EXPRESS PLATFORM
2143 M: Liviu Dudau <liviu.dudau@arm.com>
2144 M: Sudeep Holla <sudeep.holla@arm.com>
2145 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2146 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2148 F: arch/arm/boot/dts/vexpress*
2149 F: arch/arm64/boot/dts/arm/
2150 F: arch/arm/mach-vexpress/
2153 F: drivers/clk/versatile/clk-vexpress-osc.c
2154 F: drivers/clocksource/versatile.c
2158 M: Russell King <linux@armlinux.org.uk>
2159 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2160 W: http://www.armlinux.org.uk/
2164 ARM/VOIPAC PXA270 SUPPORT
2165 M: Marek Vasut <marek.vasut@gmail.com>
2166 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2168 F: arch/arm/mach-pxa/vpac270.c
2169 F: arch/arm/mach-pxa/include/mach/vpac270.h
2171 ARM/VT8500 ARM ARCHITECTURE
2172 M: Tony Prisk <linux@prisktech.co.nz>
2173 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2175 F: arch/arm/mach-vt8500/
2176 F: drivers/clocksource/vt8500_timer.c
2177 F: drivers/i2c/busses/i2c-wmt.c
2178 F: drivers/mmc/host/wmt-sdmmc.c
2179 F: drivers/pwm/pwm-vt8500.c
2180 F: drivers/rtc/rtc-vt8500.c
2181 F: drivers/tty/serial/vt8500_serial.c
2182 F: drivers/usb/host/ehci-platform.c
2183 F: drivers/usb/host/uhci-platform.c
2184 F: drivers/video/fbdev/vt8500lcdfb.*
2185 F: drivers/video/fbdev/wm8505fb*
2186 F: drivers/video/fbdev/wmt_ge_rops.*
2188 ARM/ZIPIT Z2 SUPPORT
2189 M: Marek Vasut <marek.vasut@gmail.com>
2190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2192 F: arch/arm/mach-pxa/z2.c
2193 F: arch/arm/mach-pxa/include/mach/z2.h
2195 ARM/ZTE ARCHITECTURE
2196 M: Jun Nie <jun.nie@linaro.org>
2197 M: Baoyou Xie <baoyou.xie@linaro.org>
2198 M: Shawn Guo <shawnguo@kernel.org>
2199 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2201 F: arch/arm/boot/dts/zx2967*
2202 F: arch/arm/mach-zx/
2203 F: arch/arm64/boot/dts/zte/
2205 F: drivers/dma/zx_dma.c
2206 F: drivers/gpio/gpio-zx.c
2207 F: drivers/i2c/busses/i2c-zx2967.c
2208 F: drivers/mmc/host/dw_mmc-zx.*
2209 F: drivers/pinctrl/zte/
2211 F: drivers/thermal/zx2967_thermal.c
2212 F: drivers/watchdog/zx2967_wdt.c
2213 F: Documentation/devicetree/bindings/arm/zte.txt
2214 F: Documentation/devicetree/bindings/clock/zx2967*.txt
2215 F: Documentation/devicetree/bindings/dma/zxdma.txt
2216 F: Documentation/devicetree/bindings/gpio/zx296702-gpio.txt
2217 F: Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
2218 F: Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
2219 F: Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt
2220 F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2221 F: Documentation/devicetree/bindings/soc/zte/
2222 F: Documentation/devicetree/bindings/sound/zte,*.txt
2223 F: Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
2224 F: Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
2225 F: include/dt-bindings/clock/zx2967*.h
2226 F: include/dt-bindings/soc/zte,*.h
2227 F: sound/soc/codecs/zx_aud96p22.c
2230 ARM/ZYNQ ARCHITECTURE
2231 M: Michal Simek <michal.simek@xilinx.com>
2232 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2233 W: http://wiki.xilinx.com
2234 T: git https://github.com/Xilinx/linux-xlnx.git
2236 F: arch/arm/mach-zynq/
2237 F: drivers/cpuidle/cpuidle-zynq.c
2238 F: drivers/block/xsysace.c
2241 F: drivers/clocksource/cadence_ttc_timer.c
2242 F: drivers/i2c/busses/i2c-cadence.c
2243 F: drivers/mmc/host/sdhci-of-arasan.c
2244 F: drivers/edac/synopsys_edac.c
2246 ARM64 PORT (AARCH64 ARCHITECTURE)
2247 M: Catalin Marinas <catalin.marinas@arm.com>
2248 M: Will Deacon <will.deacon@arm.com>
2249 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2250 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2253 F: Documentation/arm64/
2255 AS3645A LED FLASH CONTROLLER DRIVER
2256 M: Sakari Ailus <sakari.ailus@iki.fi>
2257 L: linux-leds@vger.kernel.org
2259 F: drivers/leds/leds-as3645a.c
2261 ASAHI KASEI AK8974 DRIVER
2262 M: Linus Walleij <linus.walleij@linaro.org>
2263 L: linux-iio@vger.kernel.org
2264 W: http://www.akm.com/
2266 F: drivers/iio/magnetometer/ak8974.c
2268 ASC7621 HARDWARE MONITOR DRIVER
2269 M: George Joseph <george.joseph@fairview5.com>
2270 L: linux-hwmon@vger.kernel.org
2272 F: Documentation/hwmon/asc7621
2273 F: drivers/hwmon/asc7621.c
2275 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2276 M: Corentin Chary <corentin.chary@gmail.com>
2277 L: acpi4asus-user@lists.sourceforge.net
2278 L: platform-driver-x86@vger.kernel.org
2279 W: http://acpi4asus.sf.net
2281 F: drivers/platform/x86/asus*.c
2282 F: drivers/platform/x86/eeepc*.c
2284 ASUS WIRELESS RADIO CONTROL DRIVER
2285 M: João Paulo Rechi Vita <jprvita@gmail.com>
2286 L: platform-driver-x86@vger.kernel.org
2288 F: drivers/platform/x86/asus-wireless.c
2291 M: David Howells <dhowells@redhat.com>
2292 L: keyrings@vger.kernel.org
2294 F: Documentation/crypto/asymmetric-keys.txt
2295 F: include/linux/verification.h
2296 F: include/crypto/public_key.h
2297 F: include/crypto/pkcs7.h
2298 F: crypto/asymmetric_keys/
2300 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2301 R: Dan Williams <dan.j.williams@intel.com>
2302 W: http://sourceforge.net/projects/xscaleiop
2304 F: Documentation/crypto/async-tx-api.txt
2307 F: include/linux/dmaengine.h
2308 F: include/linux/async_tx.h
2311 M: Bartosz Golaszewski <brgl@bgdev.pl>
2312 L: linux-i2c@vger.kernel.org
2313 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
2315 F: Documentation/devicetree/bindings/eeprom/at24.txt
2316 F: drivers/misc/eeprom/at24.c
2317 F: include/linux/platform_data/at24.h
2319 ATA OVER ETHERNET (AOE) DRIVER
2320 M: "Ed L. Cashin" <ed.cashin@acm.org>
2321 W: http://www.openaoe.org/
2323 F: Documentation/aoe/
2324 F: drivers/block/aoe/
2326 ATHEROS 71XX/9XXX GPIO DRIVER
2327 M: Alban Bedel <albeu@free.fr>
2328 W: https://github.com/AlbanBedel/linux
2329 T: git git://github.com/AlbanBedel/linux
2331 F: drivers/gpio/gpio-ath79.c
2332 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2334 ATHEROS 71XX/9XXX USB PHY DRIVER
2335 M: Alban Bedel <albeu@free.fr>
2336 W: https://github.com/AlbanBedel/linux
2337 T: git git://github.com/AlbanBedel/linux
2339 F: drivers/phy/qualcomm/phy-ath79-usb.c
2340 F: Documentation/devicetree/bindings/phy/phy-ath79-usb.txt
2342 ATHEROS ATH GENERIC UTILITIES
2343 M: Kalle Valo <kvalo@codeaurora.org>
2344 L: linux-wireless@vger.kernel.org
2346 F: drivers/net/wireless/ath/*
2348 ATHEROS ATH5K WIRELESS DRIVER
2349 M: Jiri Slaby <jirislaby@gmail.com>
2350 M: Nick Kossifidis <mickflemm@gmail.com>
2351 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2352 L: linux-wireless@vger.kernel.org
2353 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2355 F: drivers/net/wireless/ath/ath5k/
2357 ATHEROS ATH6KL WIRELESS DRIVER
2358 M: Kalle Valo <kvalo@codeaurora.org>
2359 L: linux-wireless@vger.kernel.org
2360 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2361 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2363 F: drivers/net/wireless/ath/ath6kl/
2366 M: Ville Syrjala <syrjala@sci.fi>
2368 F: drivers/input/misc/ati_remote2.c
2370 ATK0110 HWMON DRIVER
2371 M: Luca Tettamanti <kronos.it@gmail.com>
2372 L: linux-hwmon@vger.kernel.org
2374 F: drivers/hwmon/asus_atk0110.c
2376 ATLX ETHERNET DRIVERS
2377 M: Jay Cliburn <jcliburn@gmail.com>
2378 M: Chris Snook <chris.snook@gmail.com>
2379 L: netdev@vger.kernel.org
2380 W: http://sourceforge.net/projects/atl1
2381 W: http://atl1.sourceforge.net
2383 F: drivers/net/ethernet/atheros/
2386 M: Chas Williams <3chas3@gmail.com>
2387 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2388 L: netdev@vger.kernel.org
2389 W: http://linux-atm.sourceforge.net
2392 F: include/linux/atm*
2393 F: include/uapi/linux/atm*
2395 ATMEL AT91 / AT32 MCI DRIVER
2396 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2398 F: drivers/mmc/host/atmel-mci.c
2400 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2401 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2403 F: drivers/power/reset/at91-sama5d2_shdwc.c
2405 ATMEL Audio ALSA driver
2406 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2407 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2412 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2413 L: linux-i2c@vger.kernel.org
2415 F: drivers/i2c/busses/i2c-at91.c
2418 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2419 L: linux-media@vger.kernel.org
2421 F: drivers/media/platform/atmel/atmel-isi.c
2422 F: include/media/atmel-isi.h
2425 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2426 L: linux-fbdev@vger.kernel.org
2428 F: drivers/video/fbdev/atmel_lcdfb.c
2429 F: include/video/atmel_lcdc.h
2431 ATMEL MACB ETHERNET DRIVER
2432 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2434 F: drivers/net/ethernet/cadence/
2436 ATMEL MAXTOUCH DRIVER
2437 M: Nick Dyer <nick@shmanahar.org>
2438 T: git git://github.com/ndyer/linux.git
2440 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2441 F: drivers/input/touchscreen/atmel_mxt_ts.c
2443 ATMEL SAMA5D2 ADC DRIVER
2444 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2445 L: linux-iio@vger.kernel.org
2447 F: drivers/iio/adc/at91-sama5d2_adc.c
2450 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2451 L: linux-mmc@vger.kernel.org
2453 F: drivers/mmc/host/sdhci-of-at91.c
2456 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2458 F: drivers/spi/spi-atmel.*
2461 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2462 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2464 F: drivers/misc/atmel-ssc.c
2465 F: include/linux/atmel-ssc.h
2467 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2468 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2469 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2471 F: drivers/misc/atmel_tclib.c
2472 F: drivers/clocksource/tcb_clksrc.c
2474 ATMEL USBA UDC DRIVER
2475 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2476 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2478 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2480 ATMEL WIRELESS DRIVER
2481 M: Simon Kelley <simon@thekelleys.org.uk>
2482 L: linux-wireless@vger.kernel.org
2483 W: http://www.thekelleys.org.uk/atmel
2484 W: http://atmelwlandriver.sourceforge.net/
2486 F: drivers/net/wireless/atmel/atmel*
2489 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2490 L: linux-arm-kernel@lists.infradead.org
2491 L: dmaengine@vger.kernel.org
2493 F: drivers/dma/at_xdmac.c
2495 ATOMIC INFRASTRUCTURE
2496 M: Will Deacon <will.deacon@arm.com>
2497 M: Peter Zijlstra <peterz@infradead.org>
2498 R: Boqun Feng <boqun.feng@gmail.com>
2499 L: linux-kernel@vger.kernel.org
2501 F: arch/*/include/asm/atomic*.h
2502 F: include/*/atomic*.h
2504 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2505 M: Bradley Grove <linuxdrivers@attotech.com>
2506 L: linux-scsi@vger.kernel.org
2507 W: http://www.attotech.com
2509 F: drivers/scsi/esas2r
2511 ATUSB IEEE 802.15.4 RADIO DRIVER
2512 M: Stefan Schmidt <stefan@osg.samsung.com>
2513 L: linux-wpan@vger.kernel.org
2515 F: drivers/net/ieee802154/atusb.c
2516 F: drivers/net/ieee802154/atusb.h
2517 F: drivers/net/ieee802154/at86rf230.h
2520 M: Paul Moore <paul@paul-moore.com>
2521 M: Eric Paris <eparis@redhat.com>
2522 L: linux-audit@redhat.com (moderated for non-subscribers)
2523 W: https://github.com/linux-audit
2524 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
2526 F: include/linux/audit.h
2527 F: include/uapi/linux/audit.h
2530 AUXILIARY DISPLAY DRIVERS
2531 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2532 W: http://miguelojeda.es/auxdisplay.htm
2533 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2535 F: drivers/auxdisplay/
2536 F: include/linux/cfag12864b.h
2539 M: Ralf Baechle <ralf@linux-mips.org>
2540 L: linux-hams@vger.kernel.org
2541 W: http://www.linux-ax25.org/
2543 F: include/uapi/linux/ax25.h
2544 F: include/net/ax25.h
2548 M: Peter Rosin <peda@axentia.se>
2549 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2551 F: Documentation/devicetree/bindings/arm/axentia.txt
2552 F: arch/arm/boot/dts/at91-linea.dtsi
2553 F: arch/arm/boot/dts/at91-natte.dtsi
2554 F: arch/arm/boot/dts/at91-nattis-2-natte-2.dts
2555 F: arch/arm/boot/dts/at91-tse850-3.dts
2557 AXENTIA ASOC DRIVERS
2558 M: Peter Rosin <peda@axentia.se>
2559 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2561 F: Documentation/devicetree/bindings/sound/axentia,*
2562 F: sound/soc/atmel/tse850-pcm5142.c
2565 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2566 L: linux-media@vger.kernel.org
2567 W: https://linuxtv.org
2568 T: git git://linuxtv.org/media_tree.git
2570 F: drivers/media/usb/dvb-usb-v2/az6007.c
2572 AZTECH FM RADIO RECEIVER DRIVER
2573 M: Hans Verkuil <hverkuil@xs4all.nl>
2574 L: linux-media@vger.kernel.org
2575 T: git git://linuxtv.org/media_tree.git
2576 W: https://linuxtv.org
2578 F: drivers/media/radio/radio-aztech*
2581 L: linux-wireless@vger.kernel.org
2582 L: b43-dev@lists.infradead.org
2583 W: http://wireless.kernel.org/en/users/Drivers/b43
2585 F: drivers/net/wireless/broadcom/b43/
2587 B43LEGACY WIRELESS DRIVER
2588 M: Larry Finger <Larry.Finger@lwfinger.net>
2589 L: linux-wireless@vger.kernel.org
2590 L: b43-dev@lists.infradead.org
2591 W: http://wireless.kernel.org/en/users/Drivers/b43
2593 F: drivers/net/wireless/broadcom/b43legacy/
2595 BACKLIGHT CLASS/SUBSYSTEM
2596 M: Lee Jones <lee.jones@linaro.org>
2597 M: Daniel Thompson <daniel.thompson@linaro.org>
2598 M: Jingoo Han <jingoohan1@gmail.com>
2599 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2601 F: drivers/video/backlight/
2602 F: include/linux/backlight.h
2603 F: include/linux/pwm_backlight.h
2604 F: Documentation/devicetree/bindings/leds/backlight
2607 M: Marek Lindner <mareklindner@neomailbox.ch>
2608 M: Simon Wunderlich <sw@simonwunderlich.de>
2609 M: Antonio Quartulli <a@unstable.cc>
2610 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2611 W: https://www.open-mesh.org/
2612 Q: https://patchwork.open-mesh.org/project/batman/list/
2614 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2615 F: Documentation/ABI/testing/sysfs-class-net-mesh
2616 F: Documentation/networking/batman-adv.rst
2617 F: include/uapi/linux/batadv_packet.h
2618 F: include/uapi/linux/batman_adv.h
2621 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2622 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2623 L: linux-hams@vger.kernel.org
2624 W: http://www.baycom.org/~tom/ham/ham.html
2626 F: drivers/net/hamradio/baycom*
2628 BCACHE (BLOCK LAYER CACHE)
2629 M: Coly Li <colyli@suse.de>
2630 M: Kent Overstreet <kent.overstreet@gmail.com>
2631 L: linux-bcache@vger.kernel.org
2632 W: http://bcache.evilpiepirate.org
2633 C: irc://irc.oftc.net/bcache
2635 F: drivers/md/bcache/
2637 BDISP ST MEDIA DRIVER
2638 M: Fabien Dessenne <fabien.dessenne@st.com>
2639 L: linux-media@vger.kernel.org
2640 T: git git://linuxtv.org/media_tree.git
2641 W: https://linuxtv.org
2643 F: drivers/media/platform/sti/bdisp
2645 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2646 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2647 L: netdev@vger.kernel.org
2649 F: drivers/net/ethernet/ec_bhf.c
2652 M: Luis de Bethencourt <luisbg@kernel.org>
2653 M: Salah Triki <salah.triki@gmail.com>
2655 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
2656 F: Documentation/filesystems/befs.txt
2660 M: Paolo Valente <paolo.valente@linaro.org>
2661 M: Jens Axboe <axboe@kernel.dk>
2662 L: linux-block@vger.kernel.org
2665 F: Documentation/block/bfq-iosched.txt
2668 M: "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2670 F: Documentation/filesystems/bfs.txt
2672 F: include/uapi/linux/bfs_fs.h
2674 BLINKM RGB LED DRIVER
2675 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2677 F: drivers/leds/leds-blinkm.c
2680 M: Jens Axboe <axboe@kernel.dk>
2681 L: linux-block@vger.kernel.org
2682 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2686 F: kernel/trace/blktrace.c
2690 M: Joern Engel <joern@lazybastard.org>
2691 L: linux-mtd@lists.infradead.org
2693 F: drivers/mtd/devices/block2mtd.c
2696 M: Marcel Holtmann <marcel@holtmann.org>
2697 M: Johan Hedberg <johan.hedberg@gmail.com>
2698 L: linux-bluetooth@vger.kernel.org
2699 W: http://www.bluez.org/
2700 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2701 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2703 F: drivers/bluetooth/
2706 M: Marcel Holtmann <marcel@holtmann.org>
2707 M: Johan Hedberg <johan.hedberg@gmail.com>
2708 L: linux-bluetooth@vger.kernel.org
2709 W: http://www.bluez.org/
2710 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2714 F: include/net/bluetooth/
2717 M: Jay Vosburgh <j.vosburgh@gmail.com>
2718 M: Veaceslav Falico <vfalico@gmail.com>
2719 M: Andy Gospodarek <andy@greyhouse.net>
2720 L: netdev@vger.kernel.org
2721 W: http://sourceforge.net/projects/bonding/
2723 F: drivers/net/bonding/
2724 F: include/uapi/linux/if_bonding.h
2726 BPF (Safe dynamic programs and tools)
2727 M: Alexei Starovoitov <ast@kernel.org>
2728 M: Daniel Borkmann <daniel@iogearbox.net>
2729 L: netdev@vger.kernel.org
2730 L: linux-kernel@vger.kernel.org
2731 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
2732 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
2734 F: arch/x86/net/bpf_jit*
2735 F: Documentation/networking/filter.txt
2736 F: Documentation/bpf/
2737 F: include/linux/bpf*
2738 F: include/linux/filter.h
2739 F: include/trace/events/bpf.h
2740 F: include/trace/events/xdp.h
2741 F: include/uapi/linux/bpf*
2742 F: include/uapi/linux/filter.h
2744 F: kernel/trace/bpf_trace.c
2747 F: net/core/filter.c
2748 F: net/sched/act_bpf.c
2749 F: net/sched/cls_bpf.c
2752 F: tools/testing/selftests/bpf/
2754 BROADCOM B44 10/100 ETHERNET DRIVER
2755 M: Michael Chan <michael.chan@broadcom.com>
2756 L: netdev@vger.kernel.org
2758 F: drivers/net/ethernet/broadcom/b44.*
2760 BROADCOM B53 ETHERNET SWITCH DRIVER
2761 M: Florian Fainelli <f.fainelli@gmail.com>
2762 L: netdev@vger.kernel.org
2763 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2765 F: drivers/net/dsa/b53/*
2766 F: include/linux/platform_data/b53.h
2768 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2769 M: Florian Fainelli <f.fainelli@gmail.com>
2770 M: Ray Jui <rjui@broadcom.com>
2771 M: Scott Branden <sbranden@broadcom.com>
2772 M: bcm-kernel-feedback-list@broadcom.com
2773 T: git git://github.com/broadcom/mach-bcm
2779 F: arch/arm/mach-bcm/
2781 BROADCOM BCM2835 ARM ARCHITECTURE
2782 M: Eric Anholt <eric@anholt.net>
2783 M: Stefan Wahren <stefan.wahren@i2se.com>
2784 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2785 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2786 T: git git://github.com/anholt/linux
2789 F: drivers/staging/vc04_services
2791 BROADCOM BCM47XX MIPS ARCHITECTURE
2792 M: Hauke Mehrtens <hauke@hauke-m.de>
2793 M: Rafał Miłecki <zajec5@gmail.com>
2794 L: linux-mips@linux-mips.org
2796 F: Documentation/devicetree/bindings/mips/brcm/
2797 F: arch/mips/bcm47xx/*
2798 F: arch/mips/include/asm/mach-bcm47xx/*
2800 BROADCOM BCM5301X ARM ARCHITECTURE
2801 M: Hauke Mehrtens <hauke@hauke-m.de>
2802 M: Rafał Miłecki <zajec5@gmail.com>
2803 M: Jon Mason <jonmason@broadcom.com>
2804 M: bcm-kernel-feedback-list@broadcom.com
2805 L: linux-arm-kernel@lists.infradead.org
2807 F: arch/arm/mach-bcm/bcm_5301x.c
2808 F: arch/arm/boot/dts/bcm5301x*.dtsi
2809 F: arch/arm/boot/dts/bcm470*
2810 F: arch/arm/boot/dts/bcm953012*
2812 BROADCOM BCM53573 ARM ARCHITECTURE
2813 M: Rafał Miłecki <rafal@milecki.pl>
2814 L: linux-arm-kernel@lists.infradead.org
2816 F: arch/arm/boot/dts/bcm53573*
2817 F: arch/arm/boot/dts/bcm47189*
2819 BROADCOM BCM63XX ARM ARCHITECTURE
2820 M: Florian Fainelli <f.fainelli@gmail.com>
2821 M: bcm-kernel-feedback-list@broadcom.com
2822 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2823 T: git git://github.com/broadcom/stblinux.git
2827 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2828 M: Kevin Cernekee <cernekee@gmail.com>
2829 L: linux-usb@vger.kernel.org
2831 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2833 BROADCOM BCM7XXX ARM ARCHITECTURE
2834 M: Brian Norris <computersforpeace@gmail.com>
2835 M: Gregory Fong <gregory.0xf0@gmail.com>
2836 M: Florian Fainelli <f.fainelli@gmail.com>
2837 M: bcm-kernel-feedback-list@broadcom.com
2838 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2839 T: git git://github.com/broadcom/stblinux.git
2841 F: arch/arm/mach-bcm/*brcmstb*
2842 F: arch/arm/boot/dts/bcm7*.dts*
2843 F: drivers/bus/brcmstb_gisb.c
2844 F: arch/arm/mm/cache-b15-rac.c
2845 F: arch/arm/include/asm/hardware/cache-b15-rac.h
2848 BROADCOM BMIPS CPUFREQ DRIVER
2849 M: Markus Mayer <mmayer@broadcom.com>
2850 M: bcm-kernel-feedback-list@broadcom.com
2851 L: linux-pm@vger.kernel.org
2853 F: drivers/cpufreq/bmips-cpufreq.c
2855 BROADCOM BMIPS MIPS ARCHITECTURE
2856 M: Kevin Cernekee <cernekee@gmail.com>
2857 M: Florian Fainelli <f.fainelli@gmail.com>
2858 L: linux-mips@linux-mips.org
2859 T: git git://github.com/broadcom/stblinux.git
2861 F: arch/mips/bmips/*
2862 F: arch/mips/include/asm/mach-bmips/*
2863 F: arch/mips/kernel/*bmips*
2864 F: arch/mips/boot/dts/brcm/bcm*.dts*
2865 F: drivers/irqchip/irq-bcm63*
2866 F: drivers/irqchip/irq-bcm7*
2867 F: drivers/irqchip/irq-brcmstb*
2868 F: include/linux/bcm963xx_nvram.h
2869 F: include/linux/bcm963xx_tag.h
2871 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2872 M: Rasesh Mody <rasesh.mody@cavium.com>
2873 M: Harish Patil <harish.patil@cavium.com>
2874 M: Dept-GELinuxNICDev@cavium.com
2875 L: netdev@vger.kernel.org
2877 F: drivers/net/ethernet/broadcom/bnx2.*
2878 F: drivers/net/ethernet/broadcom/bnx2_*
2880 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2881 M: QLogic-Storage-Upstream@qlogic.com
2882 L: linux-scsi@vger.kernel.org
2884 F: drivers/scsi/bnx2fc/
2886 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2887 M: QLogic-Storage-Upstream@qlogic.com
2888 L: linux-scsi@vger.kernel.org
2890 F: drivers/scsi/bnx2i/
2892 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2893 M: Ariel Elior <ariel.elior@cavium.com>
2894 M: everest-linux-l2@cavium.com
2895 L: netdev@vger.kernel.org
2897 F: drivers/net/ethernet/broadcom/bnx2x/
2899 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2900 M: Michael Chan <michael.chan@broadcom.com>
2901 L: netdev@vger.kernel.org
2903 F: drivers/net/ethernet/broadcom/bnxt/
2905 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2906 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2907 M: Franky Lin <franky.lin@broadcom.com>
2908 M: Hante Meuleman <hante.meuleman@broadcom.com>
2909 M: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
2910 M: Wright Feng <wright.feng@cypress.com>
2911 L: linux-wireless@vger.kernel.org
2912 L: brcm80211-dev-list.pdl@broadcom.com
2913 L: brcm80211-dev-list@cypress.com
2915 F: drivers/net/wireless/broadcom/brcm80211/
2917 BROADCOM BRCMSTB GPIO DRIVER
2918 M: Gregory Fong <gregory.0xf0@gmail.com>
2919 L: bcm-kernel-feedback-list@broadcom.com
2921 F: drivers/gpio/gpio-brcmstb.c
2922 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2924 BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER
2925 M: Al Cooper <alcooperx@gmail.com>
2926 L: linux-kernel@vger.kernel.org
2927 L: bcm-kernel-feedback-list@broadcom.com
2929 F: drivers/phy/broadcom/phy-brcm-usb*
2931 BROADCOM GENET ETHERNET DRIVER
2932 M: Doug Berger <opendmb@gmail.com>
2933 M: Florian Fainelli <f.fainelli@gmail.com>
2934 L: netdev@vger.kernel.org
2936 F: drivers/net/ethernet/broadcom/genet/
2938 BROADCOM IPROC ARM ARCHITECTURE
2939 M: Ray Jui <rjui@broadcom.com>
2940 M: Scott Branden <sbranden@broadcom.com>
2941 M: Jon Mason <jonmason@broadcom.com>
2942 M: bcm-kernel-feedback-list@broadcom.com
2943 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2944 T: git git://github.com/broadcom/cygnus-linux.git
2960 F: arch/arm64/boot/dts/broadcom/ns2*
2961 F: drivers/clk/bcm/clk-ns*
2962 F: drivers/pinctrl/bcm/pinctrl-ns*
2964 BROADCOM KONA GPIO DRIVER
2965 M: Ray Jui <rjui@broadcom.com>
2966 L: bcm-kernel-feedback-list@broadcom.com
2968 F: drivers/gpio/gpio-bcm-kona.c
2969 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2971 BROADCOM NETXTREME-E ROCE DRIVER
2972 M: Selvin Xavier <selvin.xavier@broadcom.com>
2973 M: Devesh Sharma <devesh.sharma@broadcom.com>
2974 M: Somnath Kotur <somnath.kotur@broadcom.com>
2975 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2976 L: linux-rdma@vger.kernel.org
2977 W: http://www.broadcom.com
2979 F: drivers/infiniband/hw/bnxt_re/
2980 F: include/uapi/rdma/bnxt_re-abi.h
2982 BROADCOM NVRAM DRIVER
2983 M: Rafał Miłecki <zajec5@gmail.com>
2984 L: linux-mips@linux-mips.org
2986 F: drivers/firmware/broadcom/*
2988 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2989 M: Rafał Miłecki <zajec5@gmail.com>
2990 L: linux-wireless@vger.kernel.org
2993 F: include/linux/bcma/
2995 BROADCOM STB AVS CPUFREQ DRIVER
2996 M: Markus Mayer <mmayer@broadcom.com>
2997 M: bcm-kernel-feedback-list@broadcom.com
2998 L: linux-pm@vger.kernel.org
3000 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
3001 F: drivers/cpufreq/brcmstb*
3003 BROADCOM STB AVS TMON DRIVER
3004 M: Markus Mayer <mmayer@broadcom.com>
3005 M: bcm-kernel-feedback-list@broadcom.com
3006 L: linux-pm@vger.kernel.org
3008 F: Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
3009 F: drivers/thermal/broadcom/brcmstb*
3011 BROADCOM STB NAND FLASH DRIVER
3012 M: Brian Norris <computersforpeace@gmail.com>
3013 M: Kamal Dasu <kdasu.kdev@gmail.com>
3014 L: linux-mtd@lists.infradead.org
3015 L: bcm-kernel-feedback-list@broadcom.com
3017 F: drivers/mtd/nand/raw/brcmnand/
3019 BROADCOM STB DPFE DRIVER
3020 M: Markus Mayer <mmayer@broadcom.com>
3021 M: bcm-kernel-feedback-list@broadcom.com
3022 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3024 F: Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt
3025 F: drivers/memory/brcmstb_dpfe.c
3027 BROADCOM SYSTEMPORT ETHERNET DRIVER
3028 M: Florian Fainelli <f.fainelli@gmail.com>
3029 L: netdev@vger.kernel.org
3031 F: drivers/net/ethernet/broadcom/bcmsysport.*
3033 BROADCOM TG3 GIGABIT ETHERNET DRIVER
3034 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
3035 M: Prashant Sreedharan <prashant@broadcom.com>
3036 M: Michael Chan <mchan@broadcom.com>
3037 L: netdev@vger.kernel.org
3039 F: drivers/net/ethernet/broadcom/tg3.*
3041 BROCADE BFA FC SCSI DRIVER
3042 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
3043 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
3044 L: linux-scsi@vger.kernel.org
3046 F: drivers/scsi/bfa/
3048 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
3049 M: Rasesh Mody <rasesh.mody@cavium.com>
3050 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
3051 M: Dept-GELinuxNICDev@cavium.com
3052 L: netdev@vger.kernel.org
3054 F: drivers/net/ethernet/brocade/bna/
3056 BSG (block layer generic sg v4 driver)
3057 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
3058 L: linux-scsi@vger.kernel.org
3061 F: include/linux/bsg.h
3062 F: include/uapi/linux/bsg.h
3065 M: Clemens Ladisch <clemens@ladisch.de>
3066 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3067 T: git git://git.alsa-project.org/alsa-kernel.git
3069 F: Documentation/sound/alsa/Bt87x.txt
3070 F: sound/pci/bt87x.c
3073 M: Michael Buesch <m@bues.ch>
3074 W: http://bu3sch.de/btgpio.php
3076 F: drivers/gpio/gpio-bt8xx.c
3079 M: Chris Mason <clm@fb.com>
3080 M: Josef Bacik <jbacik@fb.com>
3081 M: David Sterba <dsterba@suse.com>
3082 L: linux-btrfs@vger.kernel.org
3083 W: http://btrfs.wiki.kernel.org/
3084 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
3085 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
3087 F: Documentation/filesystems/btrfs.txt
3089 F: include/linux/btrfs*
3090 F: include/uapi/linux/btrfs*
3092 BTTV VIDEO4LINUX DRIVER
3093 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3094 L: linux-media@vger.kernel.org
3095 W: https://linuxtv.org
3096 T: git git://linuxtv.org/media_tree.git
3098 F: Documentation/media/v4l-drivers/bttv*
3099 F: drivers/media/pci/bt8xx/bttv*
3101 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3102 M: Chanwoo Choi <cw00.choi@samsung.com>
3103 L: linux-pm@vger.kernel.org
3104 L: linux-samsung-soc@vger.kernel.org
3105 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3107 F: drivers/devfreq/exynos-bus.c
3108 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3110 BUSLOGIC SCSI DRIVER
3111 M: Khalid Aziz <khalid@gonehiking.org>
3112 L: linux-scsi@vger.kernel.org
3114 F: drivers/scsi/BusLogic.*
3115 F: drivers/scsi/FlashPoint.*
3117 C-MEDIA CMI8788 DRIVER
3118 M: Clemens Ladisch <clemens@ladisch.de>
3119 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3120 T: git git://git.alsa-project.org/alsa-kernel.git
3122 F: sound/pci/oxygen/
3125 M: Mark Salter <msalter@redhat.com>
3126 M: Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3127 L: linux-c6x-dev@linux-c6x.org
3128 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
3132 CA8210 IEEE-802.15.4 RADIO DRIVER
3133 M: Harry Morris <h.morris@cascoda.com>
3134 L: linux-wpan@vger.kernel.org
3135 W: https://github.com/Cascoda/ca8210-linux.git
3137 F: drivers/net/ieee802154/ca8210.c
3138 F: Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3140 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3141 M: David Howells <dhowells@redhat.com>
3142 L: linux-cachefs@redhat.com (moderated for non-subscribers)
3144 F: Documentation/filesystems/caching/cachefiles.txt
3147 CADET FM/AM RADIO RECEIVER DRIVER
3148 M: Hans Verkuil <hverkuil@xs4all.nl>
3149 L: linux-media@vger.kernel.org
3150 T: git git://linuxtv.org/media_tree.git
3151 W: https://linuxtv.org
3153 F: drivers/media/radio/radio-cadet*
3155 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3156 M: Jonathan Corbet <corbet@lwn.net>
3157 L: linux-media@vger.kernel.org
3158 T: git git://linuxtv.org/media_tree.git
3160 F: Documentation/media/v4l-drivers/cafe_ccic*
3161 F: drivers/media/platform/marvell-ccic/
3164 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3165 L: netdev@vger.kernel.org
3167 F: Documentation/networking/caif/
3168 F: drivers/net/caif/
3169 F: include/uapi/linux/caif/
3170 F: include/net/caif/
3173 CALGARY x86-64 IOMMU
3174 M: Muli Ben-Yehuda <mulix@mulix.org>
3175 M: Jon Mason <jdmason@kudzu.us>
3176 L: iommu@lists.linux-foundation.org
3178 F: arch/x86/kernel/pci-calgary_64.c
3179 F: arch/x86/kernel/tce_64.c
3180 F: arch/x86/include/asm/calgary.h
3181 F: arch/x86/include/asm/tce.h
3184 M: Wolfgang Grandegger <wg@grandegger.com>
3185 M: Marc Kleine-Budde <mkl@pengutronix.de>
3186 L: linux-can@vger.kernel.org
3187 W: https://github.com/linux-can
3188 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3189 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3191 F: Documentation/devicetree/bindings/net/can/
3193 F: include/linux/can/dev.h
3194 F: include/linux/can/platform/
3195 F: include/uapi/linux/can/error.h
3196 F: include/uapi/linux/can/netlink.h
3199 M: Oliver Hartkopp <socketcan@hartkopp.net>
3200 M: Marc Kleine-Budde <mkl@pengutronix.de>
3201 L: linux-can@vger.kernel.org
3202 W: https://github.com/linux-can
3203 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3204 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3206 F: Documentation/networking/can.rst
3208 F: include/linux/can/core.h
3209 F: include/uapi/linux/can.h
3210 F: include/uapi/linux/can/bcm.h
3211 F: include/uapi/linux/can/raw.h
3212 F: include/uapi/linux/can/gw.h
3215 M: Serge Hallyn <serge@hallyn.com>
3216 L: linux-security-module@vger.kernel.org
3218 F: include/linux/capability.h
3219 F: include/uapi/linux/capability.h
3220 F: security/commoncap.c
3221 F: kernel/capability.c
3223 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3224 M: Kevin Tsai <ktsai@capellamicro.com>
3226 F: drivers/iio/light/cm*
3228 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
3229 M: Christian Lamparter <chunkeey@googlemail.com>
3230 L: linux-wireless@vger.kernel.org
3231 W: http://wireless.kernel.org/en/users/Drivers/carl9170
3233 F: drivers/net/wireless/ath/carl9170/
3236 M: Jan Glauber <jglauber@cavium.com>
3237 M: David Daney <david.daney@cavium.com>
3238 W: http://www.cavium.com
3240 F: drivers/i2c/busses/i2c-octeon*
3241 F: drivers/i2c/busses/i2c-thunderx*
3243 CAVIUM LIQUIDIO NETWORK DRIVER
3244 M: Derek Chickles <derek.chickles@caviumnetworks.com>
3245 M: Satanand Burla <satananda.burla@caviumnetworks.com>
3246 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
3247 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3248 L: netdev@vger.kernel.org
3249 W: http://www.cavium.com
3251 F: drivers/net/ethernet/cavium/liquidio/
3254 M: Jan Glauber <jglauber@cavium.com>
3255 M: David Daney <david.daney@cavium.com>
3256 M: Steven J. Hill <Steven.Hill@cavium.com>
3257 W: http://www.cavium.com
3259 F: drivers/mmc/host/cavium*
3261 CAVIUM OCTEON-TX CRYPTO DRIVER
3262 M: George Cherian <george.cherian@cavium.com>
3263 L: linux-crypto@vger.kernel.org
3264 W: http://www.cavium.com
3266 F: drivers/crypto/cavium/cpt/
3268 CAVIUM THUNDERX2 ARM64 SOC
3269 M: Robert Richter <rrichter@cavium.com>
3270 M: Jayachandran C <jnair@caviumnetworks.com>
3271 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3273 F: arch/arm64/boot/dts/cavium/thunder2-99xx*
3274 F: Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3276 CC2520 IEEE-802.15.4 RADIO DRIVER
3277 M: Varka Bhadram <varkabhadram@gmail.com>
3278 L: linux-wpan@vger.kernel.org
3280 F: drivers/net/ieee802154/cc2520.c
3281 F: include/linux/spi/cc2520.h
3282 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3284 CCREE ARM TRUSTZONE CRYPTOCELL REE DRIVER
3285 M: Gilad Ben-Yossef <gilad@benyossef.com>
3286 L: linux-crypto@vger.kernel.org
3288 F: drivers/crypto/ccree/
3289 W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3292 M: Hans Verkuil <hans.verkuil@cisco.com>
3293 L: linux-media@vger.kernel.org
3294 T: git git://linuxtv.org/media_tree.git
3295 W: http://linuxtv.org
3297 F: Documentation/media/kapi/cec-core.rst
3298 F: Documentation/media/uapi/cec
3299 F: drivers/media/cec/
3300 F: drivers/media/rc/keymaps/rc-cec.c
3301 F: include/media/cec.h
3302 F: include/media/cec-notifier.h
3303 F: include/uapi/linux/cec.h
3304 F: include/uapi/linux/cec-funcs.h
3305 F: Documentation/devicetree/bindings/media/cec.txt
3306 F: Documentation/ABI/testing/debugfs-cec-error-inj
3309 M: Hans Verkuil <hans.verkuil@cisco.com>
3310 L: linux-media@vger.kernel.org
3311 T: git git://linuxtv.org/media_tree.git
3312 W: http://linuxtv.org
3314 F: drivers/media/platform/cec-gpio/
3315 F: Documentation/devicetree/bindings/media/cec-gpio.txt
3317 CELL BROADBAND ENGINE ARCHITECTURE
3318 M: Arnd Bergmann <arnd@arndb.de>
3319 L: linuxppc-dev@lists.ozlabs.org
3320 W: http://www.ibm.com/developerworks/power/cell/
3322 F: arch/powerpc/include/asm/cell*.h
3323 F: arch/powerpc/include/asm/spu*.h
3324 F: arch/powerpc/include/uapi/asm/spu*.h
3325 F: arch/powerpc/oprofile/*cell*
3326 F: arch/powerpc/platforms/cell/
3328 CEPH COMMON CODE (LIBCEPH)
3329 M: Ilya Dryomov <idryomov@gmail.com>
3330 M: "Yan, Zheng" <zyan@redhat.com>
3331 M: Sage Weil <sage@redhat.com>
3332 L: ceph-devel@vger.kernel.org
3334 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3335 T: git git://github.com/ceph/ceph-client.git
3338 F: include/linux/ceph/
3339 F: include/linux/crush/
3341 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3342 M: "Yan, Zheng" <zyan@redhat.com>
3343 M: Sage Weil <sage@redhat.com>
3344 M: Ilya Dryomov <idryomov@gmail.com>
3345 L: ceph-devel@vger.kernel.org
3347 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3348 T: git git://github.com/ceph/ceph-client.git
3350 F: Documentation/filesystems/ceph.txt
3353 CERTIFICATE HANDLING:
3354 M: David Howells <dhowells@redhat.com>
3355 M: David Woodhouse <dwmw2@infradead.org>
3356 L: keyrings@vger.kernel.org
3358 F: Documentation/module-signing.txt
3360 F: scripts/sign-file.c
3361 F: scripts/extract-cert.c
3363 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3364 L: linux-usb@vger.kernel.org
3366 F: Documentation/usb/WUSB-Design-overview.txt
3367 F: Documentation/usb/wusb-cbaf
3368 F: drivers/usb/host/hwa-hc.c
3369 F: drivers/usb/host/whci/
3370 F: drivers/usb/wusbcore/
3371 F: include/linux/usb/wusb*
3373 CFAG12864B LCD DRIVER
3374 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3375 W: http://miguelojeda.es/auxdisplay.htm
3376 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3378 F: drivers/auxdisplay/cfag12864b.c
3379 F: include/linux/cfag12864b.h
3381 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3382 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3383 W: http://miguelojeda.es/auxdisplay.htm
3384 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3386 F: drivers/auxdisplay/cfag12864bfb.c
3387 F: include/linux/cfag12864b.h
3389 802.11 (including CFG80211/NL80211)
3390 M: Johannes Berg <johannes@sipsolutions.net>
3391 L: linux-wireless@vger.kernel.org
3392 W: http://wireless.kernel.org/
3393 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3394 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3397 F: include/uapi/linux/nl80211.h
3398 F: include/linux/ieee80211.h
3399 F: include/net/wext.h
3400 F: include/net/cfg80211.h
3401 F: include/net/iw_handler.h
3402 F: include/net/ieee80211_radiotap.h
3403 F: Documentation/driver-api/80211/cfg80211.rst
3404 F: Documentation/networking/regulatory.txt
3406 CHAR and MISC DRIVERS
3407 M: Arnd Bergmann <arnd@arndb.de>
3408 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3409 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3413 F: include/linux/miscdevice.h
3416 M: Andy Whitcroft <apw@canonical.com>
3417 M: Joe Perches <joe@perches.com>
3419 F: scripts/checkpatch.pl
3421 CHINESE DOCUMENTATION
3422 M: Harry Wei <harryxiyou@gmail.com>
3423 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3424 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3426 F: Documentation/translations/zh_CN/
3428 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3429 M: Peter Chen <Peter.Chen@nxp.com>
3430 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3431 L: linux-usb@vger.kernel.org
3433 F: drivers/usb/chipidea/
3435 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3436 M: Hans de Goede <hdegoede@redhat.com>
3437 L: linux-input@vger.kernel.org
3439 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3440 F: drivers/input/touchscreen/chipone_icn8318.c
3442 CHIPONE ICN8505 I2C TOUCHSCREEN DRIVER
3443 M: Hans de Goede <hdegoede@redhat.com>
3444 L: linux-input@vger.kernel.org
3446 F: drivers/input/touchscreen/chipone_icn8505.c
3448 CHROME HARDWARE PLATFORM SUPPORT
3449 M: Benson Leung <bleung@chromium.org>
3450 M: Olof Johansson <olof@lixom.net>
3452 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
3453 F: drivers/platform/chrome/
3455 CIRRUS LOGIC AUDIO CODEC DRIVERS
3456 M: Brian Austin <brian.austin@cirrus.com>
3457 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3458 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3460 F: sound/soc/codecs/cs*
3462 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3463 M: Hartley Sweeten <hsweeten@visionengravers.com>
3464 L: netdev@vger.kernel.org
3466 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3468 CISCO FCOE HBA DRIVER
3469 M: Satish Kharat <satishkh@cisco.com>
3470 M: Sesidhar Baddela <sebaddel@cisco.com>
3471 M: Karan Tilak Kumar <kartilak@cisco.com>
3472 L: linux-scsi@vger.kernel.org
3474 F: drivers/scsi/fnic/
3476 CISCO SCSI HBA DRIVER
3477 M: Karan Tilak Kumar <kartilak@cisco.com>
3478 M: Sesidhar Baddela <sebaddel@cisco.com>
3479 L: linux-scsi@vger.kernel.org
3481 F: drivers/scsi/snic/
3483 CISCO VIC ETHERNET NIC DRIVER
3484 M: Christian Benvenuti <benve@cisco.com>
3485 M: Govindarajulu Varadarajan <_govind@gmx.com>
3486 M: Parvi Kaustubhi <pkaustub@cisco.com>
3488 F: drivers/net/ethernet/cisco/enic/
3490 CISCO VIC LOW LATENCY NIC DRIVER
3491 M: Christian Benvenuti <benve@cisco.com>
3492 M: Dave Goodell <dgoodell@cisco.com>
3494 F: drivers/infiniband/hw/usnic/
3497 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3498 L: linux-kernel@vger.kernel.org
3501 F: include/linux/cleancache.h
3504 M: Russell King <linux@armlinux.org.uk>
3505 L: linux-clk@vger.kernel.org
3507 F: include/linux/clk.h
3509 CLOCKSOURCE, CLOCKEVENT DRIVERS
3510 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3511 M: Thomas Gleixner <tglx@linutronix.de>
3512 L: linux-kernel@vger.kernel.org
3513 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3515 F: drivers/clocksource/
3516 F: Documentation/devicetree/bindings/timer/
3519 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3520 M: Daniel Oliveira Nascimento <don@syst.com.br>
3521 L: platform-driver-x86@vger.kernel.org
3523 F: drivers/platform/x86/classmate-laptop.c
3526 M: Hans Verkuil <hans.verkuil@cisco.com>
3527 L: linux-media@vger.kernel.org
3528 T: git git://linuxtv.org/media_tree.git
3529 W: https://linuxtv.org
3531 F: drivers/media/pci/cobalt/
3533 COCCINELLE/Semantic Patches (SmPL)
3534 M: Julia Lawall <Julia.Lawall@lip6.fr>
3535 M: Gilles Muller <Gilles.Muller@lip6.fr>
3536 M: Nicolas Palix <nicolas.palix@imag.fr>
3537 M: Michal Marek <michal.lkml@markovi.net>
3538 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3539 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3540 W: http://coccinelle.lip6.fr/
3542 F: Documentation/dev-tools/coccinelle.rst
3543 F: scripts/coccinelle/
3544 F: scripts/coccicheck
3547 M: Jan Harkes <jaharkes@cs.cmu.edu>
3549 L: codalist@coda.cs.cmu.edu
3550 W: http://www.coda.cs.cmu.edu/
3552 F: Documentation/filesystems/coda.txt
3554 F: include/linux/coda*.h
3555 F: include/uapi/linux/coda*.h
3557 CODA V4L2 MEM2MEM DRIVER
3558 M: Philipp Zabel <p.zabel@pengutronix.de>
3559 L: linux-media@vger.kernel.org
3561 F: Documentation/devicetree/bindings/media/coda.txt
3562 F: drivers/media/platform/coda/
3564 COMMON CLK FRAMEWORK
3565 M: Michael Turquette <mturquette@baylibre.com>
3566 M: Stephen Boyd <sboyd@kernel.org>
3567 L: linux-clk@vger.kernel.org
3568 Q: http://patchwork.kernel.org/project/linux-clk/list/
3569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3571 F: Documentation/devicetree/bindings/clock/
3573 X: drivers/clk/clkdev.c
3574 F: include/linux/clk-pr*
3575 F: include/linux/clk/
3577 COMMON INTERNET FILE SYSTEM (CIFS)
3578 M: Steve French <sfrench@samba.org>
3579 L: linux-cifs@vger.kernel.org
3580 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3581 W: http://linux-cifs.samba.org/
3582 T: git git://git.samba.org/sfrench/cifs-2.6.git
3584 F: Documentation/filesystems/cifs/
3587 COMPACTPCI HOTPLUG CORE
3588 M: Scott Murray <scott@spiteful.org>
3589 L: linux-pci@vger.kernel.org
3591 F: drivers/pci/hotplug/cpci_hotplug*
3593 COMPACTPCI HOTPLUG GENERIC DRIVER
3594 M: Scott Murray <scott@spiteful.org>
3595 L: linux-pci@vger.kernel.org
3597 F: drivers/pci/hotplug/cpcihp_generic.c
3599 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3600 M: Scott Murray <scott@spiteful.org>
3601 L: linux-pci@vger.kernel.org
3603 F: drivers/pci/hotplug/cpcihp_zt5550.*
3605 COMPAL LAPTOP SUPPORT
3606 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3607 L: platform-driver-x86@vger.kernel.org
3609 F: drivers/platform/x86/compal-laptop.c
3611 CONEXANT ACCESSRUNNER USB DRIVER
3612 L: accessrunner-general@lists.sourceforge.net
3613 W: http://accessrunner.sourceforge.net/
3615 F: drivers/usb/atm/cxacru.c
3618 M: Joel Becker <jlbec@evilplan.org>
3619 M: Christoph Hellwig <hch@lst.de>
3620 T: git git://git.infradead.org/users/hch/configfs.git
3623 F: include/linux/configfs.h
3626 M: Evgeniy Polyakov <zbr@ioremap.net>
3627 L: netdev@vger.kernel.org
3629 F: drivers/connector/
3631 CONTROL GROUP (CGROUP)
3632 M: Tejun Heo <tj@kernel.org>
3633 M: Li Zefan <lizefan@huawei.com>
3634 M: Johannes Weiner <hannes@cmpxchg.org>
3635 L: cgroups@vger.kernel.org
3636 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3638 F: Documentation/cgroup*
3639 F: include/linux/cgroup*
3642 CONTROL GROUP - CPUSET
3643 M: Li Zefan <lizefan@huawei.com>
3644 L: cgroups@vger.kernel.org
3645 W: http://www.bullopensource.org/cpuset/
3646 W: http://oss.sgi.com/projects/cpusets/
3647 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3649 F: Documentation/cgroup-v1/cpusets.txt
3650 F: include/linux/cpuset.h
3651 F: kernel/cgroup/cpuset.c
3653 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3654 M: Johannes Weiner <hannes@cmpxchg.org>
3655 M: Michal Hocko <mhocko@kernel.org>
3656 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3657 L: cgroups@vger.kernel.org
3658 L: linux-mm@kvack.org
3663 CORETEMP HARDWARE MONITORING DRIVER
3664 M: Fenghua Yu <fenghua.yu@intel.com>
3665 L: linux-hwmon@vger.kernel.org
3667 F: Documentation/hwmon/coretemp
3668 F: drivers/hwmon/coretemp.c
3670 COSA/SRP SYNC SERIAL DRIVER
3671 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3672 W: http://www.fi.muni.cz/~kas/cosa/
3674 F: drivers/net/wan/cosa*
3676 CPMAC ETHERNET DRIVER
3677 M: Florian Fainelli <f.fainelli@gmail.com>
3678 L: netdev@vger.kernel.org
3680 F: drivers/net/ethernet/ti/cpmac.c
3682 CPU FREQUENCY DRIVERS
3683 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3684 M: Viresh Kumar <viresh.kumar@linaro.org>
3685 L: linux-pm@vger.kernel.org
3687 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3688 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3689 B: https://bugzilla.kernel.org
3690 F: Documentation/cpu-freq/
3691 F: Documentation/devicetree/bindings/cpufreq/
3693 F: include/linux/cpufreq.h
3694 F: tools/testing/selftests/cpufreq/
3696 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3697 M: Viresh Kumar <viresh.kumar@linaro.org>
3698 M: Sudeep Holla <sudeep.holla@arm.com>
3699 L: linux-pm@vger.kernel.org
3700 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3702 F: drivers/cpufreq/arm_big_little.h
3703 F: drivers/cpufreq/arm_big_little.c
3704 F: drivers/cpufreq/arm_big_little_dt.c
3706 CPU POWER MONITORING SUBSYSTEM
3707 M: Thomas Renninger <trenn@suse.com>
3708 M: Shuah Khan <shuah@kernel.org>
3709 L: linux-pm@vger.kernel.org
3711 F: tools/power/cpupower/
3714 M: "H. Peter Anvin" <hpa@zytor.com>
3716 F: arch/x86/kernel/cpuid.c
3717 F: arch/x86/kernel/msr.c
3719 CPUIDLE DRIVER - ARM BIG LITTLE
3720 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3721 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3722 L: linux-pm@vger.kernel.org
3723 L: linux-arm-kernel@lists.infradead.org
3724 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3726 F: drivers/cpuidle/cpuidle-big_little.c
3728 CPUIDLE DRIVER - ARM EXYNOS
3729 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3730 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3731 M: Kukjin Kim <kgene@kernel.org>
3732 L: linux-pm@vger.kernel.org
3733 L: linux-samsung-soc@vger.kernel.org
3735 F: drivers/cpuidle/cpuidle-exynos.c
3736 F: arch/arm/mach-exynos/pm.c
3739 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3740 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3741 L: linux-pm@vger.kernel.org
3743 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3744 B: https://bugzilla.kernel.org
3745 F: drivers/cpuidle/*
3746 F: include/linux/cpuidle.h
3749 M: Nicolas Pitre <nico@linaro.org>
3751 F: Documentation/filesystems/cramfs.txt
3755 M: Herbert Xu <herbert@gondor.apana.org.au>
3756 M: "David S. Miller" <davem@davemloft.net>
3757 L: linux-crypto@vger.kernel.org
3758 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3759 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3761 F: Documentation/crypto/
3762 F: Documentation/devicetree/bindings/crypto/
3767 F: include/linux/crypto*
3769 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3770 M: Neil Horman <nhorman@tuxdriver.com>
3771 L: linux-crypto@vger.kernel.org
3773 F: crypto/ansi_cprng.c
3777 M: Hans Verkuil <hverkuil@xs4all.nl>
3778 L: linux-media@vger.kernel.org
3779 T: git git://linuxtv.org/media_tree.git
3780 W: http://linuxtv.org
3782 F: drivers/media/i2c/cs3308.c
3783 F: drivers/media/i2c/cs3308.h
3785 CS5535 Audio ALSA driver
3786 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3788 F: sound/pci/cs5535audio/
3791 M: Solomon Peachy <pizza@shaftnet.org>
3793 F: drivers/net/wireless/st/cw1200/
3795 CX18 VIDEO4LINUX DRIVER
3796 M: Andy Walls <awalls@md.metrocast.net>
3797 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3798 L: linux-media@vger.kernel.org
3799 T: git git://linuxtv.org/media_tree.git
3800 W: https://linuxtv.org
3801 W: http://www.ivtvdriver.org/index.php/Cx18
3803 F: Documentation/media/v4l-drivers/cx18*
3804 F: drivers/media/pci/cx18/
3805 F: include/uapi/linux/ivtv*
3807 CX2341X MPEG ENCODER HELPER MODULE
3808 M: Hans Verkuil <hverkuil@xs4all.nl>
3809 L: linux-media@vger.kernel.org
3810 T: git git://linuxtv.org/media_tree.git
3811 W: https://linuxtv.org
3813 F: drivers/media/common/cx2341x*
3814 F: include/media/cx2341x*
3816 CX24120 MEDIA DRIVER
3817 M: Jemma Denson <jdenson@gmail.com>
3818 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3819 L: linux-media@vger.kernel.org
3820 W: https://linuxtv.org
3821 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3823 F: drivers/media/dvb-frontends/cx24120*
3825 CX88 VIDEO4LINUX DRIVER
3826 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3827 L: linux-media@vger.kernel.org
3828 W: https://linuxtv.org
3829 T: git git://linuxtv.org/media_tree.git
3831 F: Documentation/media/v4l-drivers/cx88*
3832 F: drivers/media/pci/cx88/
3834 CXD2820R MEDIA DRIVER
3835 M: Antti Palosaari <crope@iki.fi>
3836 L: linux-media@vger.kernel.org
3837 W: https://linuxtv.org
3838 W: http://palosaari.fi/linux/
3839 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3840 T: git git://linuxtv.org/anttip/media_tree.git
3842 F: drivers/media/dvb-frontends/cxd2820r*
3844 CXGB3 ETHERNET DRIVER (CXGB3)
3845 M: Santosh Raspatur <santosh@chelsio.com>
3846 L: netdev@vger.kernel.org
3847 W: http://www.chelsio.com
3849 F: drivers/net/ethernet/chelsio/cxgb3/
3851 CXGB3 ISCSI DRIVER (CXGB3I)
3852 M: Karen Xie <kxie@chelsio.com>
3853 L: linux-scsi@vger.kernel.org
3854 W: http://www.chelsio.com
3856 F: drivers/scsi/cxgbi/cxgb3i
3858 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3859 M: Steve Wise <swise@chelsio.com>
3860 L: linux-rdma@vger.kernel.org
3861 W: http://www.openfabrics.org
3863 F: drivers/infiniband/hw/cxgb3/
3864 F: include/uapi/rdma/cxgb3-abi.h
3866 CXGB4 CRYPTO DRIVER (chcr)
3867 M: Harsh Jain <harsh@chelsio.com>
3868 L: linux-crypto@vger.kernel.org
3869 W: http://www.chelsio.com
3871 F: drivers/crypto/chelsio
3873 CXGB4 ETHERNET DRIVER (CXGB4)
3874 M: Ganesh Goudar <ganeshgr@chelsio.com>
3875 L: netdev@vger.kernel.org
3876 W: http://www.chelsio.com
3878 F: drivers/net/ethernet/chelsio/cxgb4/
3880 CXGB4 ISCSI DRIVER (CXGB4I)
3881 M: Karen Xie <kxie@chelsio.com>
3882 L: linux-scsi@vger.kernel.org
3883 W: http://www.chelsio.com
3885 F: drivers/scsi/cxgbi/cxgb4i
3887 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3888 M: Steve Wise <swise@chelsio.com>
3889 L: linux-rdma@vger.kernel.org
3890 W: http://www.openfabrics.org
3892 F: drivers/infiniband/hw/cxgb4/
3893 F: include/uapi/rdma/cxgb4-abi.h
3895 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3896 M: Casey Leedom <leedom@chelsio.com>
3897 L: netdev@vger.kernel.org
3898 W: http://www.chelsio.com
3900 F: drivers/net/ethernet/chelsio/cxgb4vf/
3902 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3903 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3904 M: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
3905 L: linuxppc-dev@lists.ozlabs.org
3907 F: arch/powerpc/platforms/powernv/pci-cxl.c
3908 F: drivers/misc/cxl/
3909 F: include/misc/cxl*
3910 F: include/uapi/misc/cxl.h
3911 F: Documentation/powerpc/cxl.txt
3912 F: Documentation/ABI/testing/sysfs-class-cxl
3914 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3915 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3916 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3917 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3918 L: linux-scsi@vger.kernel.org
3920 F: drivers/scsi/cxlflash/
3921 F: include/uapi/scsi/cxlflash_ioctls.h
3922 F: Documentation/powerpc/cxlflash.txt
3925 M: Russell King <linux@armlinux.org.uk>
3926 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3927 W: http://www.armlinux.org.uk/
3929 F: drivers/video/fbdev/cyber2000fb.*
3931 CYCLADES ASYNC MUX DRIVER
3932 W: http://www.cyclades.com/
3934 F: drivers/tty/cyclades.c
3935 F: include/linux/cyclades.h
3936 F: include/uapi/linux/cyclades.h
3938 CYCLADES PC300 DRIVER
3939 W: http://www.cyclades.com/
3941 F: drivers/net/wan/pc300*
3943 CYPRESS_FIRMWARE MEDIA DRIVER
3944 M: Antti Palosaari <crope@iki.fi>
3945 L: linux-media@vger.kernel.org
3946 W: https://linuxtv.org
3947 W: http://palosaari.fi/linux/
3948 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3949 T: git git://linuxtv.org/anttip/media_tree.git
3951 F: drivers/media/common/cypress_firmware*<