3 List of maintainers and how to submit kernel changes
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/process/coding-style.rst for guidance here.
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/process/submitting-patches.rst for details.
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/process/submitting-patches.rst.
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond. Please keep in mind that the security team is
66 a small set of people who can be efficient only when working on
67 verified bugs. Please only Cc: this list when you have identified
68 that the bug would present a short-term risk to other users if it
69 were publicly disclosed. For example, reports of address leaks do
70 not represent an immediate threat and are better handled publicly,
71 and ideally, should come with a patch proposal. Please do not send
72 automated reports to this list either. Such bugs will be handled
73 better and faster in the usual public places.
77 Descriptions of section entries:
80 M: Mail patches to: FullName <address@domain>
81 R: Designated reviewer: FullName <address@domain>
82 These reviewers should be CCed on patches.
83 L: Mailing list that is relevant to this area
84 W: Web-page with status/info
85 B: URI for where to file bugs. A web-page with detailed bug
86 filing info, a direct bug tracker link, or a mailto: URI.
87 C: URI for chat protocol, server and channel where developers
88 usually hang out, for example irc://server/channel.
89 Q: Patchwork web based patch tracking system site
90 T: SCM tree type and location.
91 Type is one of: git, hg, quilt, stgit, topgit
92 S: Status, one of the following:
93 Supported: Someone is actually paid to look after this.
94 Maintained: Someone actually looks after it.
95 Odd Fixes: It has a maintainer but they don't have time to do
96 much other than throw the odd patch in. See below..
97 Orphan: No current maintainer [but maybe you could take the
98 role as you write your new code].
99 Obsolete: Old code. Something tagged obsolete generally means
100 it has been replaced by a better system and you
101 should be using that.
102 F: Files and directories with wildcard patterns.
103 A trailing slash includes all files and subdirectory files.
104 F: drivers/net/ all files in and below drivers/net
105 F: drivers/net/* all files in drivers/net, but not below
106 F: */net/* all files in "any top level directory"/net
107 One pattern per line. Multiple F: lines acceptable.
108 N: Files and directories with regex patterns.
109 N: [^a-z]tegra all files whose path contains the word tegra
110 One pattern per line. Multiple N: lines acceptable.
111 scripts/get_maintainer.pl has different behavior for files that
112 match F: pattern and matches of N: patterns. By default,
113 get_maintainer will not look at git log history when an F: pattern
114 match occurs. When an N: match occurs, git log history is used
115 to also notify the people that have git commit signatures.
116 X: Files and directories that are NOT maintained, same rules as F:
117 Files exclusions are tested before file matches.
118 Can be useful for excluding a specific subdirectory, for instance:
121 matches all files in and below net excluding net/ipv6/
122 K: Keyword perl extended regex pattern to match content in a
123 patch or file. For instance:
125 matches patches or files that contain "of_get_profile"
126 K: \b(printk|pr_(info|err))\b
127 matches patches or files that contain one or more of the words
128 printk, pr_info or pr_err
129 One regex pattern per line. Multiple K: lines acceptable.
131 Note: For the hard of thinking, this list is meant to remain in alphabetical
132 order. If you could add yourselves to it in alphabetical order that would be
135 Maintainers List (try to look for most precise areas first)
137 -----------------------------------
140 M: Steffen Klassert <klassert@kernel.org>
141 L: netdev@vger.kernel.org
143 F: Documentation/networking/vortex.txt
144 F: drivers/net/ethernet/3com/3c59x.c
146 3CR990 NETWORK DRIVER
147 M: David Dillow <dave@thedillows.org>
148 L: netdev@vger.kernel.org
150 F: drivers/net/ethernet/3com/typhoon*
152 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
153 M: Adam Radford <aradford@gmail.com>
154 L: linux-scsi@vger.kernel.org
155 W: http://www.lsi.com
159 53C700 AND 53C700-66 SCSI DRIVER
160 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
161 L: linux-scsi@vger.kernel.org
163 F: drivers/scsi/53c700*
165 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
166 M: Alexander Aring <alex.aring@gmail.com>
167 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
168 L: linux-bluetooth@vger.kernel.org
169 L: linux-wpan@vger.kernel.org
172 F: include/net/6lowpan.h
173 F: Documentation/networking/6lowpan.txt
175 6PACK NETWORK DRIVER FOR AX.25
176 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
177 L: linux-hams@vger.kernel.org
179 F: drivers/net/hamradio/6pack.c
181 8169 10/100/1000 GIGABIT ETHERNET DRIVER
182 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
183 L: netdev@vger.kernel.org
185 F: drivers/net/ethernet/realtek/r8169.c
187 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
188 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
189 L: linux-serial@vger.kernel.org
191 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
192 F: drivers/tty/serial/8250*
193 F: include/linux/serial_8250.h
195 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
196 L: netdev@vger.kernel.org
198 F: drivers/net/ethernet/8390/
201 M: Eric Van Hensbergen <ericvh@gmail.com>
202 M: Latchesar Ionkov <lucho@ionkov.net>
203 M: Dominique Martinet <asmadeus@codewreck.org>
204 L: v9fs-developer@lists.sourceforge.net
205 W: http://swik.net/v9fs
206 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
208 T: git git://github.com/martinetd/linux.git
210 F: Documentation/filesystems/9p.txt
214 F: include/uapi/linux/virtio_9p.h
215 F: include/trace/events/9p.h
218 M: Antti Palosaari <crope@iki.fi>
219 L: linux-media@vger.kernel.org
220 W: https://linuxtv.org
221 W: http://palosaari.fi/linux/
222 Q: http://patchwork.linuxtv.org/project/linux-media/list/
223 T: git git://linuxtv.org/anttip/media_tree.git
225 F: drivers/media/dvb-frontends/a8293*
227 AACRAID SCSI RAID DRIVER
228 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
229 L: linux-scsi@vger.kernel.org
230 W: http://www.adaptec.com/
232 F: Documentation/scsi/aacraid.txt
233 F: drivers/scsi/aacraid/
236 L: linux-api@vger.kernel.org
237 F: include/linux/syscalls.h
240 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
241 M: Hans de Goede <hdegoede@redhat.com>
242 L: linux-hwmon@vger.kernel.org
244 F: drivers/hwmon/abituguru.c
246 ABIT UGURU 3 HARDWARE MONITOR DRIVER
247 M: Alistair John Strachan <alistair@devzero.co.uk>
248 L: linux-hwmon@vger.kernel.org
250 F: drivers/hwmon/abituguru3.c
252 ACCES 104-DIO-48E GPIO DRIVER
253 M: William Breathitt Gray <vilhelm.gray@gmail.com>
254 L: linux-gpio@vger.kernel.org
256 F: drivers/gpio/gpio-104-dio-48e.c
258 ACCES 104-IDI-48 GPIO DRIVER
259 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
260 L: linux-gpio@vger.kernel.org
262 F: drivers/gpio/gpio-104-idi-48.c
264 ACCES 104-IDIO-16 GPIO DRIVER
265 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
266 L: linux-gpio@vger.kernel.org
268 F: drivers/gpio/gpio-104-idio-16.c
270 ACCES 104-QUAD-8 IIO DRIVER
271 M: William Breathitt Gray <vilhelm.gray@gmail.com>
272 L: linux-iio@vger.kernel.org
274 F: Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8
275 F: drivers/iio/counter/104-quad-8.c
277 ACCES PCI-IDIO-16 GPIO DRIVER
278 M: William Breathitt Gray <vilhelm.gray@gmail.com>
279 L: linux-gpio@vger.kernel.org
281 F: drivers/gpio/gpio-pci-idio-16.c
283 ACCES PCIe-IDIO-24 GPIO DRIVER
284 M: William Breathitt Gray <vilhelm.gray@gmail.com>
285 L: linux-gpio@vger.kernel.org
287 F: drivers/gpio/gpio-pcie-idio-24.c
290 M: Jes Sorensen <jes@trained-monkey.org>
291 L: linux-acenic@sunsite.dk
293 F: drivers/net/ethernet/alteon/acenic*
295 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
296 M: Peter Feuerer <peter@piie.net>
297 L: platform-driver-x86@vger.kernel.org
298 W: http://piie.net/?section=acerhdf
300 F: drivers/platform/x86/acerhdf.c
302 ACER WMI LAPTOP EXTRAS
303 M: "Lee, Chun-Yi" <jlee@suse.com>
304 L: platform-driver-x86@vger.kernel.org
306 F: drivers/platform/x86/acer-wmi.c
309 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
310 M: Len Brown <lenb@kernel.org>
311 L: linux-acpi@vger.kernel.org
312 W: https://01.org/linux-acpi
313 Q: https://patchwork.kernel.org/project/linux-acpi/list/
314 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
315 B: https://bugzilla.kernel.org
318 F: drivers/pnp/pnpacpi/
319 F: include/linux/acpi.h
320 F: include/linux/fwnode.h
322 F: Documentation/acpi/
323 F: Documentation/ABI/testing/sysfs-bus-acpi
324 F: Documentation/ABI/testing/configfs-acpi
325 F: drivers/pci/*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 <andy@infradead.org>
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 <matthew@wil.cx>
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
554 M: Antti Palosaari <crope@iki.fi>
555 L: linux-media@vger.kernel.org
556 W: https://linuxtv.org
557 W: http://palosaari.fi/linux/
558 Q: http://patchwork.linuxtv.org/project/linux-media/list/
559 T: git git://linuxtv.org/anttip/media_tree.git
561 F: drivers/media/dvb-frontends/af9013*
564 M: Antti Palosaari <crope@iki.fi>
565 L: linux-media@vger.kernel.org
566 W: https://linuxtv.org
567 W: http://palosaari.fi/linux/
568 Q: http://patchwork.linuxtv.org/project/linux-media/list/
569 T: git git://linuxtv.org/anttip/media_tree.git
571 F: drivers/media/dvb-frontends/af9033*
574 M: David Sterba <dsterba@suse.com>
575 L: linux-fsdevel@vger.kernel.org
577 F: Documentation/filesystems/affs.txt
581 M: David Howells <dhowells@redhat.com>
582 L: linux-afs@lists.infradead.org
585 F: include/trace/events/afs.h
586 F: Documentation/filesystems/afs.txt
587 W: https://www.infradead.org/~dhowells/kafs/
590 M: David Airlie <airlied@linux.ie>
591 T: git git://anongit.freedesktop.org/drm/drm
594 F: include/linux/agp*
595 F: include/uapi/linux/agp*
598 M: "Juergen E. Fischer" <fischer@norbit.de>
599 L: linux-scsi@vger.kernel.org
601 F: drivers/scsi/aha152x*
602 F: drivers/scsi/pcmcia/aha152x*
604 AIC7XXX / AIC79XX SCSI DRIVER
605 M: Hannes Reinecke <hare@suse.com>
606 L: linux-scsi@vger.kernel.org
608 F: drivers/scsi/aic7xxx/
610 AIMSLAB FM RADIO RECEIVER DRIVER
611 M: Hans Verkuil <hverkuil@xs4all.nl>
612 L: linux-media@vger.kernel.org
613 T: git git://linuxtv.org/media_tree.git
614 W: https://linuxtv.org
616 F: drivers/media/radio/radio-aimslab*
619 M: Benjamin LaHaise <bcrl@kvack.org>
620 L: linux-aio@kvack.org
623 F: include/linux/*aio*.h
626 M: Antti Palosaari <crope@iki.fi>
627 L: linux-media@vger.kernel.org
628 W: https://linuxtv.org
629 W: http://palosaari.fi/linux/
630 Q: http://patchwork.linuxtv.org/project/linux-media/list/
631 T: git git://linuxtv.org/anttip/media_tree.git
633 F: drivers/media/usb/airspy/
635 ALACRITECH GIGABIT ETHERNET DRIVER
636 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
638 F: drivers/net/ethernet/alacritech/*
640 ALCATEL SPEEDTOUCH USB DRIVER
641 M: Duncan Sands <duncan.sands@free.fr>
642 L: linux-usb@vger.kernel.org
643 W: http://www.linux-usb.org/SpeedTouch/
645 F: drivers/usb/atm/speedtch.c
646 F: drivers/usb/atm/usbatm.c
648 ALCHEMY AU1XX0 MMC DRIVER
649 M: Manuel Lauss <manuel.lauss@gmail.com>
651 F: drivers/mmc/host/au1xmmc.c
654 M: Rudolf Marek <r.marek@assembler.cz>
655 L: linux-i2c@vger.kernel.org
657 F: Documentation/i2c/busses/i2c-ali1563
658 F: drivers/i2c/busses/i2c-ali1563.c
660 ALLWINNER SECURITY SYSTEM
661 M: Corentin Labbe <clabbe.montjoie@gmail.com>
662 L: linux-crypto@vger.kernel.org
664 F: drivers/crypto/sunxi-ss/
667 M: Richard Henderson <rth@twiddle.net>
668 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
669 M: Matt Turner <mattst88@gmail.com>
671 L: linux-alpha@vger.kernel.org
674 ALPS PS/2 TOUCHPAD DRIVER
675 R: Pali Rohár <pali.rohar@gmail.com>
676 F: drivers/input/mouse/alps.*
678 ALTERA I2C CONTROLLER DRIVER
679 M: Thor Thayer <thor.thayer@linux.intel.com>
681 F: drivers/i2c/busses/i2c-altera.c
683 ALTERA MAILBOX DRIVER
684 M: Ley Foon Tan <lftan@altera.com>
685 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
687 F: drivers/mailbox/mailbox-altera.c
690 M: Tien Hock Loh <thloh@altera.com>
691 L: linux-gpio@vger.kernel.org
693 F: drivers/gpio/gpio-altera.c
695 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
696 M: Thor Thayer <thor.thayer@linux.intel.com>
698 F: drivers/gpio/gpio-altera-a10sr.c
699 F: drivers/mfd/altera-a10sr.c
700 F: drivers/reset/reset-a10sr.c
701 F: include/linux/mfd/altera-a10sr.h
702 F: include/dt-bindings/reset/altr,rst-mgr-a10sr.h
704 ALTERA TRIPLE SPEED ETHERNET DRIVER
705 M: Vince Bridgers <vbridger@opensource.altera.com>
706 L: netdev@vger.kernel.org
707 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
709 F: drivers/net/ethernet/altera/
711 ALTERA UART/JTAG UART SERIAL DRIVERS
712 M: Tobias Klauser <tklauser@distanz.ch>
713 L: linux-serial@vger.kernel.org
714 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
716 F: drivers/tty/serial/altera_uart.c
717 F: drivers/tty/serial/altera_jtaguart.c
718 F: include/linux/altera_uart.h
719 F: include/linux/altera_jtaguart.h
721 AMAZON ETHERNET DRIVERS
722 M: Netanel Belgazal <netanel@amazon.com>
723 R: Saeed Bishara <saeedb@amazon.com>
724 R: Zorik Machulsky <zorik@amazon.com>
725 L: netdev@vger.kernel.org
727 F: Documentation/networking/ena.txt
728 F: drivers/net/ethernet/amazon/
730 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
731 M: Tom Lendacky <thomas.lendacky@amd.com>
732 M: Gary Hook <gary.hook@amd.com>
733 L: linux-crypto@vger.kernel.org
735 F: drivers/crypto/ccp/
736 F: include/linux/ccp.h
739 M: Harry Wentland <harry.wentland@amd.com>
740 M: Leo Li <sunpeng.li@amd.com>
741 L: amd-gfx@lists.freedesktop.org
742 T: git git://people.freedesktop.org/~agd5f/linux
744 F: drivers/gpu/drm/amd/display/
746 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
747 M: Huang Rui <ray.huang@amd.com>
748 L: linux-hwmon@vger.kernel.org
750 F: Documentation/hwmon/fam15h_power
751 F: drivers/hwmon/fam15h_power.c
753 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
754 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
756 F: drivers/usb/gadget/udc/amd5536udc.*
758 AMD GEODE PROCESSOR/CHIPSET SUPPORT
759 P: Andres Salomon <dilinger@queued.net>
760 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
761 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
763 F: drivers/char/hw_random/geode-rng.c
764 F: drivers/crypto/geode*
765 F: drivers/video/fbdev/geode/
766 F: arch/x86/include/asm/geode.h
769 M: Joerg Roedel <joro@8bytes.org>
770 L: iommu@lists.linux-foundation.org
771 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
773 F: drivers/iommu/amd_iommu*.[ch]
774 F: include/linux/amd-iommu.h
777 M: Oded Gabbay <oded.gabbay@gmail.com>
778 L: dri-devel@lists.freedesktop.org
779 T: git git://people.freedesktop.org/~gabbayo/linux.git
781 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
782 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
783 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
784 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
785 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
786 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c
787 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
788 F: drivers/gpu/drm/amd/amdkfd/
789 F: drivers/gpu/drm/amd/include/cik_structs.h
790 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
791 F: drivers/gpu/drm/amd/include/vi_structs.h
792 F: drivers/gpu/drm/amd/include/v9_structs.h
793 F: include/uapi/linux/kfd_ioctl.h
796 M: Rex Zhu <rex.zhu@amd.com>
797 M: Evan Quan <evan.quan@amd.com>
798 L: amd-gfx@lists.freedesktop.org
800 F: drivers/gpu/drm/amd/powerplay/
801 T: git git://people.freedesktop.org/~agd5f/linux
803 AMD SEATTLE DEVICE TREE SUPPORT
804 M: Brijesh Singh <brijeshkumar.singh@amd.com>
805 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
806 M: Tom Lendacky <thomas.lendacky@amd.com>
808 F: arch/arm64/boot/dts/amd/
811 M: Tom Lendacky <thomas.lendacky@amd.com>
812 L: netdev@vger.kernel.org
814 F: drivers/net/ethernet/amd/xgbe/
815 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
817 ANALOG DEVICES INC AD5686 DRIVER
818 M: Stefan Popa <stefan.popa@analog.com>
819 L: linux-pm@vger.kernel.org
820 W: http://ez.analog.com/community/linux-device-drivers
822 F: drivers/iio/dac/ad5686*
823 F: drivers/iio/dac/ad5696*
825 ANALOG DEVICES INC AD5758 DRIVER
826 M: Stefan Popa <stefan.popa@analog.com>
827 L: linux-iio@vger.kernel.org
828 W: http://ez.analog.com/community/linux-device-drivers
830 F: drivers/iio/dac/ad5758.c
831 F: Documentation/devicetree/bindings/iio/dac/ad5758.txt
833 ANALOG DEVICES INC AD9389B DRIVER
834 M: Hans Verkuil <hans.verkuil@cisco.com>
835 L: linux-media@vger.kernel.org
837 F: drivers/media/i2c/ad9389b*
839 ANALOG DEVICES INC ADGS1408 DRIVER
840 M: Mircea Caprioru <mircea.caprioru@analog.com>
842 F: drivers/mux/adgs1408.c
843 F: Documentation/devicetree/bindings/mux/adgs1408.txt
845 ANALOG DEVICES INC ADP5061 DRIVER
846 M: Stefan Popa <stefan.popa@analog.com>
847 L: linux-pm@vger.kernel.org
848 W: http://ez.analog.com/community/linux-device-drivers
850 F: drivers/power/supply/adp5061.c
852 ANALOG DEVICES INC ADV7180 DRIVER
853 M: Lars-Peter Clausen <lars@metafoo.de>
854 L: linux-media@vger.kernel.org
855 W: http://ez.analog.com/community/linux-device-drivers
857 F: drivers/media/i2c/adv7180.c
859 ANALOG DEVICES INC ADV748X DRIVER
860 M: Kieran Bingham <kieran.bingham@ideasonboard.com>
861 L: linux-media@vger.kernel.org
863 F: drivers/media/i2c/adv748x/*
865 ANALOG DEVICES INC ADV7511 DRIVER
866 M: Hans Verkuil <hans.verkuil@cisco.com>
867 L: linux-media@vger.kernel.org
869 F: drivers/media/i2c/adv7511*
871 ANALOG DEVICES INC ADV7604 DRIVER
872 M: Hans Verkuil <hans.verkuil@cisco.com>
873 L: linux-media@vger.kernel.org
875 F: drivers/media/i2c/adv7604*
877 ANALOG DEVICES INC ADV7842 DRIVER
878 M: Hans Verkuil <hans.verkuil@cisco.com>
879 L: linux-media@vger.kernel.org
881 F: drivers/media/i2c/adv7842*
883 ANALOG DEVICES INC ASOC CODEC DRIVERS
884 M: Lars-Peter Clausen <lars@metafoo.de>
885 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
886 W: http://wiki.analog.com/
887 W: http://ez.analog.com/community/linux-device-drivers
889 F: sound/soc/codecs/adau*
890 F: sound/soc/codecs/adav*
891 F: sound/soc/codecs/ad1*
892 F: sound/soc/codecs/ad7*
893 F: sound/soc/codecs/ssm*
894 F: sound/soc/codecs/sigmadsp.*
896 ANALOG DEVICES INC DMA DRIVERS
897 M: Lars-Peter Clausen <lars@metafoo.de>
898 W: http://ez.analog.com/community/linux-device-drivers
900 F: drivers/dma/dma-axi-dmac.c
902 ANALOG DEVICES INC IIO DRIVERS
903 M: Lars-Peter Clausen <lars@metafoo.de>
904 M: Michael Hennerich <Michael.Hennerich@analog.com>
905 W: http://wiki.analog.com/
906 W: http://ez.analog.com/community/linux-device-drivers
908 F: Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523
909 F: Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350
911 F: drivers/iio/adc/ltc2497*
912 X: drivers/iio/*/adjd*
913 F: drivers/staging/iio/*/ad*
916 M: Greentime Hu <green.hu@gmail.com>
917 M: Vincent Chen <deanbo422@gmail.com>
918 T: git https://github.com/andestech/linux.git
921 F: Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt
922 F: Documentation/devicetree/bindings/nds32/
926 ANDROID CONFIG FRAGMENTS
927 M: Rob Herring <robh@kernel.org>
929 F: kernel/configs/android*
932 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
933 M: Arve Hjønnevåg <arve@android.com>
934 M: Todd Kjos <tkjos@android.com>
935 M: Martijn Coenen <maco@android.com>
936 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
937 L: devel@driverdev.osuosl.org
940 F: drivers/staging/android/
942 ANDROID GOLDFISH PIC DRIVER
943 M: Miodrag Dinic <miodrag.dinic@mips.com>
945 F: Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
946 F: drivers/irqchip/irq-goldfish-pic.c
948 ANDROID GOLDFISH RTC DRIVER
949 M: Miodrag Dinic <miodrag.dinic@mips.com>
951 F: Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
952 F: drivers/rtc/rtc-goldfish.c
955 M: Laura Abbott <labbott@redhat.com>
956 M: Sumit Semwal <sumit.semwal@linaro.org>
957 L: devel@driverdev.osuosl.org
958 L: dri-devel@lists.freedesktop.org
959 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
961 F: drivers/staging/android/ion
962 F: drivers/staging/android/uapi/ion.h
964 AOA (Apple Onboard Audio) ALSA DRIVER
965 M: Johannes Berg <johannes@sipsolutions.net>
966 L: linuxppc-dev@lists.ozlabs.org
967 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
971 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
972 M: William Breathitt Gray <vilhelm.gray@gmail.com>
973 L: linux-iio@vger.kernel.org
975 F: drivers/iio/adc/stx104.c
978 M: Jiri Kosina <jikos@kernel.org>
980 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
981 F: arch/x86/kernel/apm_32.c
982 F: include/linux/apm_bios.h
983 F: include/uapi/linux/apm_bios.h
984 F: drivers/char/apm-emulation.c
986 APPARMOR SECURITY MODULE
987 M: John Johansen <john.johansen@canonical.com>
988 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
990 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
992 F: security/apparmor/
993 F: Documentation/admin-guide/LSM/apparmor.rst
995 APPLE BCM5974 MULTITOUCH DRIVER
996 M: Henrik Rydberg <rydberg@bitmath.org>
997 L: linux-input@vger.kernel.org
999 F: drivers/input/mouse/bcm5974.c
1002 M: Henrik Rydberg <rydberg@bitmath.org>
1003 L: linux-hwmon@vger.kernel.org
1005 F: drivers/hwmon/applesmc.c
1007 APPLETALK NETWORK LAYER
1008 L: netdev@vger.kernel.org
1010 F: drivers/net/appletalk/
1013 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
1014 M: Duc Dang <dhdang@apm.com>
1016 F: arch/arm64/boot/dts/apm/
1018 APPLIED MICRO (APM) X-GENE SOC EDAC
1019 M: Loc Ho <lho@apm.com>
1021 F: drivers/edac/xgene_edac.c
1022 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
1024 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
1025 M: Iyappan Subramanian <isubramanian@apm.com>
1026 M: Keyur Chudgar <kchudgar@apm.com>
1028 F: drivers/net/ethernet/apm/xgene-v2/
1030 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
1031 M: Iyappan Subramanian <isubramanian@apm.com>
1032 M: Keyur Chudgar <kchudgar@apm.com>
1033 M: Quan Nguyen <qnguyen@apm.com>
1035 F: drivers/net/ethernet/apm/xgene/
1036 F: drivers/net/phy/mdio-xgene.c
1037 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
1038 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
1040 APPLIED MICRO (APM) X-GENE SOC PMU
1041 M: Tai Nguyen <ttnguyen@apm.com>
1043 F: drivers/perf/xgene_pmu.c
1044 F: Documentation/perf/xgene-pmu.txt
1045 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
1047 APTINA CAMERA SENSOR PLL
1048 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
1049 L: linux-media@vger.kernel.org
1051 F: drivers/media/i2c/aptina-pll.*
1053 ARC FRAMEBUFFER DRIVER
1054 M: Jaya Kumar <jayalk@intworks.biz>
1056 F: drivers/video/fbdev/arcfb.c
1057 F: drivers/video/fbdev/core/fb_defio.c
1060 M: Alexey Brodkin <abrodkin@synopsys.com>
1062 F: drivers/gpu/drm/arc/
1063 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
1065 ARCNET NETWORK LAYER
1066 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
1067 L: netdev@vger.kernel.org
1069 F: drivers/net/arcnet/
1070 F: include/uapi/linux/if_arcnet.h
1072 ARM ARCHITECTED TIMER DRIVER
1073 M: Mark Rutland <mark.rutland@arm.com>
1074 M: Marc Zyngier <marc.zyngier@arm.com>
1075 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077 F: arch/arm/include/asm/arch_timer.h
1078 F: arch/arm64/include/asm/arch_timer.h
1079 F: drivers/clocksource/arm_arch_timer.c
1081 ARM HDLCD DRM DRIVER
1082 M: Liviu Dudau <liviu.dudau@arm.com>
1084 F: drivers/gpu/drm/arm/hdlcd_*
1085 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
1087 ARM MALI-DP DRM DRIVER
1088 M: Liviu Dudau <liviu.dudau@arm.com>
1089 M: Brian Starkey <brian.starkey@arm.com>
1090 M: Mali DP Maintainers <malidp@foss.arm.com>
1092 F: drivers/gpu/drm/arm/
1093 F: Documentation/devicetree/bindings/display/arm,malidp.txt
1095 ARM MFM AND FLOPPY DRIVERS
1096 M: Ian Molton <spyro@f2s.com>
1098 F: arch/arm/lib/floppydma.S
1099 F: arch/arm/include/asm/floppy.h
1101 ARM PMU PROFILING AND DEBUGGING
1102 M: Will Deacon <will.deacon@arm.com>
1103 M: Mark Rutland <mark.rutland@arm.com>
1105 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 F: arch/arm*/kernel/perf_*
1107 F: arch/arm/oprofile/common.c
1108 F: arch/arm*/kernel/hw_breakpoint.c
1109 F: arch/arm*/include/asm/hw_breakpoint.h
1110 F: arch/arm*/include/asm/perf_event.h
1112 F: include/linux/perf/arm_pmu.h
1113 F: Documentation/devicetree/bindings/arm/pmu.txt
1114 F: Documentation/devicetree/bindings/perf/
1117 M: Russell King <linux@armlinux.org.uk>
1118 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1119 W: http://www.armlinux.org.uk/
1121 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git
1123 X: arch/arm/boot/dts/
1125 ARM PRIMECELL AACI PL041 DRIVER
1126 M: Russell King <linux@armlinux.org.uk>
1130 ARM PRIMECELL BUS SUPPORT
1131 M: Russell King <linux@armlinux.org.uk>
1134 F: include/linux/amba/bus.h
1136 ARM PRIMECELL CLCD PL110 DRIVER
1137 M: Russell King <linux@armlinux.org.uk>
1139 F: drivers/video/fbdev/amba-clcd.*
1141 ARM PRIMECELL KMI PL050 DRIVER
1142 M: Russell King <linux@armlinux.org.uk>
1144 F: drivers/input/serio/ambakmi.*
1145 F: include/linux/amba/kmi.h
1147 ARM PRIMECELL MMCI PL180/1 DRIVER
1148 M: Russell King <linux@armlinux.org.uk>
1150 F: drivers/mmc/host/mmci.*
1151 F: include/linux/amba/mmci.h
1153 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1154 M: Russell King <linux@armlinux.org.uk>
1156 F: drivers/tty/serial/amba-pl01*.c
1157 F: include/linux/amba/serial.h
1160 M: Will Deacon <will.deacon@arm.com>
1161 R: Robin Murphy <robin.murphy@arm.com>
1162 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 F: drivers/iommu/arm-smmu.c
1165 F: drivers/iommu/arm-smmu-v3.c
1166 F: drivers/iommu/io-pgtable-arm.c
1167 F: drivers/iommu/io-pgtable-arm-v7s.c
1169 ARM SUB-ARCHITECTURES
1170 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1176 ARM/ACTIONS SEMI ARCHITECTURE
1177 M: Andreas Färber <afaerber@suse.de>
1178 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 F: arch/arm/mach-actions/
1182 F: arch/arm/boot/dts/owl-*
1183 F: arch/arm64/boot/dts/actions/
1184 F: drivers/clocksource/owl-*
1185 F: drivers/pinctrl/actions/*
1186 F: drivers/soc/actions/
1187 F: include/dt-bindings/power/owl-*
1188 F: include/linux/soc/actions/
1189 F: Documentation/devicetree/bindings/arm/actions.txt
1190 F: Documentation/devicetree/bindings/pinctrl/actions,s900-pinctrl.txt
1191 F: Documentation/devicetree/bindings/power/actions,owl-sps.txt
1192 F: Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1194 ARM/ADS SPHERE MACHINE SUPPORT
1195 M: Lennert Buytenhek <kernel@wantstofly.org>
1196 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1199 ARM/AFEB9260 MACHINE SUPPORT
1200 M: Sergey Lapin <slapin@ossfans.org>
1201 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1204 ARM/AJECO 1ARM MACHINE SUPPORT
1205 M: Lennert Buytenhek <kernel@wantstofly.org>
1206 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 ARM/Allwinner SoC Clock Support
1210 M: Emilio López <emilio@elopez.com.ar>
1212 F: drivers/clk/sunxi/
1214 ARM/Allwinner sunXi SoC support
1215 M: Maxime Ripard <maxime.ripard@bootlin.com>
1216 M: Chen-Yu Tsai <wens@csie.org>
1217 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 F: arch/arm/mach-sunxi/
1222 F: arch/arm64/boot/dts/allwinner/
1223 F: drivers/clk/sunxi-ng/
1224 F: drivers/pinctrl/sunxi/
1225 F: drivers/soc/sunxi/
1226 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1228 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1229 M: Neil Armstrong <narmstrong@baylibre.com>
1230 M: Jerome Brunet <jbrunet@baylibre.com>
1231 L: linux-amlogic@lists.infradead.org
1233 F: drivers/clk/meson/
1234 F: include/dt-bindings/clock/meson*
1235 F: include/dt-bindings/clock/gxbb*
1236 F: Documentation/devicetree/bindings/clock/amlogic*
1238 ARM/Amlogic Meson SoC support
1239 M: Carlo Caione <carlo@caione.org>
1240 M: Kevin Hilman <khilman@baylibre.com>
1241 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1242 L: linux-amlogic@lists.infradead.org
1243 W: http://linux-meson.com/
1245 F: arch/arm/mach-meson/
1246 F: arch/arm/boot/dts/meson*
1247 F: arch/arm64/boot/dts/amlogic/
1248 F: drivers/pinctrl/meson/
1249 F: drivers/mmc/host/meson*
1252 ARM/Annapurna Labs ALPINE ARCHITECTURE
1253 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1254 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1255 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 F: arch/arm/mach-alpine/
1258 F: arch/arm/boot/dts/alpine*
1259 F: arch/arm64/boot/dts/al/
1260 F: drivers/*/*alpine*
1262 ARM/ARTPEC MACHINE SUPPORT
1263 M: Jesper Nilsson <jesper.nilsson@axis.com>
1264 M: Lars Persson <lars.persson@axis.com>
1266 L: linux-arm-kernel@axis.com
1267 F: arch/arm/mach-artpec
1268 F: arch/arm/boot/dts/artpec6*
1270 F: drivers/crypto/axis
1271 F: drivers/pinctrl/pinctrl-artpec*
1272 F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1274 ARM/ASPEED I2C DRIVER
1275 M: Brendan Higgins <brendanhiggins@google.com>
1276 R: Benjamin Herrenschmidt <benh@kernel.crashing.org>
1277 R: Joel Stanley <joel@jms.id.au>
1278 L: linux-i2c@vger.kernel.org
1279 L: openbmc@lists.ozlabs.org (moderated for non-subscribers)
1281 F: drivers/irqchip/irq-aspeed-i2c-ic.c
1282 F: drivers/i2c/busses/i2c-aspeed.c
1283 F: Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1284 F: Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1286 ARM/ASPEED MACHINE SUPPORT
1287 M: Joel Stanley <joel@jms.id.au>
1288 R: Andrew Jeffery <andrew@aj.id.au>
1289 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1290 L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
1291 Q: https://patchwork.ozlabs.org/project/linux-aspeed/list/
1293 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
1294 F: arch/arm/mach-aspeed/
1295 F: arch/arm/boot/dts/aspeed-*
1298 ARM/CALXEDA HIGHBANK ARCHITECTURE
1299 M: Rob Herring <robh@kernel.org>
1300 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1302 F: arch/arm/mach-highbank/
1303 F: arch/arm/boot/dts/highbank.dts
1304 F: arch/arm/boot/dts/ecx-*.dts*
1306 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1307 M: Krzysztof Halasa <khalasa@piap.pl>
1309 F: arch/arm/mach-cns3xxx/
1311 ARM/CAVIUM THUNDER NETWORK DRIVER
1312 M: Sunil Goutham <sgoutham@cavium.com>
1313 M: Robert Richter <rric@kernel.org>
1314 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1316 F: drivers/net/ethernet/cavium/thunder/
1318 ARM/CIRRUS LOGIC BK3 MACHINE SUPPORT
1319 M: Lukasz Majewski <lukma@denx.de>
1320 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1322 F: arch/arm/mach-ep93xx/ts72xx.c
1324 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1325 M: Alexander Shiyan <shc_work@mail.ru>
1326 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1331 M: Lennert Buytenhek <kernel@wantstofly.org>
1332 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1336 M: Hartley Sweeten <hsweeten@visionengravers.com>
1337 M: Alexander Sverdlin <alexander.sverdlin@gmail.com>
1338 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1340 F: arch/arm/mach-ep93xx/
1341 F: arch/arm/mach-ep93xx/include/mach/
1344 M: Russell King <linux@armlinux.org.uk>
1345 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1347 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1348 F: drivers/clk/clkdev.c
1350 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1351 M: Mike Rapoport <mike@compulab.co.il>
1352 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1356 M: Baruch Siach <baruch@tkos.co.il>
1357 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1359 F: arch/arm/boot/dts/cx92755*
1362 ARM/CONTEC MICRO9 MACHINE SUPPORT
1363 M: Hubert Feurstein <hubert.feurstein@contec.at>
1365 F: arch/arm/mach-ep93xx/micro9.c
1367 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1368 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1369 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1371 F: drivers/hwtracing/coresight/*
1372 F: Documentation/trace/coresight.txt
1373 F: Documentation/trace/coresight-cpu-debug.txt
1374 F: Documentation/devicetree/bindings/arm/coresight.txt
1375 F: Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1376 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1377 F: tools/perf/arch/arm/util/pmu.c
1378 F: tools/perf/arch/arm/util/auxtrace.c
1379 F: tools/perf/arch/arm/util/cs-etm.c
1380 F: tools/perf/arch/arm/util/cs-etm.h
1381 F: tools/perf/util/cs-etm.*
1382 F: tools/perf/util/cs-etm-decoder/*
1384 ARM/CORGI MACHINE SUPPORT
1385 M: Richard Purdie <rpurdie@rpsys.net>
1388 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1389 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1390 M: Linus Walleij <linus.walleij@linaro.org>
1391 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1392 T: git git://github.com/ulli-kroll/linux.git
1394 F: Documentation/devicetree/bindings/arm/gemini.txt
1395 F: Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
1396 F: Documentation/devicetree/bindings/net/cortina,gemini-ethernet.txt
1397 F: Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
1398 F: arch/arm/mach-gemini/
1399 F: drivers/net/ethernet/cortina/
1400 F: drivers/pinctrl/pinctrl-gemini.c
1401 F: drivers/rtc/rtc-ftrtc010.c
1403 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1404 M: Barry Song <baohua@kernel.org>
1405 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1406 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1408 F: arch/arm/boot/dts/prima2*
1409 F: arch/arm/mach-prima2/
1410 F: drivers/clk/sirf/
1411 F: drivers/clocksource/timer-prima2.c
1412 F: drivers/clocksource/timer-atlas7.c
1415 ARM/EBSA110 MACHINE SUPPORT
1416 M: Russell King <linux@armlinux.org.uk>
1417 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1418 W: http://www.armlinux.org.uk/
1420 F: arch/arm/mach-ebsa110/
1421 F: drivers/net/ethernet/amd/am79c961a.*
1423 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1424 M: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1425 R: Pengutronix Kernel Team <kernel@pengutronix.de>
1426 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1430 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1431 M: Robert Jarzmik <robert.jarzmik@free.fr>
1432 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1434 F: arch/arm/mach-pxa/ezx.c
1436 ARM/FARADAY FA526 PORT
1437 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1438 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1440 T: git git://git.berlios.de/gemini-board
1441 F: arch/arm/mm/*-fa*
1443 ARM/FOOTBRIDGE ARCHITECTURE
1444 M: Russell King <linux@armlinux.org.uk>
1445 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1446 W: http://www.armlinux.org.uk/
1448 F: arch/arm/include/asm/hardware/dec21285.h
1449 F: arch/arm/mach-footbridge/
1451 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1452 M: Shawn Guo <shawnguo@kernel.org>
1453 M: Sascha Hauer <s.hauer@pengutronix.de>
1454 R: Pengutronix Kernel Team <kernel@pengutronix.de>
1455 R: Fabio Estevam <fabio.estevam@nxp.com>
1456 R: NXP Linux Team <linux-imx@nxp.com>
1457 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1459 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1460 F: arch/arm/mach-imx/
1461 F: arch/arm/mach-mxs/
1462 F: arch/arm/boot/dts/imx*
1463 F: arch/arm/configs/imx*_defconfig
1468 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1469 M: Shawn Guo <shawnguo@kernel.org>
1470 M: Sascha Hauer <s.hauer@pengutronix.de>
1471 R: Pengutronix Kernel Team <kernel@pengutronix.de>
1472 R: Stefan Agner <stefan@agner.ch>
1473 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1475 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1476 F: arch/arm/mach-imx/*vf610*
1477 F: arch/arm/boot/dts/vf*
1479 ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE
1480 M: Shawn Guo <shawnguo@kernel.org>
1481 M: Li Yang <leoyang.li@nxp.com>
1482 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1484 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1485 F: arch/arm/boot/dts/ls1021a*
1486 F: arch/arm64/boot/dts/freescale/fsl-*
1487 F: arch/arm64/boot/dts/freescale/qoriq-*
1489 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1490 M: Lennert Buytenhek <kernel@wantstofly.org>
1491 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1494 ARM/GUMSTIX MACHINE SUPPORT
1495 M: Steve Sakoman <sakoman@gmail.com>
1496 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1499 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1500 M: Philipp Zabel <philipp.zabel@gmail.com>
1501 M: Paul Parsons <lost.distance@yahoo.com>
1502 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1504 F: arch/arm/mach-pxa/hx4700.c
1505 F: arch/arm/mach-pxa/include/mach/hx4700.h
1506 F: sound/soc/pxa/hx4700.c
1508 ARM/HISILICON SOC SUPPORT
1509 M: Wei Xu <xuwei5@hisilicon.com>
1510 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1511 W: http://www.hisilicon.com
1513 T: git git://github.com/hisilicon/linux-hisi.git
1514 F: arch/arm/mach-hisi/
1515 F: arch/arm/boot/dts/hi3*
1516 F: arch/arm/boot/dts/hip*
1517 F: arch/arm/boot/dts/hisi*
1518 F: arch/arm64/boot/dts/hisilicon/
1520 ARM/HP JORNADA 7XX MACHINE SUPPORT
1521 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1524 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1525 F: arch/arm/mach-sa1100/jornada720.c
1526 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1528 ARM/IGEP MACHINE SUPPORT
1529 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1530 M: Javier Martinez Canillas <javier@dowhile0.org>
1531 L: linux-omap@vger.kernel.org
1532 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1534 F: arch/arm/boot/dts/omap3-igep*
1536 ARM/INCOME PXA270 SUPPORT
1537 M: Marek Vasut <marek.vasut@gmail.com>
1538 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1540 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1542 ARM/INTEL IOP13XX ARM ARCHITECTURE
1543 M: Lennert Buytenhek <kernel@wantstofly.org>
1544 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1547 ARM/INTEL IOP32X ARM ARCHITECTURE
1548 M: Lennert Buytenhek <kernel@wantstofly.org>
1549 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1552 ARM/INTEL IOP33X ARM ARCHITECTURE
1553 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1556 ARM/INTEL IQ81342EX MACHINE SUPPORT
1557 M: Lennert Buytenhek <kernel@wantstofly.org>
1558 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1561 ARM/INTEL IXDP2850 MACHINE SUPPORT
1562 M: Lennert Buytenhek <kernel@wantstofly.org>
1563 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1566 ARM/INTEL IXP4XX ARM ARCHITECTURE
1567 M: Imre Kaloz <kaloz@openwrt.org>
1568 M: Krzysztof Halasa <khalasa@piap.pl>
1569 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1571 F: arch/arm/mach-ixp4xx/
1573 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1574 M: Jonathan Cameron <jic23@cam.ac.uk>
1575 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1577 F: arch/arm/mach-pxa/stargate2.c
1578 F: drivers/pcmcia/pxa2xx_stargate2.c
1580 ARM/INTEL XSC3 (MANZANO) ARM CORE
1581 M: Lennert Buytenhek <kernel@wantstofly.org>
1582 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1585 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1586 M: Lennert Buytenhek <kernel@wantstofly.org>
1587 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1590 ARM/LG1K ARCHITECTURE
1591 M: Chanho Min <chanho.min@lge.com>
1592 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594 F: arch/arm64/boot/dts/lg/
1596 ARM/LOGICPD PXA270 MACHINE SUPPORT
1597 M: Lennert Buytenhek <kernel@wantstofly.org>
1598 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1601 ARM/LPC18XX ARCHITECTURE
1602 M: Joachim Eastwood <manabian@gmail.com>
1603 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1605 F: arch/arm/boot/dts/lpc43*
1606 F: drivers/clk/nxp/clk-lpc18xx*
1607 F: drivers/clocksource/time-lpc32xx.c
1608 F: drivers/i2c/busses/i2c-lpc2k.c
1609 F: drivers/memory/pl172.c
1610 F: drivers/mtd/spi-nor/nxp-spifi.c
1611 F: drivers/rtc/rtc-lpc24xx.c
1614 ARM/LPC32XX SOC SUPPORT
1615 M: Vladimir Zapolskiy <vz@mleia.com>
1616 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1617 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1618 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1620 F: arch/arm/boot/dts/lpc32*
1621 F: arch/arm/mach-lpc32xx/
1622 F: drivers/i2c/busses/i2c-pnx.c
1623 F: drivers/net/ethernet/nxp/lpc_eth.c
1624 F: drivers/usb/host/ohci-nxp.c
1625 F: drivers/watchdog/pnx4008_wdt.c
1628 ARM/MAGICIAN MACHINE SUPPORT
1629 M: Philipp Zabel <philipp.zabel@gmail.com>
1632 ARM/Marvell Dove/MV78xx0/Orion SOC support
1633 M: Jason Cooper <jason@lakedaemon.net>
1634 M: Andrew Lunn <andrew@lunn.ch>
1635 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1636 M: Gregory Clement <gregory.clement@bootlin.com>
1637 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1639 F: Documentation/devicetree/bindings/soc/dove/
1640 F: arch/arm/mach-dove/
1641 F: arch/arm/mach-mv78xx0/
1642 F: arch/arm/mach-orion5x/
1643 F: arch/arm/plat-orion/
1644 F: arch/arm/boot/dts/dove*
1645 F: arch/arm/boot/dts/orion5x*
1647 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1648 M: Jason Cooper <jason@lakedaemon.net>
1649 M: Andrew Lunn <andrew@lunn.ch>
1650 M: Gregory Clement <gregory.clement@bootlin.com>
1651 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1652 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1654 F: arch/arm/boot/dts/armada*
1655 F: arch/arm/boot/dts/kirkwood*
1656 F: arch/arm/configs/mvebu_*_defconfig
1657 F: arch/arm/mach-mvebu/
1658 F: arch/arm64/boot/dts/marvell/armada*
1659 F: drivers/cpufreq/armada-37xx-cpufreq.c
1660 F: drivers/cpufreq/mvebu-cpufreq.c
1661 F: drivers/irqchip/irq-armada-370-xp.c
1662 F: drivers/irqchip/irq-mvebu-*
1663 F: drivers/pinctrl/mvebu/
1664 F: drivers/rtc/rtc-armada38x.c
1666 ARM/Mediatek RTC DRIVER
1667 M: Eddie Huang <eddie.huang@mediatek.com>
1668 M: Sean Wang <sean.wang@mediatek.com>
1669 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1670 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1672 F: Documentation/devicetree/bindings/rtc/rtc-mt7622.txt
1673 F: drivers/rtc/rtc-mt6397.c
1674 F: drivers/rtc/rtc-mt7622.c
1676 ARM/Mediatek SoC support
1677 M: Matthias Brugger <matthias.bgg@gmail.com>
1678 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1679 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1681 F: arch/arm/boot/dts/mt6*
1682 F: arch/arm/boot/dts/mt7*
1683 F: arch/arm/boot/dts/mt8*
1684 F: arch/arm/mach-mediatek/
1685 F: arch/arm64/boot/dts/mediatek/
1689 ARM/Mediatek USB3 PHY DRIVER
1690 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1691 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1692 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1694 F: drivers/phy/mediatek/
1695 F: Documentation/devicetree/bindings/phy/phy-mtk-*
1697 ARM/MICREL KS8695 ARCHITECTURE
1698 M: Greg Ungerer <gerg@uclinux.org>
1699 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1700 F: arch/arm/mach-ks8695/
1703 ARM/Microchip (AT91) SoC support
1704 M: Nicolas Ferre <nicolas.ferre@microchip.com>
1705 M: Alexandre Belloni <alexandre.belloni@bootlin.com>
1706 M: Ludovic Desroches <ludovic.desroches@microchip.com>
1707 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1708 W: http://www.linux4sam.org
1709 T: git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git
1713 F: arch/arm/mach-at91/
1714 F: include/soc/at91/
1715 F: arch/arm/boot/dts/at91*.dts
1716 F: arch/arm/boot/dts/at91*.dtsi
1717 F: arch/arm/boot/dts/sama*.dts
1718 F: arch/arm/boot/dts/sama*.dtsi
1719 F: arch/arm/include/debug/at91.S
1720 F: drivers/memory/atmel*
1721 F: drivers/watchdog/sama5d4_wdt.c
1722 X: drivers/input/touchscreen/atmel_mxt_ts.c
1723 X: drivers/net/wireless/atmel/
1725 ARM/MIOA701 MACHINE SUPPORT
1726 M: Robert Jarzmik <robert.jarzmik@free.fr>
1727 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1728 F: arch/arm/mach-pxa/mioa701.c
1731 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1732 M: Michael Petchkovsky <mkpetch@internode.on.net>
1735 ARM/NOMADIK/U300/Ux500 ARCHITECTURES
1736 M: Linus Walleij <linus.walleij@linaro.org>
1737 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1739 F: arch/arm/mach-nomadik/
1740 F: arch/arm/mach-u300/
1741 F: arch/arm/mach-ux500/
1742 F: arch/arm/boot/dts/ste-*
1743 F: drivers/clk/clk-nomadik.c
1744 F: drivers/clk/clk-u300.c
1745 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1746 F: drivers/clocksource/timer-u300.c
1747 F: drivers/dma/coh901318*
1748 F: drivers/dma/ste_dma40*
1749 F: drivers/hwspinlock/u8500_hsem.c
1750 F: drivers/i2c/busses/i2c-nomadik.c
1751 F: drivers/i2c/busses/i2c-stu300.c
1752 F: drivers/mfd/ab3100*
1753 F: drivers/mfd/ab8500*
1754 F: drivers/mfd/abx500*
1755 F: drivers/mfd/dbx500*
1756 F: drivers/mfd/db8500*
1757 F: drivers/pinctrl/nomadik/
1758 F: drivers/pinctrl/pinctrl-coh901*
1759 F: drivers/pinctrl/pinctrl-u300.c
1760 F: drivers/rtc/rtc-ab3100.c
1761 F: drivers/rtc/rtc-ab8500.c
1762 F: drivers/rtc/rtc-coh901331.c
1763 F: drivers/rtc/rtc-pl031.c
1764 F: drivers/watchdog/coh901327_wdt.c
1765 F: Documentation/devicetree/bindings/arm/ste-*
1766 F: Documentation/devicetree/bindings/arm/ux500/
1767 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1769 ARM/NUVOTON NPCM ARCHITECTURE
1770 M: Avi Fishman <avifishman70@gmail.com>
1771 M: Tomer Maimon <tmaimon77@gmail.com>
1772 R: Patrick Venture <venture@google.com>
1773 R: Nancy Yuen <yuenn@google.com>
1774 R: Brendan Higgins <brendanhiggins@google.com>
1775 L: openbmc@lists.ozlabs.org (moderated for non-subscribers)
1777 F: arch/arm/mach-npcm/
1778 F: arch/arm/boot/dts/nuvoton-npcm*
1779 F: include/dt-bindings/clock/nuvoton,npcm7xx-clks.h
1781 F: Documentation/devicetree/bindings/*/*npcm*
1782 F: Documentation/devicetree/bindings/*/*/*npcm*
1784 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1785 M: Wan ZongShun <mcuos.com@gmail.com>
1786 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1787 W: http://www.mcuos.com
1789 F: arch/arm/mach-w90x900/
1790 F: drivers/input/keyboard/w90p910_keypad.c
1791 F: drivers/input/touchscreen/w90p910_ts.c
1792 F: drivers/watchdog/nuc900_wdt.c
1793 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1794 F: drivers/mtd/nand/raw/nuc900_nand.c
1795 F: drivers/rtc/rtc-nuc900.c
1796 F: drivers/spi/spi-nuc900.c
1797 F: drivers/usb/host/ehci-w90x900.c
1798 F: drivers/video/fbdev/nuc900fb.c
1800 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1801 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1802 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1803 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1806 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1807 M: Alexander Clouter <alex@digriz.org.uk>
1808 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1809 W: http://www.digriz.org.uk/ts78xx/kernel
1811 F: arch/arm/mach-orion5x/ts78xx-*
1813 ARM/OXNAS platform support
1814 M: Neil Armstrong <narmstrong@baylibre.com>
1815 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1816 L: linux-oxnas@groups.io (moderated for non-subscribers)
1818 F: arch/arm/mach-oxnas/
1819 F: arch/arm/boot/dts/ox8*.dts*
1822 ARM/PALM TREO SUPPORT
1823 M: Tomas Cech <sleep_walker@suse.com>
1824 L: linux-arm-kernel@lists.infradead.org
1825 W: http://hackndev.com
1827 F: arch/arm/mach-pxa/palmtreo.*
1829 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1830 M: Marek Vasut <marek.vasut@gmail.com>
1831 L: linux-arm-kernel@lists.infradead.org
1832 W: http://hackndev.com
1834 F: arch/arm/mach-pxa/include/mach/palmtx.h
1835 F: arch/arm/mach-pxa/palmtx.c
1836 F: arch/arm/mach-pxa/palmt5.*
1837 F: arch/arm/mach-pxa/include/mach/palmld.h
1838 F: arch/arm/mach-pxa/palmld.c
1839 F: arch/arm/mach-pxa/palmte2.*
1840 F: arch/arm/mach-pxa/include/mach/palmtc.h
1841 F: arch/arm/mach-pxa/palmtc.c
1844 M: Sergey Lapin <slapin@ossfans.org>
1845 L: linux-arm-kernel@lists.infradead.org
1846 W: http://hackndev.com
1848 F: arch/arm/mach-pxa/palmz72.*
1851 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1852 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1855 ARM/PT DIGITAL BOARD PORT
1856 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1857 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1858 W: http://www.armlinux.org.uk/
1861 ARM/QUALCOMM SUPPORT
1862 M: Andy Gross <andy.gross@linaro.org>
1863 M: David Brown <david.brown@linaro.org>
1864 L: linux-arm-msm@vger.kernel.org
1865 L: linux-soc@vger.kernel.org
1867 F: Documentation/devicetree/bindings/soc/qcom/
1868 F: arch/arm/boot/dts/qcom-*.dts
1869 F: arch/arm/boot/dts/qcom-*.dtsi
1870 F: arch/arm/mach-qcom/
1871 F: arch/arm64/boot/dts/qcom/*
1872 F: drivers/i2c/busses/i2c-qup.c
1873 F: drivers/clk/qcom/
1874 F: drivers/dma/qcom/
1875 F: drivers/soc/qcom/
1876 F: drivers/spi/spi-qup.c
1877 F: drivers/tty/serial/msm_serial.c
1878 F: drivers/*/pm8???-*
1879 F: drivers/mfd/ssbi.c
1880 F: drivers/firmware/qcom_scm*
1881 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1883 ARM/RADISYS ENP2611 MACHINE SUPPORT
1884 M: Lennert Buytenhek <kernel@wantstofly.org>
1885 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1888 ARM/REALTEK ARCHITECTURE
1889 M: Andreas Färber <afaerber@suse.de>
1890 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1892 F: arch/arm64/boot/dts/realtek/
1893 F: Documentation/devicetree/bindings/arm/realtek.txt
1895 ARM/RENESAS ARM64 ARCHITECTURE
1896 M: Simon Horman <horms@verge.net.au>
1897 M: Magnus Damm <magnus.damm@gmail.com>
1898 L: linux-renesas-soc@vger.kernel.org
1899 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1900 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1902 F: arch/arm64/boot/dts/renesas/
1903 F: Documentation/devicetree/bindings/arm/shmobile.txt
1904 F: drivers/soc/renesas/
1905 F: include/linux/soc/renesas/
1907 ARM/RISCPC ARCHITECTURE
1908 M: Russell King <linux@armlinux.org.uk>
1909 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1910 W: http://www.armlinux.org.uk/
1912 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1913 F: arch/arm/include/asm/hardware/ioc.h
1914 F: arch/arm/include/asm/hardware/iomd.h
1915 F: arch/arm/include/asm/hardware/memc.h
1916 F: arch/arm/mach-rpc/
1917 F: drivers/net/ethernet/8390/etherh.c
1918 F: drivers/net/ethernet/i825xx/ether1*
1919 F: drivers/net/ethernet/seeq/ether3*
1920 F: drivers/scsi/arm/
1922 ARM/Rockchip SoC support
1923 M: Heiko Stuebner <heiko@sntech.de>
1924 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1925 L: linux-rockchip@lists.infradead.org
1926 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1928 F: arch/arm/boot/dts/rk3*
1929 F: arch/arm/boot/dts/rv1108*
1930 F: arch/arm/mach-rockchip/
1931 F: drivers/clk/rockchip/
1932 F: drivers/i2c/busses/i2c-rk3x.c
1933 F: drivers/*/*rockchip*
1934 F: drivers/*/*/*rockchip*
1935 F: sound/soc/rockchip/
1938 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1939 M: Kukjin Kim <kgene@kernel.org>
1940 M: Krzysztof Kozlowski <krzk@kernel.org>
1941 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1942 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1943 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
1945 F: arch/arm/boot/dts/s3c*
1946 F: arch/arm/boot/dts/s5p*
1947 F: arch/arm/boot/dts/exynos*
1948 F: arch/arm64/boot/dts/exynos/
1949 F: arch/arm/plat-samsung/
1950 F: arch/arm/mach-s3c24*/
1951 F: arch/arm/mach-s3c64xx/
1952 F: arch/arm/mach-s5p*/
1953 F: arch/arm/mach-exynos*/
1954 F: drivers/*/*s3c24*
1955 F: drivers/*/*/*s3c24*
1956 F: drivers/*/*s3c64xx*
1957 F: drivers/*/*s5pv210*
1958 F: drivers/memory/samsung/*
1959 F: drivers/soc/samsung/*
1960 F: Documentation/arm/Samsung/
1961 F: Documentation/devicetree/bindings/arm/samsung/
1962 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1963 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1966 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1967 M: Kyungmin Park <kyungmin.park@samsung.com>
1968 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1970 F: arch/arm/mach-s5pv210/
1972 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1973 M: Kyungmin Park <kyungmin.park@samsung.com>
1974 M: Kamil Debski <kamil@wypas.org>
1975 M: Andrzej Hajda <a.hajda@samsung.com>
1976 L: linux-arm-kernel@lists.infradead.org
1977 L: linux-media@vger.kernel.org
1979 F: drivers/media/platform/s5p-g2d/
1981 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1982 M: Marek Szyprowski <m.szyprowski@samsung.com>
1983 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1984 L: linux-media@vger.kernel.org
1986 F: drivers/media/platform/s5p-cec/
1987 F: Documentation/devicetree/bindings/media/s5p-cec.txt
1989 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1990 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1991 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
1992 L: linux-arm-kernel@lists.infradead.org
1993 L: linux-media@vger.kernel.org
1995 F: drivers/media/platform/s5p-jpeg/
1997 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1998 M: Kyungmin Park <kyungmin.park@samsung.com>
1999 M: Kamil Debski <kamil@wypas.org>
2000 M: Jeongtae Park <jtp.park@samsung.com>
2001 M: Andrzej Hajda <a.hajda@samsung.com>
2002 L: linux-arm-kernel@lists.infradead.org
2003 L: linux-media@vger.kernel.org
2005 F: arch/arm/plat-samsung/s5p-dev-mfc.c
2006 F: drivers/media/platform/s5p-mfc/
2008 ARM/SHMOBILE ARM ARCHITECTURE
2009 M: Simon Horman <horms@verge.net.au>
2010 M: Magnus Damm <magnus.damm@gmail.com>
2011 L: linux-renesas-soc@vger.kernel.org
2012 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
2013 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
2015 F: arch/arm/boot/dts/emev2*
2016 F: arch/arm/boot/dts/r7s*
2017 F: arch/arm/boot/dts/r8a*
2018 F: arch/arm/boot/dts/r9a*
2019 F: arch/arm/boot/dts/sh*
2020 F: arch/arm/configs/shmobile_defconfig
2021 F: arch/arm/include/debug/renesas-scif.S
2022 F: arch/arm/mach-shmobile/
2023 F: Documentation/devicetree/bindings/arm/shmobile.txt
2024 F: drivers/soc/renesas/
2025 F: include/linux/soc/renesas/
2027 ARM/SOCFPGA ARCHITECTURE
2028 M: Dinh Nguyen <dinguyen@kernel.org>
2030 F: arch/arm/mach-socfpga/
2031 F: arch/arm/boot/dts/socfpga*
2032 F: arch/arm/configs/socfpga_defconfig
2033 F: arch/arm64/boot/dts/altera/
2034 W: http://www.rocketboards.org
2035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
2037 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
2038 M: Dinh Nguyen <dinguyen@kernel.org>
2040 F: drivers/clk/socfpga/
2042 ARM/SOCFPGA EDAC SUPPORT
2043 M: Thor Thayer <thor.thayer@linux.intel.com>
2045 F: drivers/edac/altera_edac.
2047 ARM/SPREADTRUM SoC SUPPORT
2048 M: Orson Zhai <orsonzhai@gmail.com>
2049 M: Baolin Wang <baolin.wang@linaro.org>
2050 M: Chunyan Zhang <zhang.lyra@gmail.com>
2052 F: arch/arm64/boot/dts/sprd
2055 ARM/STI ARCHITECTURE
2056 M: Patrice Chotard <patrice.chotard@st.com>
2057 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2058 W: http://www.stlinux.com
2060 F: arch/arm/mach-sti/
2061 F: arch/arm/boot/dts/sti*
2062 F: drivers/char/hw_random/st-rng.c
2063 F: drivers/clocksource/arm_global_timer.c
2064 F: drivers/clocksource/clksrc_st_lpc.c
2065 F: drivers/cpufreq/sti-cpufreq.c
2066 F: drivers/dma/st_fdma*
2067 F: drivers/i2c/busses/i2c-st.c
2068 F: drivers/media/rc/st_rc.c
2069 F: drivers/media/platform/sti/c8sectpfe/
2070 F: drivers/mmc/host/sdhci-st.c
2071 F: drivers/phy/st/phy-miphy28lp.c
2072 F: drivers/phy/st/phy-stih407-usb.c
2073 F: drivers/pinctrl/pinctrl-st.c
2074 F: drivers/remoteproc/st_remoteproc.c
2075 F: drivers/remoteproc/st_slim_rproc.c
2076 F: drivers/reset/sti/
2077 F: drivers/rtc/rtc-st-lpc.c
2078 F: drivers/tty/serial/st-asc.c
2079 F: drivers/usb/dwc3/dwc3-st.c
2080 F: drivers/usb/host/ehci-st.c
2081 F: drivers/usb/host/ohci-st.c
2082 F: drivers/watchdog/st_lpc_wdt.c
2083 F: drivers/ata/ahci_st.c
2084 F: include/linux/remoteproc/st_slim_rproc.h
2086 ARM/STM32 ARCHITECTURE
2087 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
2088 M: Alexandre Torgue <alexandre.torgue@st.com>
2089 L: linux-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
2090 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2092 T: git git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next
2095 F: arch/arm/boot/dts/stm32*
2096 F: arch/arm/mach-stm32/
2097 F: drivers/clocksource/armv7m_systick.c
2099 ARM/Synaptics Berlin SoC support
2100 M: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
2101 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
2102 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2104 F: arch/arm/mach-berlin/
2105 F: arch/arm/boot/dts/berlin*
2106 F: arch/arm64/boot/dts/marvell/berlin*
2108 ARM/TANGO ARCHITECTURE
2109 M: Marc Gonzalez <marc.w.gonzalez@free.fr>
2110 M: Mans Rullgard <mans@mansr.com>
2111 L: linux-arm-kernel@lists.infradead.org
2115 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
2116 M: Lennert Buytenhek <kernel@wantstofly.org>
2117 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2120 ARM/TEGRA HDMI CEC SUBSYSTEM SUPPORT
2121 M: Hans Verkuil <hans.verkuil@cisco.com>
2122 L: linux-tegra@vger.kernel.org
2123 L: linux-media@vger.kernel.org
2125 F: drivers/media/platform/tegra-cec/
2126 F: Documentation/devicetree/bindings/media/tegra-cec.txt
2128 ARM/TETON BGA MACHINE SUPPORT
2129 M: "Mark F. Brown" <mark.brown314@gmail.com>
2130 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2133 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
2134 M: Santosh Shilimkar <ssantosh@kernel.org>
2135 L: linux-kernel@vger.kernel.org
2137 F: drivers/memory/*emif*
2139 ARM/TEXAS INSTRUMENTS K3 ARCHITECTURE
2140 M: Tero Kristo <t-kristo@ti.com>
2141 M: Nishanth Menon <nm@ti.com>
2142 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2144 F: Documentation/devicetree/bindings/arm/ti/k3.txt
2145 F: arch/arm64/boot/dts/ti/Makefile
2146 F: arch/arm64/boot/dts/ti/k3-*
2148 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
2149 M: Santosh Shilimkar <ssantosh@kernel.org>
2150 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2152 F: arch/arm/mach-keystone/
2153 F: arch/arm/boot/dts/keystone-*
2154 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
2156 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
2157 M: Santosh Shilimkar <ssantosh@kernel.org>
2158 L: linux-kernel@vger.kernel.org
2160 F: drivers/clk/keystone/
2162 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
2163 M: Santosh Shilimkar <ssantosh@kernel.org>
2164 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2165 L: linux-kernel@vger.kernel.org
2167 F: drivers/clocksource/timer-keystone.c
2169 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
2170 M: Santosh Shilimkar <ssantosh@kernel.org>
2171 L: linux-kernel@vger.kernel.org
2173 F: drivers/power/reset/keystone-reset.c
2175 ARM/THECUS N2100 MACHINE SUPPORT
2176 M: Lennert Buytenhek <kernel@wantstofly.org>
2177 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2180 ARM/TOSA MACHINE SUPPORT
2181 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2182 M: Dirk Opfer <dirk@opfer-online.de>
2185 ARM/UNIPHIER ARCHITECTURE
2186 M: Masahiro Yamada <yamada.masahiro@socionext.com>
2187 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2188 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
2190 F: Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
2191 F: Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
2192 F: arch/arm/boot/dts/uniphier*
2193 F: arch/arm/include/asm/hardware/cache-uniphier.h
2194 F: arch/arm/mach-uniphier/
2195 F: arch/arm/mm/cache-uniphier.c
2196 F: arch/arm64/boot/dts/socionext/uniphier*
2197 F: drivers/bus/uniphier-system-bus.c
2198 F: drivers/clk/uniphier/
2199 F: drivers/gpio/gpio-uniphier.c
2200 F: drivers/i2c/busses/i2c-uniphier*
2201 F: drivers/irqchip/irq-uniphier-aidet.c
2202 F: drivers/pinctrl/uniphier/
2203 F: drivers/reset/reset-uniphier.c
2204 F: drivers/tty/serial/8250/8250_uniphier.c
2207 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
2208 M: Ulf Hansson <ulf.hansson@linaro.org>
2209 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2210 T: git git://git.linaro.org/people/ulfh/clk.git
2212 F: drivers/clk/ux500/
2214 ARM/VERSATILE EXPRESS PLATFORM
2215 M: Liviu Dudau <liviu.dudau@arm.com>
2216 M: Sudeep Holla <sudeep.holla@arm.com>
2217 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2218 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2220 F: arch/arm/boot/dts/vexpress*
2221 F: arch/arm64/boot/dts/arm/
2222 F: arch/arm/mach-vexpress/
2225 F: drivers/clk/versatile/clk-vexpress-osc.c
2226 F: drivers/clocksource/versatile.c
2230 M: Russell King <linux@armlinux.org.uk>
2231 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2232 W: http://www.armlinux.org.uk/
2236 ARM/VOIPAC PXA270 SUPPORT
2237 M: Marek Vasut <marek.vasut@gmail.com>
2238 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2240 F: arch/arm/mach-pxa/vpac270.c
2241 F: arch/arm/mach-pxa/include/mach/vpac270.h
2243 ARM/VT8500 ARM ARCHITECTURE
2244 M: Tony Prisk <linux@prisktech.co.nz>
2245 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2247 F: arch/arm/mach-vt8500/
2248 F: drivers/clocksource/vt8500_timer.c
2249 F: drivers/i2c/busses/i2c-wmt.c
2250 F: drivers/mmc/host/wmt-sdmmc.c
2251 F: drivers/pwm/pwm-vt8500.c
2252 F: drivers/rtc/rtc-vt8500.c
2253 F: drivers/tty/serial/vt8500_serial.c
2254 F: drivers/usb/host/ehci-platform.c
2255 F: drivers/usb/host/uhci-platform.c
2256 F: drivers/video/fbdev/vt8500lcdfb.*
2257 F: drivers/video/fbdev/wm8505fb*
2258 F: drivers/video/fbdev/wmt_ge_rops.*
2260 ARM/ZIPIT Z2 SUPPORT
2261 M: Marek Vasut <marek.vasut@gmail.com>
2262 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2264 F: arch/arm/mach-pxa/z2.c
2265 F: arch/arm/mach-pxa/include/mach/z2.h
2267 ARM/ZTE ARCHITECTURE
2268 M: Jun Nie <jun.nie@linaro.org>
2269 M: Baoyou Xie <baoyou.xie@linaro.org>
2270 M: Shawn Guo <shawnguo@kernel.org>
2271 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2273 F: arch/arm/boot/dts/zx2967*
2274 F: arch/arm/mach-zx/
2275 F: arch/arm64/boot/dts/zte/
2277 F: drivers/dma/zx_dma.c
2278 F: drivers/gpio/gpio-zx.c
2279 F: drivers/i2c/busses/i2c-zx2967.c
2280 F: drivers/mmc/host/dw_mmc-zx.*
2281 F: drivers/pinctrl/zte/
2283 F: drivers/thermal/zx2967_thermal.c
2284 F: drivers/watchdog/zx2967_wdt.c
2285 F: Documentation/devicetree/bindings/arm/zte.txt
2286 F: Documentation/devicetree/bindings/clock/zx2967*.txt
2287 F: Documentation/devicetree/bindings/dma/zxdma.txt
2288 F: Documentation/devicetree/bindings/gpio/zx296702-gpio.txt
2289 F: Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
2290 F: Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
2291 F: Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt
2292 F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2293 F: Documentation/devicetree/bindings/soc/zte/
2294 F: Documentation/devicetree/bindings/sound/zte,*.txt
2295 F: Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
2296 F: Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
2297 F: include/dt-bindings/clock/zx2967*.h
2298 F: include/dt-bindings/soc/zte,*.h
2299 F: sound/soc/codecs/zx_aud96p22.c
2302 ARM/ZYNQ ARCHITECTURE
2303 M: Michal Simek <michal.simek@xilinx.com>
2304 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2305 W: http://wiki.xilinx.com
2306 T: git https://github.com/Xilinx/linux-xlnx.git
2308 F: arch/arm/mach-zynq/
2309 F: drivers/cpuidle/cpuidle-zynq.c
2310 F: drivers/block/xsysace.c
2313 F: drivers/clocksource/cadence_ttc_timer.c
2314 F: drivers/i2c/busses/i2c-cadence.c
2315 F: drivers/mmc/host/sdhci-of-arasan.c
2316 F: drivers/edac/synopsys_edac.c
2318 ARM64 PORT (AARCH64 ARCHITECTURE)
2319 M: Catalin Marinas <catalin.marinas@arm.com>
2320 M: Will Deacon <will.deacon@arm.com>
2321 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2322 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2325 X: arch/arm64/boot/dts/
2326 F: Documentation/arm64/
2328 AS3645A LED FLASH CONTROLLER DRIVER
2329 M: Sakari Ailus <sakari.ailus@iki.fi>
2330 L: linux-leds@vger.kernel.org
2332 F: drivers/leds/leds-as3645a.c
2334 ASAHI KASEI AK7375 LENS VOICE COIL DRIVER
2335 M: Tianshu Qiu <tian.shu.qiu@intel.com>
2336 L: linux-media@vger.kernel.org
2337 T: git git://linuxtv.org/media_tree.git
2339 F: drivers/media/i2c/ak7375.c
2340 F: Documentation/devicetree/bindings/media/i2c/ak7375.txt
2342 ASAHI KASEI AK8974 DRIVER
2343 M: Linus Walleij <linus.walleij@linaro.org>
2344 L: linux-iio@vger.kernel.org
2345 W: http://www.akm.com/
2347 F: drivers/iio/magnetometer/ak8974.c
2349 ASC7621 HARDWARE MONITOR DRIVER
2350 M: George Joseph <george.joseph@fairview5.com>
2351 L: linux-hwmon@vger.kernel.org
2353 F: Documentation/hwmon/asc7621
2354 F: drivers/hwmon/asc7621.c
2356 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2357 M: Corentin Chary <corentin.chary@gmail.com>
2358 L: acpi4asus-user@lists.sourceforge.net
2359 L: platform-driver-x86@vger.kernel.org
2360 W: http://acpi4asus.sf.net
2362 F: drivers/platform/x86/asus*.c
2363 F: drivers/platform/x86/eeepc*.c
2365 ASUS WIRELESS RADIO CONTROL DRIVER
2366 M: João Paulo Rechi Vita <jprvita@gmail.com>
2367 L: platform-driver-x86@vger.kernel.org
2369 F: drivers/platform/x86/asus-wireless.c
2372 M: David Howells <dhowells@redhat.com>
2373 L: keyrings@vger.kernel.org
2375 F: Documentation/crypto/asymmetric-keys.txt
2376 F: include/linux/verification.h
2377 F: include/crypto/public_key.h
2378 F: include/crypto/pkcs7.h
2379 F: crypto/asymmetric_keys/
2381 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2382 R: Dan Williams <dan.j.williams@intel.com>
2383 W: http://sourceforge.net/projects/xscaleiop
2385 F: Documentation/crypto/async-tx-api.txt
2388 F: include/linux/dmaengine.h
2389 F: include/linux/async_tx.h
2392 M: Bartosz Golaszewski <brgl@bgdev.pl>
2393 L: linux-i2c@vger.kernel.org
2394 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
2396 F: Documentation/devicetree/bindings/eeprom/at24.txt
2397 F: drivers/misc/eeprom/at24.c
2398 F: include/linux/platform_data/at24.h
2400 ATA OVER ETHERNET (AOE) DRIVER
2401 M: "Ed L. Cashin" <ed.cashin@acm.org>
2402 W: http://www.openaoe.org/
2404 F: Documentation/aoe/
2405 F: drivers/block/aoe/
2407 ATHEROS 71XX/9XXX GPIO DRIVER
2408 M: Alban Bedel <albeu@free.fr>
2409 W: https://github.com/AlbanBedel/linux
2410 T: git git://github.com/AlbanBedel/linux
2412 F: drivers/gpio/gpio-ath79.c
2413 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2415 ATHEROS 71XX/9XXX USB PHY DRIVER
2416 M: Alban Bedel <albeu@free.fr>
2417 W: https://github.com/AlbanBedel/linux
2418 T: git git://github.com/AlbanBedel/linux
2420 F: drivers/phy/qualcomm/phy-ath79-usb.c
2421 F: Documentation/devicetree/bindings/phy/phy-ath79-usb.txt
2423 ATHEROS ATH GENERIC UTILITIES
2424 M: Kalle Valo <kvalo@codeaurora.org>
2425 L: linux-wireless@vger.kernel.org
2427 F: drivers/net/wireless/ath/*
2429 ATHEROS ATH5K WIRELESS DRIVER
2430 M: Jiri Slaby <jirislaby@gmail.com>
2431 M: Nick Kossifidis <mickflemm@gmail.com>
2432 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2433 L: linux-wireless@vger.kernel.org
2434 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2436 F: drivers/net/wireless/ath/ath5k/
2438 ATHEROS ATH6KL WIRELESS DRIVER
2439 M: Kalle Valo <kvalo@codeaurora.org>
2440 L: linux-wireless@vger.kernel.org
2441 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2442 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2444 F: drivers/net/wireless/ath/ath6kl/
2447 M: Ville Syrjala <syrjala@sci.fi>
2449 F: drivers/input/misc/ati_remote2.c
2451 ATK0110 HWMON DRIVER
2452 M: Luca Tettamanti <kronos.it@gmail.com>
2453 L: linux-hwmon@vger.kernel.org
2455 F: drivers/hwmon/asus_atk0110.c
2457 ATLX ETHERNET DRIVERS
2458 M: Jay Cliburn <jcliburn@gmail.com>
2459 M: Chris Snook <chris.snook@gmail.com>
2460 L: netdev@vger.kernel.org
2461 W: http://sourceforge.net/projects/atl1
2462 W: http://atl1.sourceforge.net
2464 F: drivers/net/ethernet/atheros/
2467 M: Chas Williams <3chas3@gmail.com>
2468 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2469 L: netdev@vger.kernel.org
2470 W: http://linux-atm.sourceforge.net
2473 F: include/linux/atm*
2474 F: include/uapi/linux/atm*
2476 ATMEL MACB ETHERNET DRIVER
2477 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2479 F: drivers/net/ethernet/cadence/
2481 ATMEL MAXTOUCH DRIVER
2482 M: Nick Dyer <nick@shmanahar.org>
2483 T: git git://github.com/ndyer/linux.git
2485 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2486 F: drivers/input/touchscreen/atmel_mxt_ts.c
2488 ATMEL WIRELESS DRIVER
2489 M: Simon Kelley <simon@thekelleys.org.uk>
2490 L: linux-wireless@vger.kernel.org
2491 W: http://www.thekelleys.org.uk/atmel
2492 W: http://atmelwlandriver.sourceforge.net/
2494 F: drivers/net/wireless/atmel/atmel*
2496 ATOMIC INFRASTRUCTURE
2497 M: Will Deacon <will.deacon@arm.com>
2498 M: Peter Zijlstra <peterz@infradead.org>
2499 R: Boqun Feng <boqun.feng@gmail.com>
2500 L: linux-kernel@vger.kernel.org
2502 F: arch/*/include/asm/atomic*.h
2503 F: include/*/atomic*.h
2505 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2506 M: Bradley Grove <linuxdrivers@attotech.com>
2507 L: linux-scsi@vger.kernel.org
2508 W: http://www.attotech.com
2510 F: drivers/scsi/esas2r
2512 ATUSB IEEE 802.15.4 RADIO DRIVER
2513 M: Stefan Schmidt <stefan@datenfreihafen.org>
2514 L: linux-wpan@vger.kernel.org
2516 F: drivers/net/ieee802154/atusb.c
2517 F: drivers/net/ieee802154/atusb.h
2518 F: drivers/net/ieee802154/at86rf230.h
2521 M: Paul Moore <paul@paul-moore.com>
2522 M: Eric Paris <eparis@redhat.com>
2523 L: linux-audit@redhat.com (moderated for non-subscribers)
2524 W: https://github.com/linux-audit
2525 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
2527 F: include/linux/audit.h
2528 F: include/uapi/linux/audit.h
2531 AUXILIARY DISPLAY DRIVERS
2532 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2534 F: drivers/auxdisplay/
2535 F: include/linux/cfag12864b.h
2537 AVIA HX711 ANALOG DIGITAL CONVERTER IIO DRIVER
2538 M: Andreas Klinger <ak@it-klinger.de>
2539 L: linux-iio@vger.kernel.org
2541 F: Documentation/devicetree/bindings/iio/adc/avia-hx711.txt
2542 F: drivers/iio/adc/hx711.c
2545 M: Ralf Baechle <ralf@linux-mips.org>
2546 L: linux-hams@vger.kernel.org
2547 W: http://www.linux-ax25.org/
2549 F: include/uapi/linux/ax25.h
2550 F: include/net/ax25.h
2554 M: Peter Rosin <peda@axentia.se>
2555 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2557 F: Documentation/devicetree/bindings/arm/axentia.txt
2558 F: arch/arm/boot/dts/at91-linea.dtsi
2559 F: arch/arm/boot/dts/at91-natte.dtsi
2560 F: arch/arm/boot/dts/at91-nattis-2-natte-2.dts
2561 F: arch/arm/boot/dts/at91-tse850-3.dts
2563 AXENTIA ASOC DRIVERS
2564 M: Peter Rosin <peda@axentia.se>
2565 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2567 F: Documentation/devicetree/bindings/sound/axentia,*
2568 F: sound/soc/atmel/tse850-pcm5142.c
2571 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2572 L: linux-media@vger.kernel.org
2573 W: https://linuxtv.org
2574 T: git git://linuxtv.org/media_tree.git
2576 F: drivers/media/usb/dvb-usb-v2/az6007.c
2578 AZTECH FM RADIO RECEIVER DRIVER
2579 M: Hans Verkuil <hverkuil@xs4all.nl>
2580 L: linux-media@vger.kernel.org
2581 T: git git://linuxtv.org/media_tree.git
2582 W: https://linuxtv.org
2584 F: drivers/media/radio/radio-aztech*
2587 L: linux-wireless@vger.kernel.org
2588 L: b43-dev@lists.infradead.org
2589 W: http://wireless.kernel.org/en/users/Drivers/b43
2591 F: drivers/net/wireless/broadcom/b43/
2593 B43LEGACY WIRELESS DRIVER
2594 M: Larry Finger <Larry.Finger@lwfinger.net>
2595 L: linux-wireless@vger.kernel.org
2596 L: b43-dev@lists.infradead.org
2597 W: http://wireless.kernel.org/en/users/Drivers/b43
2599 F: drivers/net/wireless/broadcom/b43legacy/
2601 BACKLIGHT CLASS/SUBSYSTEM
2602 M: Lee Jones <lee.jones@linaro.org>
2603 M: Daniel Thompson <daniel.thompson@linaro.org>
2604 M: Jingoo Han <jingoohan1@gmail.com>
2605 L: dri-devel@lists.freedesktop.org
2606 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2608 F: drivers/video/backlight/
2609 F: include/linux/backlight.h
2610 F: include/linux/pwm_backlight.h
2611 F: Documentation/devicetree/bindings/leds/backlight
2614 M: Marek Lindner <mareklindner@neomailbox.ch>
2615 M: Simon Wunderlich <sw@simonwunderlich.de>
2616 M: Antonio Quartulli <a@unstable.cc>
2617 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2618 W: https://www.open-mesh.org/
2619 Q: https://patchwork.open-mesh.org/project/batman/list/
2621 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2622 F: Documentation/ABI/testing/sysfs-class-net-mesh
2623 F: Documentation/networking/batman-adv.rst
2624 F: include/uapi/linux/batadv_packet.h
2625 F: include/uapi/linux/batman_adv.h
2628 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2629 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2630 L: linux-hams@vger.kernel.org
2631 W: http://www.baycom.org/~tom/ham/ham.html
2633 F: drivers/net/hamradio/baycom*
2635 BCACHE (BLOCK LAYER CACHE)
2636 M: Coly Li <colyli@suse.de>
2637 M: Kent Overstreet <kent.overstreet@gmail.com>
2638 L: linux-bcache@vger.kernel.org
2639 W: http://bcache.evilpiepirate.org
2640 C: irc://irc.oftc.net/bcache
2642 F: drivers/md/bcache/
2644 BDISP ST MEDIA DRIVER
2645 M: Fabien Dessenne <fabien.dessenne@st.com>
2646 L: linux-media@vger.kernel.org
2647 T: git git://linuxtv.org/media_tree.git
2648 W: https://linuxtv.org
2650 F: drivers/media/platform/sti/bdisp
2652 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2653 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2654 L: netdev@vger.kernel.org
2656 F: drivers/net/ethernet/ec_bhf.c
2659 M: Luis de Bethencourt <luisbg@kernel.org>
2660 M: Salah Triki <salah.triki@gmail.com>
2662 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
2663 F: Documentation/filesystems/befs.txt
2667 M: Paolo Valente <paolo.valente@linaro.org>
2668 M: Jens Axboe <axboe@kernel.dk>
2669 L: linux-block@vger.kernel.org
2672 F: Documentation/block/bfq-iosched.txt
2675 M: "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2677 F: Documentation/filesystems/bfs.txt
2679 F: include/uapi/linux/bfs_fs.h
2681 BLINKM RGB LED DRIVER
2682 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2684 F: drivers/leds/leds-blinkm.c
2687 M: Jens Axboe <axboe@kernel.dk>
2688 L: linux-block@vger.kernel.org
2689 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2693 F: kernel/trace/blktrace.c
2697 M: Joern Engel <joern@lazybastard.org>
2698 L: linux-mtd@lists.infradead.org
2700 F: drivers/mtd/devices/block2mtd.c
2703 M: Marcel Holtmann <marcel@holtmann.org>
2704 M: Johan Hedberg <johan.hedberg@gmail.com>
2705 L: linux-bluetooth@vger.kernel.org
2706 W: http://www.bluez.org/
2707 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2708 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2710 F: drivers/bluetooth/
2713 M: Marcel Holtmann <marcel@holtmann.org>
2714 M: Johan Hedberg <johan.hedberg@gmail.com>
2715 L: linux-bluetooth@vger.kernel.org
2716 W: http://www.bluez.org/
2717 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2718 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2721 F: include/net/bluetooth/
2724 M: Jay Vosburgh <j.vosburgh@gmail.com>
2725 M: Veaceslav Falico <vfalico@gmail.com>
2726 M: Andy Gospodarek <andy@greyhouse.net>
2727 L: netdev@vger.kernel.org
2728 W: http://sourceforge.net/projects/bonding/
2730 F: drivers/net/bonding/
2731 F: include/uapi/linux/if_bonding.h
2733 BPF (Safe dynamic programs and tools)
2734 M: Alexei Starovoitov <ast@kernel.org>
2735 M: Daniel Borkmann <daniel@iogearbox.net>
2736 L: netdev@vger.kernel.org
2737 L: linux-kernel@vger.kernel.org
2738 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
2739 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
2740 Q: https://patchwork.ozlabs.org/project/netdev/list/?delegate=77147
2742 F: arch/x86/net/bpf_jit*
2743 F: Documentation/networking/filter.txt
2744 F: Documentation/bpf/
2745 F: include/linux/bpf*
2746 F: include/linux/filter.h
2747 F: include/trace/events/xdp.h
2748 F: include/uapi/linux/bpf*
2749 F: include/uapi/linux/filter.h
2751 F: kernel/trace/bpf_trace.c
2754 F: net/core/filter.c
2755 F: net/sched/act_bpf.c
2756 F: net/sched/cls_bpf.c
2760 F: tools/testing/selftests/bpf/
2762 BROADCOM B44 10/100 ETHERNET DRIVER
2763 M: Michael Chan <michael.chan@broadcom.com>
2764 L: netdev@vger.kernel.org
2766 F: drivers/net/ethernet/broadcom/b44.*
2768 BROADCOM B53 ETHERNET SWITCH DRIVER
2769 M: Florian Fainelli <f.fainelli@gmail.com>
2770 L: netdev@vger.kernel.org
2771 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2773 F: drivers/net/dsa/b53/*
2774 F: include/linux/platform_data/b53.h
2776 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2777 M: Florian Fainelli <f.fainelli@gmail.com>
2778 M: Ray Jui <rjui@broadcom.com>
2779 M: Scott Branden <sbranden@broadcom.com>
2780 M: bcm-kernel-feedback-list@broadcom.com
2781 T: git git://github.com/broadcom/mach-bcm
2787 F: arch/arm/mach-bcm/
2789 BROADCOM BCM2835 ARM ARCHITECTURE
2790 M: Eric Anholt <eric@anholt.net>
2791 M: Stefan Wahren <stefan.wahren@i2se.com>
2792 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2793 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2794 T: git git://github.com/anholt/linux
2797 F: drivers/staging/vc04_services
2799 BROADCOM BCM47XX MIPS ARCHITECTURE
2800 M: Hauke Mehrtens <hauke@hauke-m.de>
2801 M: Rafał Miłecki <zajec5@gmail.com>
2802 L: linux-mips@linux-mips.org
2804 F: Documentation/devicetree/bindings/mips/brcm/
2805 F: arch/mips/bcm47xx/*
2806 F: arch/mips/include/asm/mach-bcm47xx/*
2808 BROADCOM BCM5301X ARM ARCHITECTURE
2809 M: Hauke Mehrtens <hauke@hauke-m.de>
2810 M: Rafał Miłecki <zajec5@gmail.com>
2811 M: Jon Mason <jonmason@broadcom.com>
2812 M: bcm-kernel-feedback-list@broadcom.com
2813 L: linux-arm-kernel@lists.infradead.org
2815 F: arch/arm/mach-bcm/bcm_5301x.c
2816 F: arch/arm/boot/dts/bcm5301x*.dtsi
2817 F: arch/arm/boot/dts/bcm470*
2818 F: arch/arm/boot/dts/bcm953012*
2820 BROADCOM BCM53573 ARM ARCHITECTURE
2821 M: Rafał Miłecki <rafal@milecki.pl>
2822 L: linux-arm-kernel@lists.infradead.org
2824 F: arch/arm/boot/dts/bcm53573*
2825 F: arch/arm/boot/dts/bcm47189*
2827 BROADCOM BCM63XX ARM ARCHITECTURE
2828 M: Florian Fainelli <f.fainelli@gmail.com>
2829 M: bcm-kernel-feedback-list@broadcom.com
2830 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2831 T: git git://github.com/broadcom/stblinux.git
2835 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2836 M: Kevin Cernekee <cernekee@gmail.com>
2837 L: linux-usb@vger.kernel.org
2839 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2841 BROADCOM BCM7XXX ARM ARCHITECTURE
2842 M: Brian Norris <computersforpeace@gmail.com>
2843 M: Gregory Fong <gregory.0xf0@gmail.com>
2844 M: Florian Fainelli <f.fainelli@gmail.com>
2845 M: bcm-kernel-feedback-list@broadcom.com
2846 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2847 T: git git://github.com/broadcom/stblinux.git
2849 F: arch/arm/mach-bcm/*brcmstb*
2850 F: arch/arm/boot/dts/bcm7*.dts*
2851 F: drivers/bus/brcmstb_gisb.c
2852 F: arch/arm/mm/cache-b15-rac.c
2853 F: arch/arm/include/asm/hardware/cache-b15-rac.h
2856 BROADCOM BMIPS CPUFREQ DRIVER
2857 M: Markus Mayer <mmayer@broadcom.com>
2858 M: bcm-kernel-feedback-list@broadcom.com
2859 L: linux-pm@vger.kernel.org
2861 F: drivers/cpufreq/bmips-cpufreq.c
2863 BROADCOM BMIPS MIPS ARCHITECTURE
2864 M: Kevin Cernekee <cernekee@gmail.com>
2865 M: Florian Fainelli <f.fainelli@gmail.com>
2866 L: linux-mips@linux-mips.org
2867 T: git git://github.com/broadcom/stblinux.git
2869 F: arch/mips/bmips/*
2870 F: arch/mips/include/asm/mach-bmips/*
2871 F: arch/mips/kernel/*bmips*
2872 F: arch/mips/boot/dts/brcm/bcm*.dts*
2873 F: drivers/irqchip/irq-bcm63*
2874 F: drivers/irqchip/irq-bcm7*
2875 F: drivers/irqchip/irq-brcmstb*
2876 F: include/linux/bcm963xx_nvram.h
2877 F: include/linux/bcm963xx_tag.h
2879 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2880 M: Rasesh Mody <rasesh.mody@cavium.com>
2881 M: Harish Patil <harish.patil@cavium.com>
2882 M: Dept-GELinuxNICDev@cavium.com
2883 L: netdev@vger.kernel.org
2885 F: drivers/net/ethernet/broadcom/bnx2.*
2886 F: drivers/net/ethernet/broadcom/bnx2_*
2888 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2889 M: QLogic-Storage-Upstream@qlogic.com
2890 L: linux-scsi@vger.kernel.org
2892 F: drivers/scsi/bnx2fc/
2894 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2895 M: QLogic-Storage-Upstream@qlogic.com
2896 L: linux-scsi@vger.kernel.org
2898 F: drivers/scsi/bnx2i/
2900 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2901 M: Ariel Elior <ariel.elior@cavium.com>
2902 M: everest-linux-l2@cavium.com
2903 L: netdev@vger.kernel.org
2905 F: drivers/net/ethernet/broadcom/bnx2x/
2907 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2908 M: Michael Chan <michael.chan@broadcom.com>
2909 L: netdev@vger.kernel.org
2911 F: drivers/net/ethernet/broadcom/bnxt/
2913 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2914 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2915 M: Franky Lin <franky.lin@broadcom.com>
2916 M: Hante Meuleman <hante.meuleman@broadcom.com>
2917 M: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
2918 M: Wright Feng <wright.feng@cypress.com>
2919 L: linux-wireless@vger.kernel.org
2920 L: brcm80211-dev-list.pdl@broadcom.com
2921 L: brcm80211-dev-list@cypress.com
2923 F: drivers/net/wireless/broadcom/brcm80211/
2925 BROADCOM BRCMSTB GPIO DRIVER
2926 M: Gregory Fong <gregory.0xf0@gmail.com>
2927 L: bcm-kernel-feedback-list@broadcom.com
2929 F: drivers/gpio/gpio-brcmstb.c
2930 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2932 BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER
2933 M: Al Cooper <alcooperx@gmail.com>
2934 L: linux-kernel@vger.kernel.org
2935 L: bcm-kernel-feedback-list@broadcom.com
2937 F: drivers/phy/broadcom/phy-brcm-usb*
2939 BROADCOM GENET ETHERNET DRIVER
2940 M: Doug Berger <opendmb@gmail.com>
2941 M: Florian Fainelli <f.fainelli@gmail.com>
2942 L: netdev@vger.kernel.org
2944 F: drivers/net/ethernet/broadcom/genet/
2946 BROADCOM IPROC ARM ARCHITECTURE
2947 M: Ray Jui <rjui@broadcom.com>
2948 M: Scott Branden <sbranden@broadcom.com>
2949 M: Jon Mason <jonmason@broadcom.com>
2950 M: bcm-kernel-feedback-list@broadcom.com
2951 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2952 T: git git://github.com/broadcom/cygnus-linux.git
2969 F: arch/arm64/boot/dts/broadcom/northstar2/*
2970 F: arch/arm64/boot/dts/broadcom/stingray/*
2971 F: drivers/clk/bcm/clk-ns*
2972 F: drivers/clk/bcm/clk-sr*
2973 F: drivers/pinctrl/bcm/pinctrl-ns*
2974 F: include/dt-bindings/clock/bcm-sr*
2976 BROADCOM KONA GPIO DRIVER
2977 M: Ray Jui <rjui@broadcom.com>
2978 L: bcm-kernel-feedback-list@broadcom.com
2980 F: drivers/gpio/gpio-bcm-kona.c
2981 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2983 BROADCOM NETXTREME-E ROCE DRIVER
2984 M: Selvin Xavier <selvin.xavier@broadcom.com>
2985 M: Devesh Sharma <devesh.sharma@broadcom.com>
2986 M: Somnath Kotur <somnath.kotur@broadcom.com>
2987 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2988 L: linux-rdma@vger.kernel.org
2989 W: http://www.broadcom.com
2991 F: drivers/infiniband/hw/bnxt_re/
2992 F: include/uapi/rdma/bnxt_re-abi.h
2994 BROADCOM NVRAM DRIVER
2995 M: Rafał Miłecki <zajec5@gmail.com>
2996 L: linux-mips@linux-mips.org
2998 F: drivers/firmware/broadcom/*
3000 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
3001 M: Rafał Miłecki <zajec5@gmail.com>
3002 L: linux-wireless@vger.kernel.org
3005 F: include/linux/bcma/
3007 BROADCOM STB AVS CPUFREQ DRIVER
3008 M: Markus Mayer <mmayer@broadcom.com>
3009 M: bcm-kernel-feedback-list@broadcom.com
3010 L: linux-pm@vger.kernel.org
3012 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
3013 F: drivers/cpufreq/brcmstb*
3015 BROADCOM STB AVS TMON DRIVER
3016 M: Markus Mayer <mmayer@broadcom.com>
3017 M: bcm-kernel-feedback-list@broadcom.com
3018 L: linux-pm@vger.kernel.org
3020 F: Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
3021 F: drivers/thermal/broadcom/brcmstb*
3023 BROADCOM STB NAND FLASH DRIVER
3024 M: Brian Norris <computersforpeace@gmail.com>
3025 M: Kamal Dasu <kdasu.kdev@gmail.com>
3026 L: linux-mtd@lists.infradead.org
3027 L: bcm-kernel-feedback-list@broadcom.com
3029 F: drivers/mtd/nand/raw/brcmnand/
3031 BROADCOM STB DPFE DRIVER
3032 M: Markus Mayer <mmayer@broadcom.com>
3033 M: bcm-kernel-feedback-list@broadcom.com
3034 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3036 F: Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt
3037 F: drivers/memory/brcmstb_dpfe.c
3039 BROADCOM SYSTEMPORT ETHERNET DRIVER
3040 M: Florian Fainelli <f.fainelli@gmail.com>
3041 L: netdev@vger.kernel.org
3043 F: drivers/net/ethernet/broadcom/bcmsysport.*
3045 BROADCOM TG3 GIGABIT ETHERNET DRIVER
3046 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
3047 M: Prashant Sreedharan <prashant@broadcom.com>
3048 M: Michael Chan <mchan@broadcom.com>
3049 L: netdev@vger.kernel.org
3051 F: drivers/net/ethernet/broadcom/tg3.*
3053 BROCADE BFA FC SCSI DRIVER
3054 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
3055 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
3056 L: linux-scsi@vger.kernel.org
3058 F: drivers/scsi/bfa/
3060 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
3061 M: Rasesh Mody <rasesh.mody@cavium.com>
3062 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
3063 M: Dept-GELinuxNICDev@cavium.com
3064 L: netdev@vger.kernel.org
3066 F: drivers/net/ethernet/brocade/bna/
3068 BSG (block layer generic sg v4 driver)
3069 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
3070 L: linux-scsi@vger.kernel.org
3073 F: include/linux/bsg.h
3074 F: include/uapi/linux/bsg.h
3077 M: Clemens Ladisch <clemens@ladisch.de>
3078 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3079 T: git git://git.alsa-project.org/alsa-kernel.git
3081 F: Documentation/sound/cards/bt87x.rst
3082 F: sound/pci/bt87x.c
3085 M: Michael Buesch <m@bues.ch>
3086 W: http://bu3sch.de/btgpio.php
3088 F: drivers/gpio/gpio-bt8xx.c
3091 M: Chris Mason <clm@fb.com>
3092 M: Josef Bacik <jbacik@fb.com>
3093 M: David Sterba <dsterba@suse.com>
3094 L: linux-btrfs@vger.kernel.org
3095 W: http://btrfs.wiki.kernel.org/
3096 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
3097 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
3099 F: Documentation/filesystems/btrfs.txt
3101 F: include/linux/btrfs*
3102 F: include/uapi/linux/btrfs*
3104 BTTV VIDEO4LINUX DRIVER
3105 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3106 L: linux-media@vger.kernel.org
3107 W: https://linuxtv.org
3108 T: git git://linuxtv.org/media_tree.git
3110 F: Documentation/media/v4l-drivers/bttv*
3111 F: drivers/media/pci/bt8xx/bttv*
3113 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3114 M: Chanwoo Choi <cw00.choi@samsung.com>
3115 L: linux-pm@vger.kernel.org
3116 L: linux-samsung-soc@vger.kernel.org
3117 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3119 F: drivers/devfreq/exynos-bus.c
3120 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3122 BUSLOGIC SCSI DRIVER
3123 M: Khalid Aziz <khalid@gonehiking.org>
3124 L: linux-scsi@vger.kernel.org
3126 F: drivers/scsi/BusLogic.*
3127 F: drivers/scsi/FlashPoint.*
3129 C-MEDIA CMI8788 DRIVER
3130 M: Clemens Ladisch <clemens@ladisch.de>
3131 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3132 T: git git://git.alsa-project.org/alsa-kernel.git
3134 F: sound/pci/oxygen/
3137 M: Mark Salter <msalter@redhat.com>
3138 M: Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3139 L: linux-c6x-dev@linux-c6x.org
3140 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
3144 CA8210 IEEE-802.15.4 RADIO DRIVER
3145 M: Harry Morris <h.morris@cascoda.com>
3146 L: linux-wpan@vger.kernel.org
3147 W: https://github.com/Cascoda/ca8210-linux.git
3149 F: drivers/net/ieee802154/ca8210.c
3150 F: Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3152 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3153 M: David Howells <dhowells@redhat.com>
3154 L: linux-cachefs@redhat.com (moderated for non-subscribers)
3156 F: Documentation/filesystems/caching/cachefiles.txt
3159 CADENCE MIPI-CSI2 BRIDGES
3160 M: Maxime Ripard <maxime.ripard@bootlin.com>
3161 L: linux-media@vger.kernel.org
3163 F: Documentation/devicetree/bindings/media/cdns,*.txt
3164 F: drivers/media/platform/cadence/cdns-csi2*
3166 CADET FM/AM RADIO RECEIVER DRIVER
3167 M: Hans Verkuil <hverkuil@xs4all.nl>
3168 L: linux-media@vger.kernel.org
3169 T: git git://linuxtv.org/media_tree.git
3170 W: https://linuxtv.org
3172 F: drivers/media/radio/radio-cadet*
3174 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3175 M: Jonathan Corbet <corbet@lwn.net>
3176 L: linux-media@vger.kernel.org
3177 T: git git://linuxtv.org/media_tree.git
3179 F: Documentation/media/v4l-drivers/cafe_ccic*
3180 F: drivers/media/platform/marvell-ccic/
3183 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3184 L: netdev@vger.kernel.org
3186 F: Documentation/networking/caif/
3187 F: drivers/net/caif/
3188 F: include/uapi/linux/caif/
3189 F: include/net/caif/
3192 CALGARY x86-64 IOMMU
3193 M: Muli Ben-Yehuda <mulix@mulix.org>
3194 M: Jon Mason <jdmason@kudzu.us>
3195 L: iommu@lists.linux-foundation.org
3197 F: arch/x86/kernel/pci-calgary_64.c
3198 F: arch/x86/kernel/tce_64.c
3199 F: arch/x86/include/asm/calgary.h
3200 F: arch/x86/include/asm/tce.h
3203 M: Wolfgang Grandegger <wg@grandegger.com>
3204 M: Marc Kleine-Budde <mkl@pengutronix.de>
3205 L: linux-can@vger.kernel.org
3206 W: https://github.com/linux-can
3207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3208 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3210 F: Documentation/devicetree/bindings/net/can/
3212 F: include/linux/can/dev.h
3213 F: include/linux/can/platform/
3214 F: include/uapi/linux/can/error.h
3215 F: include/uapi/linux/can/netlink.h
3218 M: Oliver Hartkopp <socketcan@hartkopp.net>
3219 M: Marc Kleine-Budde <mkl@pengutronix.de>
3220 L: linux-can@vger.kernel.org
3221 W: https://github.com/linux-can
3222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3223 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3225 F: Documentation/networking/can.rst
3227 F: include/linux/can/core.h
3228 F: include/uapi/linux/can.h
3229 F: include/uapi/linux/can/bcm.h
3230 F: include/uapi/linux/can/raw.h
3231 F: include/uapi/linux/can/gw.h
3234 M: Serge Hallyn <serge@hallyn.com>
3235 L: linux-security-module@vger.kernel.org
3237 F: include/linux/capability.h
3238 F: include/uapi/linux/capability.h
3239 F: security/commoncap.c
3240 F: kernel/capability.c
3242 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3243 M: Kevin Tsai <ktsai@capellamicro.com>
3245 F: drivers/iio/light/cm*
3247 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
3248 M: Christian Lamparter <chunkeey@googlemail.com>
3249 L: linux-wireless@vger.kernel.org
3250 W: http://wireless.kernel.org/en/users/Drivers/carl9170
3252 F: drivers/net/wireless/ath/carl9170/
3255 M: Jan Glauber <jglauber@cavium.com>
3256 M: David Daney <david.daney@cavium.com>
3257 W: http://www.cavium.com
3259 F: drivers/i2c/busses/i2c-octeon*
3260 F: drivers/i2c/busses/i2c-thunderx*
3262 CAVIUM LIQUIDIO NETWORK DRIVER
3263 M: Derek Chickles <derek.chickles@caviumnetworks.com>
3264 M: Satanand Burla <satananda.burla@caviumnetworks.com>
3265 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
3266 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3267 L: netdev@vger.kernel.org
3268 W: http://www.cavium.com
3270 F: drivers/net/ethernet/cavium/liquidio/
3273 M: Jan Glauber <jglauber@cavium.com>
3274 M: David Daney <david.daney@cavium.com>
3275 M: Steven J. Hill <Steven.Hill@cavium.com>
3276 W: http://www.cavium.com
3278 F: drivers/mmc/host/cavium*
3280 CAVIUM OCTEON-TX CRYPTO DRIVER
3281 M: George Cherian <george.cherian@cavium.com>
3282 L: linux-crypto@vger.kernel.org
3283 W: http://www.cavium.com
3285 F: drivers/crypto/cavium/cpt/
3287 CAVIUM THUNDERX2 ARM64 SOC
3288 M: Robert Richter <rrichter@cavium.com>
3289 M: Jayachandran C <jnair@caviumnetworks.com>
3290 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3292 F: arch/arm64/boot/dts/cavium/thunder2-99xx*
3293 F: Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3295 CC2520 IEEE-802.15.4 RADIO DRIVER
3296 M: Varka Bhadram <varkabhadram@gmail.com>
3297 L: linux-wpan@vger.kernel.org
3299 F: drivers/net/ieee802154/cc2520.c
3300 F: include/linux/spi/cc2520.h
3301 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3303 CCREE ARM TRUSTZONE CRYPTOCELL REE DRIVER
3304 M: Gilad Ben-Yossef <gilad@benyossef.com>
3305 L: linux-crypto@vger.kernel.org
3307 F: drivers/crypto/ccree/
3308 W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3311 M: Hans Verkuil <hans.verkuil@cisco.com>
3312 L: linux-media@vger.kernel.org
3313 T: git git://linuxtv.org/media_tree.git
3314 W: http://linuxtv.org
3316 F: Documentation/media/kapi/cec-core.rst
3317 F: Documentation/media/uapi/cec
3318 F: drivers/media/cec/
3319 F: drivers/media/rc/keymaps/rc-cec.c
3320 F: include/media/cec.h
3321 F: include/media/cec-notifier.h
3322 F: include/uapi/linux/cec.h
3323 F: include/uapi/linux/cec-funcs.h
3324 F: Documentation/devicetree/bindings/media/cec.txt
3325 F: Documentation/ABI/testing/debugfs-cec-error-inj
3328 M: Hans Verkuil <hans.verkuil@cisco.com>
3329 L: linux-media@vger.kernel.org
3330 T: git git://linuxtv.org/media_tree.git
3331 W: http://linuxtv.org
3333 F: drivers/media/platform/cec-gpio/
3334 F: Documentation/devicetree/bindings/media/cec-gpio.txt
3336 CELL BROADBAND ENGINE ARCHITECTURE
3337 M: Arnd Bergmann <arnd@arndb.de>
3338 L: linuxppc-dev@lists.ozlabs.org
3339 W: http://www.ibm.com/developerworks/power/cell/
3341 F: arch/powerpc/include/asm/cell*.h
3342 F: arch/powerpc/include/asm/spu*.h
3343 F: arch/powerpc/include/uapi/asm/spu*.h
3344 F: arch/powerpc/oprofile/*cell*
3345 F: arch/powerpc/platforms/cell/
3347 CEPH COMMON CODE (LIBCEPH)
3348 M: Ilya Dryomov <idryomov@gmail.com>
3349 M: "Yan, Zheng" <zyan@redhat.com>
3350 M: Sage Weil <sage@redhat.com>
3351 L: ceph-devel@vger.kernel.org
3353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3354 T: git git://github.com/ceph/ceph-client.git
3357 F: include/linux/ceph/
3358 F: include/linux/crush/
3360 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3361 M: "Yan, Zheng" <zyan@redhat.com>
3362 M: Sage Weil <sage@redhat.com>
3363 M: Ilya Dryomov <idryomov@gmail.com>
3364 L: ceph-devel@vger.kernel.org
3366 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3367 T: git git://github.com/ceph/ceph-client.git
3369 F: Documentation/filesystems/ceph.txt
3372 CERTIFICATE HANDLING:
3373 M: David Howells <dhowells@redhat.com>
3374 M: David Woodhouse <dwmw2@infradead.org>
3375 L: keyrings@vger.kernel.org
3377 F: Documentation/admin-guide/module-signing.rst
3379 F: scripts/sign-file.c
3380 F: scripts/extract-cert.c
3382 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3383 L: linux-usb@vger.kernel.org
3385 F: Documentation/usb/WUSB-Design-overview.txt
3386 F: Documentation/usb/wusb-cbaf
3387 F: drivers/usb/host/hwa-hc.c
3388 F: drivers/usb/host/whci/
3389 F: drivers/usb/wusbcore/
3390 F: include/linux/usb/wusb*
3392 CFAG12864B LCD DRIVER
3393 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3395 F: drivers/auxdisplay/cfag12864b.c
3396 F: include/linux/cfag12864b.h
3398 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3399 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3401 F: drivers/auxdisplay/cfag12864bfb.c
3402 F: include/linux/cfag12864b.h
3404 802.11 (including CFG80211/NL80211)
3405 M: Johannes Berg <johannes@sipsolutions.net>
3406 L: linux-wireless@vger.kernel.org
3407 W: http://wireless.kernel.org/
3408 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3409 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3412 F: include/uapi/linux/nl80211.h
3413 F: include/linux/ieee80211.h
3414 F: include/net/wext.h
3415 F: include/net/cfg80211.h
3416 F: include/net/iw_handler.h
3417 F: include/net/ieee80211_radiotap.h
3418 F: Documentation/driver-api/80211/cfg80211.rst
3419 F: Documentation/networking/regulatory.txt
3421 CHAR and MISC DRIVERS
3422 M: Arnd Bergmann <arnd@arndb.de>
3423 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3424 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3428 F: include/linux/miscdevice.h
3431 M: Andy Whitcroft <apw@canonical.com>
3432 M: Joe Perches <joe@perches.com>
3434 F: scripts/checkpatch.pl
3436 CHINESE DOCUMENTATION
3437 M: Harry Wei <harryxiyou@gmail.com>
3438 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3439 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3441 F: Documentation/translations/zh_CN/
3443 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3444 M: Peter Chen <Peter.Chen@nxp.com>
3445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3446 L: linux-usb@vger.kernel.org
3448 F: drivers/usb/chipidea/
3450 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3451 M: Hans de Goede <hdegoede@redhat.com>
3452 L: linux-input@vger.kernel.org
3454 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3455 F: drivers/input/touchscreen/chipone_icn8318.c
3457 CHIPONE ICN8505 I2C TOUCHSCREEN DRIVER
3458 M: Hans de Goede <hdegoede@redhat.com>
3459 L: linux-input@vger.kernel.org
3461 F: drivers/input/touchscreen/chipone_icn8505.c
3463 CHROME HARDWARE PLATFORM SUPPORT
3464 M: Benson Leung <bleung@chromium.org>
3465 M: Olof Johansson <olof@lixom.net>
3467 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
3468 F: drivers/platform/chrome/
3470 CIRRUS LOGIC AUDIO CODEC DRIVERS
3471 M: Brian Austin <brian.austin@cirrus.com>
3472 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3473 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3475 F: sound/soc/codecs/cs*
3477 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3478 M: Hartley Sweeten <hsweeten@visionengravers.com>
3479 L: netdev@vger.kernel.org
3481 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3483 CISCO FCOE HBA DRIVER
3484 M: Satish Kharat <satishkh@cisco.com>
3485 M: Sesidhar Baddela <sebaddel@cisco.com>
3486 M: Karan Tilak Kumar <kartilak@cisco.com>
3487 L: linux-scsi@vger.kernel.org
3489 F: drivers/scsi/fnic/
3491 CISCO SCSI HBA DRIVER
3492 M: Karan Tilak Kumar <kartilak@cisco.com>
3493 M: Sesidhar Baddela <sebaddel@cisco.com>
3494 L: linux-scsi@vger.kernel.org
3496 F: drivers/scsi/snic/
3498 CISCO VIC ETHERNET NIC DRIVER
3499 M: Christian Benvenuti <benve@cisco.com>
3500 M: Govindarajulu Varadarajan <_govind@gmx.com>
3501 M: Parvi Kaustubhi <pkaustub@cisco.com>
3503 F: drivers/net/ethernet/cisco/enic/
3505 CISCO VIC LOW LATENCY NIC DRIVER
3506 M: Christian Benvenuti <benve@cisco.com>
3508 F: drivers/infiniband/hw/usnic/
3510 CIRRUS LOGIC MADERA CODEC DRIVERS
3511 M: Charles Keepax <ckeepax@opensource.cirrus.com>
3512 M: Richard Fitzgerald <rf@opensource.cirrus.com>
3513 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3514 L: patches@opensource.cirrus.com
3515 T: git https://github.com/CirrusLogic/linux-drivers.git
3516 W: https://github.com/CirrusLogic/linux-drivers/wiki
3518 F: Documentation/devicetree/bindings/mfd/madera.txt
3519 F: Documentation/devicetree/bindings/pinctrl/cirrus,madera-pinctrl.txt
3520 F: include/linux/mfd/madera/*
3521 F: drivers/gpio/gpio-madera*
3522 F: drivers/mfd/madera*
3523 F: drivers/mfd/cs47l*
3524 F: drivers/pinctrl/cirrus/*
3527 M: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
3532 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3533 L: linux-kernel@vger.kernel.org
3536 F: include/linux/cleancache.h
3539 M: Russell King <linux@armlinux.org.uk>
3540 L: linux-clk@vger.kernel.org
3542 F: include/linux/clk.h
3544 CLOCKSOURCE, CLOCKEVENT DRIVERS
3545 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3546 M: Thomas Gleixner <tglx@linutronix.de>
3547 L: linux-kernel@vger.kernel.org
3548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3550 F: drivers/clocksource/
3551 F: Documentation/devicetree/bindings/timer/
3554 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3555 M: Daniel Oliveira Nascimento <don@syst.com.br>
3556 L: platform-driver-x86@vger.kernel.org
3558 F: drivers/platform/x86/classmate-laptop.c
3561 M: Hans Verkuil <hans.verkuil@cisco.com>
3562 L: linux-media@vger.kernel.org
3563 T: git git://linuxtv.org/media_tree.git
3564 W: https://linuxtv.org
3566 F: drivers/media/pci/cobalt/
3568 COCCINELLE/Semantic Patches (SmPL)
3569 M: Julia Lawall <Julia.Lawall@lip6.fr>
3570 M: Gilles Muller <Gilles.Muller@lip6.fr>
3571 M: Nicolas Palix <nicolas.palix@imag.fr>
3572 M: Michal Marek <michal.lkml@markovi.net>
3573 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3574 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3575 W: http://coccinelle.lip6.fr/
3577 F: Documentation/dev-tools/coccinelle.rst
3578 F: scripts/coccinelle/
3579 F: scripts/coccicheck
3582 M: Jan Harkes <jaharkes@cs.cmu.edu>
3584 L: codalist@coda.cs.cmu.edu
3585 W: http://www.coda.cs.cmu.edu/
3587 F: Documentation/filesystems/coda.txt
3589 F: include/linux/coda*.h
3590 F: include/uapi/linux/coda*.h
3592 CODA V4L2 MEM2MEM DRIVER
3593 M: Philipp Zabel <p.zabel@pengutronix.de>
3594 L: linux-media@vger.kernel.org
3596 F: Documentation/devicetree/bindings/media/coda.txt
3597 F: drivers/media/platform/coda/
3599 COMMON CLK FRAMEWORK
3600 M: Michael Turquette <mturquette@baylibre.com>
3601 M: Stephen Boyd <sboyd@kernel.org>
3602 L: linux-clk@vger.kernel.org
3603 Q: http://patchwork.kernel.org/project/linux-clk/list/
3604 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3606 F: Documentation/devicetree/bindings/clock/
3608 X: drivers/clk/clkdev.c
3609 F: include/linux/clk-pr*
3610 F: include/linux/clk/
3611 F: include/linux/of_clk.h
3613 COMMON INTERNET FILE SYSTEM (CIFS)
3614 M: Steve French <sfrench@samba.org>
3615 L: linux-cifs@vger.kernel.org
3616 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3617 W: http://linux-cifs.samba.org/
3618 T: git git://git.samba.org/sfrench/cifs-2.6.git
3620 F: Documentation/filesystems/cifs/
3623 COMPACTPCI HOTPLUG CORE
3624 M: Scott Murray <scott@spiteful.org>
3625 L: linux-pci@vger.kernel.org
3627 F: drivers/pci/hotplug/cpci_hotplug*
3629 COMPACTPCI HOTPLUG GENERIC DRIVER
3630 M: Scott Murray <scott@spiteful.org>
3631 L: linux-pci@vger.kernel.org
3633 F: drivers/pci/hotplug/cpcihp_generic.c
3635 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3636 M: Scott Murray <scott@spiteful.org>
3637 L: linux-pci@vger.kernel.org
3639 F: drivers/pci/hotplug/cpcihp_zt5550.*
3641 COMPAL LAPTOP SUPPORT
3642 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3643 L: platform-driver-x86@vger.kernel.org
3645 F: drivers/platform/x86/compal-laptop.c
3647 CONEXANT ACCESSRUNNER USB DRIVER
3648 L: accessrunner-general@lists.sourceforge.net
3649 W: http://accessrunner.sourceforge.net/
3651 F: drivers/usb/atm/cxacru.c
3654 M: Joel Becker <jlbec@evilplan.org>
3655 M: Christoph Hellwig <hch@lst.de>
3656 T: git git://git.infradead.org/users/hch/configfs.git
3659 F: include/linux/configfs.h
3662 M: Evgeniy Polyakov <zbr@ioremap.net>
3663 L: netdev@vger.kernel.org
3665 F: drivers/connector/
3667 CONTROL GROUP (CGROUP)
3668 M: Tejun Heo <tj@kernel.org>
3669 M: Li Zefan <lizefan@huawei.com>
3670 M: Johannes Weiner <hannes@cmpxchg.org>
3671 L: cgroups@vger.kernel.org
3672 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3674 F: Documentation/cgroup*
3675 F: include/linux/cgroup*
3678 CONTROL GROUP - CPUSET
3679 M: Li Zefan <lizefan@huawei.com>
3680 L: cgroups@vger.kernel.org
3681 W: http://www.bullopensource.org/cpuset/
3682 W: http://oss.sgi.com/projects/cpusets/
3683 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3685 F: Documentation/cgroup-v1/cpusets.txt
3686 F: include/linux/cpuset.h
3687 F: kernel/cgroup/cpuset.c
3689 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3690 M: Johannes Weiner <hannes@cmpxchg.org>
3691 M: Michal Hocko <mhocko@kernel.org>
3692 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3693 L: cgroups@vger.kernel.org
3694 L: linux-mm@kvack.org
3699 CORETEMP HARDWARE MONITORING DRIVER
3700 M: Fenghua Yu <fenghua.yu@intel.com>
3701 L: linux-hwmon@vger.kernel.org
3703 F: Documentation/hwmon/coretemp
3704 F: drivers/hwmon/coretemp.c
3706 COSA/SRP SYNC SERIAL DRIVER
3707 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3708 W: http://www.fi.muni.cz/~kas/cosa/
3710 F: drivers/net/wan/cosa*
3712 CPMAC ETHERNET DRIVER
3713 M: Florian Fainelli <f.fainelli@gmail.com>
3714 L: netdev@vger.kernel.org
3716 F: drivers/net/ethernet/ti/cpmac.c
3718 CPU FREQUENCY DRIVERS
3719 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3720 M: Viresh Kumar <viresh.kumar@linaro.org>
3721 L: linux-pm@vger.kernel.org
3723 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3724 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3725 B: https://bugzilla.kernel.org
3726 F: Documentation/cpu-freq/
3727 F: Documentation/devicetree/bindings/cpufreq/
3729 F: include/linux/cpufreq.h
3730 F: tools/testing/selftests/cpufreq/
3732 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3733 M: Viresh Kumar <viresh.kumar@linaro.org>
3734 M: Sudeep Holla <sudeep.holla@arm.com>
3735 L: linux-pm@vger.kernel.org
3736 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3738 F: drivers/cpufreq/arm_big_little.h
3739 F: drivers/cpufreq/arm_big_little.c
3740 F: drivers/cpufreq/arm_big_little_dt.c
3742 CPU POWER MONITORING SUBSYSTEM
3743 M: Thomas Renninger <trenn@suse.com>
3744 M: Shuah Khan <shuah@kernel.org>
3745 L: linux-pm@vger.kernel.org
3747 F: tools/power/cpupower/
3750 M: "H. Peter Anvin" <hpa@zytor.com>
3752 F: arch/x86/kernel/cpuid.c
3753 F: arch/x86/kernel/msr.c
3755 CPUIDLE DRIVER - ARM BIG LITTLE
3756 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3757 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3758 L: linux-pm@vger.kernel.org
3759 L: linux-arm-kernel@lists.infradead.org
3760 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3762 F: drivers/cpuidle/cpuidle-big_little.c
3764 CPUIDLE DRIVER - ARM EXYNOS
3765 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3766 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3767 M: Kukjin Kim <kgene@kernel.org>
3768 L: linux-pm@vger.kernel.org
3769 L: linux-samsung-soc@vger.kernel.org
3771 F: drivers/cpuidle/cpuidle-exynos.c
3772 F: arch/arm/mach-exynos/pm.c
3775 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3776 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3777 L: linux-pm@vger.kernel.org
3779 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3780 B: https://bugzilla.kernel.org
3781 F: drivers/cpuidle/*
3782 F: include/linux/cpuidle.h
3785 M: Nicolas Pitre <nico@linaro.org>
3787 F: Documentation/filesystems/cramfs.txt
3791 M: Herbert Xu <herbert@gondor.apana.org.au>
3792 M: "David S. Miller" <davem@davemloft.net>
3793 L: linux-crypto@vger.kernel.org
3794 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3795 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3797 F: Documentation/crypto/
3798 F: Documentation/devicetree/bindings/crypto/
3803 F: include/linux/crypto*
3805 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3806 M: Neil Horman <nhorman@tuxdriver.com>
3807 L: linux-crypto@vger.kernel.org
3809 F: crypto/ansi_cprng.c
3813 M: Hans Verkuil <hverkuil@xs4all.nl>
3814 L: linux-media@vger.kernel.org
3815 T: git git://linuxtv.org/media_tree.git
3816 W: http://linuxtv.org
3818 F: drivers/media/i2c/cs3308.c
3819 F: drivers/media/i2c/cs3308.h
3821 CS5535 Audio ALSA driver
3822 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3824 F: sound/pci/cs5535audio/
3827 M: Solomon Peachy <pizza@shaftnet.org>
3829 F: drivers/net/wireless/st/cw1200/
3831 CX18 VIDEO4LINUX DRIVER
3832 M: Andy Walls <awalls@md.metrocast.net>
3833 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3834 L: linux-media@vger.kernel.org
3835 T: git git://linuxtv.org/media_tree.git
3836 W: https://linuxtv.org
3837 W: http://www.ivtvdriver.org/index.php/Cx18
3839 F: Documentation/media/v4l-drivers/cx18*
3840 F: drivers/media/pci/cx18/
3841 F: include/uapi/linux/ivtv*
3843 CX2341X MPEG ENCODER HELPER MODULE
3844 M: Hans Verkuil <hverkuil@xs4all.nl>
3845 L: linux-media@vger.kernel.org
3846 T: git git://linuxtv.org/media_tree.git
3847 W: https://linuxtv.org
3849 F: drivers/media/common/cx2341x*
3850 F: include/media/cx2341x*
3852 CX24120 MEDIA DRIVER
3853 M: Jemma Denson <jdenson@gmail.com>
3854 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3855 L: linux-media@vger.kernel.org
3856 W: https://linuxtv.org
3857 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3859 F: drivers/media/dvb-frontends/cx24120*
3861 CX88 VIDEO4LINUX DRIVER
3862 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3863 L: linux-media@vger.kernel.org
3864 W: https://linuxtv.org
3865 T: git git://linuxtv.org/media_tree.git
3867 F: Documentation/media/v4l-drivers/cx88*
3868 F: drivers/media/pci/cx88/
3870 CXD2820R MEDIA DRIVER
3871 M: Antti Palosaari <crope@iki.fi>
3872 L: linux-media@vger.kernel.org
3873 W: https://linuxtv.org
3874 W: http://palosaari.fi/linux/
3875 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3876 T: git git://linuxtv.org/anttip/media_tree.git
3878 F: drivers/media/dvb-frontends/cxd2820r*
3880 CXGB3 ETHERNET DRIVER (CXGB3)
3881 M: Santosh Raspatur <santosh@chelsio.com>
3882 L: netdev@vger.kernel.org
3883 W: http://www.chelsio.com
3885 F: drivers/net/ethernet/chelsio/cxgb3/
3887 CXGB3 ISCSI DRIVER (CXGB3I)
3888 M: Karen Xie <kxie@chelsio.com>
3889 L: linux-scsi@vger.kernel.org
3890 W: http://www.chelsio.com
3892 F: drivers/scsi/cxgbi/cxgb3i
3894 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3895 M: Steve Wise <swise@chelsio.com>
3896 L: linux-rdma@vger.kernel.org
3897 W: http://www.openfabrics.org
3899 F: drivers/infiniband/hw/cxgb3/
3900 F: include/uapi/rdma/cxgb3-abi.h
3902 CXGB4 CRYPTO DRIVER (chcr)
3903 M: Harsh Jain <harsh@chelsio.com>
3904 L: linux-crypto@vger.kernel.org
3905 W: http://www.chelsio.com
3907 F: drivers/crypto/chelsio
3909 CXGB4 ETHERNET DRIVER (CXGB4)
3910 M: Ganesh Goudar <ganeshgr@chelsio.com>
3911 L: netdev@vger.kernel.org
3912 W: http://www.chelsio.com
3914 F: drivers/net/ethernet/chelsio/cxgb4/
3916 CXGB4 ISCSI DRIVER (CXGB4I)
3917 M: Karen Xie <kxie@chelsio.com>
3918 L: linux-scsi@vger.kernel.org
3919 W: http://www.chelsio.com
3921 F: drivers/scsi/cxgbi/cxgb4i
3923 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3924 M: Steve Wise <swise@chelsio.com>
3925 L: linux-rdma@vger.kernel.org
3926 W: http://www.openfabrics.org
3928 F: drivers/infiniband/hw/cxgb4/
3929 F: include/uapi/rdma/cxgb4-abi.h
3931 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3932 M: Casey Leedom <leedom@chelsio.com>
3933 L: netdev@vger.kernel.org
3934 W: http://www.chelsio.com
3936 F: drivers/net/ethernet/chelsio/cxgb4vf/
3938 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3939 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3940 M: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
3941 L: linuxppc-dev@lists.ozlabs.org
3943 F: arch/powerpc/platforms/powernv/pci-cxl.c
3944 F: drivers/misc/cxl/
3945 F: include/misc/cxl*
3946 F: include/uapi/misc/cxl.h
3947 F: Documentation/powerpc/cxl.txt