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/device_drivers/3com/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 M: Heiner Kallweit <hkallweit1@gmail.com>
184 L: netdev@vger.kernel.org
186 F: drivers/net/ethernet/realtek/r8169.c
188 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
189 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
190 L: linux-serial@vger.kernel.org
192 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
193 F: drivers/tty/serial/8250*
194 F: include/linux/serial_8250.h
196 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
197 L: netdev@vger.kernel.org
199 F: drivers/net/ethernet/8390/
202 M: Eric Van Hensbergen <ericvh@gmail.com>
203 M: Latchesar Ionkov <lucho@ionkov.net>
204 M: Dominique Martinet <asmadeus@codewreck.org>
205 L: v9fs-developer@lists.sourceforge.net
206 W: http://swik.net/v9fs
207 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
208 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
209 T: git git://github.com/martinetd/linux.git
211 F: Documentation/filesystems/9p.txt
215 F: include/uapi/linux/virtio_9p.h
216 F: include/trace/events/9p.h
219 M: Antti Palosaari <crope@iki.fi>
220 L: linux-media@vger.kernel.org
221 W: https://linuxtv.org
222 W: http://palosaari.fi/linux/
223 Q: http://patchwork.linuxtv.org/project/linux-media/list/
224 T: git git://linuxtv.org/anttip/media_tree.git
226 F: drivers/media/dvb-frontends/a8293*
228 AACRAID SCSI RAID DRIVER
229 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
230 L: linux-scsi@vger.kernel.org
231 W: http://www.adaptec.com/
233 F: Documentation/scsi/aacraid.txt
234 F: drivers/scsi/aacraid/
237 L: linux-api@vger.kernel.org
238 F: include/linux/syscalls.h
241 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
242 M: Hans de Goede <hdegoede@redhat.com>
243 L: linux-hwmon@vger.kernel.org
245 F: drivers/hwmon/abituguru.c
247 ABIT UGURU 3 HARDWARE MONITOR DRIVER
248 M: Alistair John Strachan <alistair@devzero.co.uk>
249 L: linux-hwmon@vger.kernel.org
251 F: drivers/hwmon/abituguru3.c
253 ACCES 104-DIO-48E GPIO DRIVER
254 M: William Breathitt Gray <vilhelm.gray@gmail.com>
255 L: linux-gpio@vger.kernel.org
257 F: drivers/gpio/gpio-104-dio-48e.c
259 ACCES 104-IDI-48 GPIO DRIVER
260 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
261 L: linux-gpio@vger.kernel.org
263 F: drivers/gpio/gpio-104-idi-48.c
265 ACCES 104-IDIO-16 GPIO DRIVER
266 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
267 L: linux-gpio@vger.kernel.org
269 F: drivers/gpio/gpio-104-idio-16.c
271 ACCES 104-QUAD-8 IIO DRIVER
272 M: William Breathitt Gray <vilhelm.gray@gmail.com>
273 L: linux-iio@vger.kernel.org
275 F: Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8
276 F: drivers/iio/counter/104-quad-8.c
278 ACCES PCI-IDIO-16 GPIO DRIVER
279 M: William Breathitt Gray <vilhelm.gray@gmail.com>
280 L: linux-gpio@vger.kernel.org
282 F: drivers/gpio/gpio-pci-idio-16.c
284 ACCES PCIe-IDIO-24 GPIO DRIVER
285 M: William Breathitt Gray <vilhelm.gray@gmail.com>
286 L: linux-gpio@vger.kernel.org
288 F: drivers/gpio/gpio-pcie-idio-24.c
291 M: Jes Sorensen <jes@trained-monkey.org>
292 L: linux-acenic@sunsite.dk
294 F: drivers/net/ethernet/alteon/acenic*
296 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
297 M: Peter Feuerer <peter@piie.net>
298 L: platform-driver-x86@vger.kernel.org
299 W: http://piie.net/?section=acerhdf
301 F: drivers/platform/x86/acerhdf.c
303 ACER WMI LAPTOP EXTRAS
304 M: "Lee, Chun-Yi" <jlee@suse.com>
305 L: platform-driver-x86@vger.kernel.org
307 F: drivers/platform/x86/acer-wmi.c
310 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
311 M: Len Brown <lenb@kernel.org>
312 L: linux-acpi@vger.kernel.org
313 W: https://01.org/linux-acpi
314 Q: https://patchwork.kernel.org/project/linux-acpi/list/
315 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
316 B: https://bugzilla.kernel.org
319 F: drivers/pnp/pnpacpi/
320 F: include/linux/acpi.h
321 F: include/linux/fwnode.h
323 F: Documentation/acpi/
324 F: Documentation/ABI/testing/sysfs-bus-acpi
325 F: Documentation/ABI/testing/configfs-acpi
326 F: drivers/pci/*acpi*
327 F: drivers/pci/*/*acpi*
331 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
332 M: Len Brown <lenb@kernel.org>
333 L: linux-acpi@vger.kernel.org
334 R: Tony Luck <tony.luck@intel.com>
335 R: Borislav Petkov <bp@alien8.de>
336 F: drivers/acpi/apei/
338 ACPI COMPONENT ARCHITECTURE (ACPICA)
339 M: Robert Moore <robert.moore@intel.com>
340 M: Erik Schmauss <erik.schmauss@intel.com>
341 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
342 L: linux-acpi@vger.kernel.org
344 W: https://acpica.org/
345 W: https://github.com/acpica/acpica/
346 Q: https://patchwork.kernel.org/project/linux-acpi/list/
347 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
348 B: https://bugzilla.kernel.org
349 B: https://bugs.acpica.org
351 F: drivers/acpi/acpica/
356 M: Zhang Rui <rui.zhang@intel.com>
357 L: linux-acpi@vger.kernel.org
358 W: https://01.org/linux-acpi
359 B: https://bugzilla.kernel.org
361 F: drivers/acpi/fan.c
363 ACPI FOR ARM64 (ACPI/arm64)
364 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
365 M: Hanjun Guo <hanjun.guo@linaro.org>
366 M: Sudeep Holla <sudeep.holla@arm.com>
367 L: linux-acpi@vger.kernel.org
369 F: drivers/acpi/arm64
371 ACPI I2C MULTI INSTANTIATE DRIVER
372 M: Hans de Goede <hdegoede@redhat.com>
373 L: platform-driver-x86@vger.kernel.org
375 F: drivers/platform/x86/i2c-multi-instantiate.c
378 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
379 M: Len Brown <lenb@kernel.org>
380 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
381 R: Mika Westerberg <mika.westerberg@linux.intel.com>
382 L: linux-acpi@vger.kernel.org
383 Q: https://patchwork.kernel.org/project/linux-acpi/list/
384 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
385 B: https://bugzilla.kernel.org
387 F: drivers/acpi/pmic/
390 M: Zhang Rui <rui.zhang@intel.com>
391 L: linux-acpi@vger.kernel.org
392 W: https://01.org/linux-acpi
393 B: https://bugzilla.kernel.org
395 F: drivers/acpi/*thermal*
398 M: Zhang Rui <rui.zhang@intel.com>
399 L: linux-acpi@vger.kernel.org
400 W: https://01.org/linux-acpi
401 B: https://bugzilla.kernel.org
403 F: drivers/acpi/acpi_video.c
406 L: platform-driver-x86@vger.kernel.org
408 F: drivers/platform/x86/wmi.c
409 F: include/uapi/linux/wmi.h
411 AD1889 ALSA SOUND DRIVER
412 M: Thibaut Varene <T-Bone@parisc-linux.org>
413 W: http://wiki.parisc-linux.org/AD1889
414 L: linux-parisc@vger.kernel.org
416 F: sound/pci/ad1889.*
418 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
419 M: Michael Hennerich <michael.hennerich@analog.com>
420 W: http://wiki.analog.com/AD5254
421 W: http://ez.analog.com/community/linux-device-drivers
423 F: drivers/misc/ad525x_dpot.c
425 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
426 M: Michael Hennerich <michael.hennerich@analog.com>
427 W: http://wiki.analog.com/AD5398
428 W: http://ez.analog.com/community/linux-device-drivers
430 F: drivers/regulator/ad5398.c
432 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
433 M: Michael Hennerich <michael.hennerich@analog.com>
434 W: http://wiki.analog.com/AD7142
435 W: http://ez.analog.com/community/linux-device-drivers
437 F: drivers/input/misc/ad714x.c
439 AD7877 TOUCHSCREEN DRIVER
440 M: Michael Hennerich <michael.hennerich@analog.com>
441 W: http://wiki.analog.com/AD7877
442 W: http://ez.analog.com/community/linux-device-drivers
444 F: drivers/input/touchscreen/ad7877.c
446 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
447 M: Michael Hennerich <michael.hennerich@analog.com>
448 W: http://wiki.analog.com/AD7879
449 W: http://ez.analog.com/community/linux-device-drivers
451 F: drivers/input/touchscreen/ad7879.c
453 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
454 M: Jiri Kosina <jikos@kernel.org>
457 ADF7242 IEEE 802.15.4 RADIO DRIVER
458 M: Michael Hennerich <michael.hennerich@analog.com>
459 W: https://wiki.analog.com/ADF7242
460 W: http://ez.analog.com/community/linux-device-drivers
461 L: linux-wpan@vger.kernel.org
463 F: drivers/net/ieee802154/adf7242.c
464 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
466 ADM1025 HARDWARE MONITOR DRIVER
467 M: Jean Delvare <jdelvare@suse.com>
468 L: linux-hwmon@vger.kernel.org
470 F: Documentation/hwmon/adm1025
471 F: drivers/hwmon/adm1025.c
473 ADM1029 HARDWARE MONITOR DRIVER
474 M: Corentin Labbe <clabbe.montjoie@gmail.com>
475 L: linux-hwmon@vger.kernel.org
477 F: drivers/hwmon/adm1029.c
479 ADM8211 WIRELESS DRIVER
480 L: linux-wireless@vger.kernel.org
481 W: http://wireless.kernel.org/
483 F: drivers/net/wireless/admtek/adm8211.*
485 ADP1653 FLASH CONTROLLER DRIVER
486 M: Sakari Ailus <sakari.ailus@iki.fi>
487 L: linux-media@vger.kernel.org
489 F: drivers/media/i2c/adp1653.c
490 F: include/media/i2c/adp1653.h
492 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
493 M: Michael Hennerich <michael.hennerich@analog.com>
494 W: http://wiki.analog.com/ADP5520
495 W: http://ez.analog.com/community/linux-device-drivers
497 F: drivers/mfd/adp5520.c
498 F: drivers/video/backlight/adp5520_bl.c
499 F: drivers/leds/leds-adp5520.c
500 F: drivers/gpio/gpio-adp5520.c
501 F: drivers/input/keyboard/adp5520-keys.c
503 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
504 M: Michael Hennerich <michael.hennerich@analog.com>
505 W: http://wiki.analog.com/ADP5588
506 W: http://ez.analog.com/community/linux-device-drivers
508 F: drivers/input/keyboard/adp5588-keys.c
509 F: drivers/gpio/gpio-adp5588.c
511 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
512 M: Michael Hennerich <michael.hennerich@analog.com>
513 W: http://wiki.analog.com/ADP8860
514 W: http://ez.analog.com/community/linux-device-drivers
516 F: drivers/video/backlight/adp8860_bl.c
518 ADS1015 HARDWARE MONITOR DRIVER
519 M: Dirk Eibach <eibach@gdsys.de>
520 L: linux-hwmon@vger.kernel.org
522 F: Documentation/hwmon/ads1015
523 F: drivers/hwmon/ads1015.c
524 F: include/linux/platform_data/ads1015.h
527 M: Colin Leroy <colin@colino.net>
529 F: drivers/macintosh/therm_adt746x.c
531 ADT7475 HARDWARE MONITOR DRIVER
532 M: Jean Delvare <jdelvare@suse.com>
533 L: linux-hwmon@vger.kernel.org
535 F: Documentation/hwmon/adt7475
536 F: drivers/hwmon/adt7475.c
539 M: Matthew Wilcox <willy@infradead.org>
540 M: Hannes Reinecke <hare@suse.com>
541 L: linux-scsi@vger.kernel.org
543 F: Documentation/scsi/advansys.txt
544 F: drivers/scsi/advansys.c
546 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
547 M: Michael Hennerich <michael.hennerich@analog.com>
548 W: http://wiki.analog.com/ADXL345
549 W: http://ez.analog.com/community/linux-device-drivers
551 F: drivers/input/misc/adxl34x.c
553 ADXL372 THREE-AXIS DIGITAL ACCELEROMETER DRIVER
554 M: Stefan Popa <stefan.popa@analog.com>
555 W: http://ez.analog.com/community/linux-device-drivers
557 F: drivers/iio/accel/adxl372.c
558 F: drivers/iio/accel/adxl372_spi.c
559 F: drivers/iio/accel/adxl372_i2c.c
560 F: Documentation/devicetree/bindings/iio/accel/adxl372.txt
563 M: Antti Palosaari <crope@iki.fi>
564 L: linux-media@vger.kernel.org
565 W: https://linuxtv.org
566 W: http://palosaari.fi/linux/
567 Q: http://patchwork.linuxtv.org/project/linux-media/list/
568 T: git git://linuxtv.org/anttip/media_tree.git
570 F: drivers/media/dvb-frontends/af9013*
573 M: Antti Palosaari <crope@iki.fi>
574 L: linux-media@vger.kernel.org
575 W: https://linuxtv.org
576 W: http://palosaari.fi/linux/
577 Q: http://patchwork.linuxtv.org/project/linux-media/list/
578 T: git git://linuxtv.org/anttip/media_tree.git
580 F: drivers/media/dvb-frontends/af9033*
583 M: David Sterba <dsterba@suse.com>
584 L: linux-fsdevel@vger.kernel.org
586 F: Documentation/filesystems/affs.txt
590 M: David Howells <dhowells@redhat.com>
591 L: linux-afs@lists.infradead.org
594 F: include/trace/events/afs.h
595 F: Documentation/filesystems/afs.txt
596 W: https://www.infradead.org/~dhowells/kafs/
599 M: David Airlie <airlied@linux.ie>
600 T: git git://anongit.freedesktop.org/drm/drm
603 F: include/linux/agp*
604 F: include/uapi/linux/agp*
607 M: "Juergen E. Fischer" <fischer@norbit.de>
608 L: linux-scsi@vger.kernel.org
610 F: drivers/scsi/aha152x*
611 F: drivers/scsi/pcmcia/aha152x*
613 AIC7XXX / AIC79XX SCSI DRIVER
614 M: Hannes Reinecke <hare@suse.com>
615 L: linux-scsi@vger.kernel.org
617 F: drivers/scsi/aic7xxx/
619 AIMSLAB FM RADIO RECEIVER DRIVER
620 M: Hans Verkuil <hverkuil@xs4all.nl>
621 L: linux-media@vger.kernel.org
622 T: git git://linuxtv.org/media_tree.git
623 W: https://linuxtv.org
625 F: drivers/media/radio/radio-aimslab*
628 M: Benjamin LaHaise <bcrl@kvack.org>
629 L: linux-aio@kvack.org
632 F: include/linux/*aio*.h
635 M: Antti Palosaari <crope@iki.fi>
636 L: linux-media@vger.kernel.org
637 W: https://linuxtv.org
638 W: http://palosaari.fi/linux/
639 Q: http://patchwork.linuxtv.org/project/linux-media/list/
640 T: git git://linuxtv.org/anttip/media_tree.git
642 F: drivers/media/usb/airspy/
644 ALACRITECH GIGABIT ETHERNET DRIVER
645 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
647 F: drivers/net/ethernet/alacritech/*
649 ALCATEL SPEEDTOUCH USB DRIVER
650 M: Duncan Sands <duncan.sands@free.fr>
651 L: linux-usb@vger.kernel.org
652 W: http://www.linux-usb.org/SpeedTouch/
654 F: drivers/usb/atm/speedtch.c
655 F: drivers/usb/atm/usbatm.c
657 ALCHEMY AU1XX0 MMC DRIVER
658 M: Manuel Lauss <manuel.lauss@gmail.com>
660 F: drivers/mmc/host/au1xmmc.c
663 M: Rudolf Marek <r.marek@assembler.cz>
664 L: linux-i2c@vger.kernel.org
666 F: Documentation/i2c/busses/i2c-ali1563
667 F: drivers/i2c/busses/i2c-ali1563.c
669 ALLWINNER SECURITY SYSTEM
670 M: Corentin Labbe <clabbe.montjoie@gmail.com>
671 L: linux-crypto@vger.kernel.org
673 F: drivers/crypto/sunxi-ss/
676 M: Maxime Ripard <maxime.ripard@bootlin.com>
677 M: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
678 L: linux-media@vger.kernel.org
680 F: drivers/staging/media/sunxi/cedrus/
683 M: Richard Henderson <rth@twiddle.net>
684 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
685 M: Matt Turner <mattst88@gmail.com>
687 L: linux-alpha@vger.kernel.org
690 ALPS PS/2 TOUCHPAD DRIVER
691 R: Pali Rohár <pali.rohar@gmail.com>
692 F: drivers/input/mouse/alps.*
694 ALTERA I2C CONTROLLER DRIVER
695 M: Thor Thayer <thor.thayer@linux.intel.com>
697 F: drivers/i2c/busses/i2c-altera.c
699 ALTERA MAILBOX DRIVER
700 M: Ley Foon Tan <lftan@altera.com>
701 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
703 F: drivers/mailbox/mailbox-altera.c
706 M: Tien Hock Loh <thloh@altera.com>
707 L: linux-gpio@vger.kernel.org
709 F: drivers/gpio/gpio-altera.c
711 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
712 M: Thor Thayer <thor.thayer@linux.intel.com>
714 F: drivers/gpio/gpio-altera-a10sr.c
715 F: drivers/mfd/altera-a10sr.c
716 F: drivers/reset/reset-a10sr.c
717 F: include/linux/mfd/altera-a10sr.h
718 F: include/dt-bindings/reset/altr,rst-mgr-a10sr.h
720 ALTERA TRIPLE SPEED ETHERNET DRIVER
721 M: Thor Thayer <thor.thayer@linux.intel.com>
722 L: netdev@vger.kernel.org
723 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
725 F: drivers/net/ethernet/altera/
727 ALTERA UART/JTAG UART SERIAL DRIVERS
728 M: Tobias Klauser <tklauser@distanz.ch>
729 L: linux-serial@vger.kernel.org
730 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
732 F: drivers/tty/serial/altera_uart.c
733 F: drivers/tty/serial/altera_jtaguart.c
734 F: include/linux/altera_uart.h
735 F: include/linux/altera_jtaguart.h
737 AMAZON ETHERNET DRIVERS
738 M: Netanel Belgazal <netanel@amazon.com>
739 R: Saeed Bishara <saeedb@amazon.com>
740 R: Zorik Machulsky <zorik@amazon.com>
741 L: netdev@vger.kernel.org
743 F: Documentation/networking/device_drivers/amazon/ena.txt
744 F: drivers/net/ethernet/amazon/
746 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
747 M: Tom Lendacky <thomas.lendacky@amd.com>
748 M: Gary Hook <gary.hook@amd.com>
749 L: linux-crypto@vger.kernel.org
751 F: drivers/crypto/ccp/
752 F: include/linux/ccp.h
755 M: Harry Wentland <harry.wentland@amd.com>
756 M: Leo Li <sunpeng.li@amd.com>
757 L: amd-gfx@lists.freedesktop.org
758 T: git git://people.freedesktop.org/~agd5f/linux
760 F: drivers/gpu/drm/amd/display/
762 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
763 M: Huang Rui <ray.huang@amd.com>
764 L: linux-hwmon@vger.kernel.org
766 F: Documentation/hwmon/fam15h_power
767 F: drivers/hwmon/fam15h_power.c
769 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
770 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
772 F: drivers/usb/gadget/udc/amd5536udc.*
774 AMD GEODE PROCESSOR/CHIPSET SUPPORT
775 P: Andres Salomon <dilinger@queued.net>
776 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
777 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
779 F: drivers/char/hw_random/geode-rng.c
780 F: drivers/crypto/geode*
781 F: drivers/video/fbdev/geode/
782 F: arch/x86/include/asm/geode.h
785 M: Joerg Roedel <joro@8bytes.org>
786 L: iommu@lists.linux-foundation.org
787 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
789 F: drivers/iommu/amd_iommu*.[ch]
790 F: include/linux/amd-iommu.h
793 M: Oded Gabbay <oded.gabbay@gmail.com>
794 L: dri-devel@lists.freedesktop.org
795 T: git git://people.freedesktop.org/~gabbayo/linux.git
797 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
798 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
799 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
800 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
801 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
802 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c
803 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
804 F: drivers/gpu/drm/amd/amdkfd/
805 F: drivers/gpu/drm/amd/include/cik_structs.h
806 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
807 F: drivers/gpu/drm/amd/include/vi_structs.h
808 F: drivers/gpu/drm/amd/include/v9_structs.h
809 F: include/uapi/linux/kfd_ioctl.h
812 M: Rex Zhu <rex.zhu@amd.com>
813 M: Evan Quan <evan.quan@amd.com>
814 L: amd-gfx@lists.freedesktop.org
816 F: drivers/gpu/drm/amd/powerplay/
817 T: git git://people.freedesktop.org/~agd5f/linux
819 AMD SEATTLE DEVICE TREE SUPPORT
820 M: Brijesh Singh <brijeshkumar.singh@amd.com>
821 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
822 M: Tom Lendacky <thomas.lendacky@amd.com>
824 F: arch/arm64/boot/dts/amd/
827 M: Tom Lendacky <thomas.lendacky@amd.com>
828 L: netdev@vger.kernel.org
830 F: drivers/net/ethernet/amd/xgbe/
831 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
833 ANALOG DEVICES INC AD5686 DRIVER
834 M: Stefan Popa <stefan.popa@analog.com>
835 L: linux-pm@vger.kernel.org
836 W: http://ez.analog.com/community/linux-device-drivers
838 F: drivers/iio/dac/ad5686*
839 F: drivers/iio/dac/ad5696*
841 ANALOG DEVICES INC AD5758 DRIVER
842 M: Stefan Popa <stefan.popa@analog.com>
843 L: linux-iio@vger.kernel.org
844 W: http://ez.analog.com/community/linux-device-drivers
846 F: drivers/iio/dac/ad5758.c
847 F: Documentation/devicetree/bindings/iio/dac/ad5758.txt
849 ANALOG DEVICES INC AD7124 DRIVER
850 M: Stefan Popa <stefan.popa@analog.com>
851 L: linux-iio@vger.kernel.org
852 W: http://ez.analog.com/community/linux-device-drivers
854 F: drivers/iio/adc/ad7124.c
855 F: Documentation/devicetree/bindings/iio/adc/adi,ad7124.txt
857 ANALOG DEVICES INC AD9389B DRIVER
858 M: Hans Verkuil <hans.verkuil@cisco.com>
859 L: linux-media@vger.kernel.org
861 F: drivers/media/i2c/ad9389b*
863 ANALOG DEVICES INC ADGS1408 DRIVER
864 M: Mircea Caprioru <mircea.caprioru@analog.com>
866 F: drivers/mux/adgs1408.c
867 F: Documentation/devicetree/bindings/mux/adi,adgs1408.txt
869 ANALOG DEVICES INC ADP5061 DRIVER
870 M: Stefan Popa <stefan.popa@analog.com>
871 L: linux-pm@vger.kernel.org
872 W: http://ez.analog.com/community/linux-device-drivers
874 F: drivers/power/supply/adp5061.c
876 ANALOG DEVICES INC ADV7180 DRIVER
877 M: Lars-Peter Clausen <lars@metafoo.de>
878 L: linux-media@vger.kernel.org
879 W: http://ez.analog.com/community/linux-device-drivers
881 F: drivers/media/i2c/adv7180.c
883 ANALOG DEVICES INC ADV748X DRIVER
884 M: Kieran Bingham <kieran.bingham@ideasonboard.com>
885 L: linux-media@vger.kernel.org
887 F: drivers/media/i2c/adv748x/*
889 ANALOG DEVICES INC ADV7511 DRIVER
890 M: Hans Verkuil <hans.verkuil@cisco.com>
891 L: linux-media@vger.kernel.org
893 F: drivers/media/i2c/adv7511*
895 ANALOG DEVICES INC ADV7604 DRIVER
896 M: Hans Verkuil <hans.verkuil@cisco.com>
897 L: linux-media@vger.kernel.org
899 F: drivers/media/i2c/adv7604*
901 ANALOG DEVICES INC ADV7842 DRIVER
902 M: Hans Verkuil <hans.verkuil@cisco.com>
903 L: linux-media@vger.kernel.org
905 F: drivers/media/i2c/adv7842*
907 ANALOG DEVICES INC ASOC CODEC DRIVERS
908 M: Lars-Peter Clausen <lars@metafoo.de>
909 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
910 W: http://wiki.analog.com/
911 W: http://ez.analog.com/community/linux-device-drivers
913 F: sound/soc/codecs/adau*
914 F: sound/soc/codecs/adav*
915 F: sound/soc/codecs/ad1*
916 F: sound/soc/codecs/ad7*
917 F: sound/soc/codecs/ssm*
918 F: sound/soc/codecs/sigmadsp.*
920 ANALOG DEVICES INC DMA DRIVERS
921 M: Lars-Peter Clausen <lars@metafoo.de>
922 W: http://ez.analog.com/community/linux-device-drivers
924 F: drivers/dma/dma-axi-dmac.c
926 ANALOG DEVICES INC IIO DRIVERS
927 M: Lars-Peter Clausen <lars@metafoo.de>
928 M: Michael Hennerich <Michael.Hennerich@analog.com>
929 W: http://wiki.analog.com/
930 W: http://ez.analog.com/community/linux-device-drivers
932 F: Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523
933 F: Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350
935 F: drivers/iio/adc/ltc2497*
936 X: drivers/iio/*/adjd*
937 F: drivers/staging/iio/*/ad*
940 M: Greentime Hu <green.hu@gmail.com>
941 M: Vincent Chen <deanbo422@gmail.com>
942 T: git https://github.com/andestech/linux.git
945 F: Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt
946 F: Documentation/devicetree/bindings/nds32/
950 ANDROID CONFIG FRAGMENTS
951 M: Rob Herring <robh@kernel.org>
953 F: kernel/configs/android*
956 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
957 M: Arve Hjønnevåg <arve@android.com>
958 M: Todd Kjos <tkjos@android.com>
959 M: Martijn Coenen <maco@android.com>
960 M: Joel Fernandes <joel@joelfernandes.org>
961 M: Christian Brauner <christian@brauner.io>
962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
963 L: devel@driverdev.osuosl.org
966 F: drivers/staging/android/
968 ANDROID GOLDFISH PIC DRIVER
969 M: Miodrag Dinic <miodrag.dinic@mips.com>
971 F: Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
972 F: drivers/irqchip/irq-goldfish-pic.c
974 ANDROID GOLDFISH RTC DRIVER
975 M: Miodrag Dinic <miodrag.dinic@mips.com>
977 F: Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
978 F: drivers/rtc/rtc-goldfish.c
981 M: Laura Abbott <labbott@redhat.com>
982 M: Sumit Semwal <sumit.semwal@linaro.org>
983 L: devel@driverdev.osuosl.org
984 L: dri-devel@lists.freedesktop.org
985 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
987 F: drivers/staging/android/ion
988 F: drivers/staging/android/uapi/ion.h
990 AOA (Apple Onboard Audio) ALSA DRIVER
991 M: Johannes Berg <johannes@sipsolutions.net>
992 L: linuxppc-dev@lists.ozlabs.org
993 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
997 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
998 M: William Breathitt Gray <vilhelm.gray@gmail.com>
999 L: linux-iio@vger.kernel.org
1001 F: drivers/iio/adc/stx104.c
1004 M: Jiri Kosina <jikos@kernel.org>
1006 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
1007 F: arch/x86/kernel/apm_32.c
1008 F: include/linux/apm_bios.h
1009 F: include/uapi/linux/apm_bios.h
1010 F: drivers/char/apm-emulation.c
1012 APPARMOR SECURITY MODULE
1013 M: John Johansen <john.johansen@canonical.com>
1014 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
1015 W: wiki.apparmor.net
1016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
1018 F: security/apparmor/
1019 F: Documentation/admin-guide/LSM/apparmor.rst
1021 APPLE BCM5974 MULTITOUCH DRIVER
1022 M: Henrik Rydberg <rydberg@bitmath.org>
1023 L: linux-input@vger.kernel.org
1025 F: drivers/input/mouse/bcm5974.c
1028 M: Henrik Rydberg <rydberg@bitmath.org>
1029 L: linux-hwmon@vger.kernel.org
1031 F: drivers/hwmon/applesmc.c
1033 APPLETALK NETWORK LAYER
1034 L: netdev@vger.kernel.org
1036 F: drivers/net/appletalk/
1039 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
1040 M: Duc Dang <dhdang@apm.com>
1042 F: arch/arm64/boot/dts/apm/
1044 APPLIED MICRO (APM) X-GENE SOC EDAC
1045 M: Loc Ho <lho@apm.com>
1047 F: drivers/edac/xgene_edac.c
1048 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
1050 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
1051 M: Iyappan Subramanian <isubramanian@apm.com>
1052 M: Keyur Chudgar <kchudgar@apm.com>
1054 F: drivers/net/ethernet/apm/xgene-v2/
1056 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
1057 M: Iyappan Subramanian <isubramanian@apm.com>
1058 M: Keyur Chudgar <kchudgar@apm.com>
1059 M: Quan Nguyen <qnguyen@apm.com>
1061 F: drivers/net/ethernet/apm/xgene/
1062 F: drivers/net/phy/mdio-xgene.c
1063 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
1064 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
1066 APPLIED MICRO (APM) X-GENE SOC PMU
1067 M: Tai Nguyen <ttnguyen@apm.com>
1069 F: drivers/perf/xgene_pmu.c
1070 F: Documentation/perf/xgene-pmu.txt
1071 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
1073 APTINA CAMERA SENSOR PLL
1074 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
1075 L: linux-media@vger.kernel.org
1077 F: drivers/media/i2c/aptina-pll.*
1079 ARC FRAMEBUFFER DRIVER
1080 M: Jaya Kumar <jayalk@intworks.biz>
1082 F: drivers/video/fbdev/arcfb.c
1083 F: drivers/video/fbdev/core/fb_defio.c
1086 M: Alexey Brodkin <abrodkin@synopsys.com>
1088 F: drivers/gpu/drm/arc/
1089 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
1091 ARCNET NETWORK LAYER
1092 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
1093 L: netdev@vger.kernel.org
1095 F: drivers/net/arcnet/
1096 F: include/uapi/linux/if_arcnet.h
1098 ARM ARCHITECTED TIMER DRIVER
1099 M: Mark Rutland <mark.rutland@arm.com>
1100 M: Marc Zyngier <marc.zyngier@arm.com>
1101 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 F: arch/arm/include/asm/arch_timer.h
1104 F: arch/arm64/include/asm/arch_timer.h
1105 F: drivers/clocksource/arm_arch_timer.c
1107 ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT
1108 M: Linus Walleij <linus.walleij@linaro.org>
1109 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 F: Documentation/devicetree/bindings/arm/arm-boards
1112 F: Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt
1113 F: Documentation/devicetree/bindings/clock/arm-integrator.txt
1114 F: Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
1115 F: Documentation/devicetree/bindings/mtd/arm-versatile.txt
1116 F: arch/arm/mach-integrator/
1117 F: arch/arm/mach-realview/
1118 F: arch/arm/mach-versatile/
1119 F: arch/arm/plat-versatile/
1120 F: arch/arm/boot/dts/arm-realview-*
1121 F: arch/arm/boot/dts/integrator*
1122 F: arch/arm/boot/dts/versatile*
1123 F: drivers/clk/versatile/
1124 F: drivers/i2c/busses/i2c-versatile.c
1125 F: drivers/irqchip/irq-versatile-fpga.c
1126 F: drivers/mtd/maps/physmap_of_versatile.c
1127 F: drivers/power/reset/arm-versatile-reboot.c
1128 F: drivers/soc/versatile/
1130 ARM HDLCD DRM DRIVER
1131 M: Liviu Dudau <liviu.dudau@arm.com>
1133 F: drivers/gpu/drm/arm/hdlcd_*
1134 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
1136 ARM MALI-DP DRM DRIVER
1137 M: Liviu Dudau <liviu.dudau@arm.com>
1138 M: Brian Starkey <brian.starkey@arm.com>
1139 M: Mali DP Maintainers <malidp@foss.arm.com>
1141 F: drivers/gpu/drm/arm/
1142 F: Documentation/devicetree/bindings/display/arm,malidp.txt
1144 ARM MFM AND FLOPPY DRIVERS
1145 M: Ian Molton <spyro@f2s.com>
1147 F: arch/arm/lib/floppydma.S
1148 F: arch/arm/include/asm/floppy.h
1150 ARM PMU PROFILING AND DEBUGGING
1151 M: Will Deacon <will.deacon@arm.com>
1152 M: Mark Rutland <mark.rutland@arm.com>
1154 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 F: arch/arm*/kernel/perf_*
1156 F: arch/arm/oprofile/common.c
1157 F: arch/arm*/kernel/hw_breakpoint.c
1158 F: arch/arm*/include/asm/hw_breakpoint.h
1159 F: arch/arm*/include/asm/perf_event.h
1161 F: include/linux/perf/arm_pmu.h
1162 F: Documentation/devicetree/bindings/arm/pmu.txt
1163 F: Documentation/devicetree/bindings/perf/
1166 M: Russell King <linux@armlinux.org.uk>
1167 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168 W: http://www.armlinux.org.uk/
1170 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git
1172 X: arch/arm/boot/dts/
1174 ARM PRIMECELL AACI PL041 DRIVER
1175 M: Russell King <linux@armlinux.org.uk>
1179 ARM PRIMECELL BUS SUPPORT
1180 M: Russell King <linux@armlinux.org.uk>
1183 F: include/linux/amba/bus.h
1185 ARM PRIMECELL CLCD PL110 DRIVER
1186 M: Russell King <linux@armlinux.org.uk>
1188 F: drivers/video/fbdev/amba-clcd.*
1190 ARM PRIMECELL KMI PL050 DRIVER
1191 M: Russell King <linux@armlinux.org.uk>
1193 F: drivers/input/serio/ambakmi.*
1194 F: include/linux/amba/kmi.h
1196 ARM PRIMECELL MMCI PL180/1 DRIVER
1197 M: Russell King <linux@armlinux.org.uk>
1199 F: drivers/mmc/host/mmci.*
1200 F: include/linux/amba/mmci.h
1202 ARM PRIMECELL SSP PL022 SPI DRIVER
1203 M: Linus Walleij <linus.walleij@linaro.org>
1204 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1206 F: Documentation/devicetree/bindings/spi/spi_pl022.txt
1207 F: drivers/spi/spi-pl022.c
1209 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1210 M: Russell King <linux@armlinux.org.uk>
1212 F: drivers/tty/serial/amba-pl01*.c
1213 F: include/linux/amba/serial.h
1215 ARM PRIMECELL VIC PL190/PL192 DRIVER
1216 M: Linus Walleij <linus.walleij@linaro.org>
1217 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1219 F: Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt
1220 F: drivers/irqchip/irq-vic.c
1223 M: Will Deacon <will.deacon@arm.com>
1224 R: Robin Murphy <robin.murphy@arm.com>
1225 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1227 F: drivers/iommu/arm-smmu.c
1228 F: drivers/iommu/arm-smmu-v3.c
1229 F: drivers/iommu/io-pgtable-arm.c
1230 F: drivers/iommu/io-pgtable-arm-v7s.c
1232 ARM SUB-ARCHITECTURES
1233 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1237 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1239 ARM/ACTIONS SEMI ARCHITECTURE
1240 M: Andreas Färber <afaerber@suse.de>
1241 R: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
1242 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1245 F: arch/arm/mach-actions/
1246 F: arch/arm/boot/dts/owl-*
1247 F: arch/arm64/boot/dts/actions/
1248 F: drivers/clk/actions/
1249 F: drivers/clocksource/timer-owl*
1250 F: drivers/dma/owl-dma.c
1251 F: drivers/i2c/busses/i2c-owl.c
1252 F: drivers/pinctrl/actions/*
1253 F: drivers/soc/actions/
1254 F: include/dt-bindings/power/owl-*
1255 F: include/linux/soc/actions/
1256 F: Documentation/devicetree/bindings/arm/actions.txt
1257 F: Documentation/devicetree/bindings/clock/actions,owl-cmu.txt
1258 F: Documentation/devicetree/bindings/dma/owl-dma.txt
1259 F: Documentation/devicetree/bindings/i2c/i2c-owl.txt
1260 F: Documentation/devicetree/bindings/pinctrl/actions,s900-pinctrl.txt
1261 F: Documentation/devicetree/bindings/power/actions,owl-sps.txt
1262 F: Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1264 ARM/ADS SPHERE MACHINE SUPPORT
1265 M: Lennert Buytenhek <kernel@wantstofly.org>
1266 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 ARM/AFEB9260 MACHINE SUPPORT
1270 M: Sergey Lapin <slapin@ossfans.org>
1271 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1274 ARM/AJECO 1ARM MACHINE SUPPORT
1275 M: Lennert Buytenhek <kernel@wantstofly.org>
1276 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 ARM/Allwinner SoC Clock Support
1280 M: Emilio López <emilio@elopez.com.ar>
1282 F: drivers/clk/sunxi/
1284 ARM/Allwinner sunXi SoC support
1285 M: Maxime Ripard <maxime.ripard@bootlin.com>
1286 M: Chen-Yu Tsai <wens@csie.org>
1287 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1291 F: arch/arm/mach-sunxi/
1292 F: arch/arm64/boot/dts/allwinner/
1293 F: drivers/clk/sunxi-ng/
1294 F: drivers/pinctrl/sunxi/
1295 F: drivers/soc/sunxi/
1296 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1298 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1299 M: Neil Armstrong <narmstrong@baylibre.com>
1300 M: Jerome Brunet <jbrunet@baylibre.com>
1301 L: linux-amlogic@lists.infradead.org
1303 F: drivers/clk/meson/
1304 F: include/dt-bindings/clock/meson*
1305 F: include/dt-bindings/clock/gxbb*
1306 F: Documentation/devicetree/bindings/clock/amlogic*
1308 ARM/Amlogic Meson SoC support
1309 M: Kevin Hilman <khilman@baylibre.com>
1310 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 L: linux-amlogic@lists.infradead.org
1312 W: http://linux-meson.com/
1314 F: arch/arm/mach-meson/
1315 F: arch/arm/boot/dts/meson*
1316 F: arch/arm64/boot/dts/amlogic/
1317 F: drivers/pinctrl/meson/
1318 F: drivers/mmc/host/meson*
1319 F: drivers/soc/amlogic/
1322 ARM/Amlogic Meson SoC Sound Drivers
1323 M: Jerome Brunet <jbrunet@baylibre.com>
1324 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1327 F: Documentation/devicetree/bindings/sound/amlogic*
1329 ARM/Annapurna Labs ALPINE ARCHITECTURE
1330 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1331 M: Antoine Tenart <antoine.tenart@bootlin.com>
1332 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1334 F: arch/arm/mach-alpine/
1335 F: arch/arm/boot/dts/alpine*
1336 F: arch/arm64/boot/dts/al/
1337 F: drivers/*/*alpine*
1339 ARM/ARTPEC MACHINE SUPPORT
1340 M: Jesper Nilsson <jesper.nilsson@axis.com>
1341 M: Lars Persson <lars.persson@axis.com>
1343 L: linux-arm-kernel@axis.com
1344 F: arch/arm/mach-artpec
1345 F: arch/arm/boot/dts/artpec6*
1347 F: drivers/crypto/axis
1348 F: drivers/pinctrl/pinctrl-artpec*
1349 F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1351 ARM/ASPEED I2C DRIVER
1352 M: Brendan Higgins <brendanhiggins@google.com>
1353 R: Benjamin Herrenschmidt <benh@kernel.crashing.org>
1354 R: Joel Stanley <joel@jms.id.au>
1355 L: linux-i2c@vger.kernel.org
1356 L: openbmc@lists.ozlabs.org (moderated for non-subscribers)
1358 F: drivers/irqchip/irq-aspeed-i2c-ic.c
1359 F: drivers/i2c/busses/i2c-aspeed.c
1360 F: Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1361 F: Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1363 ARM/ASPEED MACHINE SUPPORT
1364 M: Joel Stanley <joel@jms.id.au>
1365 R: Andrew Jeffery <andrew@aj.id.au>
1366 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1367 L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
1368 Q: https://patchwork.ozlabs.org/project/linux-aspeed/list/
1370 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
1371 F: arch/arm/mach-aspeed/
1372 F: arch/arm/boot/dts/aspeed-*
1375 ARM/CALXEDA HIGHBANK ARCHITECTURE
1376 M: Rob Herring <robh@kernel.org>
1377 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1379 F: arch/arm/mach-highbank/
1380 F: arch/arm/boot/dts/highbank.dts
1381 F: arch/arm/boot/dts/ecx-*.dts*
1383 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1384 M: Krzysztof Halasa <khalasa@piap.pl>
1386 F: arch/arm/mach-cns3xxx/
1388 ARM/CAVIUM THUNDER NETWORK DRIVER
1389 M: Sunil Goutham <sgoutham@cavium.com>
1390 M: Robert Richter <rric@kernel.org>
1391 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 F: drivers/net/ethernet/cavium/thunder/
1395 ARM/CIRRUS LOGIC BK3 MACHINE SUPPORT
1396 M: Lukasz Majewski <lukma@denx.de>
1397 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1399 F: arch/arm/mach-ep93xx/ts72xx.c
1401 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1402 M: Alexander Shiyan <shc_work@mail.ru>
1403 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1407 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1408 M: Lennert Buytenhek <kernel@wantstofly.org>
1409 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1412 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1413 M: Hartley Sweeten <hsweeten@visionengravers.com>
1414 M: Alexander Sverdlin <alexander.sverdlin@gmail.com>
1415 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1417 F: arch/arm/mach-ep93xx/
1418 F: arch/arm/mach-ep93xx/include/mach/
1421 M: Russell King <linux@armlinux.org.uk>
1422 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1424 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1425 F: drivers/clk/clkdev.c
1427 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1428 M: Mike Rapoport <mike@compulab.co.il>
1429 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1432 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1433 M: Baruch Siach <baruch@tkos.co.il>
1434 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1436 F: arch/arm/boot/dts/cx92755*
1439 ARM/CONTEC MICRO9 MACHINE SUPPORT
1440 M: Hubert Feurstein <hubert.feurstein@contec.at>
1442 F: arch/arm/mach-ep93xx/micro9.c
1444 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1445 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1446 R: Suzuki K Poulose <suzuki.poulose@arm.com>
1447 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1449 F: drivers/hwtracing/coresight/*
1450 F: Documentation/trace/coresight.txt
1451 F: Documentation/trace/coresight-cpu-debug.txt
1452 F: Documentation/devicetree/bindings/arm/coresight.txt
1453 F: Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1454 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1455 F: tools/perf/arch/arm/util/pmu.c
1456 F: tools/perf/arch/arm/util/auxtrace.c
1457 F: tools/perf/arch/arm/util/cs-etm.c
1458 F: tools/perf/arch/arm/util/cs-etm.h
1459 F: tools/perf/util/cs-etm.*
1460 F: tools/perf/util/cs-etm-decoder/*
1462 ARM/CORGI MACHINE SUPPORT
1463 M: Richard Purdie <rpurdie@rpsys.net>
1466 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1467 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1468 M: Linus Walleij <linus.walleij@linaro.org>
1469 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1470 T: git git://github.com/ulli-kroll/linux.git
1472 F: Documentation/devicetree/bindings/arm/gemini.txt
1473 F: Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
1474 F: Documentation/devicetree/bindings/net/cortina,gemini-ethernet.txt
1475 F: Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
1476 F: arch/arm/mach-gemini/
1477 F: drivers/net/ethernet/cortina/
1478 F: drivers/pinctrl/pinctrl-gemini.c
1479 F: drivers/rtc/rtc-ftrtc010.c
1481 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1482 M: Barry Song <baohua@kernel.org>
1483 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1484 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1486 F: arch/arm/boot/dts/prima2*
1487 F: arch/arm/mach-prima2/
1488 F: drivers/clk/sirf/
1489 F: drivers/clocksource/timer-prima2.c
1490 F: drivers/clocksource/timer-atlas7.c
1494 ARM/EBSA110 MACHINE SUPPORT
1495 M: Russell King <linux@armlinux.org.uk>
1496 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1497 W: http://www.armlinux.org.uk/
1499 F: arch/arm/mach-ebsa110/
1500 F: drivers/net/ethernet/amd/am79c961a.*
1502 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1503 M: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1504 R: Pengutronix Kernel Team <kernel@pengutronix.de>
1505 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1509 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1510 M: Robert Jarzmik <robert.jarzmik@free.fr>
1511 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1513 F: arch/arm/mach-pxa/ezx.c
1515 ARM/FARADAY FA526 PORT
1516 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1517 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 T: git git://git.berlios.de/gemini-board
1520 F: arch/arm/mm/*-fa*
1522 ARM/FOOTBRIDGE ARCHITECTURE
1523 M: Russell King <linux@armlinux.org.uk>
1524 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1525 W: http://www.armlinux.org.uk/
1527 F: arch/arm/include/asm/hardware/dec21285.h
1528 F: arch/arm/mach-footbridge/
1530 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1531 M: Shawn Guo <shawnguo@kernel.org>
1532 M: Sascha Hauer <s.hauer@pengutronix.de>
1533 R: Pengutronix Kernel Team <kernel@pengutronix.de>
1534 R: Fabio Estevam <fabio.estevam@nxp.com>
1535 R: NXP Linux Team <linux-imx@nxp.com>
1536 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1538 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1539 F: arch/arm/mach-imx/
1540 F: arch/arm/mach-mxs/
1541 F: arch/arm/boot/dts/imx*
1542 F: arch/arm/configs/imx*_defconfig
1543 F: arch/arm64/boot/dts/freescale/imx*
1545 F: drivers/firmware/imx/
1547 F: include/linux/firmware/imx/
1550 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1551 M: Shawn Guo <shawnguo@kernel.org>
1552 M: Sascha Hauer <s.hauer@pengutronix.de>
1553 R: Pengutronix Kernel Team <kernel@pengutronix.de>
1554 R: Stefan Agner <stefan@agner.ch>
1555 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1558 F: arch/arm/mach-imx/*vf610*
1559 F: arch/arm/boot/dts/vf*
1561 ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE
1562 M: Shawn Guo <shawnguo@kernel.org>
1563 M: Li Yang <leoyang.li@nxp.com>
1564 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1567 F: arch/arm/boot/dts/ls1021a*
1568 F: arch/arm64/boot/dts/freescale/fsl-*
1569 F: arch/arm64/boot/dts/freescale/qoriq-*
1571 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1572 M: Lennert Buytenhek <kernel@wantstofly.org>
1573 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1576 ARM/GUMSTIX MACHINE SUPPORT
1577 M: Steve Sakoman <sakoman@gmail.com>
1578 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1581 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1582 M: Philipp Zabel <philipp.zabel@gmail.com>
1583 M: Paul Parsons <lost.distance@yahoo.com>
1584 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1586 F: arch/arm/mach-pxa/hx4700.c
1587 F: arch/arm/mach-pxa/include/mach/hx4700.h
1588 F: sound/soc/pxa/hx4700.c
1590 ARM/HISILICON SOC SUPPORT
1591 M: Wei Xu <xuwei5@hisilicon.com>
1592 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1593 W: http://www.hisilicon.com
1595 T: git git://github.com/hisilicon/linux-hisi.git
1596 F: arch/arm/mach-hisi/
1597 F: arch/arm/boot/dts/hi3*
1598 F: arch/arm/boot/dts/hip*
1599 F: arch/arm/boot/dts/hisi*
1600 F: arch/arm64/boot/dts/hisilicon/
1602 ARM/HP JORNADA 7XX MACHINE SUPPORT
1603 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1606 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1607 F: arch/arm/mach-sa1100/jornada720.c
1608 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1610 ARM/IGEP MACHINE SUPPORT
1611 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1612 M: Javier Martinez Canillas <javier@dowhile0.org>
1613 L: linux-omap@vger.kernel.org
1614 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1616 F: arch/arm/boot/dts/omap3-igep*
1618 ARM/INCOME PXA270 SUPPORT
1619 M: Marek Vasut <marek.vasut@gmail.com>
1620 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1622 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1624 ARM/INTEL IOP13XX ARM ARCHITECTURE
1625 M: Lennert Buytenhek <kernel@wantstofly.org>
1626 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1629 ARM/INTEL IOP32X ARM ARCHITECTURE
1630 M: Lennert Buytenhek <kernel@wantstofly.org>
1631 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1634 ARM/INTEL IOP33X ARM ARCHITECTURE
1635 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 ARM/INTEL IQ81342EX MACHINE SUPPORT
1639 M: Lennert Buytenhek <kernel@wantstofly.org>
1640 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1643 ARM/INTEL IXDP2850 MACHINE SUPPORT
1644 M: Lennert Buytenhek <kernel@wantstofly.org>
1645 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1648 ARM/INTEL IXP4XX ARM ARCHITECTURE
1649 M: Imre Kaloz <kaloz@openwrt.org>
1650 M: Krzysztof Halasa <khalasa@piap.pl>
1651 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1653 F: arch/arm/mach-ixp4xx/
1655 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1656 M: Jonathan Cameron <jic23@cam.ac.uk>
1657 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659 F: arch/arm/mach-pxa/stargate2.c
1660 F: drivers/pcmcia/pxa2xx_stargate2.c
1662 ARM/INTEL XSC3 (MANZANO) ARM CORE
1663 M: Lennert Buytenhek <kernel@wantstofly.org>
1664 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1667 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1668 M: Lennert Buytenhek <kernel@wantstofly.org>
1669 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1672 ARM/LG1K ARCHITECTURE
1673 M: Chanho Min <chanho.min@lge.com>
1674 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1676 F: arch/arm64/boot/dts/lg/
1678 ARM/LOGICPD PXA270 MACHINE SUPPORT
1679 M: Lennert Buytenhek <kernel@wantstofly.org>
1680 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1683 ARM/LPC18XX ARCHITECTURE
1684 M: Vladimir Zapolskiy <vz@mleia.com>
1685 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1687 F: arch/arm/boot/dts/lpc43*
1688 F: drivers/i2c/busses/i2c-lpc2k.c
1689 F: drivers/memory/pl172.c
1690 F: drivers/mtd/spi-nor/nxp-spifi.c
1691 F: drivers/rtc/rtc-lpc24xx.c
1694 ARM/LPC32XX SOC SUPPORT
1695 M: Vladimir Zapolskiy <vz@mleia.com>
1696 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1697 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1698 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1700 F: arch/arm/boot/dts/lpc32*
1701 F: arch/arm/mach-lpc32xx/
1702 F: drivers/i2c/busses/i2c-pnx.c
1703 F: drivers/net/ethernet/nxp/lpc_eth.c
1704 F: drivers/usb/host/ohci-nxp.c
1705 F: drivers/watchdog/pnx4008_wdt.c
1708 ARM/MAGICIAN MACHINE SUPPORT
1709 M: Philipp Zabel <philipp.zabel@gmail.com>
1712 ARM/Marvell Dove/MV78xx0/Orion SOC support
1713 M: Jason Cooper <jason@lakedaemon.net>
1714 M: Andrew Lunn <andrew@lunn.ch>
1715 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1716 M: Gregory Clement <gregory.clement@bootlin.com>
1717 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1719 F: Documentation/devicetree/bindings/soc/dove/
1720 F: arch/arm/mach-dove/
1721 F: arch/arm/mach-mv78xx0/
1722 F: arch/arm/mach-orion5x/
1723 F: arch/arm/plat-orion/
1724 F: arch/arm/boot/dts/dove*
1725 F: arch/arm/boot/dts/orion5x*
1727 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1728 M: Jason Cooper <jason@lakedaemon.net>
1729 M: Andrew Lunn <andrew@lunn.ch>
1730 M: Gregory Clement <gregory.clement@bootlin.com>
1731 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1732 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1734 F: arch/arm/boot/dts/armada*
1735 F: arch/arm/boot/dts/kirkwood*
1736 F: arch/arm/configs/mvebu_*_defconfig
1737 F: arch/arm/mach-mvebu/
1738 F: arch/arm64/boot/dts/marvell/armada*
1739 F: drivers/cpufreq/armada-37xx-cpufreq.c
1740 F: drivers/cpufreq/mvebu-cpufreq.c
1741 F: drivers/irqchip/irq-armada-370-xp.c
1742 F: drivers/irqchip/irq-mvebu-*
1743 F: drivers/pinctrl/mvebu/
1744 F: drivers/rtc/rtc-armada38x.c
1746 ARM/Mediatek RTC DRIVER
1747 M: Eddie Huang <eddie.huang@mediatek.com>
1748 M: Sean Wang <sean.wang@mediatek.com>
1749 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1750 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1752 F: Documentation/devicetree/bindings/rtc/rtc-mt7622.txt
1753 F: drivers/rtc/rtc-mt6397.c
1754 F: drivers/rtc/rtc-mt7622.c
1756 ARM/Mediatek SoC support
1757 M: Matthias Brugger <matthias.bgg@gmail.com>
1758 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1759 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1760 W: https://mtk.bcnfs.org/
1761 C: irc://chat.freenode.net/linux-mediatek
1763 F: arch/arm/boot/dts/mt6*
1764 F: arch/arm/boot/dts/mt7*
1765 F: arch/arm/boot/dts/mt8*
1766 F: arch/arm/mach-mediatek/
1767 F: arch/arm64/boot/dts/mediatek/
1768 F: drivers/soc/mediatek/
1773 ARM/Mediatek USB3 PHY DRIVER
1774 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1775 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1776 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1778 F: drivers/phy/mediatek/
1779 F: Documentation/devicetree/bindings/phy/phy-mtk-*
1781 ARM/MICREL KS8695 ARCHITECTURE
1782 M: Greg Ungerer <gerg@uclinux.org>
1783 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1784 F: arch/arm/mach-ks8695/
1787 ARM/Microchip (AT91) SoC support
1788 M: Nicolas Ferre <nicolas.ferre@microchip.com>
1789 M: Alexandre Belloni <alexandre.belloni@bootlin.com>
1790 M: Ludovic Desroches <ludovic.desroches@microchip.com>
1791 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1792 W: http://www.linux4sam.org
1793 T: git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git
1797 F: arch/arm/mach-at91/
1798 F: include/soc/at91/
1799 F: arch/arm/boot/dts/at91*.dts
1800 F: arch/arm/boot/dts/at91*.dtsi
1801 F: arch/arm/boot/dts/sama*.dts
1802 F: arch/arm/boot/dts/sama*.dtsi
1803 F: arch/arm/include/debug/at91.S
1804 F: drivers/memory/atmel*
1805 F: drivers/watchdog/sama5d4_wdt.c
1806 X: drivers/input/touchscreen/atmel_mxt_ts.c
1807 X: drivers/net/wireless/atmel/
1809 ARM/MIOA701 MACHINE SUPPORT
1810 M: Robert Jarzmik <robert.jarzmik@free.fr>
1811 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1812 F: arch/arm/mach-pxa/mioa701.c
1815 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1816 M: Michael Petchkovsky <mkpetch@internode.on.net>
1819 ARM/NOMADIK/U300/Ux500 ARCHITECTURES
1820 M: Linus Walleij <linus.walleij@linaro.org>
1821 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1823 F: arch/arm/mach-nomadik/
1824 F: arch/arm/mach-u300/
1825 F: arch/arm/mach-ux500/
1826 F: arch/arm/boot/dts/ste-*
1827 F: drivers/clk/clk-nomadik.c
1828 F: drivers/clk/clk-u300.c
1829 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1830 F: drivers/clocksource/timer-u300.c
1831 F: drivers/dma/coh901318*
1832 F: drivers/dma/ste_dma40*
1833 F: drivers/hwspinlock/u8500_hsem.c
1834 F: drivers/i2c/busses/i2c-nomadik.c
1835 F: drivers/i2c/busses/i2c-stu300.c
1836 F: drivers/mfd/ab3100*
1837 F: drivers/mfd/ab8500*
1838 F: drivers/mfd/abx500*
1839 F: drivers/mfd/dbx500*
1840 F: drivers/mfd/db8500*
1841 F: drivers/pinctrl/nomadik/
1842 F: drivers/pinctrl/pinctrl-coh901*
1843 F: drivers/pinctrl/pinctrl-u300.c
1844 F: drivers/rtc/rtc-ab3100.c
1845 F: drivers/rtc/rtc-ab8500.c
1846 F: drivers/rtc/rtc-coh901331.c
1847 F: drivers/rtc/rtc-pl031.c
1848 F: drivers/watchdog/coh901327_wdt.c
1849 F: Documentation/devicetree/bindings/arm/ste-*
1850 F: Documentation/devicetree/bindings/arm/ux500/
1851 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1853 ARM/NUVOTON NPCM ARCHITECTURE
1854 M: Avi Fishman <avifishman70@gmail.com>
1855 M: Tomer Maimon <tmaimon77@gmail.com>
1856 R: Patrick Venture <venture@google.com>
1857 R: Nancy Yuen <yuenn@google.com>
1858 R: Brendan Higgins <brendanhiggins@google.com>
1859 L: openbmc@lists.ozlabs.org (moderated for non-subscribers)
1861 F: arch/arm/mach-npcm/
1862 F: arch/arm/boot/dts/nuvoton-npcm*
1863 F: include/dt-bindings/clock/nuvoton,npcm7xx-clks.h
1865 F: Documentation/devicetree/bindings/*/*npcm*
1866 F: Documentation/devicetree/bindings/*/*/*npcm*
1868 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1869 M: Wan ZongShun <mcuos.com@gmail.com>
1870 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1871 W: http://www.mcuos.com
1873 F: arch/arm/mach-w90x900/
1874 F: drivers/input/keyboard/w90p910_keypad.c
1875 F: drivers/input/touchscreen/w90p910_ts.c
1876 F: drivers/watchdog/nuc900_wdt.c
1877 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1878 F: drivers/mtd/nand/raw/nuc900_nand.c
1879 F: drivers/rtc/rtc-nuc900.c
1880 F: drivers/spi/spi-nuc900.c
1881 F: drivers/usb/host/ehci-w90x900.c
1882 F: drivers/video/fbdev/nuc900fb.c
1884 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1885 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1886 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1887 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1890 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1891 M: Alexander Clouter <alex@digriz.org.uk>
1892 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1893 W: http://www.digriz.org.uk/ts78xx/kernel
1895 F: arch/arm/mach-orion5x/ts78xx-*
1897 ARM/OXNAS platform support
1898 M: Neil Armstrong <narmstrong@baylibre.com>
1899 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1900 L: linux-oxnas@groups.io (moderated for non-subscribers)
1902 F: arch/arm/mach-oxnas/
1903 F: arch/arm/boot/dts/ox8*.dts*
1906 ARM/PALM TREO SUPPORT
1907 M: Tomas Cech <sleep_walker@suse.com>
1908 L: linux-arm-kernel@lists.infradead.org
1909 W: http://hackndev.com
1911 F: arch/arm/mach-pxa/palmtreo.*
1913 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1914 M: Marek Vasut <marek.vasut@gmail.com>
1915 L: linux-arm-kernel@lists.infradead.org
1916 W: http://hackndev.com
1918 F: arch/arm/mach-pxa/include/mach/palmtx.h
1919 F: arch/arm/mach-pxa/palmtx.c
1920 F: arch/arm/mach-pxa/palmt5.*
1921 F: arch/arm/mach-pxa/include/mach/palmld.h
1922 F: arch/arm/mach-pxa/palmld.c
1923 F: arch/arm/mach-pxa/palmte2.*
1924 F: arch/arm/mach-pxa/include/mach/palmtc.h
1925 F: arch/arm/mach-pxa/palmtc.c
1928 M: Sergey Lapin <slapin@ossfans.org>
1929 L: linux-arm-kernel@lists.infradead.org
1930 W: http://hackndev.com
1932 F: arch/arm/mach-pxa/palmz72.*
1935 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1936 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1939 ARM/PT DIGITAL BOARD PORT
1940 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1941 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1942 W: http://www.armlinux.org.uk/
1945 ARM/QUALCOMM SUPPORT
1946 M: Andy Gross <andy.gross@linaro.org>
1947 M: David Brown <david.brown@linaro.org>
1948 L: linux-arm-msm@vger.kernel.org
1950 F: Documentation/devicetree/bindings/soc/qcom/
1951 F: arch/arm/boot/dts/qcom-*.dts
1952 F: arch/arm/boot/dts/qcom-*.dtsi
1953 F: arch/arm/mach-qcom/
1954 F: arch/arm64/boot/dts/qcom/*
1955 F: drivers/i2c/busses/i2c-qup.c
1956 F: drivers/clk/qcom/
1957 F: drivers/dma/qcom/
1958 F: drivers/soc/qcom/
1959 F: drivers/spi/spi-qup.c
1960 F: drivers/tty/serial/msm_serial.c
1961 F: drivers/*/pm8???-*
1962 F: drivers/mfd/ssbi.c
1963 F: drivers/firmware/qcom_scm*
1964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1966 ARM/RADISYS ENP2611 MACHINE SUPPORT
1967 M: Lennert Buytenhek <kernel@wantstofly.org>
1968 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1971 ARM/RDA MICRO ARCHITECTURE
1972 M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
1973 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1974 L: linux-unisoc@lists.infradead.org (moderated for non-subscribers)
1976 F: arch/arm/boot/dts/rda8810pl-*
1977 F: drivers/clocksource/timer-rda.c
1978 F: drivers/irqchip/irq-rda-intc.c
1979 F: drivers/tty/serial/rda-uart.c
1980 F: Documentation/devicetree/bindings/arm/rda.txt
1981 F: Documentation/devicetree/bindings/interrupt-controller/rda,8810pl-intc.txt
1982 F: Documentation/devicetree/bindings/serial/rda,8810pl-uart.txt
1983 F: Documentation/devicetree/bindings/timer/rda,8810pl-timer.txt
1985 ARM/REALTEK ARCHITECTURE
1986 M: Andreas Färber <afaerber@suse.de>
1987 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1989 F: arch/arm64/boot/dts/realtek/
1990 F: Documentation/devicetree/bindings/arm/realtek.txt
1992 ARM/RENESAS ARM64 ARCHITECTURE
1993 M: Simon Horman <horms@verge.net.au>
1994 M: Magnus Damm <magnus.damm@gmail.com>
1995 L: linux-renesas-soc@vger.kernel.org
1996 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1997 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1999 F: arch/arm64/boot/dts/renesas/
2000 F: Documentation/devicetree/bindings/arm/shmobile.txt
2001 F: drivers/soc/renesas/
2002 F: include/linux/soc/renesas/
2004 ARM/RISCPC ARCHITECTURE
2005 M: Russell King <linux@armlinux.org.uk>
2006 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2007 W: http://www.armlinux.org.uk/
2009 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
2010 F: arch/arm/include/asm/hardware/ioc.h
2011 F: arch/arm/include/asm/hardware/iomd.h
2012 F: arch/arm/include/asm/hardware/memc.h
2013 F: arch/arm/mach-rpc/
2014 F: drivers/net/ethernet/8390/etherh.c
2015 F: drivers/net/ethernet/i825xx/ether1*
2016 F: drivers/net/ethernet/seeq/ether3*
2017 F: drivers/scsi/arm/
2019 ARM/Rockchip SoC support
2020 M: Heiko Stuebner <heiko@sntech.de>
2021 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2022 L: linux-rockchip@lists.infradead.org
2023 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
2025 F: arch/arm/boot/dts/rk3*
2026 F: arch/arm/boot/dts/rv1108*
2027 F: arch/arm/mach-rockchip/
2028 F: drivers/clk/rockchip/
2029 F: drivers/i2c/busses/i2c-rk3x.c
2030 F: drivers/*/*rockchip*
2031 F: drivers/*/*/*rockchip*
2032 F: sound/soc/rockchip/
2035 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
2036 M: Kukjin Kim <kgene@kernel.org>
2037 M: Krzysztof Kozlowski <krzk@kernel.org>
2038 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2039 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
2040 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
2042 F: arch/arm/boot/dts/s3c*
2043 F: arch/arm/boot/dts/s5p*
2044 F: arch/arm/boot/dts/exynos*
2045 F: arch/arm64/boot/dts/exynos/
2046 F: arch/arm/plat-samsung/
2047 F: arch/arm/mach-s3c24*/
2048 F: arch/arm/mach-s3c64xx/
2049 F: arch/arm/mach-s5p*/
2050 F: arch/arm/mach-exynos*/
2051 F: drivers/*/*s3c24*
2052 F: drivers/*/*/*s3c24*
2053 F: drivers/*/*s3c64xx*
2054 F: drivers/*/*s5pv210*
2055 F: drivers/memory/samsung/*
2056 F: drivers/soc/samsung/*
2057 F: Documentation/arm/Samsung/
2058 F: Documentation/devicetree/bindings/arm/samsung/
2059 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
2060 F: Documentation/devicetree/bindings/power/pd-samsung.txt
2063 ARM/SAMSUNG MOBILE MACHINE SUPPORT
2064 M: Kyungmin Park <kyungmin.park@samsung.com>
2065 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2067 F: arch/arm/mach-s5pv210/
2069 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
2070 M: Kyungmin Park <kyungmin.park@samsung.com>
2071 M: Kamil Debski <kamil@wypas.org>
2072 M: Andrzej Hajda <a.hajda@samsung.com>
2073 L: linux-arm-kernel@lists.infradead.org
2074 L: linux-media@vger.kernel.org
2076 F: drivers/media/platform/s5p-g2d/
2078 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
2079 M: Marek Szyprowski <m.szyprowski@samsung.com>
2080 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
2081 L: linux-media@vger.kernel.org
2083 F: drivers/media/platform/s5p-cec/
2084 F: Documentation/devicetree/bindings/media/s5p-cec.txt
2086 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
2087 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
2088 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
2089 L: linux-arm-kernel@lists.infradead.org
2090 L: linux-media@vger.kernel.org
2092 F: drivers/media/platform/s5p-jpeg/
2094 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
2095 M: Kyungmin Park <kyungmin.park@samsung.com>
2096 M: Kamil Debski <kamil@wypas.org>
2097 M: Jeongtae Park <jtp.park@samsung.com>
2098 M: Andrzej Hajda <a.hajda@samsung.com>
2099 L: linux-arm-kernel@lists.infradead.org
2100 L: linux-media@vger.kernel.org
2102 F: drivers/media/platform/s5p-mfc/
2104 ARM/SHMOBILE ARM ARCHITECTURE
2105 M: Simon Horman <horms@verge.net.au>
2106 M: Magnus Damm <magnus.damm@gmail.com>
2107 L: linux-renesas-soc@vger.kernel.org
2108 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
2109 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
2111 F: arch/arm/boot/dts/emev2*
2112 F: arch/arm/boot/dts/r7s*
2113 F: arch/arm/boot/dts/r8a*
2114 F: arch/arm/boot/dts/r9a*
2115 F: arch/arm/boot/dts/sh*
2116 F: arch/arm/configs/shmobile_defconfig
2117 F: arch/arm/include/debug/renesas-scif.S
2118 F: arch/arm/mach-shmobile/
2119 F: Documentation/devicetree/bindings/arm/shmobile.txt
2120 F: drivers/soc/renesas/
2121 F: include/linux/soc/renesas/
2123 ARM/SOCFPGA ARCHITECTURE
2124 M: Dinh Nguyen <dinguyen@kernel.org>
2126 F: arch/arm/mach-socfpga/
2127 F: arch/arm/boot/dts/socfpga*
2128 F: arch/arm/configs/socfpga_defconfig
2129 F: arch/arm64/boot/dts/altera/
2130 W: http://www.rocketboards.org
2131 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
2133 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
2134 M: Dinh Nguyen <dinguyen@kernel.org>
2136 F: drivers/clk/socfpga/
2138 ARM/SOCFPGA EDAC SUPPORT
2139 M: Thor Thayer <thor.thayer@linux.intel.com>
2141 F: drivers/edac/altera_edac.
2143 ARM/SPREADTRUM SoC SUPPORT
2144 M: Orson Zhai <orsonzhai@gmail.com>
2145 M: Baolin Wang <baolin.wang@linaro.org>
2146 M: Chunyan Zhang <zhang.lyra@gmail.com>
2148 F: arch/arm64/boot/dts/sprd
2151 ARM/STI ARCHITECTURE
2152 M: Patrice Chotard <patrice.chotard@st.com>
2153 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2154 W: http://www.stlinux.com
2156 F: arch/arm/mach-sti/
2157 F: arch/arm/boot/dts/sti*
2158 F: drivers/char/hw_random/st-rng.c
2159 F: drivers/clocksource/arm_global_timer.c
2160 F: drivers/clocksource/clksrc_st_lpc.c
2161 F: drivers/cpufreq/sti-cpufreq.c
2162 F: drivers/dma/st_fdma*
2163 F: drivers/i2c/busses/i2c-st.c
2164 F: drivers/media/rc/st_rc.c
2165 F: drivers/media/platform/sti/c8sectpfe/
2166 F: drivers/mmc/host/sdhci-st.c
2167 F: drivers/phy/st/phy-miphy28lp.c
2168 F: drivers/phy/st/phy-stih407-usb.c
2169 F: drivers/pinctrl/pinctrl-st.c
2170 F: drivers/remoteproc/st_remoteproc.c
2171 F: drivers/remoteproc/st_slim_rproc.c
2172 F: drivers/reset/sti/
2173 F: drivers/rtc/rtc-st-lpc.c
2174 F: drivers/tty/serial/st-asc.c
2175 F: drivers/usb/dwc3/dwc3-st.c
2176 F: drivers/usb/host/ehci-st.c
2177 F: drivers/usb/host/ohci-st.c
2178 F: drivers/watchdog/st_lpc_wdt.c
2179 F: drivers/ata/ahci_st.c
2180 F: include/linux/remoteproc/st_slim_rproc.h
2182 ARM/STM32 ARCHITECTURE
2183 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
2184 M: Alexandre Torgue <alexandre.torgue@st.com>
2185 L: linux-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
2186 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2188 T: git git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next
2191 F: arch/arm/boot/dts/stm32*
2192 F: arch/arm/mach-stm32/
2193 F: drivers/clocksource/armv7m_systick.c
2195 ARM/Synaptics SoC support
2196 M: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
2197 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
2198 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2200 F: arch/arm/mach-berlin/
2201 F: arch/arm/boot/dts/berlin*
2202 F: arch/arm64/boot/dts/synaptics/
2204 ARM/TANGO ARCHITECTURE
2205 M: Marc Gonzalez <marc.w.gonzalez@free.fr>
2206 M: Mans Rullgard <mans@mansr.com>
2207 L: linux-arm-kernel@lists.infradead.org
2211 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
2212 M: Lennert Buytenhek <kernel@wantstofly.org>
2213 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2216 ARM/TEGRA HDMI CEC SUBSYSTEM SUPPORT
2217 M: Hans Verkuil <hans.verkuil@cisco.com>
2218 L: linux-tegra@vger.kernel.org
2219 L: linux-media@vger.kernel.org
2221 F: drivers/media/platform/tegra-cec/
2222 F: Documentation/devicetree/bindings/media/tegra-cec.txt
2224 ARM/TETON BGA MACHINE SUPPORT
2225 M: "Mark F. Brown" <mark.brown314@gmail.com>
2226 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2229 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
2230 M: Santosh Shilimkar <ssantosh@kernel.org>
2231 L: linux-kernel@vger.kernel.org
2233 F: drivers/memory/*emif*
2235 ARM/TEXAS INSTRUMENTS K3 ARCHITECTURE
2236 M: Tero Kristo <t-kristo@ti.com>
2237 M: Nishanth Menon <nm@ti.com>
2238 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2240 F: Documentation/devicetree/bindings/arm/ti/k3.txt
2241 F: arch/arm64/boot/dts/ti/Makefile
2242 F: arch/arm64/boot/dts/ti/k3-*
2243 F: include/dt-bindings/pinctrl/k3.h
2245 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
2246 M: Santosh Shilimkar <ssantosh@kernel.org>
2247 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2249 F: arch/arm/mach-keystone/
2250 F: arch/arm/boot/dts/keystone-*
2251 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
2253 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
2254 M: Santosh Shilimkar <ssantosh@kernel.org>
2255 L: linux-kernel@vger.kernel.org
2257 F: drivers/clk/keystone/
2259 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
2260 M: Santosh Shilimkar <ssantosh@kernel.org>
2261 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2262 L: linux-kernel@vger.kernel.org
2264 F: drivers/clocksource/timer-keystone.c
2266 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
2267 M: Santosh Shilimkar <ssantosh@kernel.org>
2268 L: linux-kernel@vger.kernel.org
2270 F: drivers/power/reset/keystone-reset.c
2272 ARM/THECUS N2100 MACHINE SUPPORT
2273 M: Lennert Buytenhek <kernel@wantstofly.org>
2274 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2277 ARM/TOSA MACHINE SUPPORT
2278 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2279 M: Dirk Opfer <dirk@opfer-online.de>
2282 ARM/UNIPHIER ARCHITECTURE
2283 M: Masahiro Yamada <yamada.masahiro@socionext.com>
2284 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2285 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
2287 F: Documentation/devicetree/bindings/arm/socionext/uniphier.txt
2288 F: Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
2289 F: Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
2290 F: arch/arm/boot/dts/uniphier*
2291 F: arch/arm/include/asm/hardware/cache-uniphier.h
2292 F: arch/arm/mach-uniphier/
2293 F: arch/arm/mm/cache-uniphier.c
2294 F: arch/arm64/boot/dts/socionext/uniphier*
2295 F: drivers/bus/uniphier-system-bus.c
2296 F: drivers/clk/uniphier/
2297 F: drivers/dmaengine/uniphier-mdmac.c
2298 F: drivers/gpio/gpio-uniphier.c
2299 F: drivers/i2c/busses/i2c-uniphier*
2300 F: drivers/irqchip/irq-uniphier-aidet.c
2301 F: drivers/mmc/host/uniphier-sd.c
2302 F: drivers/pinctrl/uniphier/
2303 F: drivers/reset/reset-uniphier.c
2304 F: drivers/tty/serial/8250/8250_uniphier.c
2307 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
2308 M: Ulf Hansson <ulf.hansson@linaro.org>
2309 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2310 T: git git://git.linaro.org/people/ulfh/clk.git
2312 F: drivers/clk/ux500/
2314 ARM/VERSATILE EXPRESS PLATFORM
2315 M: Liviu Dudau <liviu.dudau@arm.com>
2316 M: Sudeep Holla <sudeep.holla@arm.com>
2317 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2318 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2320 F: arch/arm/boot/dts/vexpress*
2321 F: arch/arm64/boot/dts/arm/
2322 F: arch/arm/mach-vexpress/
2325 F: drivers/clk/versatile/clk-vexpress-osc.c
2326 F: drivers/clocksource/timer-versatile.c
2330 M: Russell King <linux@armlinux.org.uk>
2331 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2332 W: http://www.armlinux.org.uk/
2336 ARM/VOIPAC PXA270 SUPPORT
2337 M: Marek Vasut <marek.vasut@gmail.com>
2338 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2340 F: arch/arm/mach-pxa/vpac270.c
2341 F: arch/arm/mach-pxa/include/mach/vpac270.h
2343 ARM/VT8500 ARM ARCHITECTURE
2344 M: Tony Prisk <linux@prisktech.co.nz>
2345 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2347 F: arch/arm/mach-vt8500/
2348 F: drivers/clocksource/timer-vt8500.c
2349 F: drivers/i2c/busses/i2c-wmt.c
2350 F: drivers/mmc/host/wmt-sdmmc.c
2351 F: drivers/pwm/pwm-vt8500.c
2352 F: drivers/rtc/rtc-vt8500.c
2353 F: drivers/tty/serial/vt8500_serial.c
2354 F: drivers/usb/host/ehci-platform.c
2355 F: drivers/usb/host/uhci-platform.c
2356 F: drivers/video/fbdev/vt8500lcdfb.*
2357 F: drivers/video/fbdev/wm8505fb*
2358 F: drivers/video/fbdev/wmt_ge_rops.*
2360 ARM/ZIPIT Z2 SUPPORT
2361 M: Marek Vasut <marek.vasut@gmail.com>
2362 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2364 F: arch/arm/mach-pxa/z2.c
2365 F: arch/arm/mach-pxa/include/mach/z2.h
2367 ARM/ZTE ARCHITECTURE
2368 M: Jun Nie <jun.nie@linaro.org>
2369 M: Shawn Guo <shawnguo@kernel.org>
2370 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2372 F: arch/arm/boot/dts/zx2967*
2373 F: arch/arm/mach-zx/
2374 F: arch/arm64/boot/dts/zte/
2376 F: drivers/dma/zx_dma.c
2377 F: drivers/gpio/gpio-zx.c
2378 F: drivers/i2c/busses/i2c-zx2967.c
2379 F: drivers/mmc/host/dw_mmc-zx.*
2380 F: drivers/pinctrl/zte/
2382 F: drivers/thermal/zx2967_thermal.c
2383 F: drivers/watchdog/zx2967_wdt.c
2384 F: Documentation/devicetree/bindings/arm/zte.yaml
2385 F: Documentation/devicetree/bindings/clock/zx2967*.txt
2386 F: Documentation/devicetree/bindings/dma/zxdma.txt
2387 F: Documentation/devicetree/bindings/gpio/zx296702-gpio.txt
2388 F: Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
2389 F: Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
2390 F: Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt
2391 F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2392 F: Documentation/devicetree/bindings/soc/zte/
2393 F: Documentation/devicetree/bindings/sound/zte,*.txt
2394 F: Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
2395 F: Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
2396 F: include/dt-bindings/clock/zx2967*.h
2397 F: include/dt-bindings/soc/zte,*.h
2398 F: sound/soc/codecs/zx_aud96p22.c
2401 ARM/ZYNQ ARCHITECTURE
2402 M: Michal Simek <michal.simek@xilinx.com>
2403 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2404 W: http://wiki.xilinx.com
2405 T: git https://github.com/Xilinx/linux-xlnx.git
2407 F: arch/arm/mach-zynq/
2408 F: drivers/cpuidle/cpuidle-zynq.c
2409 F: drivers/block/xsysace.c
2412 F: drivers/clocksource/timer-cadence-ttc.c
2413 F: drivers/i2c/busses/i2c-cadence.c
2414 F: drivers/mmc/host/sdhci-of-arasan.c
2415 F: drivers/edac/synopsys_edac.c
2416 F: drivers/i2c/busses/i2c-xiic.c
2418 ARM64 PORT (AARCH64 ARCHITECTURE)
2419 M: Catalin Marinas <catalin.marinas@arm.com>
2420 M: Will Deacon <will.deacon@arm.com>
2421 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2422 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2425 X: arch/arm64/boot/dts/
2426 F: Documentation/arm64/
2428 AS3645A LED FLASH CONTROLLER DRIVER
2429 M: Sakari Ailus <sakari.ailus@iki.fi>
2430 L: linux-leds@vger.kernel.org
2432 F: drivers/leds/leds-as3645a.c
2434 ASAHI KASEI AK7375 LENS VOICE COIL DRIVER
2435 M: Tianshu Qiu <tian.shu.qiu@intel.com>
2436 L: linux-media@vger.kernel.org
2437 T: git git://linuxtv.org/media_tree.git
2439 F: drivers/media/i2c/ak7375.c
2440 F: Documentation/devicetree/bindings/media/i2c/ak7375.txt
2442 ASAHI KASEI AK8974 DRIVER
2443 M: Linus Walleij <linus.walleij@linaro.org>
2444 L: linux-iio@vger.kernel.org
2445 W: http://www.akm.com/
2447 F: drivers/iio/magnetometer/ak8974.c
2449 ASC7621 HARDWARE MONITOR DRIVER
2450 M: George Joseph <george.joseph@fairview5.com>
2451 L: linux-hwmon@vger.kernel.org
2453 F: Documentation/hwmon/asc7621
2454 F: drivers/hwmon/asc7621.c
2456 ASPEED VIDEO ENGINE DRIVER
2457 M: Eddie James <eajames@linux.ibm.com>
2458 L: linux-media@vger.kernel.org
2459 L: openbmc@lists.ozlabs.org (moderated for non-subscribers)
2461 F: drivers/media/platform/aspeed-video.c
2462 F: Documentation/devicetree/bindings/media/aspeed-video.txt
2464 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2465 M: Corentin Chary <corentin.chary@gmail.com>
2466 L: acpi4asus-user@lists.sourceforge.net
2467 L: platform-driver-x86@vger.kernel.org
2468 W: http://acpi4asus.sf.net
2470 F: drivers/platform/x86/asus*.c
2471 F: drivers/platform/x86/eeepc*.c
2473 ASUS WIRELESS RADIO CONTROL DRIVER
2474 M: João Paulo Rechi Vita <jprvita@gmail.com>
2475 L: platform-driver-x86@vger.kernel.org
2477 F: drivers/platform/x86/asus-wireless.c
2480 M: David Howells <dhowells@redhat.com>
2481 L: keyrings@vger.kernel.org
2483 F: Documentation/crypto/asymmetric-keys.txt
2484 F: include/linux/verification.h
2485 F: include/crypto/public_key.h
2486 F: include/crypto/pkcs7.h
2487 F: crypto/asymmetric_keys/
2489 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2490 R: Dan Williams <dan.j.williams@intel.com>
2491 W: http://sourceforge.net/projects/xscaleiop
2493 F: Documentation/crypto/async-tx-api.txt
2496 F: include/linux/dmaengine.h
2497 F: include/linux/async_tx.h
2500 M: Bartosz Golaszewski <brgl@bgdev.pl>
2501 L: linux-i2c@vger.kernel.org
2502 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
2504 F: Documentation/devicetree/bindings/eeprom/at24.txt
2505 F: drivers/misc/eeprom/at24.c
2506 F: include/linux/platform_data/at24.h
2508 ATA OVER ETHERNET (AOE) DRIVER
2509 M: "Ed L. Cashin" <ed.cashin@acm.org>
2510 W: http://www.openaoe.org/
2512 F: Documentation/aoe/
2513 F: drivers/block/aoe/
2515 ATHEROS 71XX/9XXX GPIO DRIVER
2516 M: Alban Bedel <albeu@free.fr>
2517 W: https://github.com/AlbanBedel/linux
2518 T: git git://github.com/AlbanBedel/linux
2520 F: drivers/gpio/gpio-ath79.c
2521 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2523 ATHEROS 71XX/9XXX USB PHY DRIVER
2524 M: Alban Bedel <albeu@free.fr>
2525 W: https://github.com/AlbanBedel/linux
2526 T: git git://github.com/AlbanBedel/linux
2528 F: drivers/phy/qualcomm/phy-ath79-usb.c
2529 F: Documentation/devicetree/bindings/phy/phy-ath79-usb.txt
2531 ATHEROS ATH GENERIC UTILITIES
2532 M: Kalle Valo <kvalo@codeaurora.org>
2533 L: linux-wireless@vger.kernel.org
2535 F: drivers/net/wireless/ath/*
2537 ATHEROS ATH5K WIRELESS DRIVER
2538 M: Jiri Slaby <jirislaby@gmail.com>
2539 M: Nick Kossifidis <mickflemm@gmail.com>
2540 M: Luis Chamberlain <mcgrof@kernel.org>
2541 L: linux-wireless@vger.kernel.org
2542 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2544 F: drivers/net/wireless/ath/ath5k/
2546 ATHEROS ATH6KL WIRELESS DRIVER
2547 M: Kalle Valo <kvalo@codeaurora.org>
2548 L: linux-wireless@vger.kernel.org
2549 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2550 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2552 F: drivers/net/wireless/ath/ath6kl/
2555 M: Ville Syrjala <syrjala@sci.fi>
2557 F: drivers/input/misc/ati_remote2.c
2559 ATK0110 HWMON DRIVER
2560 M: Luca Tettamanti <kronos.it@gmail.com>
2561 L: linux-hwmon@vger.kernel.org
2563 F: drivers/hwmon/asus_atk0110.c
2565 ATLX ETHERNET DRIVERS
2566 M: Jay Cliburn <jcliburn@gmail.com>
2567 M: Chris Snook <chris.snook@gmail.com>
2568 L: netdev@vger.kernel.org
2569 W: http://sourceforge.net/projects/atl1
2570 W: http://atl1.sourceforge.net
2572 F: drivers/net/ethernet/atheros/
2575 M: Chas Williams <3chas3@gmail.com>
2576 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2577 L: netdev@vger.kernel.org
2578 W: http://linux-atm.sourceforge.net
2581 F: include/linux/atm*
2582 F: include/uapi/linux/atm*
2584 ATMEL MACB ETHERNET DRIVER
2585 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2587 F: drivers/net/ethernet/cadence/
2589 ATMEL MAXTOUCH DRIVER
2590 M: Nick Dyer <nick@shmanahar.org>
2591 T: git git://github.com/ndyer/linux.git
2593 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2594 F: drivers/input/touchscreen/atmel_mxt_ts.c
2596 ATMEL WIRELESS DRIVER
2597 M: Simon Kelley <simon@thekelleys.org.uk>
2598 L: linux-wireless@vger.kernel.org
2599 W: http://www.thekelleys.org.uk/atmel
2600 W: http://atmelwlandriver.sourceforge.net/
2602 F: drivers/net/wireless/atmel/atmel*
2604 ATOMIC INFRASTRUCTURE
2605 M: Will Deacon <will.deacon@arm.com>
2606 M: Peter Zijlstra <peterz@infradead.org>
2607 R: Boqun Feng <boqun.feng@gmail.com>
2608 L: linux-kernel@vger.kernel.org
2610 F: arch/*/include/asm/atomic*.h
2611 F: include/*/atomic*.h
2613 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2614 M: Bradley Grove <linuxdrivers@attotech.com>
2615 L: linux-scsi@vger.kernel.org
2616 W: http://www.attotech.com
2618 F: drivers/scsi/esas2r
2620 ATUSB IEEE 802.15.4 RADIO DRIVER
2621 M: Stefan Schmidt <stefan@datenfreihafen.org>
2622 L: linux-wpan@vger.kernel.org
2624 F: drivers/net/ieee802154/atusb.c
2625 F: drivers/net/ieee802154/atusb.h
2626 F: drivers/net/ieee802154/at86rf230.h
2629 M: Paul Moore <paul@paul-moore.com>
2630 M: Eric Paris <eparis@redhat.com>
2631 L: linux-audit@redhat.com (moderated for non-subscribers)
2632 W: https://github.com/linux-audit
2633 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
2635 F: include/linux/audit.h
2636 F: include/uapi/linux/audit.h
2639 AUXILIARY DISPLAY DRIVERS
2640 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2642 F: drivers/auxdisplay/
2643 F: include/linux/cfag12864b.h
2645 AVIA HX711 ANALOG DIGITAL CONVERTER IIO DRIVER
2646 M: Andreas Klinger <ak@it-klinger.de>
2647 L: linux-iio@vger.kernel.org
2649 F: Documentation/devicetree/bindings/iio/adc/avia-hx711.txt
2650 F: drivers/iio/adc/hx711.c
2653 M: Ralf Baechle <ralf@linux-mips.org>
2654 L: linux-hams@vger.kernel.org
2655 W: http://www.linux-ax25.org/
2657 F: include/uapi/linux/ax25.h
2658 F: include/net/ax25.h
2662 M: Peter Rosin <peda@axentia.se>
2663 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2665 F: Documentation/devicetree/bindings/arm/axentia.txt
2666 F: arch/arm/boot/dts/at91-linea.dtsi
2667 F: arch/arm/boot/dts/at91-natte.dtsi
2668 F: arch/arm/boot/dts/at91-nattis-2-natte-2.dts
2669 F: arch/arm/boot/dts/at91-tse850-3.dts
2671 AXENTIA ASOC DRIVERS
2672 M: Peter Rosin <peda@axentia.se>
2673 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2675 F: Documentation/devicetree/bindings/sound/axentia,*
2676 F: sound/soc/atmel/tse850-pcm5142.c
2678 AXXIA I2C CONTROLLER
2679 M: Krzysztof Adamski <krzysztof.adamski@nokia.com>
2680 L: linux-i2c@vger.kernel.org
2682 F: Documentation/devicetree/bindings/i2c/i2c-axxia.txt
2683 F: drivers/i2c/busses/i2c-axxia.c
2686 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2687 L: linux-media@vger.kernel.org
2688 W: https://linuxtv.org
2689 T: git git://linuxtv.org/media_tree.git
2691 F: drivers/media/usb/dvb-usb-v2/az6007.c
2693 AZTECH FM RADIO RECEIVER DRIVER
2694 M: Hans Verkuil <hverkuil@xs4all.nl>
2695 L: linux-media@vger.kernel.org
2696 T: git git://linuxtv.org/media_tree.git
2697 W: https://linuxtv.org
2699 F: drivers/media/radio/radio-aztech*
2702 L: linux-wireless@vger.kernel.org
2703 L: b43-dev@lists.infradead.org
2704 W: http://wireless.kernel.org/en/users/Drivers/b43
2706 F: drivers/net/wireless/broadcom/b43/
2708 B43LEGACY WIRELESS DRIVER
2709 M: Larry Finger <Larry.Finger@lwfinger.net>
2710 L: linux-wireless@vger.kernel.org
2711 L: b43-dev@lists.infradead.org
2712 W: http://wireless.kernel.org/en/users/Drivers/b43
2714 F: drivers/net/wireless/broadcom/b43legacy/
2716 BACKLIGHT CLASS/SUBSYSTEM
2717 M: Lee Jones <lee.jones@linaro.org>
2718 M: Daniel Thompson <daniel.thompson@linaro.org>
2719 M: Jingoo Han <jingoohan1@gmail.com>
2720 L: dri-devel@lists.freedesktop.org
2721 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2723 F: drivers/video/backlight/
2724 F: include/linux/backlight.h
2725 F: include/linux/pwm_backlight.h
2726 F: Documentation/devicetree/bindings/leds/backlight
2729 M: Marek Lindner <mareklindner@neomailbox.ch>
2730 M: Simon Wunderlich <sw@simonwunderlich.de>
2731 M: Antonio Quartulli <a@unstable.cc>
2732 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2733 W: https://www.open-mesh.org/
2734 Q: https://patchwork.open-mesh.org/project/batman/list/
2736 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2737 F: Documentation/ABI/testing/sysfs-class-net-mesh
2738 F: Documentation/networking/batman-adv.rst
2739 F: include/uapi/linux/batadv_packet.h
2740 F: include/uapi/linux/batman_adv.h
2743 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2744 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2745 L: linux-hams@vger.kernel.org
2746 W: http://www.baycom.org/~tom/ham/ham.html
2748 F: drivers/net/hamradio/baycom*
2750 BCACHE (BLOCK LAYER CACHE)
2751 M: Coly Li <colyli@suse.de>
2752 M: Kent Overstreet <kent.overstreet@gmail.com>
2753 L: linux-bcache@vger.kernel.org
2754 W: http://bcache.evilpiepirate.org
2755 C: irc://irc.oftc.net/bcache
2757 F: drivers/md/bcache/
2759 BDISP ST MEDIA DRIVER
2760 M: Fabien Dessenne <fabien.dessenne@st.com>
2761 L: linux-media@vger.kernel.org
2762 T: git git://linuxtv.org/media_tree.git
2763 W: https://linuxtv.org
2765 F: drivers/media/platform/sti/bdisp
2767 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2768 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2769 L: netdev@vger.kernel.org
2771 F: drivers/net/ethernet/ec_bhf.c
2774 M: Luis de Bethencourt <luisbg@kernel.org>
2775 M: Salah Triki <salah.triki@gmail.com>
2777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
2778 F: Documentation/filesystems/befs.txt
2782 M: Paolo Valente <paolo.valente@linaro.org>
2783 M: Jens Axboe <axboe@kernel.dk>
2784 L: linux-block@vger.kernel.org
2787 F: Documentation/block/bfq-iosched.txt
2790 M: "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2792 F: Documentation/filesystems/bfs.txt
2794 F: include/uapi/linux/bfs_fs.h
2796 BLINKM RGB LED DRIVER
2797 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2799 F: drivers/leds/leds-blinkm.c
2802 M: Jens Axboe <axboe@kernel.dk>
2803 L: linux-block@vger.kernel.org
2804 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2808 F: kernel/trace/blktrace.c
2812 M: Joern Engel <joern@lazybastard.org>
2813 L: linux-mtd@lists.infradead.org
2815 F: drivers/mtd/devices/block2mtd.c
2818 M: Marcel Holtmann <marcel@holtmann.org>
2819 M: Johan Hedberg <johan.hedberg@gmail.com>
2820 L: linux-bluetooth@vger.kernel.org
2821 W: http://www.bluez.org/
2822 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2823 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2825 F: drivers/bluetooth/
2828 M: Marcel Holtmann <marcel@holtmann.org>
2829 M: Johan Hedberg <johan.hedberg@gmail.com>
2830 L: linux-bluetooth@vger.kernel.org
2831 W: http://www.bluez.org/
2832 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2833 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2836 F: include/net/bluetooth/
2839 M: Jay Vosburgh <j.vosburgh@gmail.com>
2840 M: Veaceslav Falico <vfalico@gmail.com>
2841 M: Andy Gospodarek <andy@greyhouse.net>
2842 L: netdev@vger.kernel.org
2843 W: http://sourceforge.net/projects/bonding/
2845 F: drivers/net/bonding/
2846 F: include/uapi/linux/if_bonding.h
2848 BPF (Safe dynamic programs and tools)
2849 M: Alexei Starovoitov <ast@kernel.org>
2850 M: Daniel Borkmann <daniel@iogearbox.net>
2851 L: netdev@vger.kernel.org
2852 L: linux-kernel@vger.kernel.org
2853 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
2854 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
2855 Q: https://patchwork.ozlabs.org/project/netdev/list/?delegate=77147
2858 F: Documentation/networking/filter.txt
2859 F: Documentation/bpf/
2860 F: include/linux/bpf*
2861 F: include/linux/filter.h
2862 F: include/trace/events/xdp.h
2863 F: include/uapi/linux/bpf*
2864 F: include/uapi/linux/filter.h
2866 F: kernel/trace/bpf_trace.c
2869 F: net/core/filter.c
2870 F: net/sched/act_bpf.c
2871 F: net/sched/cls_bpf.c
2875 F: tools/testing/selftests/bpf/
2878 M: Shubham Bansal <illusionist.neo@gmail.com>
2879 L: netdev@vger.kernel.org
2884 M: Daniel Borkmann <daniel@iogearbox.net>
2885 M: Alexei Starovoitov <ast@kernel.org>
2886 M: Zi Shen Lim <zlim.lnx@gmail.com>
2887 L: netdev@vger.kernel.org
2891 BPF JIT for MIPS (32-BIT AND 64-BIT)
2892 M: Paul Burton <paul.burton@mips.com>
2893 L: netdev@vger.kernel.org
2897 BPF JIT for NFP NICs
2898 M: Jakub Kicinski <jakub.kicinski@netronome.com>
2899 L: netdev@vger.kernel.org
2901 F: drivers/net/ethernet/netronome/nfp/bpf/
2903 BPF JIT for POWERPC (32-BIT AND 64-BIT)
2904 M: Naveen N. Rao <naveen.n.rao@linux.ibm.com>
2905 M: Sandipan Das <sandipan@linux.ibm.com>
2906 L: netdev@vger.kernel.org
2908 F: arch/powerpc/net/
2911 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
2912 M: Heiko Carstens <heiko.carstens@de.ibm.com>
2913 L: netdev@vger.kernel.org
2916 X: arch/s390/net/pnet.c
2918 BPF JIT for SPARC (32-BIT AND 64-BIT)
2919 M: David S. Miller <davem@davemloft.net>
2920 L: netdev@vger.kernel.org
2924 BPF JIT for X86 32-BIT
2925 M: Wang YanQing <udknight@gmail.com>
2926 L: netdev@vger.kernel.org
2928 F: arch/x86/net/bpf_jit_comp32.c
2930 BPF JIT for X86 64-BIT
2931 M: Alexei Starovoitov <ast@kernel.org>
2932 M: Daniel Borkmann <daniel@iogearbox.net>
2933 L: netdev@vger.kernel.org
2936 X: arch/x86/net/bpf_jit_comp32.c
2938 BROADCOM B44 10/100 ETHERNET DRIVER
2939 M: Michael Chan <michael.chan@broadcom.com>
2940 L: netdev@vger.kernel.org
2942 F: drivers/net/ethernet/broadcom/b44.*
2944 BROADCOM B53 ETHERNET SWITCH DRIVER
2945 M: Florian Fainelli <f.fainelli@gmail.com>
2946 L: netdev@vger.kernel.org
2947 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2949 F: drivers/net/dsa/b53/*
2950 F: include/linux/platform_data/b53.h
2952 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2953 M: Florian Fainelli <f.fainelli@gmail.com>
2954 M: Ray Jui <rjui@broadcom.com>
2955 M: Scott Branden <sbranden@broadcom.com>
2956 M: bcm-kernel-feedback-list@broadcom.com
2957 T: git git://github.com/broadcom/mach-bcm
2963 F: arch/arm/mach-bcm/
2965 BROADCOM BCM2835 ARM ARCHITECTURE
2966 M: Eric Anholt <eric@anholt.net>
2967 M: Stefan Wahren <stefan.wahren@i2se.com>
2968 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2969 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2970 T: git git://github.com/anholt/linux
2973 F: drivers/staging/vc04_services
2975 BROADCOM BCM47XX MIPS ARCHITECTURE
2976 M: Hauke Mehrtens <hauke@hauke-m.de>
2977 M: Rafał Miłecki <zajec5@gmail.com>
2978 L: linux-mips@vger.kernel.org
2980 F: Documentation/devicetree/bindings/mips/brcm/
2981 F: arch/mips/bcm47xx/*
2982 F: arch/mips/include/asm/mach-bcm47xx/*
2984 BROADCOM BCM5301X ARM ARCHITECTURE
2985 M: Hauke Mehrtens <hauke@hauke-m.de>
2986 M: Rafał Miłecki <zajec5@gmail.com>
2987 M: bcm-kernel-feedback-list@broadcom.com
2988 L: linux-arm-kernel@lists.infradead.org
2990 F: arch/arm/mach-bcm/bcm_5301x.c
2991 F: arch/arm/boot/dts/bcm5301x*.dtsi
2992 F: arch/arm/boot/dts/bcm470*
2993 F: arch/arm/boot/dts/bcm953012*
2995 BROADCOM BCM53573 ARM ARCHITECTURE
2996 M: Rafał Miłecki <rafal@milecki.pl>
2997 L: linux-arm-kernel@lists.infradead.org
2999 F: arch/arm/boot/dts/bcm53573*
3000 F: arch/arm/boot/dts/bcm47189*
3002 BROADCOM BCM63XX ARM ARCHITECTURE
3003 M: Florian Fainelli <f.fainelli@gmail.com>
3004 M: bcm-kernel-feedback-list@broadcom.com
3005 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3006 T: git git://github.com/broadcom/stblinux.git
3010 BROADCOM BCM63XX/BCM33XX UDC DRIVER
3011 M: Kevin Cernekee <cernekee@gmail.com>
3012 L: linux-usb@vger.kernel.org
3014 F: drivers/usb/gadget/udc/bcm63xx_udc.*
3016 BROADCOM BCM7XXX ARM ARCHITECTURE
3017 M: Brian Norris <computersforpeace@gmail.com>
3018 M: Gregory Fong <gregory.0xf0@gmail.com>
3019 M: Florian Fainelli <f.fainelli@gmail.com>
3020 M: bcm-kernel-feedback-list@broadcom.com
3021 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3022 T: git git://github.com/broadcom/stblinux.git
3024 F: arch/arm/mach-bcm/*brcmstb*
3025 F: arch/arm/boot/dts/bcm7*.dts*
3026 F: drivers/bus/brcmstb_gisb.c
3027 F: arch/arm/mm/cache-b15-rac.c
3028 F: arch/arm/include/asm/hardware/cache-b15-rac.h
3031 BROADCOM BMIPS CPUFREQ DRIVER
3032 M: Markus Mayer <mmayer@broadcom.com>
3033 M: bcm-kernel-feedback-list@broadcom.com
3034 L: linux-pm@vger.kernel.org
3036 F: drivers/cpufreq/bmips-cpufreq.c
3038 BROADCOM BMIPS MIPS ARCHITECTURE
3039 M: Kevin Cernekee <cernekee@gmail.com>
3040 M: Florian Fainelli <f.fainelli@gmail.com>
3041 L: linux-mips@vger.kernel.org
3042 T: git git://github.com/broadcom/stblinux.git
3044 F: arch/mips/bmips/*
3045 F: arch/mips/include/asm/mach-bmips/*
3046 F: arch/mips/kernel/*bmips*
3047 F: arch/mips/boot/dts/brcm/bcm*.dts*
3048 F: drivers/irqchip/irq-bcm63*
3049 F: drivers/irqchip/irq-bcm7*
3050 F: drivers/irqchip/irq-brcmstb*
3051 F: include/linux/bcm963xx_nvram.h
3052 F: include/linux/bcm963xx_tag.h
3054 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
3055 M: Rasesh Mody <rmody@marvell.com>
3056 M: GR-Linux-NIC-Dev@marvell.com
3057 L: netdev@vger.kernel.org
3059 F: drivers/net/ethernet/broadcom/bnx2.*
3060 F: drivers/net/ethernet/broadcom/bnx2_*
3062 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
3063 M: QLogic-Storage-Upstream@qlogic.com
3064 L: linux-scsi@vger.kernel.org
3066 F: drivers/scsi/bnx2fc/
3068 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
3069 M: QLogic-Storage-Upstream@qlogic.com
3070 L: linux-scsi@vger.kernel.org
3072 F: drivers/scsi/bnx2i/
3074 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
3075 M: Ariel Elior <aelior@marvell.com>
3076 M: Sudarsana Kalluru <skalluru@marvell.com>
3077 M: GR-everest-linux-l2@marvell.com
3078 L: netdev@vger.kernel.org
3080 F: drivers/net/ethernet/broadcom/bnx2x/
3082 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
3083 M: Michael Chan <michael.chan@broadcom.com>
3084 L: netdev@vger.kernel.org
3086 F: drivers/net/ethernet/broadcom/bnxt/
3088 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
3089 M: Arend van Spriel <arend.vanspriel@broadcom.com>
3090 M: Franky Lin <franky.lin@broadcom.com>
3091 M: Hante Meuleman <hante.meuleman@broadcom.com>
3092 M: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
3093 M: Wright Feng <wright.feng@cypress.com>
3094 L: linux-wireless@vger.kernel.org
3095 L: brcm80211-dev-list.pdl@broadcom.com
3096 L: brcm80211-dev-list@cypress.com
3098 F: drivers/net/wireless/broadcom/brcm80211/
3100 BROADCOM BRCMSTB GPIO DRIVER
3101 M: Gregory Fong <gregory.0xf0@gmail.com>
3102 L: bcm-kernel-feedback-list@broadcom.com
3104 F: drivers/gpio/gpio-brcmstb.c
3105 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
3107 BROADCOM BRCMSTB I2C DRIVER
3108 M: Kamal Dasu <kdasu.kdev@gmail.com>
3109 L: linux-i2c@vger.kernel.org
3110 L: bcm-kernel-feedback-list@broadcom.com
3112 F: drivers/i2c/busses/i2c-brcmstb.c
3113 F: Documentation/devicetree/bindings/i2c/i2c-brcmstb.txt
3115 BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER
3116 M: Al Cooper <alcooperx@gmail.com>
3117 L: linux-kernel@vger.kernel.org
3118 L: bcm-kernel-feedback-list@broadcom.com
3120 F: drivers/phy/broadcom/phy-brcm-usb*
3122 BROADCOM GENET ETHERNET DRIVER
3123 M: Doug Berger <opendmb@gmail.com>
3124 M: Florian Fainelli <f.fainelli@gmail.com>
3125 L: netdev@vger.kernel.org
3127 F: drivers/net/ethernet/broadcom/genet/
3129 BROADCOM IPROC ARM ARCHITECTURE
3130 M: Ray Jui <rjui@broadcom.com>
3131 M: Scott Branden <sbranden@broadcom.com>
3132 M: bcm-kernel-feedback-list@broadcom.com
3133 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3134 T: git git://github.com/broadcom/cygnus-linux.git
3151 F: arch/arm64/boot/dts/broadcom/northstar2/*
3152 F: arch/arm64/boot/dts/broadcom/stingray/*
3153 F: drivers/clk/bcm/clk-ns*
3154 F: drivers/clk/bcm/clk-sr*
3155 F: drivers/pinctrl/bcm/pinctrl-ns*
3156 F: include/dt-bindings/clock/bcm-sr*
3158 BROADCOM KONA GPIO DRIVER
3159 M: Ray Jui <rjui@broadcom.com>
3160 L: bcm-kernel-feedback-list@broadcom.com
3162 F: drivers/gpio/gpio-bcm-kona.c
3163 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
3165 BROADCOM NETXTREME-E ROCE DRIVER
3166 M: Selvin Xavier <selvin.xavier@broadcom.com>
3167 M: Devesh Sharma <devesh.sharma@broadcom.com>
3168 M: Somnath Kotur <somnath.kotur@broadcom.com>
3169 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
3170 L: linux-rdma@vger.kernel.org
3171 W: http://www.broadcom.com
3173 F: drivers/infiniband/hw/bnxt_re/
3174 F: include/uapi/rdma/bnxt_re-abi.h
3176 BROADCOM NVRAM DRIVER
3177 M: Rafał Miłecki <zajec5@gmail.com>
3178 L: linux-mips@vger.kernel.org
3180 F: drivers/firmware/broadcom/*
3182 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
3183 M: Rafał Miłecki <zajec5@gmail.com>
3184 L: linux-wireless@vger.kernel.org
3187 F: include/linux/bcma/
3189 BROADCOM STB AVS CPUFREQ DRIVER
3190 M: Markus Mayer <mmayer@broadcom.com>
3191 M: bcm-kernel-feedback-list@broadcom.com
3192 L: linux-pm@vger.kernel.org
3194 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
3195 F: drivers/cpufreq/brcmstb*
3197 BROADCOM STB AVS TMON DRIVER
3198 M: Markus Mayer <mmayer@broadcom.com>
3199 M: bcm-kernel-feedback-list@broadcom.com
3200 L: linux-pm@vger.kernel.org
3202 F: Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
3203 F: drivers/thermal/broadcom/brcmstb*
3205 BROADCOM STB NAND FLASH DRIVER
3206 M: Brian Norris <computersforpeace@gmail.com>
3207 M: Kamal Dasu <kdasu.kdev@gmail.com>
3208 L: linux-mtd@lists.infradead.org
3209 L: bcm-kernel-feedback-list@broadcom.com
3211 F: drivers/mtd/nand/raw/brcmnand/
3213 BROADCOM STB DPFE DRIVER
3214 M: Markus Mayer <mmayer@broadcom.com>
3215 M: bcm-kernel-feedback-list@broadcom.com
3216 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3218 F: Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt
3219 F: drivers/memory/brcmstb_dpfe.c
3222 M: Kamal Dasu <kdasu.kdev@gmail.com>
3223 M: bcm-kernel-feedback-list@broadcom.com
3225 F: Documentation/devicetree/bindings/spi/brcm,spi-bcm-qspi.txt
3226 F: drivers/spi/spi-bcm-qspi.*
3227 F: drivers/spi/spi-brcmstb-qspi.c
3228 F: drivers/spi/spi-iproc-qspi.c
3230 BROADCOM SYSTEMPORT ETHERNET DRIVER
3231 M: Florian Fainelli <f.fainelli@gmail.com>
3232 L: netdev@vger.kernel.org
3234 F: drivers/net/ethernet/broadcom/bcmsysport.*
3236 BROADCOM TG3 GIGABIT ETHERNET DRIVER
3237 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
3238 M: Prashant Sreedharan <prashant@broadcom.com>
3239 M: Michael Chan <mchan@broadcom.com>
3240 L: netdev@vger.kernel.org
3242 F: drivers/net/ethernet/broadcom/tg3.*
3244 BROCADE BFA FC SCSI DRIVER
3245 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
3246 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
3247 L: linux-scsi@vger.kernel.org
3249 F: drivers/scsi/bfa/
3251 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
3252 M: Rasesh Mody <rmody@marvell.com>
3253 M: Sudarsana Kalluru <skalluru@marvell.com>
3254 M: GR-Linux-NIC-Dev@marvell.com
3255 L: netdev@vger.kernel.org
3257 F: drivers/net/ethernet/brocade/bna/
3259 BSG (block layer generic sg v4 driver)
3260 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
3261 L: linux-scsi@vger.kernel.org
3264 F: include/linux/bsg.h
3265 F: include/uapi/linux/bsg.h
3268 M: Clemens Ladisch <clemens@ladisch.de>
3269 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3270 T: git git://git.alsa-project.org/alsa-kernel.git
3272 F: Documentation/sound/cards/bt87x.rst
3273 F: sound/pci/bt87x.c
3276 M: Michael Buesch <m@bues.ch>
3277 W: http://bu3sch.de/btgpio.php
3279 F: drivers/gpio/gpio-bt8xx.c
3282 M: Chris Mason <clm@fb.com>
3283 M: Josef Bacik <josef@toxicpanda.com>
3284 M: David Sterba <dsterba@suse.com>
3285 L: linux-btrfs@vger.kernel.org
3286 W: http://btrfs.wiki.kernel.org/
3287 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
3288 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
3290 F: Documentation/filesystems/btrfs.txt
3292 F: include/linux/btrfs*
3293 F: include/uapi/linux/btrfs*
3295 BTTV VIDEO4LINUX DRIVER
3296 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3297 L: linux-media@vger.kernel.org
3298 W: https://linuxtv.org
3299 T: git git://linuxtv.org/media_tree.git
3301 F: Documentation/media/v4l-drivers/bttv*
3302 F: drivers/media/pci/bt8xx/bttv*
3304 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3305 M: Chanwoo Choi <cw00.choi@samsung.com>
3306 L: linux-pm@vger.kernel.org
3307 L: linux-samsung-soc@vger.kernel.org
3308 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3310 F: drivers/devfreq/exynos-bus.c
3311 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3313 BUSLOGIC SCSI DRIVER
3314 M: Khalid Aziz <khalid@gonehiking.org>
3315 L: linux-scsi@vger.kernel.org
3317 F: drivers/scsi/BusLogic.*
3318 F: drivers/scsi/FlashPoint.*
3320 C-MEDIA CMI8788 DRIVER
3321 M: Clemens Ladisch <clemens@ladisch.de>
3322 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3323 T: git git://git.alsa-project.org/alsa-kernel.git
3325 F: sound/pci/oxygen/
3328 M: Guo Ren <guoren@kernel.org>
3329 T: git https://github.com/c-sky/csky-linux.git
3332 F: Documentation/devicetree/bindings/csky/
3333 F: drivers/irqchip/irq-csky-*
3334 F: Documentation/devicetree/bindings/interrupt-controller/csky,*
3335 F: drivers/clocksource/timer-gx6605s.c
3336 F: drivers/clocksource/timer-mp-csky.c
3337 F: Documentation/devicetree/bindings/timer/csky,*
3342 M: Mark Salter <msalter@redhat.com>
3343 M: Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3344 L: linux-c6x-dev@linux-c6x.org
3345 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
3349 CA8210 IEEE-802.15.4 RADIO DRIVER
3350 M: Harry Morris <h.morris@cascoda.com>
3351 L: linux-wpan@vger.kernel.org
3352 W: https://github.com/Cascoda/ca8210-linux.git
3354 F: drivers/net/ieee802154/ca8210.c
3355 F: Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3357 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3358 M: David Howells <dhowells@redhat.com>
3359 L: linux-cachefs@redhat.com (moderated for non-subscribers)
3361 F: Documentation/filesystems/caching/cachefiles.txt
3364 CADENCE MIPI-CSI2 BRIDGES
3365 M: Maxime Ripard <maxime.ripard@bootlin.com>
3366 L: linux-media@vger.kernel.org
3368 F: Documentation/devicetree/bindings/media/cdns,*.txt
3369 F: drivers/media/platform/cadence/cdns-csi2*
3371 CADET FM/AM RADIO RECEIVER DRIVER
3372 M: Hans Verkuil <hverkuil@xs4all.nl>
3373 L: linux-media@vger.kernel.org
3374 T: git git://linuxtv.org/media_tree.git
3375 W: https://linuxtv.org
3377 F: drivers/media/radio/radio-cadet*
3379 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3380 M: Jonathan Corbet <corbet@lwn.net>
3381 L: linux-media@vger.kernel.org
3382 T: git git://linuxtv.org/media_tree.git
3384 F: Documentation/media/v4l-drivers/cafe_ccic*
3385 F: drivers/media/platform/marvell-ccic/
3388 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3389 L: netdev@vger.kernel.org
3391 F: Documentation/networking/caif/
3392 F: drivers/net/caif/
3393 F: include/uapi/linux/caif/
3394 F: include/net/caif/
3398 M: Toke Høiland-Jørgensen <toke@toke.dk>
3399 L: cake@lists.bufferbloat.net (moderated for non-subscribers)
3401 F: net/sched/sch_cake.c
3403 CALGARY x86-64 IOMMU
3404 M: Muli Ben-Yehuda <mulix@mulix.org>
3405 M: Jon Mason <jdmason@kudzu.us>
3406 L: iommu@lists.linux-foundation.org
3408 F: arch/x86/kernel/pci-calgary_64.c
3409 F: arch/x86/kernel/tce_64.c
3410 F: arch/x86/include/asm/calgary.h
3411 F: arch/x86/include/asm/tce.h
3414 M: Wolfgang Grandegger <wg@grandegger.com>
3415 M: Marc Kleine-Budde <mkl@pengutronix.de>
3416 L: linux-can@vger.kernel.org
3417 W: https://github.com/linux-can
3418 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3421 F: Documentation/devicetree/bindings/net/can/
3423 F: include/linux/can/dev.h
3424 F: include/linux/can/platform/
3425 F: include/uapi/linux/can/error.h
3426 F: include/uapi/linux/can/netlink.h
3429 M: Oliver Hartkopp <socketcan@hartkopp.net>
3430 M: Marc Kleine-Budde <mkl@pengutronix.de>
3431 L: linux-can@vger.kernel.org
3432 W: https://github.com/linux-can
3433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3434 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3436 F: Documentation/networking/can.rst
3438 F: include/linux/can/core.h
3439 F: include/uapi/linux/can.h
3440 F: include/uapi/linux/can/bcm.h
3441 F: include/uapi/linux/can/raw.h
3442 F: include/uapi/linux/can/gw.h
3445 M: Serge Hallyn <serge@hallyn.com>
3446 L: linux-security-module@vger.kernel.org
3448 F: include/linux/capability.h
3449 F: include/uapi/linux/capability.h
3450 F: security/commoncap.c
3451 F: kernel/capability.c
3453 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3454 M: Kevin Tsai <ktsai@capellamicro.com>
3456 F: drivers/iio/light/cm*
3458 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
3459 M: Christian Lamparter <chunkeey@googlemail.com>
3460 L: linux-wireless@vger.kernel.org
3461 W: http://wireless.kernel.org/en/users/Drivers/carl9170
3463 F: drivers/net/wireless/ath/carl9170/
3466 M: Jan Glauber <jglauber@cavium.com>
3467 M: David Daney <david.daney@cavium.com>
3468 W: http://www.cavium.com
3470 F: drivers/i2c/busses/i2c-octeon*
3471 F: drivers/i2c/busses/i2c-thunderx*
3473 CAVIUM LIQUIDIO NETWORK DRIVER
3474 M: Derek Chickles <dchickles@marvell.com>
3475 M: Satanand Burla <sburla@marvell.com>
3476 M: Felix Manlunas <fmanlunas@marvell.com>
3477 L: netdev@vger.kernel.org
3478 W: http://www.cavium.com
3480 F: drivers/net/ethernet/cavium/liquidio/
3483 M: Jan Glauber <jglauber@cavium.com>
3484 M: David Daney <david.daney@cavium.com>
3485 M: Steven J. Hill <Steven.Hill@cavium.com>
3486 W: http://www.cavium.com
3488 F: drivers/mmc/host/cavium*
3490 CAVIUM OCTEON-TX CRYPTO DRIVER
3491 M: George Cherian <george.cherian@cavium.com>
3492 L: linux-crypto@vger.kernel.org
3493 W: http://www.cavium.com
3495 F: drivers/crypto/cavium/cpt/
3497 CAVIUM THUNDERX2 ARM64 SOC
3498 M: Robert Richter <rrichter@cavium.com>
3499 M: Jayachandran C <jnair@caviumnetworks.com>
3500 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3502 F: arch/arm64/boot/dts/cavium/thunder2-99xx*
3503 F: Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3505 CC2520 IEEE-802.15.4 RADIO DRIVER
3506 M: Varka Bhadram <varkabhadram@gmail.com>
3507 L: linux-wpan@vger.kernel.org
3509 F: drivers/net/ieee802154/cc2520.c
3510 F: include/linux/spi/cc2520.h
3511 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3513 CCREE ARM TRUSTZONE CRYPTOCELL REE DRIVER
3514 M: Yael Chemla <yael.chemla@foss.arm.com>
3515 M: Gilad Ben-Yossef <gilad@benyossef.com>
3516 L: linux-crypto@vger.kernel.org
3518 F: drivers/crypto/ccree/
3519 W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3522 M: Hans Verkuil <hans.verkuil@cisco.com>
3523 L: linux-media@vger.kernel.org
3524 T: git git://linuxtv.org/media_tree.git
3525 W: http://linuxtv.org
3527 F: Documentation/media/kapi/cec-core.rst
3528 F: Documentation/media/uapi/cec
3529 F: drivers/media/cec/
3530 F: drivers/media/rc/keymaps/rc-cec.c
3531 F: include/media/cec.h
3532 F: include/media/cec-notifier.h
3533 F: include/uapi/linux/cec.h
3534 F: include/uapi/linux/cec-funcs.h
3535 F: Documentation/devicetree/bindings/media/cec.txt
3536 F: Documentation/ABI/testing/debugfs-cec-error-inj
3539 M: Hans Verkuil <hans.verkuil@cisco.com>
3540 L: linux-media@vger.kernel.org
3541 T: git git://linuxtv.org/media_tree.git
3542 W: http://linuxtv.org
3544 F: drivers/media/platform/cec-gpio/
3545 F: Documentation/devicetree/bindings/media/cec-gpio.txt
3547 CELL BROADBAND ENGINE ARCHITECTURE
3548 M: Arnd Bergmann <arnd@arndb.de>
3549 L: linuxppc-dev@lists.ozlabs.org
3550 W: http://www.ibm.com/developerworks/power/cell/
3552 F: arch/powerpc/include/asm/cell*.h
3553 F: arch/powerpc/include/asm/spu*.h
3554 F: arch/powerpc/include/uapi/asm/spu*.h
3555 F: arch/powerpc/oprofile/*cell*
3556 F: arch/powerpc/platforms/cell/
3558 CEPH COMMON CODE (LIBCEPH)
3559 M: Ilya Dryomov <idryomov@gmail.com>
3560 M: "Yan, Zheng" <zyan@redhat.com>
3561 M: Sage Weil <sage@redhat.com>
3562 L: ceph-devel@vger.kernel.org
3564 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3565 T: git git://github.com/ceph/ceph-client.git
3568 F: include/linux/ceph/
3569 F: include/linux/crush/
3571 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3572 M: "Yan, Zheng" <zyan@redhat.com>
3573 M: Sage Weil <sage@redhat.com>
3574 M: Ilya Dryomov <idryomov@gmail.com>
3575 L: ceph-devel@vger.kernel.org
3577 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3578 T: git git://github.com/ceph/ceph-client.git
3580 F: Documentation/filesystems/ceph.txt
3583 CERTIFICATE HANDLING:
3584 M: David Howells <dhowells@redhat.com>
3585 M: David Woodhouse <dwmw2@infradead.org>
3586 L: keyrings@vger.kernel.org
3588 F: Documentation/admin-guide/module-signing.rst
3590 F: scripts/sign-file.c
3591 F: scripts/extract-cert.c
3593 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3594 L: linux-usb@vger.kernel.org
3596 F: Documentation/usb/WUSB-Design-overview.txt
3597 F: Documentation/usb/wusb-cbaf
3598 F: drivers/usb/host/hwa-hc.c
3599 F: drivers/usb/host/whci/
3600 F: drivers/usb/wusbcore/
3601 F: include/linux/usb/wusb*
3603 CFAG12864B LCD DRIVER
3604 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3606 F: drivers/auxdisplay/cfag12864b.c
3607 F: include/linux/cfag12864b.h
3609 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3610 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3612 F: drivers/auxdisplay/cfag12864bfb.c
3613 F: include/linux/cfag12864b.h
3615 802.11 (including CFG80211/NL80211)
3616 M: Johannes Berg <johannes@sipsolutions.net>
3617 L: linux-wireless@vger.kernel.org
3618 W: http://wireless.kernel.org/
3619 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3620 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3623 F: include/uapi/linux/nl80211.h
3624 F: include/linux/ieee80211.h
3625 F: include/net/wext.h
3626 F: include/net/cfg80211.h
3627 F: include/net/iw_handler.h
3628 F: include/net/ieee80211_radiotap.h
3629 F: Documentation/driver-api/80211/cfg80211.rst
3630 F: Documentation/networking/regulatory.txt
3632 CHAR and MISC DRIVERS
3633 M: Arnd Bergmann <arnd@arndb.de>
3634 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3635 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3639 F: include/linux/miscdevice.h
3642 M: Andy Whitcroft <apw@canonical.com>
3643 M: Joe Perches <joe@perches.com>
3645 F: scripts/checkpatch.pl
3647 CHINESE DOCUMENTATION
3648 M: Harry Wei <harryxiyou@gmail.com>
3649 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3650 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3652 F: Documentation/translations/zh_CN/
3654 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3655 M: Peter Chen <Peter.Chen@nxp.com>
3656 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3657 L: linux-usb@vger.kernel.org
3659 F: drivers/usb/chipidea/
3661 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3662 M: Hans de Goede <hdegoede@redhat.com>
3663 L: linux-input@vger.kernel.org
3665 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3666 F: drivers/input/touchscreen/chipone_icn8318.c
3668 CHIPONE ICN8505 I2C TOUCHSCREEN DRIVER
3669 M: Hans de Goede <hdegoede@redhat.com>
3670 L: linux-input@vger.kernel.org
3672 F: drivers/input/touchscreen/chipone_icn8505.c
3674 CHROME HARDWARE PLATFORM SUPPORT
3675 M: Benson Leung <bleung@chromium.org>
3676 M: Enric Balletbo i Serra <enric.balletbo@collabora.com>
3678 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
3679 F: drivers/platform/chrome/
3681 CHROMEOS EC SUBDRIVERS
3682 M: Benson Leung <bleung@chromium.org>
3683 M: Enric Balletbo i Serra <enric.balletbo@collabora.com>
3684 R: Guenter Roeck <groeck@chromium.org>
3688 F: drivers/power/supply/cros_usbpd-charger.c
3690 CIRRUS LOGIC AUDIO CODEC DRIVERS
3691 M: Brian Austin <brian.austin@cirrus.com>
3692 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3693 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3695 F: sound/soc/codecs/cs*
3697 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3698 M: Hartley Sweeten <hsweeten@visionengravers.com>
3699 L: netdev@vger.kernel.org
3701 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3703 CISCO FCOE HBA DRIVER
3704 M: Satish Kharat <satishkh@cisco.com>
3705 M: Sesidhar Baddela <sebaddel@cisco.com>
3706 M: Karan Tilak Kumar <kartilak@cisco.com>
3707 L: linux-scsi@vger.kernel.org
3709 F: drivers/scsi/fnic/
3711 CISCO SCSI HBA DRIVER
3712 M: Karan Tilak Kumar <kartilak@cisco.com>
3713 M: Sesidhar Baddela <sebaddel@cisco.com>
3714 L: linux-scsi@vger.kernel.org