| List of maintainers |
| =================== |
| |
| Descriptions of section entries and preferred order |
| --------------------------------------------------- |
| |
| M: *Mail* patches to: FullName <address@domain> |
| R: Designated *Reviewer*: FullName <address@domain> |
| These reviewers should be CCed on patches. |
| L: *Mailing list* that is relevant to this area |
| S: *Status*, one of the following: |
| Supported: Someone is actually paid to look after this. |
| Maintained: Someone actually looks after it. |
| Odd Fixes: It has a maintainer but they don't have time to do |
| much other than throw the odd patch in. See below.. |
| Orphan: No current maintainer [but maybe you could take the |
| role as you write your new code]. |
| Obsolete: Old code. Something tagged obsolete generally means |
| it has been replaced by a better system and you |
| should be using that. |
| W: *Web-page* with status/info |
| Q: *Patchwork* web based patch tracking system site |
| B: URI for where to file *bugs*. A web-page with detailed bug |
| filing info, a direct bug tracker link, or a mailto: URI. |
| C: URI for *chat* protocol, server and channel where developers |
| usually hang out, for example irc://server/channel. |
| P: *Subsystem Profile* document for more details submitting |
| patches to the given subsystem. This is either an in-tree .rst file |
| inside Documentation/, or a URI. |
| See Documentation/maintainer/maintainer-entry-profile.rst for details. |
| T: *SCM* tree type and location. |
| Type is one of: git, hg, quilt, stgit, topgit |
| F: *Files* and directories wildcard patterns. |
| A trailing slash includes all files and subdirectory files. |
| F: drivers/net/ all files in and below drivers/net |
| F: drivers/net/* all files in drivers/net, but not below |
| F: */net/* all files in "any top level directory"/net |
| F: fs/**/*foo*.c all *foo*.c files in any subdirectory of fs |
| One pattern per line. Multiple F: lines acceptable. |
| X: *Excluded* files and directories that are NOT maintained, same |
| rules as F:. Files exclusions are tested before file matches. |
| Can be useful for excluding a specific subdirectory, for instance: |
| F: net/ |
| X: net/ipv6/ |
| matches all files in and below net excluding net/ipv6/ |
| N: Files and directories *Regex* patterns. |
| N: [^a-z]tegra all files whose path contains tegra |
| (not including files like integrator) |
| One pattern per line. Multiple N: lines acceptable. |
| scripts/get_maintainer.pl has different behavior for files that |
| match F: pattern and matches of N: patterns. By default, |
| get_maintainer will not look at git log history when an F: pattern |
| match occurs. When an N: match occurs, git log history is used |
| to also notify the people that have git commit signatures. |
| K: *Content regex* (perl extended) pattern match in a patch or file. |
| For instance: |
| K: of_get_profile |
| matches patches or files that contain "of_get_profile" |
| K: \b(printk|pr_(info|err))\b |
| matches patches or files that contain one or more of the words |
| printk, pr_info or pr_err |
| One regex pattern per line. Multiple K: lines acceptable. |
| |
| Maintainers List |
| ---------------- |
| |
| .. note:: When reading this list, please look for the most precise areas |
| first. When adding to this list, please keep the entries in |
| alphabetical order. |
| |
| 3C509 NETWORK DRIVER |
| M: "Maciej W. Rozycki" <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ethernet/3com/3c509.c |
| |
| 3C59X NETWORK DRIVER |
| M: Steffen Klassert <[email protected]> |
| L: [email protected] |
| S: Odd Fixes |
| F: Documentation/networking/device_drivers/ethernet/3com/vortex.rst |
| F: drivers/net/ethernet/3com/3c59x.c |
| |
| 3CR990 NETWORK DRIVER |
| M: David Dillow <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ethernet/3com/typhoon* |
| |
| 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) |
| M: Adam Radford <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.lsi.com |
| F: drivers/scsi/3w-* |
| |
| 53C700 AND 53C700-66 SCSI DRIVER |
| M: "James E.J. Bottomley" <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/scsi/53c700* |
| |
| 6LOWPAN GENERIC (BTLE/IEEE 802.15.4) |
| M: Alexander Aring <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/networking/6lowpan.rst |
| F: include/net/6lowpan.h |
| F: net/6lowpan/ |
| |
| 802.11 (including CFG80211/NL80211) |
| M: Johannes Berg <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://wireless.wiki.kernel.org/ |
| Q: https://patchwork.kernel.org/project/linux-wireless/list/ |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git |
| F: Documentation/driver-api/80211/cfg80211.rst |
| F: Documentation/networking/regulatory.rst |
| F: include/linux/ieee80211.h |
| F: include/net/cfg80211.h |
| F: include/net/ieee80211_radiotap.h |
| F: include/net/iw_handler.h |
| F: include/net/wext.h |
| F: include/uapi/linux/nl80211.h |
| N: include/uapi/linux/nl80211-.* |
| F: include/uapi/linux/wireless.h |
| F: net/wireless/ |
| |
| 8169 10/100/1000 GIGABIT ETHERNET DRIVER |
| M: Heiner Kallweit <[email protected]> |
| M: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ethernet/realtek/r8169* |
| |
| 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER |
| M: Greg Kroah-Hartman <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git |
| F: drivers/tty/serial/8250* |
| F: include/linux/serial_8250.h |
| |
| 8390 NETWORK DRIVERS [NE2000, 3C503, etc.] |
| L: [email protected] |
| S: Orphan / Obsolete |
| F: drivers/net/ethernet/8390/ |
| |
| 9P FILE SYSTEM |
| M: Eric Van Hensbergen <[email protected]> |
| M: Latchesar Ionkov <[email protected]> |
| M: Dominique Martinet <[email protected]> |
| R: Christian Schoenebeck <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: http://github.com/v9fs |
| Q: http://patchwork.kernel.org/project/v9fs-devel/list/ |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git |
| T: git https://github.com/martinetd/linux.git |
| F: Documentation/filesystems/9p.rst |
| F: fs/9p/ |
| F: include/net/9p/ |
| F: include/trace/events/9p.h |
| F: include/uapi/linux/virtio_9p.h |
| F: net/9p/ |
| |
| A64FX DIAG DRIVER |
| M: Hitomi Hasegawa <[email protected]> |
| S: Supported |
| F: drivers/soc/fujitsu/a64fx-diag.c |
| |
| A8293 MEDIA DRIVER |
| L: [email protected] |
| S: Orphan |
| W: https://linuxtv.org |
| Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
| F: drivers/media/dvb-frontends/a8293* |
| |
| AACRAID SCSI RAID DRIVER |
| M: Adaptec OEM Raid Solutions <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.adaptec.com/ |
| F: Documentation/scsi/aacraid.rst |
| F: drivers/scsi/aacraid/ |
| |
| AAEON UPBOARD FPGA MFD DRIVER |
| M: Thomas Richard <[email protected]> |
| S: Maintained |
| F: drivers/leds/leds-upboard.c |
| F: drivers/mfd/upboard-fpga.c |
| F: drivers/pinctrl/pinctrl-upboard.c |
| F: include/linux/mfd/upboard-fpga.h |
| |
| AB8500 BATTERY AND CHARGER DRIVERS |
| M: Linus Walleij <[email protected]> |
| F: Documentation/devicetree/bindings/power/supply/*ab8500* |
| F: drivers/power/supply/*ab8500* |
| |
| ABI/API |
| L: [email protected] |
| F: include/linux/syscalls.h |
| F: kernel/sys_ni.c |
| X: arch/*/include/uapi/ |
| X: include/uapi/ |
| |
| ABIT UGURU 1,2 HARDWARE MONITOR DRIVER |
| M: Hans de Goede <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/hwmon/abituguru.c |
| |
| ABIT UGURU 3 HARDWARE MONITOR DRIVER |
| M: Alistair John Strachan <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/hwmon/abituguru3.c |
| |
| ACCES 104-DIO-48E GPIO DRIVER |
| M: William Breathitt Gray <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/gpio/gpio-104-dio-48e.c |
| |
| ACCES 104-IDI-48 GPIO DRIVER |
| M: William Breathitt Gray <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/gpio/gpio-104-idi-48.c |
| |
| ACCES 104-IDIO-16 GPIO DRIVER |
| M: William Breathitt Gray <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/gpio/gpio-104-idio-16.c |
| |
| ACCES 104-QUAD-8 DRIVER |
| M: William Breathitt Gray <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/counter/104-quad-8.c |
| |
| ACCES IDIO-16 GPIO LIBRARY |
| M: William Breathitt Gray <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/gpio/gpio-idio-16.c |
| F: drivers/gpio/gpio-idio-16.h |
| |
| ACCES PCI-IDIO-16 GPIO DRIVER |
| M: William Breathitt Gray <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/gpio/gpio-pci-idio-16.c |
| |
| ACCES PCIe-IDIO-24 GPIO DRIVER |
| M: William Breathitt Gray <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/gpio/gpio-pcie-idio-24.c |
| |
| ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER |
| M: Peter Kaestle <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: http://piie.net/?section=acerhdf |
| F: drivers/platform/x86/acerhdf.c |
| |
| ACER WMI LAPTOP EXTRAS |
| M: "Lee, Chun-Yi" <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/x86/acer-wmi.c |
| |
| ACPI |
| M: "Rafael J. Wysocki" <[email protected]> |
| R: Len Brown <[email protected]> |
| L: [email protected] |
| S: Supported |
| Q: https://patchwork.kernel.org/project/linux-acpi/list/ |
| B: https://bugzilla.kernel.org |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
| F: Documentation/ABI/testing/configfs-acpi |
| F: Documentation/ABI/testing/sysfs-bus-acpi |
| F: Documentation/firmware-guide/acpi/ |
| F: arch/x86/kernel/acpi/ |
| F: arch/x86/pci/acpi.c |
| F: drivers/acpi/ |
| F: drivers/pci/*/*acpi* |
| F: drivers/pci/*acpi* |
| F: drivers/pnp/pnpacpi/ |
| F: include/acpi/ |
| F: include/linux/acpi.h |
| F: include/linux/fwnode.h |
| F: include/linux/fw_table.h |
| F: lib/fw_table.c |
| F: rust/helpers/acpi.c |
| F: rust/kernel/acpi.rs |
| F: tools/power/acpi/ |
| |
| ACPI APEI |
| M: "Rafael J. Wysocki" <[email protected]> |
| R: Tony Luck <[email protected]> |
| R: Borislav Petkov <[email protected]> |
| R: Hanjun Guo <[email protected]> |
| R: Mauro Carvalho Chehab <[email protected]> |
| R: Shuai Xue <[email protected]> |
| L: [email protected] |
| F: drivers/acpi/apei/ |
| F: drivers/firmware/efi/cper* |
| |
| ACPI COMPONENT ARCHITECTURE (ACPICA) |
| M: "Rafael J. Wysocki" <[email protected]> |
| M: Saket Dumbre <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Supported |
| W: https://acpica.org/ |
| W: https://github.com/acpica/acpica/ |
| Q: https://patchwork.kernel.org/project/linux-acpi/list/ |
| B: https://bugzilla.kernel.org |
| B: https://bugs.acpica.org |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
| F: drivers/acpi/acpica/ |
| F: include/acpi/ |
| F: tools/power/acpi/ |
| |
| ACPI FOR ARM64 (ACPI/arm64) |
| M: Lorenzo Pieralisi <[email protected]> |
| M: Hanjun Guo <[email protected]> |
| M: Sudeep Holla <[email protected]> |
| M: Catalin Marinas <[email protected]> |
| M: Will Deacon <[email protected]> |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: drivers/acpi/arm64 |
| F: include/linux/acpi_iort.h |
| |
| ACPI FOR RISC-V (ACPI/riscv) |
| M: Sunil V L <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: drivers/acpi/riscv/ |
| F: include/linux/acpi_rimt.h |
| |
| ACPI PCC(Platform Communication Channel) MAILBOX DRIVER |
| M: Sudeep Holla <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/mailbox/pcc.c |
| |
| ACPI PMIC DRIVERS |
| M: "Rafael J. Wysocki" <[email protected]> |
| M: Len Brown <[email protected]> |
| R: Andy Shevchenko <[email protected]> |
| R: Mika Westerberg <[email protected]> |
| L: [email protected] |
| S: Supported |
| Q: https://patchwork.kernel.org/project/linux-acpi/list/ |
| B: https://bugzilla.kernel.org |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |
| F: drivers/acpi/pmic/ |
| |
| ACPI QUICKSTART DRIVER |
| M: Armin Wolf <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/x86/quickstart.c |
| |
| ACPI SERIAL MULTI INSTANTIATE DRIVER |
| M: Hans de Goede <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/x86/serial-multi-instantiate.c |
| |
| ACPI THERMAL DRIVER |
| M: Rafael J. Wysocki <[email protected]> |
| R: Zhang Rui <[email protected]> |
| L: [email protected] |
| S: Supported |
| B: https://bugzilla.kernel.org |
| F: drivers/acpi/*thermal* |
| |
| ACPI VIOT DRIVER |
| M: Jean-Philippe Brucker <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: drivers/acpi/viot.c |
| F: include/linux/acpi_viot.h |
| |
| ACPI WMI DRIVER |
| M: Armin Wolf <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/ABI/testing/sysfs-bus-wmi |
| F: Documentation/driver-api/wmi.rst |
| F: Documentation/wmi/ |
| F: drivers/platform/wmi/ |
| F: include/uapi/linux/wmi.h |
| |
| ACRN HYPERVISOR SERVICE MODULE |
| M: Fei Li <[email protected]> |
| L: [email protected] (subscribers-only) |
| S: Supported |
| W: https://projectacrn.org |
| F: Documentation/virt/acrn/ |
| F: drivers/virt/acrn/ |
| F: include/uapi/linux/acrn.h |
| |
| AD1889 ALSA SOUND DRIVER |
| L: [email protected] |
| S: Maintained |
| W: https://parisc.wiki.kernel.org/index.php/AD1889 |
| F: sound/pci/ad1889.* |
| |
| AD5110 ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER |
| M: Mugilraj Dhavachelvan <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/iio/potentiometer/ad5110.c |
| |
| AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER |
| M: Michael Hennerich <[email protected]> |
| S: Supported |
| W: http://wiki.analog.com/AD5254 |
| W: https://ez.analog.com/linux-software-drivers |
| F: drivers/misc/ad525x_dpot.c |
| |
| AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821) |
| M: Michael Hennerich <[email protected]> |
| S: Supported |
| W: http://wiki.analog.com/AD5398 |
| W: https://ez.analog.com/linux-software-drivers |
| F: drivers/regulator/ad5398.c |
| |
| AD5446 ANALOG DEVICES INC AD5446 DAC DRIVER |
| M: Michael Hennerich <[email protected]> |
| M: Nuno Sá <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/dac/adi,ad5446.yaml |
| F: drivers/iio/dac/ad5446-i2c.c |
| F: drivers/iio/dac/ad5446-spi.c |
| F: drivers/iio/dac/ad5446.c |
| F: drivers/iio/dac/ad5446.h |
| |
| AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A) |
| M: Michael Hennerich <[email protected]> |
| S: Supported |
| W: http://wiki.analog.com/AD7142 |
| W: https://ez.analog.com/linux-software-drivers |
| F: drivers/input/misc/ad714x.c |
| |
| AD738X ADC DRIVER (AD7380/1/2/4) |
| M: Michael Hennerich <[email protected]> |
| M: Nuno Sá <[email protected]> |
| R: David Lechner <[email protected]> |
| S: Supported |
| W: https://wiki.analog.com/resources/tools-software/linux-drivers/iio-adc/ad738x |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad7380.yaml |
| F: Documentation/iio/ad7380.rst |
| F: drivers/iio/adc/ad7380.c |
| |
| AD7476 ADC DRIVER FOR VARIOUS SIMPLE 1-CHANNEL SPI ADCs |
| M: Matti Vaittinen <[email protected]> |
| S: Maintained |
| F: drivers/iio/adc/ad7476.c |
| |
| AD7877 TOUCHSCREEN DRIVER |
| M: Michael Hennerich <[email protected]> |
| S: Supported |
| W: http://wiki.analog.com/AD7877 |
| W: https://ez.analog.com/linux-software-drivers |
| F: drivers/input/touchscreen/ad7877.c |
| |
| AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889) |
| M: Michael Hennerich <[email protected]> |
| S: Supported |
| W: http://wiki.analog.com/AD7879 |
| W: https://ez.analog.com/linux-software-drivers |
| F: drivers/input/touchscreen/ad7879.c |
| |
| AD7944 ADC DRIVER (AD7944/AD7985/AD7986) |
| M: Michael Hennerich <[email protected]> |
| M: Nuno Sá <[email protected]> |
| R: David Lechner <[email protected]> |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad7944.yaml |
| F: Documentation/iio/ad7944.rst |
| F: drivers/iio/adc/ad7944.c |
| |
| ADAFRUIT MINI I2C GAMEPAD |
| M: Anshul Dalal <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/input/adafruit,seesaw-gamepad.yaml |
| F: drivers/input/joystick/adafruit-seesaw.c |
| |
| ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR) |
| M: Jiri Kosina <[email protected]> |
| S: Maintained |
| |
| ADF7242 IEEE 802.15.4 RADIO DRIVER |
| M: Michael Hennerich <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://wiki.analog.com/ADF7242 |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt |
| F: drivers/net/ieee802154/adf7242.c |
| |
| ADM1025 HARDWARE MONITOR DRIVER |
| M: Jean Delvare <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/hwmon/adm1025.rst |
| F: drivers/hwmon/adm1025.c |
| |
| ADM1029 HARDWARE MONITOR DRIVER |
| M: Corentin Labbe <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/hwmon/adm1029.c |
| |
| ADM8211 WIRELESS DRIVER |
| L: [email protected] |
| S: Orphan |
| F: drivers/net/wireless/admtek/ |
| |
| ADP1050 HARDWARE MONITOR DRIVER |
| M: Radu Sabau <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/hwmon/pmbus/adi,adp1050.yaml |
| |
| ADP1653 FLASH CONTROLLER DRIVER |
| M: Sakari Ailus <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/i2c/adi,adp1653.txt |
| F: drivers/media/i2c/adp1653.c |
| F: include/media/i2c/adp1653.h |
| |
| ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501) |
| M: Michael Hennerich <[email protected]> |
| S: Supported |
| W: http://wiki.analog.com/ADP5520 |
| W: https://ez.analog.com/linux-software-drivers |
| F: drivers/gpio/gpio-adp5520.c |
| F: drivers/input/keyboard/adp5520-keys.c |
| F: drivers/leds/leds-adp5520.c |
| F: drivers/mfd/adp5520.c |
| F: drivers/video/backlight/adp5520_bl.c |
| |
| ADP5585 GPIO EXPANDER, PWM AND KEYPAD CONTROLLER DRIVER |
| M: Laurent Pinchart <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/*/adi,adp5585*.yaml |
| F: drivers/gpio/gpio-adp5585.c |
| F: drivers/input/keyboard/adp5585-keys.c |
| F: drivers/mfd/adp5585.c |
| F: drivers/pwm/pwm-adp5585.c |
| F: include/linux/mfd/adp5585.h |
| |
| ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587) |
| M: Michael Hennerich <[email protected]> |
| S: Supported |
| W: http://wiki.analog.com/ADP5588 |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/input/adi,adp5588.yaml |
| F: drivers/input/keyboard/adp5588-keys.c |
| |
| ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863) |
| M: Michael Hennerich <[email protected]> |
| S: Supported |
| W: http://wiki.analog.com/ADP8860 |
| W: https://ez.analog.com/linux-software-drivers |
| F: drivers/video/backlight/adp8860_bl.c |
| |
| ADT746X FAN DRIVER |
| M: Colin Leroy <[email protected]> |
| S: Maintained |
| F: drivers/macintosh/therm_adt746x.c |
| |
| ADT7475 HARDWARE MONITOR DRIVER |
| M: Jean Delvare <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/hwmon/adt7475.rst |
| F: drivers/hwmon/adt7475.c |
| |
| ADVANSYS SCSI DRIVER |
| M: Matthew Wilcox <[email protected]> |
| M: Hannes Reinecke <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/scsi/advansys.rst |
| F: drivers/scsi/advansys.c |
| |
| ADVANTECH SWBTN DRIVER |
| M: Andrea Ho <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/x86/adv_swbutton.c |
| |
| ADXL313 THREE-AXIS DIGITAL ACCELEROMETER DRIVER |
| M: Lucas Stankus <[email protected]> |
| S: Supported |
| F: Documentation/devicetree/bindings/iio/accel/adi,adxl313.yaml |
| F: drivers/iio/accel/adxl313* |
| |
| ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346) |
| M: Michael Hennerich <[email protected]> |
| S: Supported |
| W: http://wiki.analog.com/ADXL345 |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml |
| F: drivers/input/misc/adxl34x.c |
| |
| ADXL355 THREE-AXIS DIGITAL ACCELEROMETER DRIVER |
| M: Puranjay Mohan <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: Documentation/devicetree/bindings/iio/accel/adi,adxl355.yaml |
| F: drivers/iio/accel/adxl355.h |
| F: drivers/iio/accel/adxl355_core.c |
| F: drivers/iio/accel/adxl355_i2c.c |
| F: drivers/iio/accel/adxl355_spi.c |
| |
| ADXL367 THREE-AXIS DIGITAL ACCELEROMETER DRIVER |
| M: Marcelo Schmitt <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/accel/adi,adxl367.yaml |
| F: drivers/iio/accel/adxl367* |
| |
| ADXL371/ADXL372 THREE-AXIS DIGITAL ACCELEROMETER DRIVER |
| M: Michael Hennerich <[email protected]> |
| M: Marcelo Schmitt <[email protected]> |
| M: Nuno Sá <[email protected]> |
| M: Antoniu Miclaus <[email protected]> |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/accel/adi,adxl372.yaml |
| F: drivers/iio/accel/adxl372.c |
| F: drivers/iio/accel/adxl372_i2c.c |
| F: drivers/iio/accel/adxl372_spi.c |
| |
| ADXL380 THREE-AXIS DIGITAL ACCELEROMETER DRIVER |
| M: Ramona Gradinariu <[email protected]> |
| M: Antoniu Miclaus <[email protected]> |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/accel/adi,adxl380.yaml |
| F: drivers/iio/accel/adxl380.c |
| F: drivers/iio/accel/adxl380.h |
| F: drivers/iio/accel/adxl380_i2c.c |
| F: drivers/iio/accel/adxl380_spi.c |
| |
| AEONSEMI PHY DRIVER |
| M: Christian Marangi <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/net/aeonsemi,as21xxx.yaml |
| F: drivers/net/phy/as21xxx.c |
| |
| AF8133J THREE-AXIS MAGNETOMETER DRIVER |
| M: Ondřej Jirman <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/iio/magnetometer/voltafield,af8133j.yaml |
| F: drivers/iio/magnetometer/af8133j.c |
| |
| AF9013 MEDIA DRIVER |
| L: [email protected] |
| S: Orphan |
| W: https://linuxtv.org |
| Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
| F: drivers/media/dvb-frontends/af9013* |
| |
| AF9033 MEDIA DRIVER |
| L: [email protected] |
| S: Orphan |
| W: https://linuxtv.org |
| Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
| F: drivers/media/dvb-frontends/af9033* |
| |
| AFFS FILE SYSTEM |
| M: David Sterba <[email protected]> |
| L: [email protected] |
| S: Odd Fixes |
| F: Documentation/filesystems/affs.rst |
| F: fs/affs/ |
| |
| AFS FILESYSTEM |
| M: David Howells <[email protected]> |
| M: Marc Dionne <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://www.infradead.org/~dhowells/kafs/ |
| F: Documentation/filesystems/afs.rst |
| F: fs/afs/ |
| F: include/trace/events/afs.h |
| |
| AGPGART DRIVER |
| M: David Airlie <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/kernel.git |
| F: drivers/char/agp/ |
| F: include/linux/agp* |
| F: include/uapi/linux/agp* |
| |
| AHA152X SCSI DRIVER |
| M: "Juergen E. Fischer" <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/scsi/aha152x* |
| F: drivers/scsi/pcmcia/aha152x* |
| |
| AIC7XXX / AIC79XX SCSI DRIVER |
| M: Hannes Reinecke <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/scsi/aic7xxx/ |
| |
| AIMSLAB FM RADIO RECEIVER DRIVER |
| M: Hans Verkuil <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://linuxtv.org |
| T: git git://linuxtv.org/media.git |
| F: drivers/media/radio/radio-aimslab* |
| |
| AIO |
| M: Benjamin LaHaise <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: fs/aio.c |
| F: include/linux/*aio*.h |
| |
| AIROHA ETHERNET DRIVER |
| M: Lorenzo Bianconi <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/net/airoha,en7581-eth.yaml |
| F: drivers/net/ethernet/airoha/ |
| |
| AIROHA PCIE PHY DRIVER |
| M: Lorenzo Bianconi <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/phy/airoha,en7581-pcie-phy.yaml |
| F: drivers/phy/phy-airoha-pcie-regs.h |
| F: drivers/phy/phy-airoha-pcie.c |
| |
| AIROHA SPI SNFI DRIVER |
| M: Lorenzo Bianconi <[email protected]> |
| M: Ray Liu <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/spi/airoha,en7581-snand.yaml |
| F: drivers/spi/spi-airoha-snfi.c |
| |
| AIRSPY MEDIA DRIVER |
| L: [email protected] |
| S: Orphan |
| W: https://linuxtv.org |
| Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
| F: drivers/media/usb/airspy/ |
| |
| ALACRITECH GIGABIT ETHERNET DRIVER |
| M: Lino Sanfilippo <[email protected]> |
| S: Maintained |
| F: drivers/net/ethernet/alacritech/* |
| |
| ALCATEL SPEEDTOUCH USB DRIVER |
| M: Duncan Sands <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: http://www.linux-usb.org/SpeedTouch/ |
| F: drivers/usb/atm/speedtch.c |
| F: drivers/usb/atm/usbatm.c |
| |
| ALCHEMY AU1XX0 MMC DRIVER |
| M: Manuel Lauss <[email protected]> |
| S: Maintained |
| F: drivers/mmc/host/au1xmmc.c |
| |
| ALI1563 I2C DRIVER |
| M: Rudolf Marek <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/i2c/busses/i2c-ali1563.rst |
| F: drivers/i2c/busses/i2c-ali1563.c |
| |
| ALIBABA ELASTIC ETHERNET ADAPTER DRIVER |
| M: Xuan Zhuo <[email protected]> |
| M: Wen Gu <[email protected]> |
| R: Philo Lu <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ethernet/alibaba/eea |
| |
| ALIBABA ELASTIC RDMA DRIVER |
| M: Cheng Xu <[email protected]> |
| M: Kai Shen <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/infiniband/hw/erdma |
| F: include/uapi/rdma/erdma-abi.h |
| |
| ALIBABA PMU DRIVER |
| M: Shuai Xue <[email protected]> |
| S: Supported |
| F: Documentation/admin-guide/perf/alibaba_pmu.rst |
| F: drivers/perf/alibaba_uncore_drw_pmu.c |
| |
| ALIENWARE WMI DRIVER |
| M: Kurt Borja <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/ABI/testing/debugfs-alienware-wmi |
| F: Documentation/ABI/testing/sysfs-platform-alienware-wmi |
| F: Documentation/admin-guide/laptops/alienware-wmi.rst |
| F: Documentation/wmi/devices/alienware-wmi.rst |
| F: drivers/platform/x86/dell/alienware-wmi* |
| |
| ALLEGRO DVT VIDEO IP CORE DRIVER |
| M: Michael Tretter <[email protected]> |
| R: Pengutronix Kernel Team <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/allegro,al5e.yaml |
| F: drivers/media/platform/allegro-dvt/ |
| |
| ALLIED VISION ALVIUM CAMERA DRIVER |
| M: Tommaso Merciai <[email protected]> |
| M: Martin Hecht <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/i2c/alliedvision,alvium-csi2.yaml |
| F: drivers/media/i2c/alvium-csi2.c |
| F: drivers/media/i2c/alvium-csi2.h |
| |
| ALLWINNER A10 CSI DRIVER |
| M: Maxime Ripard <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://linuxtv.org/media.git |
| F: Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml |
| F: drivers/media/platform/sunxi/sun4i-csi/ |
| |
| ALLWINNER A31 CSI DRIVER |
| M: Yong Deng <[email protected]> |
| M: Paul Kocialkowski <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://linuxtv.org/media.git |
| F: Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml |
| F: drivers/media/platform/sunxi/sun6i-csi/ |
| |
| ALLWINNER A31 ISP DRIVER |
| M: Paul Kocialkowski <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://linuxtv.org/media.git |
| F: Documentation/devicetree/bindings/media/allwinner,sun6i-a31-isp.yaml |
| F: drivers/staging/media/sunxi/sun6i-isp/ |
| F: drivers/staging/media/sunxi/sun6i-isp/uapi/sun6i-isp-config.h |
| |
| ALLWINNER A31 MIPI CSI-2 BRIDGE DRIVER |
| M: Paul Kocialkowski <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://linuxtv.org/media.git |
| F: Documentation/devicetree/bindings/media/allwinner,sun6i-a31-mipi-csi2.yaml |
| F: drivers/media/platform/sunxi/sun6i-mipi-csi2/ |
| |
| ALLWINNER CPUFREQ DRIVER |
| M: Yangtao Li <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml |
| F: drivers/cpufreq/sun50i-cpufreq-nvmem.c |
| |
| ALLWINNER CRYPTO DRIVERS |
| M: Corentin Labbe <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/crypto/allwinner/ |
| |
| ALLWINNER DMIC DRIVERS |
| M: Ban Tao <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml |
| F: sound/soc/sunxi/sun50i-dmic.c |
| |
| ALLWINNER HARDWARE SPINLOCK SUPPORT |
| M: Wilken Gottwalt <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml |
| F: drivers/hwspinlock/sun6i_hwspinlock.c |
| |
| ALLWINNER THERMAL DRIVER |
| M: Vasily Khoruzhick <[email protected]> |
| M: Yangtao Li <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/thermal/allwinner,sun8i-a83t-ths.yaml |
| F: drivers/thermal/sun8i_thermal.c |
| |
| ALLWINNER VPU DRIVER |
| M: Maxime Ripard <[email protected]> |
| M: Paul Kocialkowski <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/staging/media/sunxi/cedrus/ |
| |
| ALPHA PORT |
| M: Richard Henderson <[email protected]> |
| M: Matt Turner <[email protected]> |
| M: Magnus Lindholm <[email protected]> |
| L: [email protected] |
| S: Odd Fixes |
| F: arch/alpha/ |
| |
| ALPS PS/2 TOUCHPAD DRIVER |
| R: Pali Rohár <[email protected]> |
| F: drivers/input/mouse/alps.* |
| |
| ALTERA MAILBOX DRIVER |
| M: Tien Sung Ang <[email protected]> |
| S: Maintained |
| F: drivers/mailbox/mailbox-altera.c |
| |
| ALTERA MSGDMA IP CORE DRIVER |
| M: Olivier Dautricourt <[email protected]> |
| R: Stefan Roese <[email protected]> |
| L: [email protected] |
| S: Odd Fixes |
| F: Documentation/devicetree/bindings/dma/altr,msgdma.yaml |
| F: drivers/dma/altera-msgdma.c |
| |
| ALTERA PIO DRIVER |
| M: Adrian Ng <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/gpio/gpio-altera.c |
| |
| ALTERA TRIPLE SPEED ETHERNET DRIVER |
| M: Boon Khai Ng <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ethernet/altera/ |
| |
| ALTERA UART/JTAG UART SERIAL DRIVERS |
| M: Tobias Klauser <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/tty/serial/altera_jtaguart.c |
| F: drivers/tty/serial/altera_uart.c |
| F: include/linux/altera_jtaguart.h |
| F: include/linux/altera_uart.h |
| |
| AMAZON ANNAPURNA LABS FIC DRIVER |
| M: Talel Shenhar <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/interrupt-controller/amazon,al-fic.yaml |
| F: drivers/irqchip/irq-al-fic.c |
| |
| AMAZON ANNAPURNA LABS MEMORY CONTROLLER EDAC |
| M: Talel Shenhar <[email protected]> |
| M: Talel Shenhar <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/edac/amazon,al-mc-edac.yaml |
| F: drivers/edac/al_mc_edac.c |
| |
| AMAZON ANNAPURNA LABS THERMAL MMIO DRIVER |
| M: Talel Shenhar <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/thermal/amazon,al-thermal.yaml |
| F: drivers/thermal/thermal_mmio.c |
| |
| AMAZON ETHERNET DRIVERS |
| M: Arthur Kiyanovski <[email protected]> |
| M: David Arinzon <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/networking/device_drivers/ethernet/amazon/ena.rst |
| F: drivers/net/ethernet/amazon/ |
| |
| AMAZON RDMA EFA DRIVER |
| M: Michael Margolin <[email protected]> |
| R: Gal Pressman <[email protected]> |
| R: Yossi Leybovich <[email protected]> |
| L: [email protected] |
| S: Supported |
| Q: https://patchwork.kernel.org/project/linux-rdma/list/ |
| F: drivers/infiniband/hw/efa/ |
| F: include/uapi/rdma/efa-abi.h |
| |
| AMD 3D V-CACHE PERFORMANCE OPTIMIZER DRIVER |
| M: Basavaraj Natikar <[email protected]> |
| R: Mario Limonciello <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: Documentation/ABI/testing/sysfs-bus-platform-drivers-amd_x3d_vcache |
| F: drivers/platform/x86/amd/x3d_vcache.c |
| |
| AMD ADDRESS TRANSLATION LIBRARY (ATL) |
| M: Yazen Ghannam <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/ras/amd/atl/* |
| |
| AMD AE4DMA DRIVER |
| M: Basavaraj Natikar <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/dma/amd/ae4dma/ |
| |
| AMD ASoC DRIVERS |
| M: Vijendar Mukunda <[email protected]> |
| R: Venkata Prasad Potturu <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: sound/soc/amd/ |
| |
| AMD AXI W1 DRIVER |
| M: Kris Chaplin <[email protected]> |
| R: Thomas Delev <[email protected]> |
| R: Michal Simek <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/w1/amd,axi-1wire-host.yaml |
| F: drivers/w1/masters/amd_axi_w1.c |
| |
| AMD CDX BUS DRIVER |
| M: Nipun Gupta <[email protected]> |
| M: Nikhil Agarwal <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/bus/xlnx,versal-net-cdx.yaml |
| F: drivers/cdx/* |
| F: include/linux/cdx/* |
| |
| AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER |
| M: Tom Lendacky <[email protected]> |
| M: John Allen <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/crypto/ccp/ |
| F: include/linux/ccp.h |
| |
| AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - SEV SUPPORT |
| M: Ashish Kalra <[email protected]> |
| M: Tom Lendacky <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/crypto/ccp/sev* |
| F: include/uapi/linux/psp-sev.h |
| |
| AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - DBC SUPPORT |
| M: Mario Limonciello <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/crypto/ccp/dbc.c |
| F: drivers/crypto/ccp/dbc.h |
| F: drivers/crypto/ccp/platform-access.c |
| F: drivers/crypto/ccp/platform-access.h |
| F: include/uapi/linux/psp-dbc.h |
| F: tools/crypto/ccp/*.c |
| F: tools/crypto/ccp/*.py |
| |
| AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - HSTI SUPPORT |
| M: Mario Limonciello <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/crypto/ccp/hsti.* |
| |
| AMD DISPLAY CORE |
| M: Harry Wentland <[email protected]> |
| M: Leo Li <[email protected]> |
| R: Rodrigo Siqueira <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/agd5f/linux.git |
| F: drivers/gpu/drm/amd/display/ |
| |
| AMD DISPLAY CORE - DML |
| M: Austin Zheng <[email protected]> |
| M: Jun Lei <[email protected]> |
| S: Supported |
| F: drivers/gpu/drm/amd/display/dc/dml/ |
| F: drivers/gpu/drm/amd/display/dc/dml2_0/ |
| |
| AMD FAM15H PROCESSOR POWER MONITORING DRIVER |
| M: Huang Rui <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: Documentation/hwmon/fam15h_power.rst |
| F: drivers/hwmon/fam15h_power.c |
| |
| AMD FCH GPIO DRIVER |
| M: Enrico Weigelt, metux IT consult <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/gpio/gpio-amd-fch.c |
| F: include/linux/platform_data/gpio/gpio-amd-fch.h |
| |
| AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER |
| L: [email protected] (moderated for non-subscribers) |
| S: Orphan |
| F: drivers/usb/gadget/udc/amd5536udc.* |
| |
| AMD GEODE PROCESSOR/CHIPSET SUPPORT |
| L: [email protected] (moderated for non-subscribers) |
| S: Orphaned |
| F: arch/x86/platform/geode/ |
| F: arch/x86/include/asm/geode.h |
| F: drivers/char/hw_random/geode-rng.c |
| F: drivers/crypto/geode* |
| F: drivers/video/fbdev/geode/ |
| |
| AMD HSMP DRIVER |
| M: Naveen Krishna Chatradhi <[email protected]> |
| R: Carlos Bilbao <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/arch/x86/amd_hsmp.rst |
| F: arch/x86/include/asm/amd/hsmp.h |
| F: arch/x86/include/uapi/asm/amd_hsmp.h |
| F: drivers/platform/x86/amd/hsmp/ |
| |
| AMD HETERO CORE HARDWARE FEEDBACK DRIVER |
| M: Mario Limonciello <[email protected]> |
| R: Perry Yuan <[email protected]> |
| L: [email protected] |
| S: Supported |
| B: https://gitlab.freedesktop.org/drm/amd/-/issues |
| F: Documentation/arch/x86/amd-hfi.rst |
| F: drivers/platform/x86/amd/hfi/ |
| |
| AMD IOMMU (AMD-VI) |
| M: Joerg Roedel (AMD) <[email protected]> |
| R: Suravee Suthikulpanit <[email protected]> |
| R: Vasant Hegde <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git |
| F: drivers/iommu/amd/ |
| F: include/linux/amd-iommu.h |
| |
| AMD ISP4 DRIVER |
| M: Bin Du <[email protected]> |
| M: Nirujogi Pratap <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://linuxtv.org/media.git |
| F: Documentation/admin-guide/media/amdisp4-1.rst |
| F: Documentation/admin-guide/media/amdisp4.dot |
| F: drivers/media/platform/amd/Kconfig |
| F: drivers/media/platform/amd/Makefile |
| F: drivers/media/platform/amd/isp4/Kconfig |
| F: drivers/media/platform/amd/isp4/Makefile |
| F: drivers/media/platform/amd/isp4/isp4.c |
| F: drivers/media/platform/amd/isp4/isp4.h |
| F: drivers/media/platform/amd/isp4/isp4_debug.c |
| F: drivers/media/platform/amd/isp4/isp4_debug.h |
| F: drivers/media/platform/amd/isp4/isp4_fw_cmd_resp.h |
| F: drivers/media/platform/amd/isp4/isp4_hw_reg.h |
| F: drivers/media/platform/amd/isp4/isp4_interface.c |
| F: drivers/media/platform/amd/isp4/isp4_interface.h |
| F: drivers/media/platform/amd/isp4/isp4_subdev.c |
| F: drivers/media/platform/amd/isp4/isp4_subdev.h |
| F: drivers/media/platform/amd/isp4/isp4_video.c |
| F: drivers/media/platform/amd/isp4/isp4_video.h |
| |
| AMD KFD |
| M: Felix Kuehling <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/agd5f/linux.git |
| F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd*.[ch] |
| F: drivers/gpu/drm/amd/amdkfd/ |
| F: drivers/gpu/drm/amd/include/cik_structs.h |
| F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h |
| F: drivers/gpu/drm/amd/include/v9_structs.h |
| F: drivers/gpu/drm/amd/include/vi_structs.h |
| F: include/uapi/linux/kfd_ioctl.h |
| F: include/uapi/linux/kfd_sysfs.h |
| |
| AMD MP2 I2C DRIVER |
| M: Elie Morisse <[email protected]> |
| M: Shyam Sundar S K <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/i2c/busses/i2c-amd-mp2* |
| |
| AMD ASF I2C DRIVER |
| M: Shyam Sundar S K <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/i2c/busses/i2c-amd-asf-plat.c |
| |
| AMD NODE DRIVER |
| M: Mario Limonciello <[email protected]> |
| M: Yazen Ghannam <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: arch/x86/include/asm/amd/node.h |
| F: arch/x86/kernel/amd_node.c |
| |
| AMD PDS CORE DRIVER |
| M: Brett Creeley <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/networking/device_drivers/ethernet/amd/pds_core.rst |
| F: drivers/net/ethernet/amd/pds_core/ |
| F: include/linux/pds/ |
| |
| AMD PENSANDO RDMA DRIVER |
| M: Abhijit Gangurde <[email protected]> |
| M: Allen Hubbe <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/networking/device_drivers/ethernet/pensando/ionic_rdma.rst |
| F: drivers/infiniband/hw/ionic/ |
| F: include/uapi/rdma/ionic-abi.h |
| |
| AMD PMC DRIVER |
| M: Shyam Sundar S K <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/platform/x86/amd/pmc/ |
| |
| AMD PMF DRIVER |
| M: Shyam Sundar S K <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: Documentation/ABI/testing/sysfs-amd-pmf |
| F: drivers/platform/x86/amd/pmf/ |
| |
| AMD POWERPLAY AND SWSMU |
| M: Kenneth Feng <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/agd5f/linux.git |
| F: drivers/gpu/drm/amd/pm/ |
| |
| AMD PSTATE DRIVER |
| M: Huang Rui <[email protected]> |
| M: Mario Limonciello <[email protected]> |
| R: Perry Yuan <[email protected]> |
| R: K Prateek Nayak <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: Documentation/admin-guide/pm/amd-pstate.rst |
| F: drivers/cpufreq/amd-pstate* |
| F: tools/power/x86/amd_pstate_tracer/amd_pstate_trace.py |
| |
| AMD PTDMA DRIVER |
| M: Basavaraj Natikar <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/dma/amd/ptdma/ |
| |
| AMD QDMA DRIVER |
| M: Nishad Saraf <[email protected]> |
| M: Lizhi Hou <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/dma/amd/qdma/ |
| F: include/linux/platform_data/amd_qdma.h |
| |
| AMD SEATTLE DEVICE TREE SUPPORT |
| M: Suravee Suthikulpanit <[email protected]> |
| M: Tom Lendacky <[email protected]> |
| S: Supported |
| F: arch/arm64/boot/dts/amd/ |
| |
| AMD SENSOR FUSION HUB DRIVER |
| M: Basavaraj Natikar <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/hid/amd-sfh* |
| F: drivers/hid/amd-sfh-hid/ |
| |
| AMD SPI DRIVER |
| M: Raju Rangoju <[email protected]> |
| M: Krishnamoorthi M <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/spi/spi-amd-pci.c |
| F: drivers/spi/spi-amd.c |
| F: drivers/spi/spi-amd.h |
| |
| AMD XDNA DRIVER |
| M: Min Ma <[email protected]> |
| M: Lizhi Hou <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/accel/amdxdna/ |
| F: drivers/accel/amdxdna/ |
| F: include/trace/events/amdxdna.h |
| F: include/uapi/drm/amdxdna_accel.h |
| |
| AMD XGBE DRIVER |
| M: Raju Rangoju <[email protected]> |
| M: Prashanth Kumar K R <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi |
| F: drivers/net/ethernet/amd/xgbe/ |
| |
| AMLOGIC BLUETOOTH DRIVER |
| M: Yang Li <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/net/bluetooth/amlogic,w155s2-bt.yaml |
| F: drivers/bluetooth/hci_aml.c |
| |
| AMLOGIC DDR PMU DRIVER |
| M: Jiucheng Xu <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.amlogic.com |
| F: Documentation/admin-guide/perf/meson-ddr-pmu.rst |
| F: Documentation/devicetree/bindings/perf/amlogic,g12-ddr-pmu.yaml |
| F: drivers/perf/amlogic/ |
| F: include/soc/amlogic/ |
| |
| AMLOGIC ISP DRIVER |
| M: Keke Li <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/admin-guide/media/c3-isp.dot |
| F: Documentation/admin-guide/media/c3-isp.rst |
| F: Documentation/devicetree/bindings/media/amlogic,c3-isp.yaml |
| F: Documentation/userspace-api/media/v4l/metafmt-c3-isp.rst |
| F: drivers/media/platform/amlogic/c3/isp/ |
| F: include/uapi/linux/media/amlogic/ |
| |
| AMLOGIC MIPI ADAPTER DRIVER |
| M: Keke Li <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/amlogic,c3-mipi-adapter.yaml |
| F: drivers/media/platform/amlogic/c3/mipi-adapter/ |
| |
| AMLOGIC MIPI CSI2 DRIVER |
| M: Keke Li <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/amlogic,c3-mipi-csi2.yaml |
| F: drivers/media/platform/amlogic/c3/mipi-csi2/ |
| |
| AMLOGIC PINCTRL DRIVER |
| M: Xianwei Zhao <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/pinctrl/amlogic,pinctrl-a4.yaml |
| F: drivers/pinctrl/meson/pinctrl-amlogic-a4.c |
| |
| AMLOGIC RTC DRIVER |
| M: Yiting Deng <[email protected]> |
| M: Xianwei Zhao <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/rtc/amlogic,a4-rtc.yaml |
| F: drivers/rtc/rtc-amlogic-a4.c |
| |
| AMLOGIC SPIFC DRIVER |
| M: Liang Yang <[email protected]> |
| M: Feng Chen <[email protected]> |
| M: Xianwei Zhao <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/spi/amlogic,a4-spifc.yaml |
| F: drivers/spi/spi-amlogic-spifc-a4.c |
| |
| AMLOGIC SPISG DRIVER |
| M: Sunny Luo <[email protected]> |
| M: Xianwei Zhao <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/spi/amlogic,a4-spisg.yaml |
| F: drivers/spi/spi-amlogic-spisg.c |
| |
| AMPHENOL CHIPCAP 2 DRIVER |
| M: Javier Carrasco <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/hwmon/amphenol,chipcap2.yaml |
| F: Documentation/hwmon/chipcap2.rst |
| F: drivers/hwmon/chipcap2.c |
| |
| AMPHION VPU CODEC V4L2 DRIVER |
| M: Ming Qian <[email protected]> |
| M: Zhou Peng <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/amphion,vpu.yaml |
| F: drivers/media/platform/amphion/ |
| |
| AMS AS73211 DRIVER |
| M: Christian Eggers <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/iio/light/ams,as73211.yaml |
| F: drivers/iio/light/as73211.c |
| |
| AMT (Automatic Multicast Tunneling) |
| M: Taehee Yoo <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git |
| F: drivers/net/amt.c |
| |
| ANALOG DEVICES INC AD3530R DRIVER |
| M: Kim Seer Paller <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/dac/adi,ad3530r.yaml |
| F: drivers/iio/dac/ad3530r.c |
| |
| ANALOG DEVICES INC AD3552R DRIVER |
| M: Nuno Sá <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml |
| F: Documentation/iio/ad3552r.rst |
| F: drivers/iio/dac/ad3552r.c |
| |
| ANALOG DEVICES INC AD4000 DRIVER |
| M: Marcelo Schmitt <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad4000.yaml |
| F: Documentation/iio/ad4000.rst |
| F: drivers/iio/adc/ad4000.c |
| |
| AD4030 ADC DRIVER (AD4030-24/AD4630-16/AD4630-24/AD4632-16/AD4632-24) |
| M: Michael Hennerich <[email protected]> |
| M: Nuno Sá <[email protected]> |
| R: Esteban Blanc <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad4030.yaml |
| F: Documentation/iio/ad4030.rst |
| F: drivers/iio/adc/ad4030.c |
| |
| ANALOG DEVICES INC AD4062 DRIVER |
| M: Jorge Marques <[email protected]> |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad4062.yaml |
| F: Documentation/iio/ad4062.rst |
| F: drivers/iio/adc/ad4062.c |
| |
| ANALOG DEVICES INC AD4080 DRIVER |
| M: Antoniu Miclaus <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad4080.yaml |
| F: drivers/iio/adc/ad4080.c |
| |
| ANALOG DEVICES INC AD4130 DRIVER |
| M: Marcelo Schmitt <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/ABI/testing/sysfs-bus-iio-adc-ad4130 |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml |
| F: drivers/iio/adc/ad4130.c |
| |
| ANALOG DEVICES INC AD4134 DRIVER |
| M: Marcelo Schmitt <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad4134.yaml |
| F: drivers/iio/adc/ad4134.c |
| |
| ANALOG DEVICES INC AD4170-4 DRIVER |
| M: Marcelo Schmitt <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad4170-4.yaml |
| F: drivers/iio/adc/ad4170-4.c |
| |
| ANALOG DEVICES INC AD4691 DRIVER |
| M: Radu Sabau <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad4691.yaml |
| F: Documentation/iio/ad4691.rst |
| F: drivers/iio/adc/ad4691.c |
| |
| ANALOG DEVICES INC AD4695 DRIVER |
| M: Michael Hennerich <[email protected]> |
| M: Nuno Sá <[email protected]> |
| R: David Lechner <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad4695.yaml |
| F: Documentation/iio/ad4695.rst |
| F: drivers/iio/adc/ad4695.c |
| F: include/dt-bindings/iio/adc/adi,ad4695.h |
| |
| ANALOG DEVICES INC AD4851 DRIVER |
| M: Sergiu Cuciurean <[email protected]> |
| M: Dragos Bogdan <[email protected]> |
| R: Antoniu Miclaus <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad4851.yaml |
| F: drivers/iio/adc/ad4851.c |
| |
| ANALOG DEVICES INC AD5706R DRIVER |
| M: Alexis Czezar Torreno <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/dac/adi,ad5706r.yaml |
| F: drivers/iio/dac/ad5706r.c |
| |
| ANALOG DEVICES INC AD7091R DRIVER |
| M: Marcelo Schmitt <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://ez.analog.com/community/linux-device-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad7091r* |
| F: drivers/iio/adc/ad7091r* |
| |
| ANALOG DEVICES INC AD7191 DRIVER |
| M: Alisa-Dariana Roman <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad7191.yaml |
| F: Documentation/iio/ad7191.rst |
| F: drivers/iio/adc/ad7191.c |
| |
| ANALOG DEVICES INC AD7192 DRIVER |
| M: Alisa-Dariana Roman <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml |
| F: drivers/iio/adc/ad7192.c |
| |
| ANALOG DEVICES INC AD7292 DRIVER |
| M: Marcelo Schmitt <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml |
| F: drivers/iio/adc/ad7292.c |
| |
| ANALOG DEVICES INC AD7293 DRIVER |
| M: Antoniu Miclaus <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/dac/adi,ad7293.yaml |
| F: drivers/iio/dac/ad7293.c |
| |
| ANALOG DEVICES INC AD74115 DRIVER |
| M: Marcelo Schmitt <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml |
| F: drivers/iio/addac/ad74115.c |
| |
| ANALOG DEVICES INC AD74413R DRIVER |
| M: Marcelo Schmitt <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/addac/adi,ad74413r.yaml |
| F: drivers/iio/addac/ad74413r.c |
| F: include/dt-bindings/iio/addac/adi,ad74413r.h |
| |
| ANALOG DEVICES INC AD7625 DRIVER |
| M: Michael Hennerich <[email protected]> |
| M: Nuno Sá <[email protected]> |
| R: Trevor Gamblin <[email protected]> |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| W: http://analogdevicesinc.github.io/hdl/projects/pulsar_lvds/index.html |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad7625.yaml |
| F: Documentation/iio/ad7625.rst |
| F: drivers/iio/adc/ad7625.c |
| |
| ANALOG DEVICES INC AD7768-1 DRIVER |
| M: Michael Hennerich <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml |
| F: drivers/iio/adc/ad7768-1.c |
| F: include/dt-bindings/iio/adc/adi,ad7768-1.h |
| |
| ANALOG DEVICES INC AD7780 DRIVER |
| M: Michael Hennerich <[email protected]> |
| M: Renato Lui Geh <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad7780.yaml |
| F: drivers/iio/adc/ad7780.c |
| |
| ANALOG DEVICES INC AD8366 DRIVER |
| M: Michael Hennerich <[email protected]> |
| M: Rodrigo Alencar <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/amplifiers/adi,ad8366.yaml |
| F: drivers/iio/amplifiers/ad8366.c |
| |
| ANALOG DEVICES INC AD9467 DRIVER |
| M: Michael Hennerich <[email protected]> |
| M: Nuno Sa <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/ABI/testing/debugfs-iio-ad9467 |
| F: Documentation/devicetree/bindings/iio/adc/adi,ad9467.yaml |
| F: drivers/iio/adc/ad9467.c |
| |
| ANALOG DEVICES INC AD8460 DRIVER |
| M: Mariel Tinaco <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/dac/adi,ad8460.yaml |
| F: drivers/iio/dac/ad8460.c |
| |
| ANALOG DEVICES INC AD9739a DRIVER |
| M: Nuno Sa <[email protected]> |
| M: Dragos Bogdan <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/dac/adi,ad9739a.yaml |
| F: drivers/iio/dac/ad9739a.c |
| |
| ANALOG DEVICES INC MAX22007 DRIVER |
| M: Janani Sunil <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/dac/adi,max22007.yaml |
| F: drivers/iio/dac/max22007.c |
| |
| ANALOG DEVICES INC ADA4250 DRIVER |
| M: Antoniu Miclaus <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/amplifiers/adi,ada4250.yaml |
| F: drivers/iio/amplifiers/ada4250.c |
| |
| ANALOG DEVICES INC ADE9000 DRIVER |
| M: Antoniu Miclaus <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/adc/adi,ade9000.yaml |
| F: drivers/iio/adc/ade9000.c |
| |
| ANALOG DEVICES INC ADF4377 DRIVER |
| M: Antoniu Miclaus <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/frequency/adi,adf4377.yaml |
| F: drivers/iio/frequency/adf4377.c |
| |
| ANALOG DEVICES INC ADGS1408 DRIVER |
| M: Mircea Caprioru <[email protected]> |
| S: Supported |
| F: Documentation/devicetree/bindings/mux/adi,adgs1408.txt |
| F: drivers/mux/adgs1408.c |
| |
| ANALOG DEVICES INC ADIN DRIVER |
| M: Michael Hennerich <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/net/adi,adin.yaml |
| F: drivers/net/phy/adin.c |
| |
| ANALOG DEVICES INC ADIS DRIVER LIBRARY |
| M: Nuno Sa <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/iio/imu/adis.c |
| F: drivers/iio/imu/adis_buffer.c |
| F: drivers/iio/imu/adis_trigger.c |
| F: include/linux/iio/imu/adis.h |
| |
| ANALOG DEVICES INC ADIS16460 DRIVER |
| M: Dragos Bogdan <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/imu/adi,adis16460.yaml |
| F: drivers/iio/imu/adis16460.c |
| |
| ANALOG DEVICES INC ADIS16475 DRIVER |
| M: Nuno Sa <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml |
| F: drivers/iio/imu/adis16475.c |
| |
| ANALOG DEVICES INC ADIS16550 DRIVER |
| M: Nuno Sa <[email protected]> |
| M: Ramona Gradinariu <[email protected]> |
| M: Antoniu Miclaus <[email protected]> |
| M: Robert Budai <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/imu/adi,adis16550.yaml |
| |
| ANALOG DEVICES INC ADL8113 DRIVER |
| M: Antoniu Miclaus <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/amplifiers/adi,adl8113.yaml |
| F: drivers/iio/amplifiers/adl8113.c |
| |
| ANALOG DEVICES INC ADM1177 DRIVER |
| M: Michael Hennerich <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/hwmon/adi,adm1177.yaml |
| F: drivers/hwmon/adm1177.c |
| |
| ANALOG DEVICES INC ADMFM2000 DRIVER |
| M: Kim Seer Paller <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/frequency/adi,admfm2000.yaml |
| F: drivers/iio/frequency/admfm2000.c |
| |
| ANALOG DEVICES INC ADMV1013 DRIVER |
| M: Antoniu Miclaus <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/frequency/adi,admv1013.yaml |
| F: drivers/iio/frequency/admv1013.c |
| |
| ANALOG DEVICES INC ADMV1014 DRIVER |
| M: Antoniu Miclaus <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/frequency/adi,admv1014.yaml |
| F: drivers/iio/frequency/admv1014.c |
| |
| ANALOG DEVICES INC ADMV8818 DRIVER |
| M: Antoniu Miclaus <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/filter/adi,admv8818.yaml |
| F: drivers/iio/filter/admv8818.c |
| |
| ANALOG DEVICES INC ADP5055 DRIVER |
| M: Alexis Czezar Torreno <[email protected]> |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/regulator/adi,adp5055-regulator.yaml |
| F: drivers/regulator/adp5055-regulator.c |
| |
| ANALOG DEVICES INC ADP5061 DRIVER |
| M: Michael Hennerich <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: drivers/power/supply/adp5061.c |
| |
| ANALOG DEVICES INC ADRF6780 DRIVER |
| M: Antoniu Miclaus <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/frequency/adi,adrf6780.yaml |
| F: drivers/iio/frequency/adrf6780.c |
| |
| ANALOG DEVICES INC ADV7180 DRIVER |
| M: Lars-Peter Clausen <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/media/i2c/adi,adv7180.yaml |
| F: drivers/media/i2c/adv7180.c |
| |
| ANALOG DEVICES INC ADV748X DRIVER |
| M: Kieran Bingham <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/i2c/adi,adv748x.yaml |
| F: drivers/media/i2c/adv748x/* |
| |
| ANALOG DEVICES INC ADV7511 DRIVER |
| M: Hans Verkuil <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/media/i2c/adv7511* |
| |
| ANALOG DEVICES INC ADV7604 DRIVER |
| M: Hans Verkuil <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/i2c/adi,adv7604.yaml |
| F: drivers/media/i2c/adv7604* |
| |
| ANALOG DEVICES INC ADV7842 DRIVER |
| M: Hans Verkuil <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/media/i2c/adv7842* |
| |
| ANALOG DEVICES INC ADXRS290 DRIVER |
| M: Nishant Malpani <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: Documentation/devicetree/bindings/iio/gyroscope/adi,adxrs290.yaml |
| F: drivers/iio/gyro/adxrs290.c |
| |
| ANALOG DEVICES INC ASOC CODEC DRIVERS |
| M: Lars-Peter Clausen <[email protected]> |
| M: Nuno Sá <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://wiki.analog.com/ |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/sound/adi,* |
| F: Documentation/devicetree/bindings/sound/trivial-codec.yaml |
| F: sound/soc/codecs/ad1* |
| F: sound/soc/codecs/ad7* |
| F: sound/soc/codecs/adau* |
| F: sound/soc/codecs/adav* |
| F: sound/soc/codecs/sigmadsp.* |
| F: sound/soc/codecs/ssm* |
| |
| ANALOG DEVICES INC AXI DAC DRIVER |
| M: Nuno Sa <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/iio/dac/adi,axi-dac.yaml |
| F: drivers/iio/dac/adi-axi-dac.c |
| |
| ANALOG DEVICES INC DMA DRIVERS |
| M: Lars-Peter Clausen <[email protected]> |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: drivers/dma/dma-axi-dmac.c |
| |
| ANALOG DEVICES INC IIO DRIVERS |
| M: Nuno Sá <[email protected]> |
| M: Michael Hennerich <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://wiki.analog.com/ |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523 |
| F: Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350 |
| F: Documentation/devicetree/bindings/iio/*/adi,* |
| F: Documentation/devicetree/bindings/iio/adc/lltc,ltc2496.yaml |
| F: Documentation/devicetree/bindings/iio/adc/lltc,ltc2497.yaml |
| F: Documentation/iio/ad7606.rst |
| F: drivers/iio/*/ad* |
| F: drivers/iio/adc/ltc249* |
| F: drivers/iio/amplifiers/hmc425a.c |
| F: drivers/staging/iio/*/ad* |
| X: drivers/iio/*/adjd* |
| |
| ANALOGBITS PLL LIBRARIES |
| M: Paul Walmsley <[email protected]> |
| M: Samuel Holland <[email protected]> |
| S: Supported |
| F: drivers/clk/analogbits/* |
| F: include/linux/clk/analogbits* |
| |
| ANDES ATCSPI200 SPI DRIVER |
| M: CL Wang <[email protected]> |
| S: Supported |
| F: Documentation/devicetree/bindings/spi/andestech,ae350-spi.yaml |
| F: drivers/spi/spi-atcspi200.c |
| |
| ANDES ATCWDT200 WATCHDOG DRIVER |
| M: CL Wang <[email protected]> |
| S: Supported |
| F: Documentation/devicetree/bindings/watchdog/andestech,ae350-wdt.yaml |
| F: drivers/watchdog/atcwdt200_wdt.c |
| |
| ANDROID DRIVERS |
| M: Greg Kroah-Hartman <[email protected]> |
| M: Arve Hjønnevåg <[email protected]> |
| M: Todd Kjos <[email protected]> |
| M: Christian Brauner <[email protected]> |
| M: Carlos Llamas <[email protected]> |
| M: Alice Ryhl <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git |
| F: Documentation/netlink/specs/binder.yaml |
| F: drivers/android/ |
| |
| ANDROID GOLDFISH PIC DRIVER |
| M: Miodrag Dinic <[email protected]> |
| S: Supported |
| F: Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.yaml |
| F: drivers/irqchip/irq-goldfish-pic.c |
| |
| ANDROID GOLDFISH RTC DRIVER |
| M: Jiaxun Yang <[email protected]> |
| S: Supported |
| F: drivers/rtc/rtc-goldfish.c |
| |
| AOA (Apple Onboard Audio) ALSA DRIVER |
| M: Johannes Berg <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: sound/aoa/ |
| |
| APEX EMBEDDED SYSTEMS STX104 IIO DRIVER |
| M: William Breathitt Gray <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/iio/addac/stx104.c |
| |
| APM DRIVER |
| M: Jiri Kosina <[email protected]> |
| S: Odd fixes |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git |
| F: arch/x86/kernel/apm_32.c |
| F: drivers/char/apm-emulation.c |
| F: include/linux/apm_bios.h |
| F: include/uapi/linux/apm_bios.h |
| |
| APPARMOR SECURITY MODULE |
| M: John Johansen <[email protected]> |
| M: John Johansen <[email protected]> |
| M: Georgia Garcia <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| W: apparmor.net |
| B: https://gitlab.com/apparmor/apparmor-kernel |
| C: irc://irc.oftc.net/apparmor |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor |
| T: https://gitlab.com/apparmor/apparmor-kernel.git |
| F: Documentation/admin-guide/LSM/apparmor.rst |
| F: security/apparmor/ |
| |
| APPLE BCM5974 MULTITOUCH DRIVER |
| M: Henrik Rydberg <[email protected]> |
| L: [email protected] |
| S: Odd fixes |
| F: drivers/input/mouse/bcm5974.c |
| |
| APPLE PCIE CONTROLLER DRIVER |
| M: Marc Zyngier <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/pci/controller/pcie-apple.c |
| |
| APPLE SMC DRIVER |
| M: Henrik Rydberg <[email protected]> |
| L: [email protected] |
| S: Odd fixes |
| F: drivers/hwmon/applesmc.c |
| |
| APPLETALK NETWORK LAYER |
| L: [email protected] |
| S: Obsolete |
| F: include/uapi/linux/atalk.h |
| F: include/uapi/linux/if_ltalk.h |
| |
| APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT |
| M: Khuong Dinh <[email protected]> |
| S: Supported |
| F: arch/arm64/boot/dts/apm/ |
| |
| APPLIED MICRO (APM) X-GENE SOC EDAC |
| M: Khuong Dinh <[email protected]> |
| S: Supported |
| F: Documentation/devicetree/bindings/edac/apm,xgene-edac.yaml |
| F: drivers/edac/xgene_edac.c |
| |
| APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER |
| M: Iyappan Subramanian <[email protected]> |
| M: Keyur Chudgar <[email protected]> |
| S: Maintained |
| F: drivers/net/ethernet/apm/xgene-v2/ |
| |
| APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER |
| M: Iyappan Subramanian <[email protected]> |
| M: Keyur Chudgar <[email protected]> |
| M: Quan Nguyen <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/net/apm,xgene-enet.yaml |
| F: Documentation/devicetree/bindings/net/apm,xgene-mdio-rgmii.yaml |
| F: drivers/net/ethernet/apm/xgene/ |
| F: drivers/net/mdio/mdio-xgene.c |
| |
| APPLIED MICRO (APM) X-GENE SOC PMU |
| M: Khuong Dinh <[email protected]> |
| S: Supported |
| F: Documentation/admin-guide/perf/xgene-pmu.rst |
| F: Documentation/devicetree/bindings/perf/apm,xgene-pmu.yaml |
| F: drivers/perf/xgene_pmu.c |
| |
| APPLIED MICRO QT2025 PHY DRIVER |
| M: FUJITA Tomonori <[email protected]> |
| R: Trevor Gross <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/phy/qt2025.rs |
| |
| APTINA CAMERA SENSOR PLL |
| M: Laurent Pinchart <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/media/i2c/aptina-pll.* |
| |
| AQUACOMPUTER D5 NEXT PUMP SENSOR DRIVER |
| M: Aleksa Savic <[email protected]> |
| M: Jack Doan <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/hwmon/aquacomputer_d5next.rst |
| F: drivers/hwmon/aquacomputer_d5next.c |
| |
| AQUANTIA ETHERNET DRIVER (atlantic) |
| M: Sukhdeep Singh <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://www.marvell.com/ |
| Q: https://patchwork.kernel.org/project/netdevbpf/list/ |
| F: Documentation/networking/device_drivers/ethernet/aquantia/atlantic.rst |
| F: drivers/net/ethernet/aquantia/atlantic/ |
| |
| AQUANTIA ETHERNET DRIVER PTP SUBSYSTEM |
| M: Sukhdeep Singh <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: http://www.aquantia.com |
| F: drivers/net/ethernet/aquantia/atlantic/aq_ptp* |
| |
| AR0521 ON SEMICONDUCTOR CAMERA SENSOR DRIVER |
| M: Krzysztof Hałasa <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/i2c/onnn,ar0521.yaml |
| F: drivers/media/i2c/ar0521.c |
| |
| ARASAN NAND CONTROLLER DRIVER |
| M: Miquel Raynal <[email protected]> |
| R: Michal Simek <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml |
| F: drivers/mtd/nand/raw/arasan-nand-controller.c |
| |
| ARC FRAMEBUFFER DRIVER |
| M: Jaya Kumar <[email protected]> |
| S: Maintained |
| F: drivers/video/fbdev/arcfb.c |
| F: drivers/video/fbdev/core/fb_defio.c |
| |
| ARC PGU DRM DRIVER |
| M: Alexey Brodkin <[email protected]> |
| S: Supported |
| F: Documentation/devicetree/bindings/display/snps,arcpgu.txt |
| F: drivers/gpu/drm/tiny/arcpgu.c |
| |
| ARCNET NETWORK LAYER |
| M: Michael Grzeschik <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/arcnet/ |
| F: include/uapi/linux/if_arcnet.h |
| |
| ARCTIC FAN CONTROLLER DRIVER |
| M: Aureo Serrano de Souza <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/hwmon/arctic_fan_controller.rst |
| F: drivers/hwmon/arctic_fan_controller.c |
| |
| ARM AND ARM64 SoC SUB-ARCHITECTURES (COMMON PARTS) |
| M: Arnd Bergmann <[email protected]> |
| M: Krzysztof Kozlowski <[email protected]> |
| M: Alexandre Belloni <[email protected]> |
| M: Linus Walleij <[email protected]> |
| R: Drew Fustini <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| P: Documentation/process/maintainer-soc.rst |
| C: irc://irc.libera.chat/armlinux |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git |
| F: Documentation/process/maintainer-soc*.rst |
| F: arch/arm/boot/dts/Makefile |
| F: arch/arm64/boot/dts/Makefile |
| |
| ARM ARCHITECTED TIMER DRIVER |
| M: Mark Rutland <[email protected]> |
| M: Marc Zyngier <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: arch/arm/include/asm/arch_timer.h |
| F: arch/arm64/include/asm/arch_timer.h |
| F: drivers/clocksource/arm_arch_timer.c |
| F: drivers/clocksource/arm_arch_timer_mmio.c |
| |
| ARM ETHOS-U NPU DRIVER |
| M: Rob Herring (Arm) <[email protected]> |
| M: Tomeu Vizoso <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/accel/ethosu/ |
| F: include/uapi/drm/ethosu_accel.h |
| |
| ARM GENERIC INTERRUPT CONTROLLER DRIVERS |
| M: Marc Zyngier <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/interrupt-controller/arm,gic* |
| F: arch/arm/include/asm/arch_gicv3.h |
| F: arch/arm64/include/asm/arch_gicv3.h |
| F: drivers/irqchip/irq-gic*.[ch] |
| F: include/linux/irqchip/arm-gic*.h |
| F: include/linux/irqchip/arm-vgic-info.h |
| |
| ARM GENERIC INTERRUPT CONTROLLER V5 DRIVERS |
| M: Lorenzo Pieralisi <[email protected]> |
| M: Marc Zyngier <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/interrupt-controller/arm,gic-v5*.yaml |
| F: drivers/irqchip/irq-gic-its-msi-parent.[ch] |
| F: drivers/irqchip/irq-gic-v5*.[ch] |
| F: include/linux/irqchip/arm-gic-v5.h |
| |
| ARM HDLCD DRM DRIVER |
| M: Liviu Dudau <[email protected]> |
| S: Supported |
| F: Documentation/devicetree/bindings/display/arm,hdlcd.yaml |
| F: drivers/gpu/drm/arm/hdlcd_* |
| |
| ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT |
| M: Linus Walleij <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/arm/arm,integrator.yaml |
| F: Documentation/devicetree/bindings/arm/arm,realview.yaml |
| F: Documentation/devicetree/bindings/arm/arm,versatile.yaml |
| F: Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml |
| F: Documentation/devicetree/bindings/auxdisplay/arm,versatile-lcd.yaml |
| F: Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml |
| F: Documentation/devicetree/bindings/i2c/arm,i2c-versatile.yaml |
| F: Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.yaml |
| F: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml |
| F: arch/arm/boot/dts/arm/arm-realview-* |
| F: arch/arm/boot/dts/arm/integrator* |
| F: arch/arm/boot/dts/arm/versatile* |
| F: arch/arm/mach-versatile/ |
| F: drivers/bus/arm-integrator-lm.c |
| F: drivers/clk/versatile/ |
| F: drivers/i2c/busses/i2c-versatile.c |
| F: drivers/irqchip/irq-versatile-fpga.c |
| F: drivers/mtd/maps/physmap-versatile.* |
| F: drivers/power/reset/arm-versatile-reboot.c |
| F: drivers/soc/versatile/ |
| |
| ARM INTERCONNECT PMU DRIVERS |
| M: Robin Murphy <[email protected]> |
| S: Supported |
| F: Documentation/admin-guide/perf/arm-cmn.rst |
| F: Documentation/admin-guide/perf/arm-ni.rst |
| F: Documentation/devicetree/bindings/perf/arm,cmn.yaml |
| F: Documentation/devicetree/bindings/perf/arm,ni.yaml |
| F: drivers/perf/arm-cmn.c |
| F: drivers/perf/arm-ni.c |
| F: tools/perf/pmu-events/arch/arm64/arm/cmn/ |
| |
| ARM KOMEDA DRM-KMS DRIVER |
| M: Liviu Dudau <[email protected]> |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/arm,komeda.yaml |
| F: Documentation/gpu/komeda-kms.rst |
| F: drivers/gpu/drm/arm/display/include/ |
| F: drivers/gpu/drm/arm/display/komeda/ |
| |
| ARM MALI PANFROST DRM DRIVER |
| M: Boris Brezillon <[email protected]> |
| M: Rob Herring <[email protected]> |
| M: Steven Price <[email protected]> |
| M: Adrián Larumbe <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/gpu/panfrost.rst |
| F: drivers/gpu/drm/ci/xfails/panfrost* |
| F: drivers/gpu/drm/panfrost/ |
| F: include/uapi/drm/panfrost_drm.h |
| |
| ARM MALI-C55 ISP DRIVER |
| M: Daniel Scally <[email protected]> |
| M: Jacopo Mondi <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://linuxtv.org/media_tree.git |
| F: Documentation/admin-guide/media/mali-c55-graph.dot |
| F: Documentation/admin-guide/media/mali-c55.rst |
| F: Documentation/devicetree/bindings/media/arm,mali-c55.yaml |
| F: Documentation/userspace-api/media/drivers/mali-c55.rst |
| F: Documentation/userspace-api/media/v4l/metafmt-arm-mali-c55.rst |
| F: drivers/media/platform/arm/mali-c55/ |
| F: include/uapi/linux/media/arm/mali-c55-config.h |
| |
| ARM MALI PANTHOR DRM DRIVER |
| M: Boris Brezillon <[email protected]> |
| M: Steven Price <[email protected]> |
| M: Liviu Dudau <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml |
| F: drivers/gpu/drm/ci/xfails/panthor* |
| F: drivers/gpu/drm/panthor/ |
| F: include/uapi/drm/panthor_drm.h |
| |
| ARM MALI TYR DRM DRIVER |
| M: Daniel Almeida <[email protected]> |
| M: Alice Ryhl <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://rust-for-linux.com/tyr-gpu-driver |
| W: https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html |
| B: https://gitlab.freedesktop.org/panfrost/linux/-/issues |
| T: git https://gitlab.freedesktop.org/drm/rust/kernel.git |
| F: Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml |
| F: drivers/gpu/drm/tyr/ |
| F: include/uapi/drm/panthor_drm.h |
| |
| ARM MALI-DP DRM DRIVER |
| M: Liviu Dudau <[email protected]> |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/arm,malidp.yaml |
| F: Documentation/gpu/afbc.rst |
| F: drivers/gpu/drm/arm/ |
| |
| ARM MFM AND FLOPPY DRIVERS |
| M: Ian Molton <[email protected]> |
| S: Maintained |
| F: arch/arm/include/asm/floppy.h |
| F: arch/arm/mach-rpc/floppydma.S |
| |
| ARM PMU PROFILING AND DEBUGGING |
| M: Will Deacon <[email protected]> |
| M: Mark Rutland <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/arm/pmu.yaml |
| F: Documentation/devicetree/bindings/perf/ |
| F: arch/arm*/include/asm/hw_breakpoint.h |
| F: arch/arm*/include/asm/perf_event.h |
| F: arch/arm*/kernel/hw_breakpoint.c |
| F: arch/arm*/kernel/perf_* |
| F: drivers/perf/ |
| F: include/linux/perf/arm_pmu*.h |
| |
| ARM PORT |
| M: Russell King <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Odd Fixes |
| W: http://www.armlinux.org.uk/ |
| T: git git://git.armlinux.org.uk/~rmk/linux-arm.git |
| F: arch/arm/ |
| X: arch/arm/boot/dts/ |
| |
| ARM PRIMECELL AACI PL041 DRIVER |
| M: Russell King <[email protected]> |
| S: Odd Fixes |
| F: sound/arm/aaci.* |
| |
| ARM PRIMECELL BUS SUPPORT |
| M: Russell King <[email protected]> |
| S: Odd Fixes |
| F: drivers/amba/ |
| F: include/linux/amba/bus.h |
| |
| ARM PRIMECELL KMI PL050 DRIVER |
| M: Russell King <[email protected]> |
| S: Odd Fixes |
| F: drivers/input/serio/ambakmi.* |
| F: include/linux/amba/kmi.h |
| |
| ARM PRIMECELL MMCI PL180/1 DRIVER |
| M: Russell King <[email protected]> |
| S: Odd Fixes |
| F: drivers/mmc/host/mmci.* |
| F: include/linux/amba/mmci.h |
| |
| ARM PRIMECELL PL35X NAND CONTROLLER DRIVER |
| M: Miquel Raynal <[email protected]> |
| R: Michal Simek <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml |
| F: drivers/mtd/nand/raw/pl35x-nand-controller.c |
| |
| ARM PRIMECELL PL35X SMC DRIVER |
| M: Miquel Raynal <[email protected]> |
| R: Michal Simek <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/memory-controllers/arm,pl35x-smc.yaml |
| F: drivers/memory/pl353-smc.c |
| |
| ARM PRIMECELL SSP PL022 SPI DRIVER |
| M: Linus Walleij <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/spi/spi-pl022.yaml |
| F: drivers/spi/spi-pl022.c |
| |
| ARM PRIMECELL UART PL010 AND PL011 DRIVERS |
| M: Russell King <[email protected]> |
| S: Odd Fixes |
| F: drivers/tty/serial/amba-pl01*.c |
| F: include/linux/amba/serial.h |
| |
| ARM PRIMECELL VIC PL190/PL192 DRIVER |
| M: Linus Walleij <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/interrupt-controller/arm,vic.yaml |
| F: drivers/irqchip/irq-vic.c |
| |
| ARM SMC WATCHDOG DRIVER |
| M: Julius Werner <[email protected]> |
| R: Evan Benn <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/watchdog/arm-smc-wdt.yaml |
| F: drivers/watchdog/arm_smc_wdt.c |
| |
| ARM SMMU DRIVERS |
| M: Will Deacon <[email protected]> |
| R: Robin Murphy <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/iommu/arm,smmu* |
| F: drivers/iommu/arm/ |
| F: drivers/iommu/io-pgtable-arm* |
| |
| ARM SMMU SVA SUPPORT |
| R: Jean-Philippe Brucker <[email protected]> |
| F: drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c |
| |
| ARM SUB-ARCHITECTURES |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| C: irc://irc.libera.chat/armlinux |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git |
| F: arch/arm/mach-*/ |
| F: arch/arm/plat-*/ |
| |
| ARM/ACTIONS SEMI ARCHITECTURE |
| M: Andreas Färber <[email protected]> |
| M: Manivannan Sadhasivam <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/arm/actions.yaml |
| F: Documentation/devicetree/bindings/clock/actions,owl-cmu.yaml |
| F: Documentation/devicetree/bindings/dma/owl-dma.yaml |
| F: Documentation/devicetree/bindings/i2c/i2c-owl.yaml |
| F: Documentation/devicetree/bindings/interrupt-controller/actions,owl-sirq.yaml |
| F: Documentation/devicetree/bindings/mmc/owl-mmc.yaml |
| F: Documentation/devicetree/bindings/net/actions,owl-emac.yaml |
| F: Documentation/devicetree/bindings/pinctrl/actions,* |
| F: Documentation/devicetree/bindings/power/actions,s500-sps.yaml |
| F: Documentation/devicetree/bindings/timer/actions,owl-timer.yaml |
| F: arch/arm/boot/dts/actions/ |
| F: arch/arm/mach-actions/ |
| F: arch/arm64/boot/dts/actions/ |
| F: drivers/clk/actions/ |
| F: drivers/clocksource/timer-owl* |
| F: drivers/dma/owl-dma.c |
| F: drivers/i2c/busses/i2c-owl.c |
| F: drivers/irqchip/irq-owl-sirq.c |
| F: drivers/mmc/host/owl-mmc.c |
| F: drivers/net/ethernet/actions/ |
| F: drivers/pinctrl/actions/* |
| F: drivers/pmdomain/actions/ |
| F: include/dt-bindings/power/owl-* |
| F: include/dt-bindings/reset/actions,* |
| F: include/linux/soc/actions/ |
| N: owl |
| |
| ARM/AIROHA SOC SUPPORT |
| M: Matthias Brugger <[email protected]> |
| M: AngeloGioacchino Del Regno <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| S: Odd Fixes |
| F: arch/arm/boot/dts/airoha/ |
| F: arch/arm64/boot/dts/airoha/ |
| |
| ARM/Allwinner SoC Clock Support |
| M: Emilio López <[email protected]> |
| S: Maintained |
| F: drivers/clk/sunxi/ |
| |
| ARM/Allwinner sunXi SoC support |
| M: Chen-Yu Tsai <[email protected]> |
| M: Jernej Skrabec <[email protected]> |
| M: Samuel Holland <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git |
| F: arch/arm/mach-sunxi/ |
| F: arch/arm64/boot/dts/allwinner/ |
| F: drivers/clk/sunxi-ng/ |
| F: drivers/pinctrl/sunxi/ |
| F: drivers/soc/sunxi/ |
| N: allwinner |
| N: sun[x456789]i |
| N: sun[25]0i |
| |
| ARM/ALPHASCALE ARCHITECTURE |
| M: Krzysztof Kozlowski <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Odd Fixes |
| F: arch/arm/boot/dts/alphascale/ |
| F: drivers/clk/clk-asm9260.c |
| F: drivers/clocksource/asm9260_timer.c |
| F: drivers/rtc/rtc-asm9260.c |
| F: drivers/watchdog/asm9260_wdt.c |
| |
| ARM/AMD PENSANDO ARM64 ARCHITECTURE |
| M: Brad Larson <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| F: Documentation/devicetree/bindings/*/amd,pensando* |
| F: arch/arm64/boot/dts/amd/elba* |
| |
| ARM/Amlogic Meson SoC CLOCK FRAMEWORK |
| M: Neil Armstrong <[email protected]> |
| M: Jerome Brunet <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/clock/amlogic* |
| F: drivers/clk/meson/ |
| F: include/dt-bindings/clock/amlogic,a1* |
| F: include/dt-bindings/clock/gxbb* |
| F: include/dt-bindings/clock/meson* |
| |
| ARM/Amlogic Meson SoC Crypto Drivers |
| M: Corentin Labbe <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/crypto/amlogic* |
| F: drivers/crypto/amlogic/ |
| |
| ARM/Amlogic Meson SoC Sound Drivers |
| M: Jerome Brunet <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/sound/amlogic* |
| F: sound/soc/meson/ |
| |
| ARM/Amlogic Meson SoC support |
| M: Neil Armstrong <[email protected]> |
| M: Kevin Hilman <[email protected]> |
| R: Jerome Brunet <[email protected]> |
| R: Martin Blumenstingl <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| W: http://linux-meson.com/ |
| F: Documentation/devicetree/bindings/phy/amlogic* |
| F: arch/arm/boot/dts/amlogic/ |
| F: arch/arm/mach-meson/ |
| F: arch/arm64/boot/dts/amlogic/ |
| F: drivers/pmdomain/amlogic/ |
| F: drivers/mmc/host/meson* |
| F: drivers/phy/amlogic/ |
| F: drivers/pinctrl/meson/ |
| F: drivers/rtc/rtc-meson* |
| F: drivers/soc/amlogic/ |
| N: meson |
| |
| ARM/Annapurna Labs ALPINE ARCHITECTURE |
| M: Antoine Tenart <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Odd Fixes |
| F: arch/arm/boot/dts/amazon/ |
| F: arch/arm/mach-alpine/ |
| F: arch/arm64/boot/dts/amazon/ |
| F: drivers/*/*alpine* |
| |
| ARM/APPLE MACHINE SOUND DRIVERS |
| M: Martin Povišer <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/sound/apple,* |
| F: Documentation/devicetree/bindings/sound/cirrus,cs42l84.yaml |
| F: Documentation/devicetree/bindings/sound/trivial-codec.yaml |
| F: sound/soc/apple/* |
| F: sound/soc/codecs/cs42l83-i2c.c |
| F: sound/soc/codecs/cs42l84.* |
| F: sound/soc/codecs/ssm3515.c |
| |
| ARM/APPLE MACHINE SUPPORT |
| M: Sven Peter <[email protected]> |
| M: Janne Grunau <[email protected]> |
| R: Neal Gompa <[email protected]> |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| W: https://asahilinux.org |
| B: https://github.com/AsahiLinux/linux/issues |
| C: irc://irc.oftc.net/asahi-dev |
| T: git https://github.com/AsahiLinux/linux.git |
| F: Documentation/devicetree/bindings/arm/apple.yaml |
| F: Documentation/devicetree/bindings/arm/apple/* |
| F: Documentation/devicetree/bindings/clock/apple,nco.yaml |
| F: Documentation/devicetree/bindings/cpufreq/apple,cluster-cpufreq.yaml |
| F: Documentation/devicetree/bindings/dma/apple,admac.yaml |
| F: Documentation/devicetree/bindings/gpio/apple,smc-gpio.yaml |
| F: Documentation/devicetree/bindings/gpu/apple,agx.yaml |
| F: Documentation/devicetree/bindings/hwmon/apple,smc-hwmon.yaml |
| F: Documentation/devicetree/bindings/i2c/apple,i2c.yaml |
| F: Documentation/devicetree/bindings/input/touchscreen/apple,z2-multitouch.yaml |
| F: Documentation/devicetree/bindings/interrupt-controller/apple,* |
| F: Documentation/devicetree/bindings/iommu/apple,dart.yaml |
| F: Documentation/devicetree/bindings/iommu/apple,sart.yaml |
| F: Documentation/devicetree/bindings/leds/backlight/apple,dwi-bl.yaml |
| F: Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml |
| F: Documentation/devicetree/bindings/mfd/apple,smc.yaml |
| F: Documentation/devicetree/bindings/net/bluetooth/brcm,bcm4377-bluetooth.yaml |
| F: Documentation/devicetree/bindings/nvme/apple,nvme-ans.yaml |
| F: Documentation/devicetree/bindings/nvmem/apple,efuses.yaml |
| F: Documentation/devicetree/bindings/nvmem/apple,spmi-nvmem.yaml |
| F: Documentation/devicetree/bindings/pci/apple,pcie.yaml |
| F: Documentation/devicetree/bindings/phy/apple,atcphy.yaml |
| F: Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml |
| F: Documentation/devicetree/bindings/power/apple* |
| F: Documentation/devicetree/bindings/power/reset/apple,smc-reboot.yaml |
| F: Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml |
| F: Documentation/devicetree/bindings/rtc/apple,smc-rtc.yaml |
| F: Documentation/devicetree/bindings/spi/apple,spi.yaml |
| F: Documentation/devicetree/bindings/spmi/apple,spmi.yaml |
| F: Documentation/devicetree/bindings/usb/apple,dwc3.yaml |
| F: Documentation/devicetree/bindings/watchdog/apple,wdt.yaml |
| F: Documentation/hwmon/macsmc-hwmon.rst |
| F: arch/arm64/boot/dts/apple/ |
| F: drivers/bluetooth/hci_bcm4377.c |
| F: drivers/clk/clk-apple-nco.c |
| F: drivers/cpufreq/apple-soc-cpufreq.c |
| F: drivers/dma/apple-admac.c |
| F: drivers/gpio/gpio-macsmc.c |
| F: drivers/hwmon/macsmc-hwmon.c |
| F: drivers/pmdomain/apple/ |
| F: drivers/i2c/busses/i2c-pasemi-core.c |
| F: drivers/i2c/busses/i2c-pasemi-platform.c |
| F: drivers/input/touchscreen/apple_z2.c |
| F: drivers/iommu/apple-dart.c |
| F: drivers/iommu/io-pgtable-dart.c |
| F: drivers/irqchip/irq-apple-aic.c |
| F: drivers/mfd/macsmc.c |
| F: drivers/nvme/host/apple.c |
| F: drivers/nvmem/apple-efuses.c |
| F: drivers/nvmem/apple-spmi-nvmem.c |
| F: drivers/phy/apple/ |
| F: drivers/pinctrl/pinctrl-apple-gpio.c |
| F: drivers/power/reset/macsmc-reboot.c |
| F: drivers/power/supply/macsmc-power.c |
| F: drivers/pwm/pwm-apple.c |
| F: drivers/rtc/rtc-macsmc.c |
| F: drivers/soc/apple/* |
| F: drivers/spi/spi-apple.c |
| F: drivers/spmi/spmi-apple-controller.c |
| F: drivers/usb/dwc3/dwc3-apple.c |
| F: drivers/video/backlight/apple_dwi_bl.c |
| F: drivers/watchdog/apple_wdt.c |
| F: include/dt-bindings/interrupt-controller/apple-aic.h |
| F: include/dt-bindings/pinctrl/apple.h |
| F: include/linux/mfd/macsmc.h |
| F: include/linux/soc/apple/* |
| F: include/uapi/drm/asahi_drm.h |
| |
| ARM/ARTPEC MACHINE SUPPORT |
| M: Jesper Nilsson <[email protected]> |
| M: Lars Persson <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt |
| F: arch/arm/boot/dts/axis/ |
| F: arch/arm/mach-artpec |
| F: drivers/clk/axis |
| F: drivers/crypto/axis |
| F: drivers/mmc/host/usdhi6rol0.c |
| F: drivers/pinctrl/pinctrl-artpec* |
| |
| ARM/ASPEED I2C DRIVER |
| M: Ryan Chen <[email protected]> |
| R: Benjamin Herrenschmidt <[email protected]> |
| R: Joel Stanley <[email protected]> |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/i2c/aspeed,i2c.yaml |
| F: Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.yaml |
| F: drivers/i2c/busses/i2c-aspeed.c |
| F: drivers/irqchip/irq-aspeed-i2c-ic.c |
| |
| ARM/ASPEED MACHINE SUPPORT |
| M: Joel Stanley <[email protected]> |
| M: Andrew Jeffery <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| Q: https://patchwork.ozlabs.org/project/linux-aspeed/list/ |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux.git |
| F: Documentation/devicetree/bindings/arm/aspeed/ |
| F: arch/arm/boot/dts/aspeed/ |
| F: arch/arm/mach-aspeed/ |
| F: arch/arm64/boot/dts/aspeed/ |
| N: aspeed |
| |
| ARM/AXIADO ARCHITECTURE |
| M: Prasad Bolisetty <[email protected]> |
| M: Tzu-Hao Wei <[email protected]> |
| M: Karthikeyan Mitran <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/arm/axiado.yaml |
| F: arch/arm64/boot/dts/axiado/ |
| N: axiado |
| |
| ARM/AXM LSI SOC |
| M: Krzysztof Kozlowski <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Odd Fixes |
| F: Documentation/devicetree/bindings/arm/axxia.yaml |
| F: arch/arm/boot/dts/intel/axm/ |
| F: arch/arm/mach-axxia/ |
| |
| ARM/BITMAIN ARCHITECTURE |
| M: Manivannan Sadhasivam <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/arm/bitmain.yaml |
| F: Documentation/devicetree/bindings/clock/bitmain,bm1880-clk.yaml |
| F: Documentation/devicetree/bindings/pinctrl/bitmain,bm1880-pinctrl.yaml |
| F: arch/arm64/boot/dts/bitmain/ |
| F: drivers/clk/clk-bm1880.c |
| F: drivers/pinctrl/pinctrl-bm1880.c |
| |
| ARM/BLAIZE ARCHITECTURE |
| M: James Cowgill <[email protected]> |
| M: Matt Redfearn <[email protected]> |
| M: Neil Jones <[email protected]> |
| M: Nikolaos Pasaloukos <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/arm/blaize.yaml |
| F: arch/arm64/boot/dts/blaize/ |
| |
| ARM/BST SOC SUPPORT |
| M: Ge Gordon <[email protected]> |
| R: BST Linux Kernel Upstream Group <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| F: Documentation/devicetree/bindings/arm/bst.yaml |
| F: Documentation/devicetree/bindings/mmc/bst,c1200-sdhci.yaml |
| F: arch/arm64/boot/dts/bst/ |
| F: drivers/mmc/host/sdhci-of-bst.c |
| |
| ARM/CALXEDA HIGHBANK ARCHITECTURE |
| M: Andre Przywara <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: arch/arm/boot/dts/calxeda/ |
| F: arch/arm/mach-highbank/ |
| |
| ARM/CAVIUM THUNDER NETWORK DRIVER |
| M: Sunil Goutham <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: drivers/net/ethernet/cavium/thunder/ |
| |
| ARM/CIRRUS LOGIC BK3 MACHINE SUPPORT |
| M: Lukasz Majewski <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: arch/arm/mach-ep93xx/ts72xx.c |
| |
| ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE |
| M: Hartley Sweeten <[email protected]> |
| M: Alexander Sverdlin <[email protected]> |
| M: Nikita Shubin <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/iio/adc/cirrus,ep9301-adc.yaml |
| F: Documentation/devicetree/bindings/sound/cirrus,ep9301-* |
| F: arch/arm/boot/compressed/misc-ep93xx.h |
| F: arch/arm/mach-ep93xx/ |
| F: drivers/iio/adc/ep93xx_adc.c |
| |
| ARM/CIX SOC SUPPORT |
| M: Peter Chen <[email protected]> |
| M: Fugang Duan <[email protected]> |
| R: CIX Linux Kernel Upstream Group <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/cix.git |
| F: Documentation/devicetree/bindings/arm/cix.yaml |
| F: Documentation/devicetree/bindings/mailbox/cix,sky1-mbox.yaml |
| F: arch/arm64/boot/dts/cix/ |
| F: drivers/mailbox/cix-mailbox.c |
| K: \bcix\b |
| |
| ARM/CLKDEV SUPPORT |
| M: Russell King <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev |
| F: drivers/clk/clkdev.c |
| |
| ARM/CONEXANT DIGICOLOR MACHINE SUPPORT |
| M: Baruch Siach <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: arch/arm/boot/dts/cnxt/ |
| N: digicolor |
| |
| ARM/CORESIGHT FRAMEWORK AND DRIVERS |
| M: Suzuki K Poulose <[email protected]> |
| R: Mike Leach <[email protected]> |
| R: James Clark <[email protected]> |
| R: Leo Yan <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git |
| F: Documentation/ABI/testing/sysfs-bus-coresight-devices-* |
| F: Documentation/devicetree/bindings/arm/arm,coresight-*.yaml |
| F: Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml |
| F: Documentation/devicetree/bindings/arm/arm,trace-buffer-extension.yaml |
| F: Documentation/devicetree/bindings/arm/qcom,coresight-*.yaml |
| F: Documentation/trace/coresight/* |
| F: drivers/hwtracing/coresight/* |
| F: include/dt-bindings/arm/coresight-cti-dt.h |
| F: include/linux/coresight* |
| F: include/uapi/linux/coresight* |
| F: samples/coresight/* |
| F: tools/perf/Documentation/arm-coresight.txt |
| F: tools/perf/arch/arm/util/auxtrace.c |
| F: tools/perf/arch/arm/util/cs-etm.c |
| F: tools/perf/arch/arm/util/cs-etm.h |
| F: tools/perf/arch/arm/util/pmu.c |
| F: tools/perf/tests/shell/coresight/* |
| F: tools/perf/util/cs-etm-decoder/* |
| F: tools/perf/util/cs-etm.* |
| |
| ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE |
| M: Hans Ulli Kroll <[email protected]> |
| M: Linus Walleij <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git https://github.com/ulli-kroll/linux.git |
| F: Documentation/devicetree/bindings/arm/gemini.yaml |
| F: Documentation/devicetree/bindings/net/cortina,gemini-ethernet.yaml |
| F: Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt |
| F: Documentation/devicetree/bindings/rtc/faraday,ftrtc010.yaml |
| F: arch/arm/boot/dts/gemini/ |
| F: arch/arm/mach-gemini/ |
| F: drivers/crypto/gemini/ |
| F: drivers/net/ethernet/cortina/ |
| F: drivers/pinctrl/pinctrl-gemini.c |
| F: drivers/rtc/rtc-ftrtc010.c |
| |
| ARM/CZ.NIC TURRIS SUPPORT |
| M: Marek Behún <[email protected]> |
| S: Maintained |
| W: https://www.turris.cz/ |
| F: Documentation/ABI/testing/debugfs-moxtet |
| F: Documentation/ABI/testing/sysfs-bus-i2c-devices-turris-omnia-mcu |
| F: Documentation/ABI/testing/sysfs-bus-moxtet-devices |
| F: Documentation/ABI/testing/sysfs-firmware-turris-mox-rwtm |
| F: Documentation/devicetree/bindings/bus/cznic,moxtet.yaml |
| F: Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.yaml |
| F: Documentation/devicetree/bindings/firmware/cznic,turris-omnia-mcu.yaml |
| F: Documentation/devicetree/bindings/interrupt-controller/marvell,mpic.yaml |
| F: Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml |
| F: Documentation/devicetree/bindings/watchdog/marvell,armada-3700-wdt.yaml |
| F: drivers/bus/moxtet.c |
| F: drivers/firmware/turris-mox-rwtm.c |
| F: drivers/gpio/gpio-moxtet.c |
| F: drivers/leds/leds-turris-omnia.c |
| F: drivers/mailbox/armada-37xx-rwtm-mailbox.c |
| F: drivers/platform/cznic/ |
| F: drivers/watchdog/armada_37xx_wdt.c |
| F: include/dt-bindings/bus/moxtet.h |
| F: include/linux/armada-37xx-rwtm-mailbox.h |
| F: include/linux/moxtet.h |
| F: include/linux/turris-omnia-mcu-interface.h |
| F: include/linux/turris-signing-key.h |
| |
| ARM/FARADAY FA526 PORT |
| M: Hans Ulli Kroll <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git git://git.berlios.de/gemini-board |
| F: arch/arm/mm/*-fa* |
| |
| ARM/FOOTBRIDGE ARCHITECTURE |
| M: Russell King <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| W: http://www.armlinux.org.uk/ |
| F: arch/arm/include/asm/hardware/dec21285.h |
| F: arch/arm/mach-footbridge/ |
| |
| ARM/FREESCALE IMX / MXC ARM ARCHITECTURE |
| M: Frank Li <[email protected]> |
| M: Sascha Hauer <[email protected]> |
| R: Pengutronix Kernel Team <[email protected]> |
| R: Fabio Estevam <[email protected]> |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/frank.li/linux.git |
| F: Documentation/devicetree/bindings/firmware/fsl* |
| F: Documentation/devicetree/bindings/firmware/nxp* |
| F: arch/arm/boot/dts/nxp/ |
| F: arch/arm64/boot/dts/freescale/ |
| X: Documentation/devicetree/bindings/media/i2c/ |
| X: arch/arm64/boot/dts/freescale/fsl-* |
| X: arch/arm64/boot/dts/freescale/qoriq-* |
| X: drivers/media/i2c/ |
| N: imx |
| N: mxs |
| N: \bmxc[^\d] |
| |
| ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE |
| M: Frank Li <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/frank.li/linux.git |
| F: arch/arm/boot/dts/nxp/ls/ |
| F: arch/arm64/boot/dts/freescale/fsl-* |
| F: arch/arm64/boot/dts/freescale/qoriq-* |
| |
| ARM/FREESCALE VYBRID ARM ARCHITECTURE |
| M: Frank Li <[email protected]> |
| M: Sascha Hauer <[email protected]> |
| R: Pengutronix Kernel Team <[email protected]> |
| R: Stefan Agner <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/frank.li/linux.git |
| F: arch/arm/boot/dts/nxp/vf/ |
| F: arch/arm/mach-imx/*vf610* |
| |
| ARM/GUMSTIX MACHINE SUPPORT |
| M: Steve Sakoman <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| |
| ARM/HISILICON SOC SUPPORT |
| M: Wei Xu <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| W: http://www.hisilicon.com |
| T: git https://github.com/hisilicon/linux-hisi.git |
| F: arch/arm/boot/dts/hisilicon/ |
| F: arch/arm/mach-hisi/ |
| F: arch/arm64/boot/dts/hisilicon/ |
| |
| ARM/HP JORNADA 7XX MACHINE SUPPORT |
| M: Kristoffer Ericson <[email protected]> |
| S: Maintained |
| W: www.jlime.com |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
| F: arch/arm/mach-sa1100/include/mach/jornada720.h |
| F: arch/arm/mach-sa1100/jornada720.c |
| |
| ARM/HPE GXP ARCHITECTURE |
| M: Jean-Marie Verdun <[email protected]> |
| M: Nick Hawkins <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/arm/hpe,gxp.yaml |
| F: Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.yaml |
| F: Documentation/devicetree/bindings/i2c/hpe,gxp-i2c.yaml |
| F: Documentation/devicetree/bindings/spi/hpe,gxp-spifi.yaml |
| F: Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml |
| F: Documentation/hwmon/gxp-fan-ctrl.rst |
| F: arch/arm/boot/dts/hpe/ |
| F: drivers/clocksource/timer-gxp.c |
| F: drivers/hwmon/gxp-fan-ctrl.c |
| F: drivers/i2c/busses/i2c-gxp.c |
| F: drivers/spi/spi-gxp.c |
| F: drivers/watchdog/gxp-wdt.c |
| |
| ARM/IGEP MACHINE SUPPORT |
| M: Enric Balletbo i Serra <[email protected]> |
| M: Javier Martinez Canillas <[email protected]> |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: arch/arm/boot/dts/ti/omap/omap3-igep* |
| |
| ARM/INTEL IXP4XX ARM ARCHITECTURE |
| M: Linus Walleij <[email protected]> |
| M: Imre Kaloz <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml |
| F: Documentation/devicetree/bindings/gpio/intel,ixp4xx-gpio.yaml |
| F: Documentation/devicetree/bindings/interrupt-controller/intel,ixp4xx-interrupt.yaml |
| F: Documentation/devicetree/bindings/memory-controllers/intel,ixp4xx-expansion* |
| F: Documentation/devicetree/bindings/rng/intel,ixp46x-rng.yaml |
| F: Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml |
| F: arch/arm/boot/dts/intel/ixp/ |
| F: arch/arm/mach-ixp4xx/ |
| F: drivers/bus/intel-ixp4xx-eb.c |
| F: drivers/char/hw_random/ixp4xx-rng.c |
| F: drivers/clocksource/timer-ixp4xx.c |
| F: drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c |
| F: drivers/gpio/gpio-ixp4xx.c |
| F: drivers/irqchip/irq-ixp4xx.c |
| F: drivers/net/ethernet/xscale/ixp4xx_eth.c |
| F: drivers/net/wan/ixp4xx_hss.c |
| F: drivers/soc/ixp4xx/ixp4xx-npe.c |
| F: drivers/soc/ixp4xx/ixp4xx-qmgr.c |
| F: include/linux/soc/ixp4xx/npe.h |
| F: include/linux/soc/ixp4xx/qmgr.h |
| |
| ARM/INTEL KEEMBAY ARCHITECTURE |
| M: Paul J. Murphy <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/arm/intel,keembay.yaml |
| F: arch/arm64/boot/dts/intel/keembay-evm.dts |
| F: arch/arm64/boot/dts/intel/keembay-soc.dtsi |
| |
| ARM/INTEL XSC3 (MANZANO) ARM CORE |
| M: Lennert Buytenhek <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| |
| ARM/LG1K ARCHITECTURE |
| M: Chanho Min <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: arch/arm64/boot/dts/lg/ |
| |
| ARM/LPC18XX ARCHITECTURE |
| M: Vladimir Zapolskiy <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/i2c/nxp,lpc1788-i2c.yaml |
| F: arch/arm/boot/dts/nxp/lpc/lpc43* |
| F: drivers/i2c/busses/i2c-lpc2k.c |
| F: drivers/memory/pl172.c |
| F: drivers/mtd/spi-nor/controllers/nxp-spifi.c |
| F: drivers/rtc/rtc-lpc24xx.c |
| N: lpc18xx |
| |
| ARM/LPC32XX SOC SUPPORT |
| M: Vladimir Zapolskiy <[email protected]> |
| M: Piotr Wojtaszczyk <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git https://github.com/vzapolskiy/linux-lpc32xx.git |
| F: Documentation/devicetree/bindings/i2c/nxp,pnx-i2c.yaml |
| F: arch/arm/boot/dts/nxp/lpc/lpc32* |
| F: arch/arm/mach-lpc32xx/ |
| F: drivers/dma/lpc32xx-dmamux.c |
| F: drivers/i2c/busses/i2c-pnx.c |
| F: drivers/net/ethernet/nxp/lpc_eth.c |
| F: drivers/usb/host/ohci-nxp.c |
| F: drivers/watchdog/pnx4008_wdt.c |
| N: lpc32xx |
| |
| LPC32XX DMAMUX SUPPORT |
| M: J.M.B. Downing <[email protected]> |
| M: Piotr Wojtaszczyk <[email protected]> |
| R: Vladimir Zapolskiy <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/dma/nxp,lpc3220-dmamux.yaml |
| |
| ARM/Marvell Dove/MV78xx0/Orion SOC support |
| M: Andrew Lunn <[email protected]> |
| M: Sebastian Hesselbarth <[email protected]> |
| M: Gregory Clement <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git |
| F: Documentation/devicetree/bindings/arm/marvell/marvell,dove.yaml |
| F: Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.yaml |
| F: Documentation/devicetree/bindings/soc/dove/ |
| F: arch/arm/boot/dts/marvell/dove* |
| F: arch/arm/boot/dts/marvell/orion5x* |
| F: arch/arm/mach-dove/ |
| F: arch/arm/mach-mv78xx0/ |
| F: arch/arm/mach-orion5x/ |
| F: arch/arm/plat-orion/ |
| F: drivers/bus/mvebu-mbus.c |
| F: drivers/soc/dove/ |
| |
| ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K, CN9130 SOC support |
| M: Andrew Lunn <[email protected]> |
| M: Gregory Clement <[email protected]> |
| M: Sebastian Hesselbarth <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git |
| F: Documentation/devicetree/bindings/arm/marvell/ |
| F: arch/arm/boot/dts/marvell/armada* |
| F: arch/arm/boot/dts/marvell/kirkwood* |
| F: arch/arm/configs/mvebu_*_defconfig |
| F: arch/arm/mach-mvebu/ |
| F: arch/arm64/boot/dts/marvell/ |
| F: drivers/clk/mvebu/ |
| F: drivers/cpufreq/armada-37xx-cpufreq.c |
| F: drivers/cpufreq/armada-8k-cpufreq.c |
| F: drivers/cpufreq/mvebu-cpufreq.c |
| F: drivers/irqchip/irq-armada-370-xp.c |
| F: drivers/irqchip/irq-mvebu-* |
| F: drivers/pinctrl/mvebu/ |
| F: drivers/rtc/rtc-armada38x.c |
| |
| ARM/Marvell PXA1908 SOC support |
| M: Duje Mihanović <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/clock/marvell,pxa1908.yaml |
| F: arch/arm64/boot/dts/marvell/mmp/ |
| F: drivers/clk/mmp/Kconfig |
| F: drivers/clk/mmp/clk-pxa1908*.c |
| F: drivers/pmdomain/marvell/ |
| F: include/dt-bindings/clock/marvell,pxa1908.h |
| F: include/dt-bindings/power/marvell,pxa1908-power.h |
| |
| ARM/Mediatek RTC DRIVER |
| M: Eddie Huang <[email protected]> |
| M: Sean Wang <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/rtc/mediatek,mt2712-rtc.yaml |
| F: Documentation/devicetree/bindings/rtc/mediatek,mt7622-rtc.yaml |
| F: drivers/rtc/rtc-mt2712.c |
| F: drivers/rtc/rtc-mt6397.c |
| F: drivers/rtc/rtc-mt7622.c |
| |
| ARM/Mediatek SoC support |
| M: Matthias Brugger <[email protected]> |
| M: AngeloGioacchino Del Regno <[email protected]> |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| W: https://mtk.wiki.kernel.org/ |
| C: irc://irc.libera.chat/linux-mediatek |
| F: arch/arm/boot/dts/mediatek/ |
| F: arch/arm/mach-mediatek/ |
| F: arch/arm64/boot/dts/mediatek/ |
| F: drivers/soc/mediatek/ |
| N: mtk |
| N: mt[2678] |
| K: mediatek |
| |
| ARM/Mediatek USB3 PHY DRIVER |
| M: Chunfeng Yun <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/phy/mediatek,* |
| F: drivers/phy/mediatek/ |
| |
| ARM/MICROCHIP (ARM64) SoC support |
| M: Conor Dooley <[email protected]> |
| M: Nicolas Ferre <[email protected]> |
| M: Claudiu Beznea <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| T: git https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git |
| F: arch/arm64/boot/dts/microchip/ |
| |
| ARM/Microchip (AT91) SoC support |
| M: Nicolas Ferre <[email protected]> |
| M: Alexandre Belloni <[email protected]> |
| M: Claudiu Beznea <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| W: http://www.linux4sam.org |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git |
| F: arch/arm/boot/dts/microchip/ |
| F: arch/arm/include/debug/at91.S |
| F: arch/arm/mach-at91/ |
| F: drivers/memory/atmel* |
| F: drivers/watchdog/sama5d4_wdt.c |
| F: include/soc/at91/ |
| X: drivers/input/touchscreen/atmel_mxt_ts.c |
| N: at91 |
| N: atmel |
| |
| ARM/Microchip Sparx5 SoC support |
| M: Steen Hegelund <[email protected]> |
| M: Daniel Machon <[email protected]> |
| M: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| F: arch/arm64/boot/dts/microchip/sparx* |
| F: drivers/net/ethernet/microchip/vcap/ |
| F: drivers/pinctrl/pinctrl-microchip-sgpio.c |
| N: sparx5 |
| |
| ARM/MILBEAUT ARCHITECTURE |
| M: Taichi Sugaya <[email protected]> |
| M: Takao Orito <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: arch/arm/boot/dts/socionext/milbeaut* |
| F: arch/arm/mach-milbeaut/ |
| N: milbeaut |
| |
| ARM/MORELLO PLATFORM |
| M: Vincenzo Frascino <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/arm/arm,morello.yaml |
| F: arch/arm64/boot/dts/arm/morello* |
| |
| ARM/MOXA ART SOC |
| M: Krzysztof Kozlowski <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Odd Fixes |
| F: Documentation/devicetree/bindings/arm/moxart.yaml |
| F: Documentation/devicetree/bindings/clock/moxa,moxart-clock.yaml |
| F: arch/arm/boot/dts/moxa/ |
| F: drivers/clk/clk-moxart.c |
| |
| ARM/MStar/Sigmastar Armv7 SoC support |
| M: Daniel Palmer <[email protected]> |
| M: Romain Perier <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| W: http://linux-chenxing.org/ |
| T: git https://github.com/linux-chenxing/linux.git |
| F: Documentation/devicetree/bindings/arm/mstar/* |
| F: Documentation/devicetree/bindings/clock/mstar,msc313-mpll.yaml |
| F: Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml |
| F: arch/arm/boot/dts/sigmastar/ |
| F: arch/arm/mach-mstar/ |
| F: drivers/clk/mstar/ |
| F: drivers/clocksource/timer-msc313e.c |
| F: drivers/gpio/gpio-msc313.c |
| F: drivers/rtc/rtc-msc313.c |
| F: drivers/watchdog/msc313e_wdt.c |
| F: include/dt-bindings/clock/mstar-* |
| F: include/dt-bindings/gpio/msc313-gpio.h |
| |
| ARM/NOMADIK/Ux500 ARCHITECTURES |
| M: Linus Walleij <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git |
| F: Documentation/devicetree/bindings/arm/st,nomadik.yaml |
| F: Documentation/devicetree/bindings/arm/ux500.yaml |
| F: Documentation/devicetree/bindings/arm/ux500/ |
| F: Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml |
| F: Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml |
| F: arch/arm/boot/dts/st/ste-* |
| F: arch/arm/mach-nomadik/ |
| F: arch/arm/mach-ux500/ |
| F: drivers/clk/clk-nomadik.c |
| F: drivers/clocksource/clksrc-dbx500-prcmu.c |
| F: drivers/dma/ste_dma40* |
| F: drivers/pmdomain/st/ste-ux500-pm-domain.c |
| F: drivers/gpio/gpio-nomadik.c |
| F: drivers/i2c/busses/i2c-nomadik.c |
| F: drivers/iio/adc/ab8500-gpadc.c |
| F: drivers/mfd/ab8500* |
| F: drivers/mfd/abx500* |
| F: drivers/mfd/db8500* |
| F: drivers/pinctrl/nomadik/ |
| F: drivers/rtc/rtc-ab8500.c |
| F: drivers/rtc/rtc-pl031.c |
| F: drivers/soc/ux500/ |
| |
| ARM/NUVOTON MA35 ARCHITECTURE |
| M: Jacky Huang <[email protected]> |
| M: Shan-Chun Hung <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| F: Documentation/devicetree/bindings/*/*/*ma35* |
| F: Documentation/devicetree/bindings/*/*ma35* |
| F: arch/arm64/boot/dts/nuvoton/*ma35* |
| F: drivers/*/*/*ma35* |
| F: drivers/*/*ma35* |
| K: ma35d1 |
| |
| ARM/NUVOTON NPCM ARCHITECTURE |
| M: Andrew Jeffery <[email protected]> |
| M: Avi Fishman <[email protected]> |
| M: Tomer Maimon <[email protected]> |
| M: Tali Perry <[email protected]> |
| R: Patrick Venture <[email protected]> |
| R: Nancy Yuen <[email protected]> |
| R: Benjamin Fair <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux.git |
| F: Documentation/devicetree/bindings/*/*/*npcm* |
| F: Documentation/devicetree/bindings/*/*npcm* |
| F: Documentation/devicetree/bindings/rtc/nuvoton,nct3018y.yaml |
| F: arch/arm/boot/dts/nuvoton/nuvoton-npcm* |
| F: arch/arm/mach-npcm/ |
| F: arch/arm64/boot/dts/nuvoton/ |
| F: drivers/*/*/*npcm* |
| F: drivers/*/*npcm* |
| F: drivers/rtc/rtc-nct3018y.c |
| F: include/dt-bindings/clock/nuvoton,npcm7xx-clock.h |
| F: include/dt-bindings/clock/nuvoton,npcm845-clk.h |
| |
| ARM/NUVOTON NPCM VIDEO ENGINE DRIVER |
| M: Joseph Liu <[email protected]> |
| M: Marvin Lin <[email protected]> |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/nuvoton,npcm-ece.yaml |
| F: Documentation/devicetree/bindings/media/nuvoton,npcm-vcd.yaml |
| F: Documentation/userspace-api/media/drivers/npcm-video.rst |
| F: drivers/media/platform/nuvoton/ |
| F: include/uapi/linux/npcm-video.h |
| |
| ARM/NUVOTON WPCM450 ARCHITECTURE |
| M: Jonathan Neuschäfer <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| W: https://github.com/neuschaefer/wpcm450/wiki |
| F: Documentation/devicetree/bindings/*/*wpcm* |
| F: arch/arm/boot/dts/nuvoton/nuvoton-wpcm450* |
| F: arch/arm/configs/wpcm450_defconfig |
| F: arch/arm/mach-npcm/wpcm450.c |
| F: drivers/*/*/*wpcm* |
| F: drivers/*/*wpcm* |
| |
| ARM/NXP S32G ARCHITECTURE |
| R: Chester Lin <[email protected]> |
| R: Matthias Brugger <[email protected]> |
| R: Ghennadi Procopciuc <[email protected]> |
| R: NXP S32 Linux Team <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/rtc/nxp,s32g-rtc.yaml |
| F: arch/arm64/boot/dts/freescale/s32g*.dts* |
| F: drivers/pinctrl/nxp/ |
| F: drivers/rtc/rtc-s32g.c |
| |
| ARM/NXP S32G PCIE CONTROLLER DRIVER |
| M: Ciprian Marian Costea <[email protected]> |
| R: NXP S32 Linux Team <[email protected]> |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/pci/nxp,s32g-pcie.yaml |
| F: drivers/pci/controller/dwc/pcie-nxp-s32g* |
| |
| ARM/NXP S32G/S32R DWMAC ETHERNET DRIVER |
| M: Jan Petrous <[email protected]> |
| R: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/net/nxp,s32-dwmac.yaml |
| F: drivers/net/ethernet/stmicro/stmmac/dwmac-s32.c |
| |
| ARM/Orion SoC/Technologic Systems TS-78xx platform support |
| M: Alexander Clouter <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| W: http://www.digriz.org.uk/ts78xx/kernel |
| F: arch/arm/mach-orion5x/ts78xx-* |
| |
| ARM/QUALCOMM CHROMEBOOK SUPPORT |
| R: [email protected] |
| F: arch/arm64/boot/dts/qcom/sc7180* |
| F: arch/arm64/boot/dts/qcom/sc7280* |
| |
| ARM/QUALCOMM MAILING LIST |
| L: [email protected] |
| C: irc://irc.oftc.net/linux-msm |
| F: Documentation/devicetree/bindings/*/qcom* |
| F: Documentation/devicetree/bindings/soc/qcom/ |
| F: arch/arm/boot/dts/qcom/ |
| F: arch/arm/configs/qcom_defconfig |
| F: arch/arm/mach-qcom/ |
| F: arch/arm64/boot/dts/qcom/ |
| F: drivers/*/*/pm8???-* |
| F: drivers/*/*/qcom* |
| F: drivers/*/*/qcom/ |
| F: drivers/*/qcom* |
| F: drivers/*/qcom/ |
| F: drivers/bluetooth/btqcomsmd.c |
| F: drivers/clocksource/timer-qcom.c |
| F: drivers/cpuidle/cpuidle-qcom-spm.c |
| F: drivers/extcon/extcon-qcom* |
| F: drivers/i2c/busses/i2c-qcom-geni.c |
| F: drivers/i2c/busses/i2c-qup.c |
| F: drivers/iommu/msm* |
| F: drivers/mfd/ssbi.c |
| F: drivers/mmc/host/mmci_qcom* |
| F: drivers/mmc/host/sdhci-msm.c |
| F: drivers/pci/controller/dwc/pcie-qcom* |
| F: drivers/phy/qualcomm/ |
| F: drivers/power/*/msm* |
| F: drivers/reset/reset-qcom-* |
| F: drivers/rtc/rtc-pm8xxx.c |
| F: drivers/spi/spi-geni-qcom.c |
| F: drivers/spi/spi-qcom-qspi.c |
| F: drivers/spi/spi-qup.c |
| F: drivers/tty/serial/msm_serial.c |
| F: drivers/ufs/host/ufs-qcom* |
| F: drivers/usb/dwc3/dwc3-qcom.c |
| F: include/dt-bindings/*/qcom* |
| F: include/linux/*/qcom* |
| F: include/linux/soc/qcom/ |
| |
| ARM/QUALCOMM SUPPORT |
| M: Bjorn Andersson <[email protected]> |
| M: Konrad Dybcio <[email protected]> |
| L: [email protected] |
| S: Maintained |
| C: irc://irc.oftc.net/linux-msm |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git |
| F: Documentation/devicetree/bindings/arm/qcom-soc.yaml |
| F: Documentation/devicetree/bindings/arm/qcom.yaml |
| F: Documentation/devicetree/bindings/bus/qcom* |
| F: Documentation/devicetree/bindings/cache/qcom,llcc.yaml |
| F: Documentation/devicetree/bindings/firmware/qcom,scm.yaml |
| F: Documentation/devicetree/bindings/reserved-memory/qcom* |
| F: Documentation/devicetree/bindings/soc/qcom/ |
| F: arch/arm/boot/dts/qcom/ |
| F: arch/arm/configs/qcom_defconfig |
| F: arch/arm/mach-qcom/ |
| F: arch/arm64/boot/dts/qcom/ |
| F: drivers/bus/qcom* |
| F: drivers/firmware/qcom/ |
| F: drivers/soc/qcom/ |
| F: drivers/watchdog/gunyah_wdt.c |
| F: include/dt-bindings/arm/qcom,ids.h |
| F: include/dt-bindings/firmware/qcom,scm.h |
| F: include/dt-bindings/soc/qcom* |
| F: include/linux/firmware/qcom |
| F: include/linux/soc/qcom/ |
| F: include/soc/qcom/ |
| |
| ARM/RDA MICRO ARCHITECTURE |
| M: Manivannan Sadhasivam <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/arm/rda.yaml |
| F: Documentation/devicetree/bindings/gpio/gpio-rda.yaml |
| F: Documentation/devicetree/bindings/interrupt-controller/rda,8810pl-intc.yaml |
| F: Documentation/devicetree/bindings/serial/rda,8810pl-uart.yaml |
| F: Documentation/devicetree/bindings/timer/rda,8810pl-timer.yaml |
| F: arch/arm/boot/dts/unisoc/ |
| F: drivers/clocksource/timer-rda.c |
| F: drivers/gpio/gpio-rda.c |
| F: drivers/irqchip/irq-rda-intc.c |
| F: drivers/tty/serial/rda-uart.c |
| |
| ARM/REALTEK ARCHITECTURE |
| M: James Tai <[email protected]> |
| M: Yu-Chun Lin <[email protected]> |
| R: Andreas Färber <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/arm/realtek.yaml |
| F: arch/arm/boot/dts/realtek/ |
| F: arch/arm/mach-realtek/ |
| F: arch/arm64/boot/dts/realtek/ |
| F: drivers/pinctrl/realtek/ |
| |
| ARM/RISC-V/RENESAS ARCHITECTURE |
| M: Geert Uytterhoeven <[email protected]> |
| M: Magnus Damm <[email protected]> |
| L: [email protected] |
| S: Supported |
| Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/ |
| C: irc://irc.libera.chat/renesas-soc |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next |
| F: Documentation/devicetree/bindings/hwinfo/renesas,prr.yaml |
| F: Documentation/devicetree/bindings/nvmem/renesas,* |
| F: Documentation/devicetree/bindings/soc/renesas/ |
| F: arch/arm/boot/dts/renesas/ |
| F: arch/arm/configs/shmobile_defconfig |
| F: arch/arm/include/debug/renesas-scif.S |
| F: arch/arm/mach-shmobile/ |
| F: arch/arm64/boot/dts/renesas/ |
| F: arch/riscv/boot/dts/renesas/ |
| F: drivers/pmdomain/renesas/ |
| F: drivers/soc/renesas/ |
| F: include/linux/soc/renesas/ |
| N: rcar |
| K: \brenesas, |
| |
| ARM/RISCPC ARCHITECTURE |
| M: Russell King <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| W: http://www.armlinux.org.uk/ |
| F: arch/arm/include/asm/hardware/ioc.h |
| F: arch/arm/include/asm/hardware/iomd.h |
| F: arch/arm/include/asm/hardware/memc.h |
| F: arch/arm/mach-rpc/ |
| F: drivers/net/ethernet/8390/etherh.c |
| F: drivers/net/ethernet/i825xx/ether1* |
| F: drivers/net/ethernet/seeq/ether3* |
| F: drivers/scsi/arm/ |
| |
| ARM/Rockchip SoC support |
| M: Heiko Stuebner <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git |
| F: Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml |
| F: Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml |
| F: Documentation/devicetree/bindings/spi/spi-rockchip.yaml |
| F: arch/arm/boot/dts/rockchip/ |
| F: arch/arm/mach-rockchip/ |
| F: drivers/*/*/*rockchip* |
| F: drivers/*/*rockchip* |
| F: drivers/clk/rockchip/ |
| F: drivers/i2c/busses/i2c-rk3x.c |
| F: drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c |
| F: sound/soc/rockchip/ |
| N: rockchip |
| K: \b[Rr]ock[Cc]hip\b |
| K: (?:\b|_)ROCKCHIP(?:\b|_) |
| |
| ARM/SAMSUNG S3C, S5P AND EXYNOS ARM ARCHITECTURES |
| M: Krzysztof Kozlowski <[email protected]> |
| M: Peter Griffin <[email protected]> |
| R: Alim Akhtar <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| P: Documentation/process/maintainer-soc-clean-dts.rst |
| Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/ |
| B: mailto:[email protected] |
| C: irc://irc.libera.chat/linux-exynos |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git |
| F: Documentation/arch/arm/samsung/ |
| F: Documentation/devicetree/bindings/arm/samsung/ |
| F: Documentation/devicetree/bindings/hwinfo/samsung,* |
| F: Documentation/devicetree/bindings/power/pd-samsung.yaml |
| F: Documentation/devicetree/bindings/soc/samsung/ |
| F: arch/arm/boot/dts/samsung/ |
| F: arch/arm/mach-exynos*/ |
| F: arch/arm/mach-s3c/ |
| F: arch/arm/mach-s5p*/ |
| F: arch/arm64/boot/dts/exynos/ |
| F: arch/arm64/boot/dts/tesla/ |
| F: drivers/*/*/*s3c24* |
| F: drivers/*/*s3c24* |
| F: drivers/*/*s3c64xx* |
| F: drivers/*/*s5pv210* |
| F: drivers/clocksource/samsung_pwm_timer.c |
| F: drivers/firmware/samsung/ |
| F: drivers/mailbox/exynos-mailbox.c |
| F: drivers/memory/samsung/ |
| F: drivers/pwm/pwm-samsung.c |
| F: drivers/soc/samsung/ |
| F: drivers/tty/serial/samsung* |
| F: include/clocksource/samsung_pwm.h |
| F: include/linux/platform_data/*s3c* |
| F: include/linux/serial_s3c.h |
| F: include/linux/soc/samsung/ |
| N: exynos |
| N: s3c64xx |
| N: s5pv210 |
| |
| ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT |
| M: Łukasz Stelmach <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| F: drivers/media/platform/samsung/s5p-g2d/ |
| |
| ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT |
| M: Marek Szyprowski <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/cec/samsung,s5p-cec.yaml |
| F: drivers/media/cec/platform/s5p/ |
| |
| ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT |
| M: Andrzej Pietrasiewicz <[email protected]> |
| M: Jacek Anaszewski <[email protected]> |
| M: Sylwester Nawrocki <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/samsung,s5pv210-jpeg.yaml |
| F: drivers/media/platform/samsung/s5p-jpeg/ |
| |
| ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT |
| M: Marek Szyprowski <[email protected]> |
| M: Andrzej Hajda <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml |
| F: drivers/media/platform/samsung/s5p-mfc/ |
| |
| ARM/SOCFPGA ARCHITECTURE |
| M: Dinh Nguyen <[email protected]> |
| S: Maintained |
| W: http://www.rocketboards.org |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git |
| F: arch/arm/boot/dts/intel/socfpga/ |
| F: arch/arm/configs/socfpga_defconfig |
| F: arch/arm/mach-socfpga/ |
| F: arch/arm64/boot/dts/altera/ |
| F: arch/arm64/boot/dts/intel/ |
| |
| ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT |
| M: Dinh Nguyen <[email protected]> |
| S: Maintained |
| F: drivers/clk/socfpga/ |
| |
| ARM/SOCFPGA DWMAC GLUE LAYER BINDINGS |
| M: Matthew Gerlach <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/net/altr,gmii-to-sgmii-2.0.yaml |
| F: Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml |
| |
| ARM/SOCFPGA DWMAC GLUE LAYER |
| M: Maxime Chevallier <[email protected]> |
| S: Maintained |
| F: drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c |
| |
| ARM/SOCFPGA EDAC BINDINGS |
| M: Niravkumar L Rabara <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/edac/altr,socfpga-ecc-manager.yaml |
| |
| ARM/SOCFPGA EDAC SUPPORT |
| M: Dinh Nguyen <[email protected]> |
| S: Maintained |
| F: drivers/edac/altera_edac.[ch] |
| |
| ARM/SPREADTRUM SoC SUPPORT |
| M: Orson Zhai <[email protected]> |
| M: Baolin Wang <[email protected]> |
| R: Chunyan Zhang <[email protected]> |
| S: Maintained |
| F: arch/arm64/boot/dts/sprd |
| N: sprd |
| N: sc27xx |
| N: sc2731 |
| |
| ARM/STI ARCHITECTURE |
| M: Patrice Chotard <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| W: http://www.stlinux.com |
| F: Documentation/devicetree/bindings/i2c/st,sti-i2c.yaml |
| F: Documentation/devicetree/bindings/spi/st,ssc-spi.yaml |
| F: arch/arm/boot/dts/st/sti* |
| F: arch/arm/mach-sti/ |
| F: drivers/ata/ahci_st.c |
| F: drivers/char/hw_random/st-rng.c |
| F: drivers/clocksource/arm_global_timer.c |
| F: drivers/clocksource/clksrc_st_lpc.c |
| F: drivers/cpufreq/sti-cpufreq.c |
| F: drivers/dma/st_fdma* |
| F: drivers/i2c/busses/i2c-st.c |
| F: drivers/media/rc/st_rc.c |
| F: drivers/mmc/host/sdhci-st.c |
| F: drivers/phy/st/phy-miphy28lp.c |
| F: drivers/phy/st/phy-stih407-usb.c |
| F: drivers/pinctrl/pinctrl-st.c |
| F: drivers/remoteproc/st_remoteproc.c |
| F: drivers/remoteproc/st_slim_rproc.c |
| F: drivers/reset/sti/ |
| F: drivers/rtc/rtc-st-lpc.c |
| F: drivers/tty/serial/st-asc.c |
| F: drivers/usb/dwc3/dwc3-st.c |
| F: drivers/usb/host/ehci-st.c |
| F: drivers/usb/host/ohci-st.c |
| F: drivers/watchdog/st_lpc_wdt.c |
| F: include/linux/remoteproc/st_slim_rproc.h |
| |
| ARM/STM32 ARCHITECTURE |
| M: Maxime Coquelin <[email protected]> |
| M: Alexandre Torgue <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next |
| F: arch/arm/boot/dts/st/stm32* |
| F: arch/arm/mach-stm32/ |
| F: arch/arm64/boot/dts/st/ |
| F: drivers/clocksource/armv7m_systick.c |
| N: stm32 |
| N: stm |
| |
| ARM/SUNPLUS SP7021 SOC SUPPORT |
| M: Qin Jian <[email protected]> |
| L: [email protected] (moderated for mon-subscribers) |
| S: Maintained |
| W: https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview |
| F: Documentation/devicetree/bindings/arm/sunplus,sp7021.yaml |
| F: Documentation/devicetree/bindings/clock/sunplus,sp7021-clkc.yaml |
| F: Documentation/devicetree/bindings/interrupt-controller/sunplus,sp7021-intc.yaml |
| F: Documentation/devicetree/bindings/reset/sunplus,reset.yaml |
| F: arch/arm/boot/dts/sunplus/ |
| F: arch/arm/configs/sp7021_*defconfig |
| F: drivers/clk/clk-sp7021.c |
| F: drivers/irqchip/irq-sp7021-intc.c |
| F: drivers/reset/reset-sunplus.c |
| F: include/dt-bindings/clock/sunplus,sp7021-clkc.h |
| F: include/dt-bindings/reset/sunplus,sp7021-reset.h |
| |
| ARM/Synaptics SoC support |
| M: Jisheng Zhang <[email protected]> |
| M: Sebastian Hesselbarth <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: arch/arm/boot/dts/synaptics/ |
| F: arch/arm/mach-berlin/ |
| F: arch/arm64/boot/dts/synaptics/ |
| |
| ARM/TEGRA HDMI CEC SUBSYSTEM SUPPORT |
| M: Hans Verkuil <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/cec/nvidia,tegra114-cec.yaml |
| F: drivers/media/cec/platform/tegra/ |
| |
| ARM/TESLA FSD SoC SUPPORT |
| M: Alim Akhtar <[email protected]> |
| M: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| P: Documentation/process/maintainer-soc-clean-dts.rst |
| F: arch/arm64/boot/dts/tesla/ |
| |
| ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS |
| M: Santosh Shilimkar <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/memory/*emif* |
| |
| ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE |
| M: Nishanth Menon <[email protected]> |
| M: Santosh Shilimkar <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git |
| F: arch/arm/boot/dts/ti/keystone/ |
| F: arch/arm/mach-keystone/ |
| |
| ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK |
| M: Santosh Shilimkar <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/clk/keystone/ |
| |
| ARM/TEXAS INSTRUMENT KEYSTONE CLOCKSOURCE |
| M: Santosh Shilimkar <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| F: drivers/clocksource/timer-keystone.c |
| |
| ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER |
| M: Santosh Shilimkar <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/power/reset/keystone-reset.c |
| |
| ARM/TEXAS INSTRUMENTS K3 ARCHITECTURE |
| M: Nishanth Menon <[email protected]> |
| M: Vignesh Raghavendra <[email protected]> |
| M: Tero Kristo <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| F: Documentation/devicetree/bindings/arm/ti/k3.yaml |
| F: Documentation/devicetree/bindings/hwinfo/ti,k3-socinfo.yaml |
| F: arch/arm64/boot/dts/ti/Makefile |
| F: arch/arm64/boot/dts/ti/k3-* |
| |
| ARM/TEXAS INSTRUMENTS NSPIRE ARCHITECTURE |
| M: Krzysztof Kozlowski <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Odd Fixes |
| F: Documentation/devicetree/bindings/*/*/ti,nspire* |
| F: Documentation/devicetree/bindings/*/ti,nspire* |
| F: Documentation/devicetree/bindings/arm/ti/nspire.yaml |
| F: arch/arm/boot/dts/nspire/ |
| |
| ARM/TOSHIBA VISCONTI ARCHITECTURE |
| M: Nobuhiro Iwamatsu <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti.git |
| F: Documentation/devicetree/bindings/arm/toshiba.yaml |
| F: Documentation/devicetree/bindings/clock/toshiba,tmpv770x-pipllct.yaml |
| F: Documentation/devicetree/bindings/clock/toshiba,tmpv770x-pismu.yaml |
| F: Documentation/devicetree/bindings/gpio/toshiba,gpio-visconti.yaml |
| F: Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.yaml |
| F: Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml |
| F: Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml |
| F: Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml |
| F: arch/arm64/boot/dts/toshiba/ |
| F: drivers/clk/visconti/ |
| F: drivers/gpio/gpio-visconti.c |
| F: drivers/net/ethernet/stmicro/stmmac/dwmac-visconti.c |
| F: drivers/pci/controller/dwc/pcie-visconti.c |
| F: drivers/pinctrl/visconti/ |
| F: drivers/watchdog/visconti_wdt.c |
| N: visconti |
| |
| ARM/UNIPHIER ARCHITECTURE |
| M: Kunihiko Hayashi <[email protected]> |
| M: Masami Hiramatsu <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/arm/socionext/uniphier.yaml |
| F: Documentation/devicetree/bindings/gpio/socionext,uniphier-gpio.yaml |
| F: Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.yaml |
| F: Documentation/devicetree/bindings/soc/socionext/socionext,uniphier*.yaml |
| F: arch/arm/boot/dts/socionext/uniphier* |
| F: arch/arm/include/asm/hardware/cache-uniphier.h |
| F: arch/arm/mm/cache-uniphier.c |
| F: arch/arm64/boot/dts/socionext/uniphier* |
| F: drivers/bus/uniphier-system-bus.c |
| F: drivers/clk/uniphier/ |
| F: drivers/dma/uniphier-mdmac.c |
| F: drivers/gpio/gpio-uniphier.c |
| F: drivers/i2c/busses/i2c-uniphier* |
| F: drivers/irqchip/irq-uniphier-aidet.c |
| F: drivers/mmc/host/uniphier-sd.c |
| F: drivers/pinctrl/uniphier/ |
| F: drivers/reset/reset-uniphier.c |
| F: drivers/tty/serial/8250/8250_uniphier.c |
| N: uniphier |
| |
| ARM/VERSATILE EXPRESS PLATFORM |
| M: Liviu Dudau <[email protected]> |
| M: Sudeep Holla <[email protected]> |
| M: Lorenzo Pieralisi <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| N: mps2 |
| N: vexpress |
| F: arch/arm/mach-versatile/ |
| F: arch/arm64/boot/dts/arm/ |
| F: drivers/clocksource/timer-versatile.c |
| X: drivers/cpufreq/vexpress-spc-cpufreq.c |
| X: Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml |
| |
| ARM/VFP SUPPORT |
| M: Russell King <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| W: http://www.armlinux.org.uk/ |
| F: arch/arm/vfp/ |
| |
| ARM/VT8500 ARM ARCHITECTURE |
| M: Alexey Charkov <[email protected]> |
| M: Krzysztof Kozlowski <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Odd Fixes |
| F: Documentation/devicetree/bindings/hwinfo/via,vt8500-scc-id.yaml |
| F: Documentation/devicetree/bindings/i2c/wm,wm8505-i2c.yaml |
| F: Documentation/devicetree/bindings/interrupt-controller/via,vt8500-intc.yaml |
| F: Documentation/devicetree/bindings/pwm/via,vt8500-pwm.yaml |
| F: Documentation/devicetree/bindings/timer/via,vt8500-timer.yaml |
| F: arch/arm/boot/dts/vt8500/ |
| F: arch/arm/mach-vt8500/ |
| F: drivers/clocksource/timer-vt8500.c |
| F: drivers/i2c/busses/i2c-viai2c-wmt.c |
| F: drivers/mmc/host/wmt-sdmmc.c |
| F: drivers/pwm/pwm-vt8500.c |
| F: drivers/rtc/rtc-vt8500.c |
| F: drivers/soc/vt8500/ |
| F: drivers/tty/serial/vt8500_serial.c |
| F: drivers/video/fbdev/vt8500lcdfb.* |
| F: drivers/video/fbdev/wm8505fb* |
| F: drivers/video/fbdev/wmt_ge_rops.* |
| |
| ARM/ZTE ZX29 SOC SUPPORT |
| M: Stefan Dösinger <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Odd fixes |
| F: Documentation/arch/arm/zte/ |
| F: Documentation/devicetree/bindings/arm/zte.yaml |
| F: arch/arm/boot/dts/zte/ |
| F: arch/arm/mach-zte/ |
| |
| ARM/ZYNQ ARCHITECTURE |
| M: Michal Simek <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| W: http://wiki.xilinx.com |
| T: git https://github.com/Xilinx/linux-xlnx.git |
| F: Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml |
| F: Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml |
| F: Documentation/devicetree/bindings/memory-controllers/snps,dw-umctl2-ddrc.yaml |
| F: Documentation/devicetree/bindings/memory-controllers/xlnx,zynq-ddrc-a05.yaml |
| F: Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml |
| F: Documentation/devicetree/bindings/spi/xlnx,zynq-qspi.yaml |
| F: arch/arm/mach-zynq/ |
| F: drivers/clocksource/timer-cadence-ttc.c |
| F: drivers/cpuidle/cpuidle-zynq.c |
| F: drivers/edac/synopsys_edac.c |
| F: drivers/i2c/busses/i2c-cadence.c |
| F: drivers/i2c/busses/i2c-xiic.c |
| F: drivers/mmc/host/sdhci-of-arasan.c |
| N: zynq |
| N: xilinx |
| |
| ARM64 FIT SUPPORT |
| M: Simon Glass <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: arch/arm64/boot/Makefile |
| F: scripts/make_fit.py |
| |
| ARM64 PLATFORM DRIVERS |
| M: Hans de Goede <[email protected]> |
| M: Ilpo Järvinen <[email protected]> |
| R: Bryan O'Donoghue <[email protected]> |
| L: [email protected] |
| S: Maintained |
| Q: https://patchwork.kernel.org/project/platform-driver-x86/list/ |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git |
| F: drivers/platform/arm64/ |
| |
| ARM64 PORT (AARCH64 ARCHITECTURE) |
| M: Catalin Marinas <[email protected]> |
| M: Will Deacon <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git |
| F: Documentation/arch/arm64/ |
| F: arch/arm64/ |
| F: drivers/virt/coco/arm-cca-guest/ |
| F: drivers/virt/coco/pkvm-guest/ |
| F: tools/testing/selftests/arm64/ |
| X: arch/arm64/boot/dts/ |
| X: arch/arm64/configs/defconfig |
| |
| ARROW SPEEDCHIPS XRS7000 SERIES ETHERNET SWITCH DRIVER |
| M: George McCollister <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/net/dsa/arrow,xrs700x.yaml |
| F: drivers/net/dsa/xrs700x/* |
| F: net/dsa/tag_xrs700x.c |
| |
| AS3645A LED FLASH CONTROLLER DRIVER |
| M: Sakari Ailus <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/leds/flash/leds-as3645a.c |
| |
| AS3668 LED DRIVER |
| M: Lukas Timmermann <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/leds/ams,as3668.yaml |
| F: drivers/leds/leds-as3668.c |
| |
| ASAHI KASEI AK7375 LENS VOICE COIL DRIVER |
| M: Tianshu Qiu <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://linuxtv.org/media.git |
| F: Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak7375.yaml |
| F: drivers/media/i2c/ak7375.c |
| |
| ASAHI KASEI AK8974 DRIVER |
| M: Linus Walleij <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.akm.com/ |
| F: drivers/iio/magnetometer/ak8974.c |
| |
| AOSONG AGS02MA TVOC SENSOR DRIVER |
| M: Anshul Dalal <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/iio/chemical/aosong,ags02ma.yaml |
| F: drivers/iio/chemical/ags02ma.c |
| |
| AOSONG ADP810 DIFFERENTIAL PRESSURE SENSOR DRIVER |
| M: Akhilesh Patil <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/iio/pressure/aosong,adp810.yaml |
| F: drivers/iio/pressure/adp810.c |
| |
| ASC7621 HARDWARE MONITOR DRIVER |
| M: George Joseph <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/hwmon/asc7621.rst |
| F: drivers/hwmon/asc7621.c |
| |
| ASIX AX88796C SPI ETHERNET ADAPTER |
| M: Łukasz Stelmach <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/net/asix,ax88796c.yaml |
| F: drivers/net/ethernet/asix/ax88796c_* |
| |
| ASIX PHY DRIVER [RUST] |
| M: FUJITA Tomonori <[email protected]> |
| R: Trevor Gross <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/phy/ax88796b_rust.rs |
| |
| ARM/ASPEED CLOCK SUPPORT |
| M: Ryan Chen <[email protected]> |
| R: Joel Stanley <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml |
| F: drivers/clk/aspeed/ |
| |
| ASPEED CRYPTO DRIVER |
| M: Neal Liu <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/crypto/aspeed,* |
| F: drivers/crypto/aspeed/ |
| |
| ASPEED PECI CONTROLLER |
| M: Iwona Winiarska <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| F: Documentation/devicetree/bindings/peci/peci-aspeed.yaml |
| F: drivers/peci/controller/peci-aspeed.c |
| |
| ASPEED PINCTRL DRIVERS |
| M: Andrew Jeffery <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/pinctrl/aspeed,* |
| F: drivers/pinctrl/aspeed/ |
| |
| ASPEED SCU INTERRUPT CONTROLLER DRIVER |
| M: Eddie James <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2500-scu-ic.yaml |
| F: drivers/irqchip/irq-aspeed-scu-ic.c |
| F: include/dt-bindings/interrupt-controller/aspeed-scu-ic.h |
| |
| ASPEED SD/MMC DRIVER |
| M: Andrew Jeffery <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml |
| F: drivers/mmc/host/sdhci-of-aspeed* |
| |
| ASPEED SMC SPI DRIVER |
| M: Chin-Ting Kuo <[email protected]> |
| M: Cédric Le Goater <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/spi/aspeed,ast2600-fmc.yaml |
| F: drivers/spi/spi-aspeed-smc.c |
| |
| ASPEED USB UDC DRIVER |
| M: Neal Liu <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/usb/aspeed,ast2600-udc.yaml |
| F: drivers/usb/gadget/udc/aspeed_udc.c |
| |
| ASPEED VIDEO ENGINE DRIVER |
| M: Eddie James <[email protected]> |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/aspeed,video-engine.yaml |
| F: drivers/media/platform/aspeed/ |
| |
| ASPEED PCIE CONTROLLER DRIVER |
| M: Jacky Chou <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/pci/aspeed,ast2600-pcie.yaml |
| F: drivers/pci/controller/pcie-aspeed.c |
| |
| ASUS EC HARDWARE MONITOR DRIVER |
| M: Eugene Shalygin <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/hwmon/asus-ec-sensors.c |
| |
| ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS |
| M: Corentin Chary <[email protected]> |
| M: Luke D. Jones <[email protected]> |
| M: Denis Benato <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://asus-linux.org/ |
| F: drivers/platform/x86/asus*.c |
| F: drivers/platform/x86/eeepc*.c |
| |
| ASUS TF103C DOCK DRIVER |
| M: Hans de Goede <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git |
| F: drivers/platform/x86/asus-tf103c-dock.c |
| |
| ASUS ROG RYUJIN AIO HARDWARE MONITOR DRIVER |
| M: Aleksa Savic <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/hwmon/asus_rog_ryujin.c |
| |
| ASUS WIRELESS RADIO CONTROL DRIVER |
| M: João Paulo Rechi Vita <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/x86/asus-wireless.c |
| |
| ASUS WMI HARDWARE MONITOR DRIVER |
| M: Ed Brindley <[email protected]> |
| M: Denis Pauk <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/hwmon/asus_wmi_sensors.c |
| |
| ASYMMETRIC KEYS |
| M: David Howells <[email protected]> |
| M: Lukas Wunner <[email protected]> |
| M: Ignat Korchagin <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/crypto/asymmetric-keys.rst |
| F: crypto/asymmetric_keys/ |
| F: include/crypto/pkcs7.h |
| F: include/crypto/public_key.h |
| F: include/keys/asymmetric-*.h |
| F: include/linux/verification.h |
| |
| ASYMMETRIC KEYS - ECDSA |
| M: Lukas Wunner <[email protected]> |
| M: Ignat Korchagin <[email protected]> |
| R: Stefan Berger <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: crypto/ecc* |
| F: crypto/ecdsa* |
| F: include/crypto/ecc* |
| |
| ASYMMETRIC KEYS - GOST |
| M: Lukas Wunner <[email protected]> |
| M: Ignat Korchagin <[email protected]> |
| L: [email protected] |
| S: Odd fixes |
| F: crypto/ecrdsa* |
| |
| ASYMMETRIC KEYS - RSA |
| M: Lukas Wunner <[email protected]> |
| M: Ignat Korchagin <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: crypto/rsa* |
| |
| ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
| R: Dan Williams <[email protected]> |
| S: Odd fixes |
| W: http://sourceforge.net/projects/xscaleiop |
| F: Documentation/crypto/async-tx-api.rst |
| F: crypto/async_tx/ |
| F: include/linux/async_tx.h |
| |
| AT24 EEPROM DRIVER |
| M: Bartosz Golaszewski <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git |
| F: Documentation/devicetree/bindings/eeprom/at24.yaml |
| F: drivers/misc/eeprom/at24.c |
| |
| ATA OVER ETHERNET (AOE) DRIVER |
| M: "Justin Sanders" <[email protected]> |
| S: Supported |
| W: http://www.openaoe.org/ |
| F: Documentation/admin-guide/aoe/ |
| F: drivers/block/aoe/ |
| |
| ATC260X PMIC MFD DRIVER |
| M: Manivannan Sadhasivam <[email protected]> |
| M: Cristian Ciocaltea <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/mfd/actions,atc260x.yaml |
| F: drivers/input/misc/atc260x-onkey.c |
| F: drivers/mfd/atc260* |
| F: drivers/power/reset/atc260x-poweroff.c |
| F: drivers/regulator/atc260x-regulator.c |
| F: include/linux/mfd/atc260x/* |
| |
| ATCRTC100 RTC DRIVER |
| M: CL Wang <[email protected]> |
| S: Supported |
| F: Documentation/devicetree/bindings/rtc/andestech,atcrtc100.yaml |
| F: drivers/rtc/rtc-atcrtc100.c |
| |
| ATHEROS 71XX/9XXX GPIO DRIVER |
| M: Alban Bedel <[email protected]> |
| S: Maintained |
| W: https://github.com/AlbanBedel/linux |
| T: git https://github.com/AlbanBedel/linux.git |
| F: Documentation/devicetree/bindings/gpio/qca,ar7100-gpio.yaml |
| F: drivers/gpio/gpio-ath79.c |
| |
| ATHEROS 71XX/9XXX USB PHY DRIVER |
| M: Alban Bedel <[email protected]> |
| S: Maintained |
| W: https://github.com/AlbanBedel/linux |
| T: git https://github.com/AlbanBedel/linux.git |
| F: Documentation/devicetree/bindings/phy/qca,ar7100-usb-phy.yaml |
| F: drivers/phy/qualcomm/phy-ath79-usb.c |
| |
| ATHEROS ATH GENERIC UTILITIES |
| M: Jeff Johnson <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/net/wireless/ath/* |
| |
| ATHEROS ATH5K WIRELESS DRIVER |
| M: Jiri Slaby <[email protected]> |
| M: Nick Kossifidis <[email protected]> |
| M: Luis Chamberlain <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://wireless.wiki.kernel.org/en/users/Drivers/ath5k |
| F: drivers/net/wireless/ath/ath5k/ |
| |
| ATHEROS ATH6KL WIRELESS DRIVER |
| L: [email protected] |
| S: Orphan |
| W: https://wireless.wiki.kernel.org/en/users/Drivers/ath6kl |
| F: drivers/net/wireless/ath/ath6kl/ |
| |
| ATI_REMOTE2 DRIVER |
| M: Ville Syrjala <[email protected]> |
| S: Maintained |
| F: drivers/input/misc/ati_remote2.c |
| |
| ATK0110 HWMON DRIVER |
| M: Luca Tettamanti <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/hwmon/asus_atk0110.c |
| |
| ATLX ETHERNET DRIVERS |
| M: Chris Snook <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: http://sourceforge.net/projects/atl1 |
| W: http://atl1.sourceforge.net |
| F: drivers/net/ethernet/atheros/ |
| |
| ATM |
| M: Chas Williams <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| S: Maintained |
| W: http://linux-atm.sourceforge.net |
| F: drivers/atm/ |
| F: drivers/usb/atm/ |
| F: include/linux/atm* |
| F: include/linux/sonet.h |
| F: include/uapi/linux/atm* |
| F: include/uapi/linux/sonet.h |
| F: net/atm/ |
| |
| ATMEL MACB ETHERNET DRIVER |
| M: Théo Lebrun <[email protected]> |
| R: Conor Dooley <[email protected]> |
| S: Maintained |
| F: drivers/net/ethernet/cadence/ |
| |
| ATMEL MAXTOUCH DRIVER |
| M: Nick Dyer <[email protected]> |
| S: Maintained |
| T: git https://github.com/ndyer/linux.git |
| F: Documentation/devicetree/bindings/input/atmel,maxtouch.yaml |
| F: drivers/input/touchscreen/atmel_mxt_ts.c |
| |
| ATOMIC INFRASTRUCTURE |
| M: Will Deacon <[email protected]> |
| M: Peter Zijlstra <[email protected]> |
| M: Boqun Feng <[email protected]> |
| R: Mark Rutland <[email protected]> |
| R: Gary Guo <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/atomic_*.txt |
| F: arch/*/include/asm/atomic*.h |
| F: include/*/atomic*.h |
| F: include/linux/refcount.h |
| F: scripts/atomic/ |
| F: rust/kernel/sync/atomic.rs |
| F: rust/kernel/sync/atomic/ |
| F: rust/kernel/sync/refcount.rs |
| |
| ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER |
| M: Bradley Grove <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.attotech.com |
| F: drivers/scsi/esas2r |
| |
| ATUSB IEEE 802.15.4 RADIO DRIVER |
| M: Stefan Schmidt <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ieee802154/at86rf230.h |
| F: drivers/net/ieee802154/atusb.c |
| F: drivers/net/ieee802154/atusb.h |
| |
| AUDIT SUBSYSTEM |
| M: Paul Moore <[email protected]> |
| M: Eric Paris <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://github.com/linux-audit |
| Q: https://patchwork.kernel.org/project/audit/list |
| B: mailto:[email protected] |
| P: https://github.com/linux-audit/audit-kernel/blob/main/README.md |
| T: git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git |
| F: include/asm-generic/audit_*.h |
| F: include/linux/audit.h |
| F: include/linux/audit_arch.h |
| F: include/uapi/linux/audit.h |
| F: kernel/audit* |
| F: lib/*audit.c |
| K: \baudit_[a-z_0-9]\+\b |
| |
| AUTOFDO BUILD |
| M: Rong Xu <[email protected]> |
| M: Han Shen <[email protected]> |
| S: Supported |
| F: Documentation/dev-tools/autofdo.rst |
| F: scripts/Makefile.autofdo |
| |
| AUXILIARY BUS DRIVER |
| M: Greg Kroah-Hartman <[email protected]> |
| M: "Rafael J. Wysocki" <[email protected]> |
| M: Danilo Krummrich <[email protected]> |
| R: Dave Ertman <[email protected]> |
| R: Ira Weiny <[email protected]> |
| R: Leon Romanovsky <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git |
| F: Documentation/driver-api/auxiliary_bus.rst |
| F: drivers/base/auxiliary.c |
| F: include/linux/auxiliary_bus.h |
| F: rust/helpers/auxiliary.c |
| F: rust/kernel/auxiliary.rs |
| F: samples/rust/rust_driver_auxiliary.rs |
| |
| AUXILIARY DISPLAY DRIVERS |
| M: Andy Shevchenko <[email protected]> |
| R: Geert Uytterhoeven <[email protected]> |
| S: Odd Fixes |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplay.git |
| F: Documentation/devicetree/bindings/auxdisplay/ |
| F: drivers/auxdisplay/ |
| F: include/linux/cfag12864b.h |
| F: include/uapi/linux/map_to_14segment.h |
| F: include/uapi/linux/map_to_7segment.h |
| |
| AVAGO APDS9306 AMBIENT LIGHT SENSOR DRIVER |
| M: Subhajit Ghosh <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/iio/light/avago,apds9300.yaml |
| F: drivers/iio/light/apds9306.c |
| |
| AVIA HX711 ANALOG DIGITAL CONVERTER IIO DRIVER |
| M: Andreas Klinger <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml |
| F: drivers/iio/adc/hx711.c |
| |
| AVMATRIX HWS CAPTURE DRIVER |
| M: Ben Hoff <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/media/pci/hws/ |
| |
| AWINIC AW99706 WLED BACKLIGHT DRIVER |
| M: Junjie Cao <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/leds/backlight/awinic,aw99706.yaml |
| F: drivers/video/backlight/aw99706.c |
| |
| AXENTIA ARM DEVICES |
| L: [email protected] (moderated for non-subscribers) |
| S: Orphan |
| F: arch/arm/boot/dts/microchip/at91-linea.dtsi |
| F: arch/arm/boot/dts/microchip/at91-natte.dtsi |
| F: arch/arm/boot/dts/microchip/at91-nattis-2-natte-2.dts |
| F: arch/arm/boot/dts/microchip/at91-tse850-3.dts |
| |
| AXENTIA ASOC DRIVERS |
| L: [email protected] |
| S: Orphan |
| F: Documentation/devicetree/bindings/sound/axentia,* |
| F: sound/soc/atmel/tse850-pcm5142.c |
| |
| AXIS ARTPEC ARM64 SoC SUPPORT |
| M: Jesper Nilsson <[email protected]> |
| M: Lars Persson <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/clock/axis,artpec*-clock.yaml |
| F: arch/arm64/boot/dts/exynos/axis/ |
| F: drivers/clk/samsung/clk-artpec*.c |
| F: include/dt-bindings/clock/axis,artpec*-clk.h |
| |
| AXI-FAN-CONTROL HARDWARE MONITOR DRIVER |
| M: Nuno Sá <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml |
| F: drivers/hwmon/axi-fan-control.c |
| |
| AXIADO EMMC PHY DRIVER |
| M: SriNavmani A <[email protected]> |
| M: Tzu-Hao Wei <[email protected]> |
| M: Prasad Bolisetty <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/phy/axiado,ax3000-emmc-phy.yaml |
| F: drivers/phy/axiado/Kconfig |
| F: drivers/phy/axiado/phy-axiado-emmc.c |
| |
| AXI SPI ENGINE |
| M: Michael Hennerich <[email protected]> |
| M: Nuno Sá <[email protected]> |
| R: David Lechner <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/spi/adi,axi-spi-engine.yaml |
| F: drivers/spi/spi-axi-spi-engine.c |
| |
| AXI PWM GENERATOR |
| M: Michael Hennerich <[email protected]> |
| M: Nuno Sá <[email protected]> |
| R: Trevor Gamblin <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://ez.analog.com/linux-software-drivers |
| F: Documentation/devicetree/bindings/pwm/adi,axi-pwmgen.yaml |
| F: drivers/pwm/pwm-axi-pwmgen.c |
| |
| AXIADO SPI DB DRIVER |
| M: Vladimir Moravcevic <[email protected]> |
| M: Tzu-Hao Wei <[email protected]> |
| M: Swark Yang <[email protected]> |
| M: Prasad Bolisetty <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/spi/axiado,ax3000-spi.yaml |
| F: drivers/spi/spi-axiado.c |
| F: drivers/spi/spi-axiado.h |
| |
| AYANEO PLATFORM EC DRIVER |
| M: Antheas Kapenekakis <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/ABI/testing/sysfs-platform-ayaneo |
| F: drivers/platform/x86/ayaneo-ec.c |
| |
| AZ6007 DVB DRIVER |
| M: Mauro Carvalho Chehab <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://linuxtv.org |
| T: git git://linuxtv.org/media.git |
| F: drivers/media/usb/dvb-usb-v2/az6007.c |
| |
| AZTECH FM RADIO RECEIVER DRIVER |
| M: Hans Verkuil <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://linuxtv.org |
| T: git git://linuxtv.org/media.git |
| F: drivers/media/radio/radio-aztech* |
| |
| B43 WIRELESS DRIVER |
| L: [email protected] |
| L: [email protected] |
| S: Orphan |
| W: https://wireless.wiki.kernel.org/en/users/Drivers/b43 |
| F: drivers/net/wireless/broadcom/b43/ |
| |
| B43LEGACY WIRELESS DRIVER |
| L: [email protected] |
| L: [email protected] |
| S: Orphan |
| W: https://wireless.wiki.kernel.org/en/users/Drivers/b43 |
| F: drivers/net/wireless/broadcom/b43legacy/ |
| |
| BACKLIGHT CLASS/SUBSYSTEM |
| M: Lee Jones <[email protected]> |
| M: Daniel Thompson <[email protected]> |
| M: Jingoo Han <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git |
| F: Documentation/ABI/stable/sysfs-class-backlight |
| F: Documentation/ABI/testing/sysfs-class-backlight |
| F: Documentation/devicetree/bindings/leds/backlight |
| F: drivers/video/backlight/ |
| F: include/linux/backlight.h |
| F: include/linux/pwm_backlight.h |
| |
| BARCO P50 GPIO DRIVER |
| M: Santosh Kumar Yadav <[email protected]> |
| M: Peter Korsgaard <[email protected]> |
| S: Maintained |
| F: drivers/platform/x86/barco-p50-gpio.c |
| |
| BATMAN ADVANCED |
| M: Marek Lindner <[email protected]> |
| M: Simon Wunderlich <[email protected]> |
| M: Antonio Quartulli <[email protected]> |
| M: Sven Eckelmann <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| W: https://www.open-mesh.org/ |
| Q: https://patchwork.open-mesh.org/project/batman/list/ |
| B: https://www.open-mesh.org/projects/batman-adv/issues |
| C: ircs://irc.hackint.org/batadv |
| T: git https://git.open-mesh.org/batadv.git |
| F: Documentation/networking/batman-adv.rst |
| F: include/uapi/linux/batadv_packet.h |
| F: include/uapi/linux/batman_adv.h |
| F: net/batman-adv/ |
| |
| BCACHE (BLOCK LAYER CACHE) |
| M: Coly Li <[email protected]> |
| M: Kent Overstreet <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: http://bcache.evilpiepirate.org |
| C: irc://irc.oftc.net/bcache |
| F: drivers/md/bcache/ |
| |
| BCACHEFS |
| M: Kent Overstreet <[email protected]> |
| L: [email protected] |
| S: Externally maintained |
| C: irc://irc.oftc.net/bcache |
| T: git https://evilpiepirate.org/git/bcachefs.git |
| |
| BDISP ST MEDIA DRIVER |
| M: Fabien Dessenne <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://linuxtv.org |
| T: git git://linuxtv.org/media.git |
| F: drivers/media/platform/st/sti/bdisp |
| |
| BECKHOFF CX5020 ETHERCAT MASTER DRIVER |
| M: Dariusz Marcinkiewicz <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ethernet/ec_bhf.c |
| |
| BEFS FILE SYSTEM |
| M: Luis de Bethencourt <[email protected]> |
| M: Salah Triki <[email protected]> |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git |
| F: Documentation/filesystems/befs.rst |
| F: fs/befs/ |
| |
| BFQ I/O SCHEDULER |
| M: Yu Kuai <[email protected]> |
| L: [email protected] |
| S: Odd Fixes |
| F: Documentation/block/bfq-iosched.rst |
| F: block/bfq-* |
| |
| BFS FILE SYSTEM |
| M: "Tigran A. Aivazian" <[email protected]> |
| S: Maintained |
| F: Documentation/filesystems/bfs.rst |
| F: fs/bfs/ |
| F: include/uapi/linux/bfs_fs.h |
| |
| BITMAP API |
| M: Yury Norov <[email protected]> |
| R: Rasmus Villemoes <[email protected]> |
| S: Maintained |
| F: include/linux/bitfield.h |
| F: include/linux/bitmap-str.h |
| F: include/linux/bitmap.h |
| F: include/linux/bits.h |
| F: include/linux/cpumask.h |
| F: include/linux/cpumask_types.h |
| F: include/linux/find.h |
| F: include/linux/hw_bitfield.h |
| F: include/linux/nodemask.h |
| F: include/linux/nodemask_types.h |
| F: include/uapi/linux/bits.h |
| F: include/vdso/bits.h |
| F: lib/bitmap-str.c |
| F: lib/bitmap.c |
| F: lib/cpumask.c |
| F: lib/find_bit.c |
| F: lib/find_bit_benchmark.c |
| F: lib/test_bitmap.c |
| F: lib/tests/cpumask_kunit.c |
| F: tools/include/linux/bitfield.h |
| F: tools/include/linux/bitmap.h |
| F: tools/include/linux/bits.h |
| F: tools/include/linux/find.h |
| F: tools/include/uapi/linux/bits.h |
| F: tools/include/vdso/bits.h |
| F: tools/lib/bitmap.c |
| F: tools/lib/find_bit.c |
| |
| BITMAP API BINDINGS [RUST] |
| M: Yury Norov <[email protected]> |
| S: Maintained |
| F: rust/helpers/bitmap.c |
| F: rust/helpers/cpumask.c |
| |
| BITMAP API [RUST] |
| M: Alice Ryhl <[email protected]> |
| M: Burak Emir <[email protected]> |
| R: Yury Norov <[email protected]> |
| S: Maintained |
| F: lib/find_bit_benchmark_rust.rs |
| F: rust/kernel/bitmap.rs |
| F: rust/kernel/id_pool.rs |
| |
| BITOPS API |
| M: Yury Norov <[email protected]> |
| R: Rasmus Villemoes <[email protected]> |
| S: Maintained |
| F: arch/*/include/asm/bitops.h |
| F: arch/*/include/asm/bitops_32.h |
| F: arch/*/include/asm/bitops_64.h |
| F: arch/*/lib/bitops.c |
| F: include/asm-generic/bitops |
| F: include/asm-generic/bitops.h |
| F: include/linux/bitops.h |
| F: include/linux/bitrev.h |
| F: include/linux/count_zeros.h |
| F: lib/bitrev.c |
| F: lib/hweight.c |
| F: lib/test_bitops.c |
| F: lib/tests/bitops_kunit.c |
| F: tools/*/bitops* |
| |
| BITOPS API BINDINGS [RUST] |
| M: Yury Norov <[email protected]> |
| S: Maintained |
| F: rust/helpers/bitops.c |
| |
| BLINKM RGB LED DRIVER |
| M: Jan-Simon Moeller <[email protected]> |
| S: Maintained |
| F: drivers/leds/leds-blinkm.c |
| |
| BLOCK LAYER |
| M: Jens Axboe <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git |
| F: Documentation/ABI/stable/sysfs-block |
| F: Documentation/block/ |
| F: block/ |
| F: drivers/block/ |
| F: include/linux/bio.h |
| F: include/linux/blk* |
| F: include/uapi/linux/blk* |
| F: include/uapi/linux/ioprio.h |
| F: kernel/trace/blktrace.c |
| F: lib/sbitmap.c |
| |
| BLOCK LAYER DEVICE DRIVER API [RUST] |
| M: Andreas Hindborg <[email protected]> |
| R: Boqun Feng <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Supported |
| W: https://rust-for-linux.com |
| B: https://github.com/Rust-for-Linux/linux/issues |
| C: https://rust-for-linux.zulipchat.com/#narrow/stream/Block |
| T: git https://github.com/Rust-for-Linux/linux.git rust-block-next |
| F: drivers/block/rnull/ |
| F: rust/kernel/block.rs |
| F: rust/kernel/block/ |
| |
| BLOCK2MTD DRIVER |
| M: Joern Engel <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/mtd/devices/block2mtd.c |
| |
| BLUETOOTH DRIVERS |
| M: Marcel Holtmann <[email protected]> |
| M: Luiz Augusto von Dentz <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.bluez.org/ |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git |
| F: Documentation/devicetree/bindings/net/bluetooth/ |
| F: drivers/bluetooth/ |
| |
| BLUETOOTH SUBSYSTEM |
| M: Marcel Holtmann <[email protected]> |
| M: Luiz Augusto von Dentz <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.bluez.org/ |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git |
| F: Documentation/ABI/stable/sysfs-class-bluetooth |
| F: include/net/bluetooth/ |
| F: net/bluetooth/ |
| |
| BLZP1600 GPIO DRIVER |
| M: James Cowgill <[email protected]> |
| M: Matt Redfearn <[email protected]> |
| M: Neil Jones <[email protected]> |
| M: Nikolaos Pasaloukos <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/gpio/blaize,blzp1600-gpio.yaml |
| F: drivers/gpio/gpio-blzp1600.c |
| |
| BONDING DRIVER |
| M: Jay Vosburgh <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/networking/bonding.rst |
| F: drivers/net/bonding/ |
| F: include/net/bond* |
| F: include/uapi/linux/if_bonding.h |
| F: tools/testing/selftests/drivers/net/bonding/ |
| |
| BOSCH SENSORTEC BMA220 ACCELEROMETER IIO DRIVER |
| M: Petre Rodan <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/iio/accel/bosch,bma220.yaml |
| F: drivers/iio/accel/bma220* |
| |
| BOSCH SENSORTEC BMA400 ACCELEROMETER IIO DRIVER |
| M: Dan Robertson <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/iio/accel/bosch,bma400.yaml |
| F: drivers/iio/accel/bma400* |
| |
| BOSCH SENSORTEC BMI270 IMU IIO DRIVER |
| M: Alex Lanzano <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/iio/imu/bosch,bmi270.yaml |
| F: drivers/iio/imu/bmi270/ |
| |
| BOSCH SENSORTEC BMI323 IMU IIO DRIVER |
| M: Jagath Jog J <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/iio/imu/bosch,bmi323.yaml |
| F: drivers/iio/imu/bmi323/ |
| |
| BPF JIT for ARC |
| M: Shahab Vahedi <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: arch/arc/net/ |
| |
| BPF JIT for ARM |
| M: Russell King <[email protected]> |
| M: Puranjay Mohan <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: arch/arm/net/ |
| |
| BPF JIT for ARM64 |
| M: Daniel Borkmann <[email protected]> |
| M: Alexei Starovoitov <[email protected]> |
| M: Puranjay Mohan <[email protected]> |
| R: Xu Kuohai <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: arch/arm64/net/ |
| |
| BPF JIT for LOONGARCH |
| M: Tiezhu Yang <[email protected]> |
| R: Hengqi Chen <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: arch/loongarch/net/ |
| |
| BPF JIT for MIPS (32-BIT AND 64-BIT) |
| M: Johan Almbladh <[email protected]> |
| M: Paul Burton <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: arch/mips/net/ |
| |
| BPF JIT for NFP NICs |
| M: Jakub Kicinski <[email protected]> |
| L: [email protected] |
| S: Odd Fixes |
| F: drivers/net/ethernet/netronome/nfp/bpf/ |
| |
| BPF JIT for POWERPC (32-BIT AND 64-BIT) |
| M: Hari Bathini <[email protected]> |
| M: Christophe Leroy (CS GROUP) <[email protected]> |
| R: Naveen N Rao <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: arch/powerpc/net/ |
| |
| BPF JIT for RISC-V (32-bit) |
| M: Luke Nelson <[email protected]> |
| M: Xi Wang <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: arch/riscv/net/ |
| X: arch/riscv/net/bpf_jit_comp64.c |
| |
| BPF JIT for RISC-V (64-bit) |
| M: Björn Töpel <[email protected]> |
| R: Pu Lehui <[email protected]> |
| R: Puranjay Mohan <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: arch/riscv/net/ |
| X: arch/riscv/net/bpf_jit_comp32.c |
| |
| BPF JIT for S390 |
| M: Ilya Leoshkevich <[email protected]> |
| M: Heiko Carstens <[email protected]> |
| M: Vasily Gorbik <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: arch/s390/net/ |
| X: arch/s390/net/pnet.c |
| |
| BPF JIT for SPARC (32-BIT AND 64-BIT) |
| M: David S. Miller <[email protected]> |
| L: [email protected] |
| S: Odd Fixes |
| F: arch/sparc/net/ |
| |
| BPF JIT for X86 32-BIT |
| M: Wang YanQing <[email protected]> |
| L: [email protected] |
| S: Odd Fixes |
| F: arch/x86/net/bpf_jit_comp32.c |
| |
| BPF JIT for X86 64-BIT |
| M: Alexei Starovoitov <[email protected]> |
| M: Daniel Borkmann <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: arch/x86/net/ |
| X: arch/x86/net/bpf_jit_comp32.c |
| |
| BPF [CORE] |
| M: Alexei Starovoitov <[email protected]> |
| M: Daniel Borkmann <[email protected]> |
| R: John Fastabend <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: include/linux/bpf* |
| F: include/linux/filter.h |
| F: include/linux/tnum.h |
| F: kernel/bpf/core.c |
| F: kernel/bpf/dispatcher.c |
| F: kernel/bpf/mprog.c |
| F: kernel/bpf/syscall.c |
| F: kernel/bpf/tnum.c |
| F: kernel/bpf/trampoline.c |
| F: kernel/bpf/verifier.c |
| |
| BPF [CRYPTO] |
| M: Vadim Fedorenko <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: crypto/bpf_crypto_skcipher.c |
| F: include/linux/bpf_crypto.h |
| F: kernel/bpf/crypto.c |
| |
| BPF [DOCUMENTATION] (Related to Standardization) |
| R: David Vernet <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/bpf/standardization/ |
| |
| BPF [GENERAL] (Safe Dynamic Programs and Tools) |
| M: Alexei Starovoitov <[email protected]> |
| M: Daniel Borkmann <[email protected]> |
| M: Andrii Nakryiko <[email protected]> |
| M: Eduard Zingerman <[email protected]> |
| M: Kumar Kartikeya Dwivedi <[email protected]> |
| R: Martin KaFai Lau <[email protected]> |
| R: Song Liu <[email protected]> |
| R: Yonghong Song <[email protected]> |
| R: Jiri Olsa <[email protected]> |
| R: Emil Tsalapatis <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://bpf.io/ |
| Q: https://patchwork.kernel.org/project/netdevbpf/list/?delegate=121173 |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git |
| F: Documentation/bpf/ |
| F: Documentation/networking/filter.rst |
| F: Documentation/userspace-api/ebpf/ |
| F: arch/*/include/asm/rqspinlock.h |
| F: arch/*/net/* |
| F: include/asm-generic/rqspinlock.h |
| F: include/linux/bpf* |
| F: include/linux/btf* |
| F: include/linux/buildid.h |
| F: include/linux/filter.h |
| F: include/trace/events/xdp.h |
| F: include/uapi/linux/bpf* |
| F: include/uapi/linux/btf* |
| F: include/uapi/linux/filter.h |
| F: kernel/bpf/ |
| F: kernel/trace/bpf_trace.c |
| F: lib/buildid.c |
| F: lib/test_bpf.c |
| F: net/bpf/ |
| F: net/core/filter.c |
| F: net/sched/act_bpf.c |
| F: net/sched/cls_bpf.c |
| F: samples/bpf/ |
| F: scripts/Makefile.btf |
| F: scripts/bpf_doc.py |
| F: scripts/gen-btf.sh |
| F: scripts/pahole-version.sh |
| F: tools/bpf/ |
| F: tools/lib/bpf/ |
| F: tools/testing/selftests/bpf/ |
| |
| BPF [ITERATOR] |
| M: Yonghong Song <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: kernel/bpf/*iter.c |
| |
| BPF [L7 FRAMEWORK] (sockmap) |
| M: John Fastabend <[email protected]> |
| M: Jakub Sitnicki <[email protected]> |
| M: Jiayuan Chen <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: include/linux/skmsg.h |
| F: net/core/skmsg.c |
| F: net/core/sock_map.c |
| F: net/ipv4/tcp_bpf.c |
| F: net/ipv4/udp_bpf.c |
| F: net/unix/unix_bpf.c |
| |
| BPF [LIBRARY] (libbpf) |
| M: Andrii Nakryiko <[email protected]> |
| M: Eduard Zingerman <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: tools/lib/bpf/ |
| |
| BPF [MEMORY MANAGEMENT EXTENSIONS] |
| M: Roman Gushchin <[email protected]> |
| M: JP Kobryn <[email protected]> |
| M: Shakeel Butt <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: mm/bpf_memcontrol.c |
| |
| BPF [MISC] |
| L: [email protected] |
| S: Odd Fixes |
| K: (?:\b|_)bpf(?:\b|_) |
| |
| BPF [NETKIT] (BPF-programmable network device) |
| M: Daniel Borkmann <[email protected]> |
| M: Nikolay Aleksandrov <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Supported |
| F: drivers/net/netkit.c |
| F: include/net/netkit.h |
| F: tools/testing/selftests/bpf/prog_tests/tc_netkit.c |
| F: tools/testing/selftests/drivers/net/hw/nk_qlease.py |
| F: tools/testing/selftests/net/nk_qlease.py |
| |
| BPF [NETWORKING] (tcx & tc BPF, sock_addr) |
| M: Daniel Borkmann <[email protected]> |
| R: John Fastabend <[email protected]> |
| R: Stanislav Fomichev <[email protected]> |
| R: Martin KaFai Lau <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: include/net/tcx.h |
| F: kernel/bpf/tcx.c |
| F: net/core/filter.c |
| F: net/sched/act_bpf.c |
| F: net/sched/cls_bpf.c |
| |
| BPF [RINGBUF] |
| M: Andrii Nakryiko <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: kernel/bpf/ringbuf.c |
| |
| BPF [SECURITY & LSM] (Security Audit and Enforcement using BPF) |
| M: KP Singh <[email protected]> |
| M: Matt Bobrowski <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/bpf/prog_lsm.rst |
| F: include/linux/bpf_lsm.h |
| F: kernel/bpf/bpf_lsm.c |
| F: kernel/bpf/bpf_lsm_proto.c |
| F: kernel/trace/bpf_trace.c |
| F: security/bpf/ |
| |
| BPF [SELFTESTS] (Test Runners & Infrastructure) |
| M: Andrii Nakryiko <[email protected]> |
| M: Eduard Zingerman <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: tools/testing/selftests/bpf/ |
| |
| BPF [TOOLING] (bpftool) |
| M: Quentin Monnet <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: kernel/bpf/disasm.* |
| F: tools/bpf/bpftool/ |
| |
| BPF [TRACING] |
| M: Song Liu <[email protected]> |
| R: Jiri Olsa <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: kernel/bpf/stackmap.c |
| F: kernel/trace/bpf_trace.c |
| F: lib/buildid.c |
| |
| BROADCOM APDS9160 AMBIENT LIGHT SENSOR AND PROXIMITY DRIVER |
| M: Mikael Gonella-Bolduc <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/iio/light/brcm,apds9160.yaml |
| F: drivers/iio/light/apds9160.c |
| |
| BROADCOM APDS9999 AMBIENT LIGHT SENSOR DRIVER |
| M: Jose A. Perez de Azpillaga <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/iio/light/brcm,apds9999.yaml |
| F: drivers/iio/light/apds9999.c |
| |
| BROADCOM ASP 2.0 ETHERNET DRIVER |
| M: Justin Chen <[email protected]> |
| M: Florian Fainelli <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Supported |
| F: Documentation/devicetree/bindings/net/brcm,asp-v2.0.yaml |
| F: drivers/net/ethernet/broadcom/asp2/ |
| |
| BROADCOM B44 10/100 ETHERNET DRIVER |
| M: Michael Chan <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ethernet/broadcom/b44.* |
| |
| BROADCOM B53/SF2 ETHERNET SWITCH DRIVER |
| M: Florian Fainelli <[email protected]> |
| M: Jonas Gorski <[email protected]> |
| L: [email protected] |
| L: [email protected] (subscribers-only) |
| S: Supported |
| F: Documentation/devicetree/bindings/net/dsa/brcm,b53.yaml |
| F: drivers/net/dsa/b53/* |
| F: drivers/net/dsa/bcm_sf2* |
| F: include/linux/dsa/brcm.h |
| F: include/linux/platform_data/b53.h |
| F: net/dsa/tag_brcm.c |
| |
| BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE |
| M: Florian Fainelli <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git https://github.com/broadcom/stblinux.git |
| F: Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml |
| F: drivers/pci/controller/pcie-brcmstb.c |
| F: drivers/platform/raspberrypi/vchiq-* |
| F: drivers/staging/vc04_services |
| F: include/linux/raspberrypi/vchiq* |
| N: bcm2711 |
| N: bcm2712 |
| N: bcm283* |
| N: raspberrypi |
| |
| BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE |
| M: Florian Fainelli <[email protected]> |
| M: Ray Jui <[email protected]> |
| M: Scott Branden <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| S: Maintained |
| T: git https://github.com/broadcom/mach-bcm |
| F: arch/arm/mach-bcm/ |
| N: bcm281* |
| N: bcm113* |
| N: bcm216* |
| N: kona |
| |
| BROADCOM BCM2835 CAMERA DRIVERS |
| M: Raspberry Pi Kernel Maintenance <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/brcm,bcm2835-unicam.yaml |
| F: drivers/media/platform/broadcom/bcm2835-unicam* |
| |
| BROADCOM BCM47XX MIPS ARCHITECTURE |
| M: Hauke Mehrtens <[email protected]> |
| M: Rafał Miłecki <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/mips/brcm/ |
| F: arch/mips/bcm47xx/* |
| F: arch/mips/include/asm/mach-bcm47xx/* |
| |
| BROADCOM BCM4908 ETHERNET DRIVER |
| M: Rafał Miłecki <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml |
| F: drivers/net/ethernet/broadcom/bcm4908_enet.* |
| F: drivers/net/ethernet/broadcom/unimac.h |
| |
| BROADCOM BCM4908 PINMUX DRIVER |
| M: Rafał Miłecki <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/pinctrl/brcm,bcm4908-pinctrl.yaml |
| F: drivers/pinctrl/bcm/pinctrl-bcm4908.c |
| |
| BROADCOM BCM5301X ARM ARCHITECTURE |
| M: Florian Fainelli <[email protected]> |
| M: Hauke Mehrtens <[email protected]> |
| M: Rafał Miłecki <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: arch/arm/boot/dts/broadcom/bcm-ns.dtsi |
| F: arch/arm/boot/dts/broadcom/bcm470* |
| F: arch/arm/boot/dts/broadcom/bcm5301* |
| F: arch/arm/boot/dts/broadcom/bcm953012* |
| F: arch/arm/mach-bcm/bcm_5301x.c |
| |
| BROADCOM BCM53573 ARM ARCHITECTURE |
| M: Florian Fainelli <[email protected]> |
| M: Rafał Miłecki <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: arch/arm/boot/dts/broadcom/bcm47189* |
| F: arch/arm/boot/dts/broadcom/bcm53573* |
| |
| BROADCOM BCM63XX/BCM33XX UDC DRIVER |
| M: Kevin Cernekee <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/usb/gadget/udc/bcm63xx_udc.* |
| |
| BROADCOM BCM7XXX ARM ARCHITECTURE |
| M: Florian Fainelli <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git https://github.com/broadcom/stblinux.git |
| F: Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml |
| F: arch/arm/boot/dts/broadcom/bcm7*.dts* |
| F: arch/arm/include/asm/hardware/cache-b15-rac.h |
| F: arch/arm/mach-bcm/*brcmstb* |
| F: arch/arm/mm/cache-b15-rac.c |
| F: drivers/bus/brcmstb_gisb.c |
| F: drivers/pci/controller/pcie-brcmstb.c |
| N: brcmstb |
| N: bcm7038 |
| N: bcm7120 |
| |
| BROADCOM BCMBCA ARM ARCHITECTURE |
| M: William Zhang <[email protected]> |
| M: Anand Gore <[email protected]> |
| M: Kursad Oney <[email protected]> |
| M: Florian Fainelli <[email protected]> |
| M: Rafał Miłecki <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git https://github.com/broadcom/stblinux.git |
| F: Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml |
| F: arch/arm64/boot/dts/broadcom/bcmbca/* |
| N: bcmbca |
| N: bcm[9]?47622 |
| N: bcm[9]?4912 |
| N: bcm[9]?63138 |
| N: bcm[9]?63146 |
| N: bcm[9]?63148 |
| N: bcm[9]?63158 |
| N: bcm[9]?63178 |
| N: bcm[9]?6756 |
| N: bcm[9]?6813 |
| N: bcm[9]?6846 |
| N: bcm[9]?6855 |
| N: bcm[9]?6856 |
| N: bcm[9]?6858 |
| N: bcm[9]?6878 |
| |
| BROADCOM BDC DRIVER |
| M: Justin Chen <[email protected]> |
| M: Al Cooper <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/usb/brcm,bdc.yaml |
| F: drivers/usb/gadget/udc/bdc/ |
| |
| BROADCOM BMIPS CPUFREQ DRIVER |
| M: Markus Mayer <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/cpufreq/bmips-cpufreq.c |
| |
| BROADCOM BMIPS MIPS ARCHITECTURE |
| M: Florian Fainelli <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://github.com/broadcom/stblinux.git |
| F: arch/mips/bmips/* |
| F: arch/mips/boot/dts/brcm/bcm*.dts* |
| F: arch/mips/include/asm/mach-bmips/* |
| F: arch/mips/kernel/*bmips* |
| F: drivers/irqchip/irq-bcm63* |
| F: drivers/irqchip/irq-bcm7* |
| F: drivers/irqchip/irq-brcmstb* |
| F: drivers/pmdomain/bcm/bcm63xx-power.c |
| F: include/linux/bcm963xx_nvram.h |
| F: include/linux/bcm963xx_tag.h |
| |
| BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
| M: Rasesh Mody <[email protected]> |
| M: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ethernet/broadcom/bnx2.* |
| F: drivers/net/ethernet/broadcom/bnx2_* |
| |
| BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER |
| M: Saurav Kashyap <[email protected]> |
| M: Javed Hasan <[email protected]> |
| M: [email protected] |
| L: [email protected] |
| S: Supported |
| F: drivers/scsi/bnx2fc/ |
| |
| BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER |
| M: Nilesh Javali <[email protected]> |
| M: Manish Rangankar <[email protected]> |
| M: [email protected] |
| L: [email protected] |
| S: Supported |
| F: drivers/scsi/bnx2i/ |
| |
| BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER |
| M: Sudarsana Kalluru <[email protected]> |
| M: Manish Chopra <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ethernet/broadcom/bnx2x/ |
| |
| BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER |
| M: Michael Chan <[email protected]> |
| M: Pavan Chebbi <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/firmware/broadcom/tee_bnxt_fw.c |
| F: drivers/net/ethernet/broadcom/bnxt/ |
| F: include/linux/firmware/broadcom/tee_bnxt_fw.h |
| |
| BROADCOM BNG_EN 800 GIGABIT ETHERNET DRIVER |
| M: Vikas Gupta <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ethernet/broadcom/bnge/ |
| F: include/linux/bnge/hsi.h |
| |
| BROADCOM BRCM80211 IEEE802.11 WIRELESS DRIVERS |
| M: Arend van Spriel <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| L: [email protected] |
| S: Supported |
| F: drivers/net/wireless/broadcom/brcm80211/ |
| F: include/linux/platform_data/brcmfmac.h |
| |
| BROADCOM BRCMSTB GPIO DRIVER |
| M: Doug Berger <[email protected]> |
| M: Florian Fainelli <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| S: Supported |
| F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.yaml |
| F: drivers/gpio/gpio-brcmstb.c |
| |
| BROADCOM BRCMSTB I2C DRIVER |
| M: Kamal Dasu <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: Documentation/devicetree/bindings/i2c/brcm,brcmstb-i2c.yaml |
| F: drivers/i2c/busses/i2c-brcmstb.c |
| |
| BROADCOM BRCMSTB UART DRIVER |
| M: Al Cooper <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/serial/brcm,bcm7271-uart.yaml |
| F: drivers/tty/serial/8250/8250_bcm7271.c |
| |
| BROADCOM BRCMSTB USB EHCI DRIVER |
| M: Justin Chen <[email protected]> |
| M: Al Cooper <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/usb/brcm,bcm7445-ehci.yaml |
| F: drivers/usb/host/ehci-brcm.* |
| |
| BROADCOM BRCMSTB USB PIN MAP DRIVER |
| M: Al Cooper <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/usb/brcm,usb-pinmap.yaml |
| F: drivers/usb/misc/brcmstb-usb-pinmap.c |
| |
| BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER |
| M: Justin Chen <[email protected]> |
| M: Al Cooper <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/phy/broadcom/phy-brcm-usb* |
| |
| BROADCOM Broadband SoC High Speed SPI Controller DRIVER |
| M: William Zhang <[email protected]> |
| M: Kursad Oney <[email protected]> |
| M: Jonas Gorski <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/spi/brcm,bcm63xx-hsspi.yaml |
| F: drivers/spi/spi-bcm63xx-hsspi.c |
| F: drivers/spi/spi-bcmbca-hsspi.c |
| |
| BROADCOM BCM6348/BCM6358 SPI controller DRIVER |
| M: Jonas Gorski <[email protected]> |
| L: [email protected] |
| S: Odd Fixes |
| F: Documentation/devicetree/bindings/spi/brcm,bcm63xx-spi.yaml |
| F: drivers/spi/spi-bcm63xx.c |
| |
| BROADCOM ETHERNET PHY DRIVERS |
| M: Florian Fainelli <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: Documentation/devicetree/bindings/net/broadcom-bcm87xx.txt |
| F: drivers/net/phy/bcm*.[ch] |
| F: drivers/net/phy/broadcom.c |
| F: include/linux/brcmphy.h |
| |
| BROADCOM GENET ETHERNET DRIVER |
| M: Doug Berger <[email protected]> |
| M: Florian Fainelli <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/net/brcm,bcmgenet.yaml |
| F: Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml |
| F: drivers/net/ethernet/broadcom/genet/ |
| F: drivers/net/ethernet/broadcom/unimac.h |
| F: drivers/net/mdio/mdio-bcm-unimac.c |
| F: include/linux/platform_data/mdio-bcm-unimac.h |
| |
| BROADCOM IPROC ARM ARCHITECTURE |
| M: Ray Jui <[email protected]> |
| M: Scott Branden <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git https://github.com/broadcom/stblinux.git |
| F: arch/arm64/boot/dts/broadcom/northstar2/* |
| F: arch/arm64/boot/dts/broadcom/stingray/* |
| F: drivers/clk/bcm/clk-ns* |
| F: drivers/clk/bcm/clk-sr* |
| F: drivers/pinctrl/bcm/pinctrl-ns* |
| F: include/dt-bindings/clock/bcm-sr* |
| N: iproc |
| N: cygnus |
| N: bcm[-_]nsp |
| N: bcm9113* |
| N: bcm9583* |
| N: bcm9585* |
| N: bcm9586* |
| N: bcm988312 |
| N: bcm113* |
| N: bcm583* |
| N: bcm585* |
| N: bcm586* |
| N: bcm88312 |
| N: hr2 |
| N: stingray |
| |
| BROADCOM IPROC GBIT ETHERNET DRIVER |
| M: Rafał Miłecki <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/net/brcm,amac.yaml |
| F: drivers/net/ethernet/broadcom/bgmac* |
| F: drivers/net/ethernet/broadcom/unimac.h |
| |
| BROADCOM KONA GPIO DRIVER |
| M: Ray Jui <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| S: Supported |
| F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.yaml |
| F: drivers/gpio/gpio-bcm-kona.c |
| |
| BROADCOM MPI3 STORAGE CONTROLLER DRIVER |
| M: Sathya Prakash Veerichetty <[email protected]> |
| M: Kashyap Desai <[email protected]> |
| M: Sumit Saxena <[email protected]> |
| M: Sreekanth Reddy <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Supported |
| W: https://www.broadcom.com/support/storage |
| F: drivers/scsi/mpi3mr/ |
| |
| BROADCOM NETXTREME-E ROCE DRIVER |
| M: Selvin Xavier <[email protected]> |
| M: Kalesh AP <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.broadcom.com |
| F: drivers/infiniband/hw/bnxt_re/ |
| F: include/uapi/rdma/bnxt_re-abi.h |
| |
| BROADCOM 800 GIGABIT ROCE DRIVER |
| M: Siva Reddy Kallam <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.broadcom.com |
| F: drivers/infiniband/hw/bng_re/ |
| |
| BROADCOM NVRAM DRIVER |
| M: Rafał Miłecki <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/firmware/broadcom/* |
| |
| BROADCOM PMB (POWER MANAGEMENT BUS) DRIVER |
| M: Rafał Miłecki <[email protected]> |
| M: Florian Fainelli <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://github.com/broadcom/stblinux.git |
| F: drivers/pmdomain/bcm/bcm-pmb.c |
| F: include/dt-bindings/soc/bcm-pmb.h |
| |
| BROADCOM SPECIFIC AMBA DRIVER (BCMA) |
| M: Rafał Miłecki <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/bcma/ |
| F: include/linux/bcma/ |
| |
| BROADCOM SPI DRIVER |
| M: Kamal Dasu <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/spi/brcm,spi-bcm-qspi.yaml |
| F: drivers/spi/spi-bcm-qspi.* |
| F: drivers/spi/spi-brcmstb-qspi.c |
| F: drivers/spi/spi-iproc-qspi.c |
| |
| BROADCOM STB AVS CPUFREQ DRIVER |
| M: Markus Mayer <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt |
| F: drivers/cpufreq/brcmstb* |
| |
| BROADCOM STB AVS TMON DRIVER |
| M: Markus Mayer <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/thermal/brcm,avs-tmon.yaml |
| F: drivers/thermal/broadcom/brcmstb* |
| |
| BROADCOM STB DPFE DRIVER |
| M: Markus Mayer <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.yaml |
| F: drivers/memory/brcmstb_dpfe.c |
| |
| BROADCOM STB NAND FLASH DRIVER |
| M: Brian Norris <[email protected]> |
| M: Kamal Dasu <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/mtd/nand/raw/brcmnand/ |
| F: include/linux/platform_data/brcmnand.h |
| |
| BROADCOM STB PCIE DRIVER |
| M: Jim Quinlan <[email protected]> |
| M: Florian Fainelli <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml |
| F: drivers/pci/controller/pcie-brcmstb.c |
| |
| BROADCOM SYSTEMPORT ETHERNET DRIVER |
| M: Florian Fainelli <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/net/brcm,systemport.yaml |
| F: drivers/net/ethernet/broadcom/bcmsysport.* |
| F: drivers/net/ethernet/broadcom/unimac.h |
| |
| BROADCOM TG3 GIGABIT ETHERNET DRIVER |
| M: Pavan Chebbi <[email protected]> |
| M: Michael Chan <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ethernet/broadcom/tg3.* |
| |
| BROADCOM VK DRIVER |
| M: Scott Branden <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| S: Supported |
| F: drivers/misc/bcm-vk/ |
| F: include/uapi/linux/misc/bcm_vk.h |
| |
| BROCADE BFA FC SCSI DRIVER |
| M: Anil Gurumurthy <[email protected]> |
| M: Sudarsana Kalluru <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/scsi/bfa/ |
| |
| BROCADE BNA 10 GIGABIT ETHERNET DRIVER |
| M: Rasesh Mody <[email protected]> |
| M: Sudarsana Kalluru <[email protected]> |
| M: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ethernet/brocade/bna/ |
| |
| BSG (block layer generic sg v4 driver) |
| M: FUJITA Tomonori <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: block/bsg.c |
| F: include/linux/bsg.h |
| F: include/uapi/linux/bsg.h |
| |
| BT87X AUDIO DRIVER |
| M: Clemens Ladisch <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
| F: Documentation/sound/cards/bt87x.rst |
| F: sound/pci/bt87x.c |
| |
| BT8XXGPIO DRIVER |
| M: Michael Buesch <[email protected]> |
| S: Maintained |
| W: http://bu3sch.de/btgpio.php |
| F: drivers/gpio/gpio-bt8xx.c |
| |
| BTRFS FILE SYSTEM |
| M: Chris Mason <[email protected]> |
| M: David Sterba <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://btrfs.readthedocs.io |
| Q: https://patchwork.kernel.org/project/linux-btrfs/list/ |
| C: irc://irc.libera.chat/btrfs |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git |
| F: Documentation/filesystems/btrfs.rst |
| F: fs/btrfs/ |
| F: include/linux/btrfs* |
| F: include/trace/events/btrfs.h |
| F: include/uapi/linux/btrfs* |
| |
| BTTV VIDEO4LINUX DRIVER |
| M: Mauro Carvalho Chehab <[email protected]> |
| L: [email protected] |
| S: Odd fixes |
| W: https://linuxtv.org |
| T: git git://linuxtv.org/media.git |
| F: Documentation/driver-api/media/drivers/bttv* |
| F: drivers/media/pci/bt8xx/bttv* |
| |
| BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS |
| M: Chanwoo Choi <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git |
| F: Documentation/devicetree/bindings/interconnect/samsung,exynos-bus.yaml |
| F: drivers/devfreq/exynos-bus.c |
| |
| BUSLOGIC SCSI DRIVER |
| M: Khalid Aziz <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/scsi/BusLogic.* |
| F: drivers/scsi/FlashPoint.* |
| |
| BXCAN CAN NETWORK DRIVER |
| M: Dario Binacchi <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/net/can/st,stm32-bxcan.yaml |
| F: drivers/net/can/bxcan.c |
| |
| C-MEDIA CMI8788 DRIVER |
| M: Clemens Ladisch <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git |
| F: sound/pci/oxygen/ |
| |
| C-SKY ARCHITECTURE |
| M: Guo Ren <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://github.com/c-sky/csky-linux.git |
| F: Documentation/devicetree/bindings/csky/ |
| F: Documentation/devicetree/bindings/interrupt-controller/csky,* |
| F: Documentation/devicetree/bindings/timer/csky,* |
| F: arch/csky/ |
| F: drivers/clocksource/timer-gx6605s.c |
| F: drivers/clocksource/timer-mp-csky.c |
| F: drivers/irqchip/irq-csky-* |
| N: csky |
| K: csky |
| |
| CA8210 IEEE-802.15.4 RADIO DRIVER |
| L: [email protected] |
| S: Orphan |
| W: https://github.com/Cascoda/ca8210-linux.git |
| F: Documentation/devicetree/bindings/net/ieee802154/ca8210.txt |
| F: drivers/net/ieee802154/ca8210.c |
| |
| CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS |
| M: David Howells <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: Documentation/filesystems/caching/cachefiles.rst |
| F: fs/cachefiles/ |
| |
| CACHESTAT: PAGE CACHE STATS FOR A FILE |
| M: Nhat Pham <[email protected]> |
| M: Johannes Weiner <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: tools/testing/selftests/cachestat/test_cachestat.c |
| |
| CADENCE MIPI-CSI2 BRIDGES |
| M: Maxime Ripard <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/cdns,*.txt |
| F: Documentation/devicetree/bindings/media/cdns,csi2rx.yaml |
| F: drivers/media/platform/cadence/cdns-csi2* |
| F: include/media/cadence/cdns-csi2* |
| |
| CADENCE NAND DRIVER |
| L: [email protected] |
| S: Orphan |
| F: Documentation/devicetree/bindings/mtd/cdns,hp-nfc.yaml |
| F: drivers/mtd/nand/raw/cadence-nand-controller.c |
| |
| CADENCE USB3 DRD IP DRIVER |
| M: Peter Chen <[email protected]> |
| M: Pawel Laszczak <[email protected]> |
| R: Roger Quadros <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git |
| F: Documentation/devicetree/bindings/usb/cdns,usb3.yaml |
| F: drivers/usb/cdns3/ |
| X: drivers/usb/cdns3/cdnsp* |
| |
| CADENCE USBHS DRIVER |
| M: Pawel Laszczak <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/usb/gadget/udc/cdns2 |
| |
| CADENCE USBSSP DRD IP DRIVER |
| M: Pawel Laszczak <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git |
| F: drivers/usb/cdns3/ |
| X: drivers/usb/cdns3/cdns3* |
| |
| CADET FM/AM RADIO RECEIVER DRIVER |
| M: Hans Verkuil <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://linuxtv.org |
| T: git git://linuxtv.org/media.git |
| F: drivers/media/radio/radio-cadet* |
| |
| CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
| L: [email protected] |
| S: Orphan |
| T: git git://linuxtv.org/media.git |
| F: Documentation/admin-guide/media/cafe_ccic* |
| F: drivers/media/platform/marvell/ |
| |
| CAKE QDISC |
| M: Toke Høiland-Jørgensen <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| F: net/sched/sch_cake.c |
| |
| CAN NETWORK DRIVERS |
| M: Marc Kleine-Budde <[email protected]> |
| M: Vincent Mailhol <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://github.com/linux-can |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git |
| F: Documentation/devicetree/bindings/net/can/ |
| F: Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml |
| F: drivers/net/can/ |
| F: drivers/phy/phy-can-transceiver.c |
| F: include/linux/can/bittiming.h |
| F: include/linux/can/dev.h |
| F: include/linux/can/length.h |
| F: include/linux/can/platform/ |
| F: include/linux/can/rx-offload.h |
| F: include/uapi/linux/can/error.h |
| F: include/uapi/linux/can/netlink.h |
| F: include/uapi/linux/can/vxcan.h |
| |
| CAN NETWORK LAYER |
| M: Oliver Hartkopp <[email protected]> |
| M: Marc Kleine-Budde <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://github.com/linux-can |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git |
| F: Documentation/networking/can.rst |
| F: Documentation/networking/iso15765-2.rst |
| F: include/linux/can/can-ml.h |
| F: include/linux/can/core.h |
| F: include/linux/can/skb.h |
| F: include/net/can.h |
| F: include/net/netns/can.h |
| F: include/uapi/linux/can.h |
| F: include/uapi/linux/can/bcm.h |
| F: include/uapi/linux/can/gw.h |
| F: include/uapi/linux/can/isotp.h |
| F: include/uapi/linux/can/raw.h |
| F: net/can/ |
| F: net/sched/em_canid.c |
| F: tools/testing/selftests/net/can/ |
| |
| CAN-J1939 NETWORK LAYER |
| M: Robin van der Gracht <[email protected]> |
| M: Oleksij Rempel <[email protected]> |
| R: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/networking/j1939.rst |
| F: include/uapi/linux/can/j1939.h |
| F: net/can/j1939/ |
| |
| CANAAN/KENDRYTE K210 SOC FPIOA DRIVER |
| M: Damien Le Moal <[email protected]> |
| L: [email protected] |
| L: [email protected] (pinctrl driver) |
| F: Documentation/devicetree/bindings/pinctrl/canaan,k210-fpioa.yaml |
| F: drivers/pinctrl/pinctrl-k210.c |
| |
| CANAAN/KENDRYTE K210 SOC RESET CONTROLLER DRIVER |
| M: Damien Le Moal <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/reset/canaan,k210-rst.yaml |
| F: drivers/reset/reset-k210.c |
| |
| CANAAN/KENDRYTE K210 SOC SYSTEM CONTROLLER DRIVER |
| M: Damien Le Moal <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/mfd/canaan,k210-sysctl.yaml |
| F: drivers/soc/canaan/ |
| F: include/soc/canaan/ |
| |
| CAPABILITIES |
| M: Serge Hallyn <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: include/linux/capability.h |
| F: include/trace/events/capability.h |
| F: include/uapi/linux/capability.h |
| F: kernel/capability.c |
| F: security/commoncap.c |
| F: security/commoncap_test.c |
| |
| CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER |
| M: Kevin Tsai <[email protected]> |
| S: Maintained |
| F: drivers/iio/light/cm* |
| |
| CARL9170 LINUX COMMUNITY WIRELESS DRIVER |
| M: Christian Lamparter <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://wireless.wiki.kernel.org/en/users/Drivers/carl9170 |
| F: drivers/net/wireless/ath/carl9170/ |
| |
| CAVIUM I2C DRIVER |
| M: Robert Richter <[email protected]> |
| S: Odd Fixes |
| W: http://www.marvell.com |
| F: drivers/i2c/busses/i2c-octeon* |
| F: drivers/i2c/busses/i2c-thunderx* |
| |
| CAVIUM LIQUIDIO NETWORK DRIVER |
| L: [email protected] |
| S: Orphan |
| W: http://www.marvell.com |
| F: drivers/net/ethernet/cavium/liquidio/ |
| |
| CAVIUM MMC DRIVER |
| M: Robert Richter <[email protected]> |
| S: Odd Fixes |
| W: http://www.marvell.com |
| F: drivers/mmc/host/cavium* |
| |
| CAVIUM OCTEON-TX CRYPTO DRIVER |
| M: George Cherian <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.marvell.com |
| F: drivers/crypto/cavium/cpt/ |
| |
| CBS/ETF/TAPRIO QDISCS |
| M: Vinicius Costa Gomes <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: net/sched/sch_cbs.c |
| F: net/sched/sch_etf.c |
| F: net/sched/sch_taprio.c |
| |
| CC2520 IEEE-802.15.4 RADIO DRIVER |
| M: Stefan Schmidt <[email protected]> |
| L: [email protected] |
| S: Odd Fixes |
| F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt |
| F: drivers/net/ieee802154/cc2520.c |
| |
| CCREE ARM TRUSTZONE CRYPTOCELL REE DRIVER |
| M: Gilad Ben-Yossef <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family |
| F: drivers/crypto/ccree/ |
| |
| CCTRNG ARM TRUSTZONE CRYPTOCELL TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER |
| M: Hadar Gat <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family |
| F: Documentation/devicetree/bindings/rng/arm-cctrng.yaml |
| F: drivers/char/hw_random/cctrng.c |
| F: drivers/char/hw_random/cctrng.h |
| |
| CEC FRAMEWORK |
| M: Hans Verkuil <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://linuxtv.org |
| T: git git://linuxtv.org/media.git |
| F: Documentation/ABI/testing/debugfs-cec-error-inj |
| F: Documentation/devicetree/bindings/media/cec/cec-common.yaml |
| F: Documentation/driver-api/media/cec-core.rst |
| F: Documentation/userspace-api/media/cec |
| F: drivers/media/cec/ |
| F: drivers/media/rc/keymaps/rc-cec.c |
| F: include/media/cec-notifier.h |
| F: include/media/cec.h |
| F: include/uapi/linux/cec-funcs.h |
| F: include/uapi/linux/cec.h |
| |
| CEC GPIO DRIVER |
| M: Hans Verkuil <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://linuxtv.org |
| T: git git://linuxtv.org/media.git |
| F: Documentation/devicetree/bindings/media/cec/cec-gpio.yaml |
| F: drivers/media/cec/platform/cec-gpio/ |
| |
| CELL BROADBAND ENGINE ARCHITECTURE |
| L: [email protected] |
| S: Orphan |
| F: arch/powerpc/include/asm/cell*.h |
| F: arch/powerpc/include/asm/spu*.h |
| F: arch/powerpc/include/uapi/asm/spu*.h |
| F: arch/powerpc/platforms/cell/ |
| |
| CELLWISE CW2015 BATTERY DRIVER |
| M: Tobias Schrammm <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/power/supply/cw2015_battery.yaml |
| F: drivers/power/supply/cw2015_battery.c |
| |
| CEPH COMMON CODE (LIBCEPH) |
| M: Ilya Dryomov <[email protected]> |
| M: Alex Markuze <[email protected]> |
| M: Viacheslav Dubeyko <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://ceph.com/ |
| B: https://tracker.ceph.com/ |
| T: git https://github.com/ceph/ceph-client.git |
| F: include/linux/ceph/ |
| F: include/linux/crush/ |
| F: net/ceph/ |
| |
| CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH) |
| M: Ilya Dryomov <[email protected]> |
| M: Alex Markuze <[email protected]> |
| M: Viacheslav Dubeyko <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://ceph.com/ |
| B: https://tracker.ceph.com/ |
| T: git https://github.com/ceph/ceph-client.git |
| F: Documentation/filesystems/ceph.rst |
| F: fs/ceph/ |
| |
| CERTIFICATE HANDLING |
| M: David Howells <[email protected]> |
| M: David Woodhouse <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/admin-guide/module-signing.rst |
| F: certs/ |
| F: scripts/sign-file.c |
| F: scripts/ssl-common.h |
| F: tools/certs/ |
| |
| CFAG12864B LCD DRIVER |
| M: Miguel Ojeda <[email protected]> |
| S: Maintained |
| F: drivers/auxdisplay/cfag12864b.c |
| F: include/linux/cfag12864b.h |
| |
| CFAG12864BFB LCD FRAMEBUFFER DRIVER |
| M: Miguel Ojeda <[email protected]> |
| S: Maintained |
| F: drivers/auxdisplay/cfag12864bfb.c |
| F: include/linux/cfag12864b.h |
| |
| CHAR and MISC DRIVERS |
| M: Arnd Bergmann <[email protected]> |
| M: Greg Kroah-Hartman <[email protected]> |
| S: Supported |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git |
| F: drivers/char/ |
| F: drivers/misc/ |
| F: include/linux/miscdevice.h |
| F: rust/kernel/miscdevice.rs |
| F: samples/rust/rust_misc_device.rs |
| X: drivers/char/agp/ |
| X: drivers/char/hw_random/ |
| X: drivers/char/ipmi/ |
| X: drivers/char/random.c |
| X: drivers/char/tpm/ |
| |
| CHARGERLAB POWER-Z HARDWARE MONITOR DRIVER |
| M: Thomas Weißschuh <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/hwmon/powerz.rst |
| F: drivers/hwmon/powerz.c |
| |
| CHARLIEPLEX KEYPAD DRIVER |
| M: Hugo Villeneuve <[email protected]> |
| S: Supported |
| W: http://www.mosaic-industries.com/embedded-systems/microcontroller-projects/electronic-circuits/matrix-keypad-scan-decode |
| F: Documentation/devicetree/bindings/input/gpio-charlieplex-keypad.yaml |
| F: drivers/input/keyboard/charlieplex_keypad.c |
| |
| CHECKPATCH |
| M: Andy Whitcroft <[email protected]> |
| M: Joe Perches <[email protected]> |
| S: Maintained |
| F: scripts/checkpatch.pl |
| |
| CHECKPATCH DOCUMENTATION |
| M: Dwaipayan Ray <[email protected]> |
| M: Lukas Bulwahn <[email protected]> |
| R: Joe Perches <[email protected]> |
| S: Maintained |
| F: Documentation/dev-tools/checkpatch.rst |
| |
| CHINESE DOCUMENTATION |
| M: Alex Shi <[email protected]> |
| M: Yanteng Si <[email protected]> |
| R: Dongliang Mu <[email protected]> |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/alexs/linux.git |
| S: Maintained |
| F: Documentation/translations/zh_CN/ |
| |
| CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER |
| M: Peter Chen <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git |
| F: drivers/usb/chipidea/ |
| |
| CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER |
| M: Hans de Goede <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/input/touchscreen/chipone,icn8318.yaml |
| F: drivers/input/touchscreen/chipone_icn8318.c |
| |
| CHIPONE ICN8505 I2C TOUCHSCREEN DRIVER |
| M: Hans de Goede <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/input/touchscreen/chipone_icn8505.c |
| |
| CHROME HARDWARE PLATFORM SUPPORT |
| M: Benson Leung <[email protected]> |
| M: Tzung-Bi Shih <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git |
| F: drivers/platform/chrome/ |
| |
| CHROMEOS EC CODEC DRIVER |
| M: Cheng-Yi Chiang <[email protected]> |
| M: Tzung-Bi Shih <[email protected]> |
| R: Guenter Roeck <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/sound/google,cros-ec-codec.yaml |
| F: sound/soc/codecs/cros_ec_codec.* |
| |
| CHROMEOS EC CHARGE CONTROL |
| M: Thomas Weißschuh <[email protected]> |
| S: Maintained |
| F: drivers/power/supply/cros_charge-control.c |
| |
| CHROMEOS EC HARDWARE MONITORING |
| M: Thomas Weißschuh <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/hwmon/cros_ec_hwmon.rst |
| F: drivers/hwmon/cros_ec_hwmon.c |
| |
| CHROMEOS EC LED DRIVER |
| M: Thomas Weißschuh <[email protected]> |
| S: Maintained |
| F: drivers/leds/leds-cros_ec.c |
| |
| CHROMEOS EC SUBDRIVERS |
| M: Benson Leung <[email protected]> |
| R: Guenter Roeck <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/power/supply/cros_charge-control.c |
| F: drivers/power/supply/cros_usbpd-charger.c |
| N: cros_ec |
| N: cros-ec |
| |
| CHROMEOS EC UART DRIVER |
| M: Bhanu Prakash Maiya <[email protected]> |
| R: Benson Leung <[email protected]> |
| R: Tzung-Bi Shih <[email protected]> |
| S: Maintained |
| F: drivers/platform/chrome/cros_ec_uart.c |
| |
| CHROMEOS EC USB PD NOTIFY DRIVER |
| M: Łukasz Bartosik <[email protected]> |
| M: Andrei Kuchynski <[email protected]> |
| M: Jameson Thies <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/chrome/cros_usbpd_notify.c |
| F: include/linux/platform_data/cros_usbpd_notify.h |
| |
| CHROMEOS EC USB TYPE-C DRIVER |
| M: Benson Leung <[email protected]> |
| M: Abhishek Pandit-Subedi <[email protected]> |
| M: Jameson Thies <[email protected]> |
| M: Andrei Kuchynski <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/chrome/cros_ec_typec.* |
| F: drivers/platform/chrome/cros_typec_altmode.* |
| F: drivers/platform/chrome/cros_typec_switch.c |
| F: drivers/platform/chrome/cros_typec_vdm.* |
| |
| CHROMEOS HPS DRIVER |
| M: Dan Callaghan <[email protected]> |
| R: Sami Kyöstilä <[email protected]> |
| S: Maintained |
| F: drivers/platform/chrome/cros_hps_i2c.c |
| |
| CHROMEOS EC WATCHDOG |
| M: Lukasz Majczak <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/watchdog/cros_ec_wdt.c |
| |
| CHROMEOS UCSI DRIVER |
| M: Abhishek Pandit-Subedi <[email protected]> |
| M: Łukasz Bartosik <[email protected]> |
| M: Jameson Thies <[email protected]> |
| M: Andrei Kuchynski <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/usb/typec/ucsi/cros_ec_ucsi.c |
| |
| CHRONTEL CH7322 CEC DRIVER |
| M: Joe Tessler <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://linuxtv.org/media.git |
| F: Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml |
| F: drivers/media/cec/i2c/ch7322.c |
| |
| CIRRUS LOGIC AUDIO CODEC DRIVERS |
| M: David Rhodes <[email protected]> |
| M: Richard Fitzgerald <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/sound/cirrus,cs* |
| F: Documentation/sound/codecs/cs* |
| F: drivers/mfd/cs42l43* |
| F: drivers/pinctrl/cirrus/pinctrl-cs42l43* |
| F: drivers/spi/spi-cs42l43* |
| F: include/dt-bindings/sound/cs* |
| F: include/linux/mfd/cs42l43* |
| F: include/sound/cs* |
| F: sound/hda/codecs/cirrus* |
| F: sound/hda/codecs/side-codecs/cirrus* |
| F: sound/hda/codecs/side-codecs/cs* |
| F: sound/hda/codecs/side-codecs/hda_component* |
| F: sound/soc/codecs/cs* |
| |
| CIRRUS LOGIC HAPTIC DRIVERS |
| M: James Ogletree <[email protected]> |
| M: Fred Treven <[email protected]> |
| M: Ben Bright <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: Documentation/devicetree/bindings/input/cirrus,cs40l50.yaml |
| F: drivers/input/misc/cs40l* |
| F: drivers/mfd/cs40l* |
| F: include/linux/mfd/cs40l* |
| F: sound/soc/codecs/cs40l* |
| |
| CIRRUS LOGIC DSP FIRMWARE DRIVER |
| M: Simon Trimmer <[email protected]> |
| M: Charles Keepax <[email protected]> |
| M: Richard Fitzgerald <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://github.com/CirrusLogic/linux-drivers/wiki |
| T: git https://github.com/CirrusLogic/linux-drivers.git |
| F: drivers/firmware/cirrus/ |
| F: include/linux/firmware/cirrus/ |
| |
| CIRRUS LOGIC EP93XX ETHERNET DRIVER |
| M: Hartley Sweeten <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ethernet/cirrus/ep93xx_eth.c |
| |
| CIRRUS LOGIC LOCHNAGAR DRIVER |
| M: Charles Keepax <[email protected]> |
| M: Richard Fitzgerald <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: Documentation/devicetree/bindings/clock/cirrus,lochnagar.yaml |
| F: Documentation/devicetree/bindings/hwmon/cirrus,lochnagar.yaml |
| F: Documentation/devicetree/bindings/mfd/cirrus,lochnagar.yaml |
| F: Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml |
| F: Documentation/devicetree/bindings/sound/cirrus,lochnagar.yaml |
| F: Documentation/hwmon/lochnagar.rst |
| F: drivers/clk/clk-lochnagar.c |
| F: drivers/hwmon/lochnagar-hwmon.c |
| F: drivers/mfd/lochnagar-i2c.c |
| F: drivers/pinctrl/cirrus/pinctrl-lochnagar.c |
| F: drivers/regulator/lochnagar-regulator.c |
| F: include/dt-bindings/clock/lochnagar.h |
| F: include/dt-bindings/pinctrl/lochnagar.h |
| F: include/linux/mfd/lochnagar* |
| F: sound/soc/codecs/lochnagar-sc.c |
| |
| CIRRUS LOGIC MADERA CODEC DRIVERS |
| M: Charles Keepax <[email protected]> |
| M: Richard Fitzgerald <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Supported |
| W: https://github.com/CirrusLogic/linux-drivers/wiki |
| T: git https://github.com/CirrusLogic/linux-drivers.git |
| F: Documentation/devicetree/bindings/mfd/cirrus,madera.yaml |
| F: Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml |
| F: Documentation/devicetree/bindings/sound/cirrus,madera.yaml |
| F: drivers/gpio/gpio-madera* |
| F: drivers/irqchip/irq-madera* |
| F: drivers/mfd/cs47l* |
| F: drivers/mfd/madera* |
| F: drivers/pinctrl/cirrus/* |
| F: include/dt-bindings/sound/madera* |
| F: include/linux/irqchip/irq-madera* |
| F: include/linux/mfd/madera/* |
| F: include/sound/madera* |
| F: sound/soc/codecs/cs47l* |
| F: sound/soc/codecs/madera* |
| |
| CISCO FCOE HBA DRIVER |
| M: Satish Kharat <[email protected]> |
| M: Sesidhar Baddela <[email protected]> |
| M: Karan Tilak Kumar <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/scsi/fnic/ |
| |
| CISCO SCSI HBA DRIVER |
| M: Karan Tilak Kumar <[email protected]> |
| M: Narsimhulu Musini <[email protected]> |
| M: Sesidhar Baddela <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/scsi/snic/ |
| |
| CISCO VIC ETHERNET NIC DRIVER |
| M: Satish Kharat <[email protected]> |
| S: Maintained |
| F: drivers/net/ethernet/cisco/enic/ |
| |
| CISCO VIC LOW LATENCY NIC DRIVER |
| M: Nelson Escobar <[email protected]> |
| M: Satish Kharat <[email protected]> |
| S: Supported |
| F: drivers/infiniband/hw/usnic/ |
| |
| CLANG CONTEXT ANALYSIS |
| M: Marco Elver <[email protected]> |
| R: Bart Van Assche <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/dev-tools/context-analysis.rst |
| F: include/linux/compiler-context-analysis.h |
| F: lib/test_context-analysis.c |
| F: scripts/Makefile.context-analysis |
| F: scripts/context-analysis-suppression.txt |
| |
| CLANG CONTROL FLOW INTEGRITY SUPPORT |
| M: Sami Tolvanen <[email protected]> |
| M: Kees Cook <[email protected]> |
| R: Nathan Chancellor <[email protected]> |
| L: [email protected] |
| S: Supported |
| B: https://github.com/ClangBuiltLinux/linux/issues |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening |
| F: include/linux/cfi.h |
| F: kernel/cfi.c |
| |
| CLANG-FORMAT FILE |
| M: Miguel Ojeda <[email protected]> |
| S: Maintained |
| F: .clang-format |
| |
| CLANG/LLVM BUILD SUPPORT |
| M: Nathan Chancellor <[email protected]> |
| R: Nick Desaulniers <[email protected]> |
| R: Bill Wendling <[email protected]> |
| R: Justin Stitt <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://clangbuiltlinux.github.io/ |
| B: https://github.com/ClangBuiltLinux/linux/issues |
| C: irc://irc.libera.chat/clangbuiltlinux |
| F: Documentation/kbuild/llvm.rst |
| F: include/linux/compiler-clang.h |
| F: scripts/Makefile.clang |
| F: scripts/clang-tools/ |
| K: \b(?i:clang|llvm)\b |
| |
| CLK API |
| M: Russell King <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: include/linux/clk.h |
| |
| CLOCKSOURCE, CLOCKEVENT DRIVERS |
| M: Daniel Lezcano <[email protected]> |
| M: Thomas Gleixner <[email protected]> |
| L: [email protected] |
| S: Supported |
| P: Documentation/process/maintainer-tip.rst |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core |
| F: Documentation/devicetree/bindings/timer/ |
| F: drivers/clocksource/ |
| |
| CLOSURES |
| M: Kent Overstreet <[email protected]> |
| L: [email protected] |
| S: Supported |
| C: irc://irc.oftc.net/bcache |
| F: include/linux/closure.h |
| F: lib/closure.c |
| |
| CMPC ACPI DRIVER |
| M: Thadeu Lima de Souza Cascardo <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/platform/x86/classmate-laptop.c |
| |
| COBALT MEDIA DRIVER |
| M: Hans Verkuil <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://linuxtv.org |
| T: git git://linuxtv.org/media.git |
| F: drivers/media/pci/cobalt/ |
| |
| COCCINELLE/Semantic Patches (SmPL) |
| M: Julia Lawall <[email protected]> |
| M: Nicolas Palix <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| W: https://coccinelle.gitlabpages.inria.fr/website/ |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux.git |
| F: Documentation/dev-tools/coccinelle.rst |
| F: scripts/coccicheck |
| F: scripts/coccinelle/ |
| |
| CODA FILE SYSTEM |
| M: Jan Harkes <[email protected]> |
| M: [email protected] |
| L: [email protected] |
| S: Maintained |
| W: http://www.coda.cs.cmu.edu/ |
| F: Documentation/filesystems/coda.rst |
| F: fs/coda/ |
| F: include/linux/coda*.h |
| F: include/uapi/linux/coda*.h |
| |
| CODA V4L2 MEM2MEM DRIVER |
| M: Philipp Zabel <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/media/coda.yaml |
| F: drivers/media/platform/chips-media/coda |
| |
| CODE OF CONDUCT |
| M: Greg Kroah-Hartman <[email protected]> |
| S: Supported |
| F: Documentation/process/code-of-conduct-interpretation.rst |
| F: Documentation/process/code-of-conduct.rst |
| |
| CODE TAGGING |
| M: Suren Baghdasaryan <[email protected]> |
| M: Kent Overstreet <[email protected]> |
| R: Hao Ge <[email protected]> |
| S: Maintained |
| F: include/asm-generic/codetag.lds.h |
| F: include/linux/codetag.h |
| F: lib/codetag.c |
| |
| COMEDI DRIVERS |
| M: Ian Abbott <[email protected]> |
| M: H Hartley Sweeten <[email protected]> |
| S: Odd Fixes |
| F: drivers/comedi/ |
| F: include/linux/comedi/ |
| F: include/uapi/linux/comedi.h |
| |
| COMMON CLK FRAMEWORK |
| M: Michael Turquette <[email protected]> |
| M: Stephen Boyd <[email protected]> |
| R: Brian Masney <[email protected]> |
| L: [email protected] |
| S: Maintained |
| Q: http://patchwork.kernel.org/project/linux-clk/list/ |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git |
| F: Documentation/devicetree/bindings/clock/ |
| F: drivers/clk/ |
| F: include/dt-bindings/clock/ |
| F: include/linux/clk-pr* |
| F: include/linux/clk/ |
| F: include/linux/of_clk.h |
| F: scripts/gdb/linux/clk.py |
| F: rust/helpers/clk.c |
| F: rust/kernel/clk.rs |
| X: drivers/clk/clkdev.c |
| |
| COMMON INTERNET FILE SYSTEM CLIENT (CIFS and SMB3) |
| M: Steve French <[email protected]> |
| M: Steve French <[email protected]> |
| R: Paulo Alcantara <[email protected]> (DFS, global name space) |
| R: Ronnie Sahlberg <[email protected]> (directory leases, sparse files) |
| R: Shyam Prasad N <[email protected]> (multichannel) |
| R: Tom Talpey <[email protected]> (RDMA, smbdirect) |
| R: Bharath SM <[email protected]> (deferred close, directory leases) |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| W: https://wiki.samba.org/index.php/LinuxCIFS |
| T: git https://git.samba.org/sfrench/cifs-2.6.git |
| F: Documentation/admin-guide/cifs/ |
| F: fs/smb/client/ |
| F: fs/smb/common/ |
| F: include/uapi/linux/cifs |
| |
| COMPACTPCI HOTPLUG CORE |
| M: Scott Murray <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/pci/hotplug/cpci_hotplug* |
| |
| COMPACTPCI HOTPLUG GENERIC DRIVER |
| M: Scott Murray <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/pci/hotplug/cpcihp_generic.c |
| |
| COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER |
| M: Scott Murray <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/pci/hotplug/cpcihp_zt5550.* |
| |
| COMPAL LAPTOP SUPPORT |
| M: Cezary Jackiewicz <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/x86/compal-laptop.c |
| |
| COMPILER ATTRIBUTES |
| M: Miguel Ojeda <[email protected]> |
| S: Maintained |
| F: include/linux/compiler_attributes.h |
| |
| COMPUTE EXPRESS LINK (CXL) |
| M: Davidlohr Bueso <[email protected]> |
| M: Jonathan Cameron <[email protected]> |
| M: Dave Jiang <[email protected]> |
| M: Alison Schofield <[email protected]> |
| M: Vishal Verma <[email protected]> |
| M: Dan Williams <[email protected]> |
| R: Ira Weiny <[email protected]> |
| R: Li Ming <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/driver-api/cxl |
| F: Documentation/userspace-api/fwctl/fwctl-cxl.rst |
| F: drivers/cxl/ |
| F: include/cxl/ |
| F: include/uapi/linux/cxl_mem.h |
| F: tools/testing/cxl/ |
| |
| COMPUTE EXPRESS LINK PMU (CPMU) |
| M: Jonathan Cameron <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/admin-guide/perf/cxl.rst |
| F: drivers/perf/cxl_pmu.c |
| |
| CONEXANT ACCESSRUNNER USB DRIVER |
| L: [email protected] |
| S: Orphan |
| W: http://accessrunner.sourceforge.net/ |
| F: drivers/usb/atm/cxacru.c |
| |
| CONFIDENTIAL COMPUTING THREAT MODEL FOR X86 VIRTUALIZATION (SNP/TDX) |
| M: Elena Reshetova <[email protected]> |
| M: Carlos Bilbao <[email protected]> |
| S: Maintained |
| F: Documentation/security/snp-tdx-threat-model.rst |
| |
| CONFIGFS |
| M: Andreas Hindborg <[email protected]> |
| R: Breno Leitao <[email protected]> |
| S: Supported |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git configfs-next |
| F: fs/configfs/ |
| F: include/linux/configfs.h |
| F: rust/kernel/configfs.rs |
| F: samples/configfs/ |
| F: samples/rust/rust_configfs.rs |
| |
| CONGATEC BOARD CONTROLLER MFD DRIVER |
| M: Thomas Richard <[email protected]> |
| S: Maintained |
| F: drivers/gpio/gpio-cgbc.c |
| F: drivers/hwmon/cgbc-hwmon.c |
| F: drivers/i2c/busses/i2c-cgbc.c |
| F: drivers/mfd/cgbc-core.c |
| F: drivers/video/backlight/cgbc_bl.c |
| F: drivers/watchdog/cgbc_wdt.c |
| F: include/linux/mfd/cgbc.h |
| |
| CONSOLE SUBSYSTEM |
| M: Greg Kroah-Hartman <[email protected]> |
| S: Supported |
| F: drivers/video/console/ |
| F: include/linux/console* |
| |
| CONTAINER BUILD SCRIPT |
| M: Guillaume Tucker <[email protected]> |
| S: Maintained |
| F: Documentation/dev-tools/container.rst |
| F: scripts/container |
| |
| CONTEXT TRACKING |
| M: Frederic Weisbecker <[email protected]> |
| M: "Paul E. McKenney" <[email protected]> |
| S: Maintained |
| F: include/linux/context_tracking* |
| F: kernel/context_tracking.c |
| |
| CONTROL GROUP (CGROUP) |
| M: Tejun Heo <[email protected]> |
| M: Johannes Weiner <[email protected]> |
| M: Michal Koutný <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git |
| F: Documentation/admin-guide/cgroup-v1/ |
| F: Documentation/admin-guide/cgroup-v2.rst |
| F: include/linux/cgroup* |
| F: kernel/cgroup/ |
| F: tools/testing/selftests/cgroup/ |
| |
| CONTROL GROUP - BLOCK IO CONTROLLER (BLKIO) |
| M: Tejun Heo <[email protected]> |
| M: Josef Bacik <[email protected]> |
| M: Jens Axboe <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git |
| F: Documentation/admin-guide/cgroup-v1/blkio-controller.rst |
| F: block/bfq-cgroup.c |
| F: block/blk-cgroup.c |
| F: block/blk-iocost.c |
| F: block/blk-iolatency.c |
| F: block/blk-throttle.c |
| F: include/linux/blk-cgroup.h |
| |
| CONTROL GROUP - CPUSET |
| M: Waiman Long <[email protected]> |
| R: Ridong Chen <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git |
| F: Documentation/admin-guide/cgroup-v1/cpusets.rst |
| F: include/linux/cpuset.h |
| F: kernel/cgroup/cpuset-internal.h |
| F: kernel/cgroup/cpuset-v1.c |
| F: kernel/cgroup/cpuset.c |
| F: tools/testing/selftests/cgroup/test_cpuset.c |
| F: tools/testing/selftests/cgroup/test_cpuset_prs.sh |
| F: tools/testing/selftests/cgroup/test_cpuset_v1_base.sh |
| |
| CONTROL GROUP - DEVICE MEMORY CONTROLLER (DMEM) |
| M: Maarten Lankhorst <[email protected]> |
| M: Maxime Ripard <[email protected]> |
| M: Natalie Vock <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: include/linux/cgroup_dmem.h |
| F: kernel/cgroup/dmem.c |
| |
| CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) |
| M: Johannes Weiner <[email protected]> |
| M: Michal Hocko <[email protected]> |
| M: Roman Gushchin <[email protected]> |
| M: Shakeel Butt <[email protected]> |
| R: Muchun Song <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: include/linux/memcontrol.h |
| F: include/linux/page_counter.h |
| F: mm/memcontrol.c |
| F: mm/memcontrol-v1.c |
| F: mm/memcontrol-v1.h |
| F: mm/page_counter.c |
| F: samples/cgroup/* |
| F: tools/testing/selftests/cgroup/memcg_protection.m |
| F: tools/testing/selftests/cgroup/test_hugetlb_memcg.c |
| F: tools/testing/selftests/cgroup/test_kmem.c |
| F: tools/testing/selftests/cgroup/test_memcontrol.c |
| |
| CORETEMP HARDWARE MONITORING DRIVER |
| L: [email protected] |
| S: Orphan |
| F: Documentation/hwmon/coretemp.rst |
| F: drivers/hwmon/coretemp.c |
| |
| CORSAIR-CPRO HARDWARE MONITOR DRIVER |
| M: Marius Zachmann <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/hwmon/corsair-cpro.c |
| |
| CORSAIR-PSU HARDWARE MONITOR DRIVER |
| M: Wilken Gottwalt <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/hwmon/corsair-psu.rst |
| F: drivers/hwmon/corsair-psu.c |
| |
| COUNTER SUBSYSTEM |
| M: William Breathitt Gray <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git |
| F: Documentation/ABI/testing/sysfs-bus-counter |
| F: Documentation/driver-api/generic-counter.rst |
| F: drivers/counter/ |
| F: include/linux/counter.h |
| F: include/uapi/linux/counter.h |
| F: tools/counter/ |
| |
| COUNTER WATCH EVENTS TOOL |
| M: Fabrice Gasnier <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: tools/counter/counter_watch_events.c |
| |
| CP2615 I2C DRIVER |
| M: Bence Csókás <[email protected]> |
| S: Maintained |
| F: drivers/i2c/busses/i2c-cp2615.c |
| |
| CPU FREQUENCY DRIVERS - CPPC CPUFREQ |
| M: "Rafael J. Wysocki" <[email protected]> |
| M: Viresh Kumar <[email protected]> |
| R: Jie Zhan <[email protected]> |
| R: Lifeng Zheng <[email protected]> |
| R: Pierre Gondois <[email protected]> |
| R: Sumit Gupta <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/cpufreq/cppc_cpufreq.c |
| |
| CPU FREQUENCY DRIVERS - VEXPRESS SPC ARM BIG LITTLE |
| M: Viresh Kumar <[email protected]> |
| M: Sudeep Holla <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php |
| F: drivers/cpufreq/vexpress-spc-cpufreq.c |
| |
| CPU FREQUENCY DRIVERS - VIRTUAL MACHINE CPUFREQ |
| M: Saravana Kannan <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/cpufreq/virtual-cpufreq.c |
| |
| CPU FREQUENCY SCALING FRAMEWORK |
| M: "Rafael J. Wysocki" <[email protected]> |
| M: Viresh Kumar <[email protected]> |
| L: [email protected] |
| S: Maintained |
| B: https://bugzilla.kernel.org |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git (For ARM Updates) |
| F: Documentation/admin-guide/pm/cpufreq.rst |
| F: Documentation/admin-guide/pm/intel_pstate.rst |
| F: Documentation/cpu-freq/ |
| F: Documentation/devicetree/bindings/cpufreq/ |
| F: drivers/cpufreq/ |
| F: include/linux/cpufreq.h |
| F: include/linux/sched/cpufreq.h |
| F: kernel/sched/cpufreq*.c |
| F: rust/kernel/cpufreq.rs |
| F: tools/testing/selftests/cpufreq/ |
| |
| CPU HOTPLUG |
| M: Thomas Gleixner <[email protected]> |
| M: Peter Zijlstra <[email protected]> |
| L: [email protected] |
| S: Maintained |
| P: Documentation/process/maintainer-tip.rst |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp/core |
| F: include/linux/cpu.h |
| F: include/linux/cpuhotplug.h |
| F: include/linux/cpuhplock.h |
| F: include/linux/smpboot.h |
| F: kernel/cpu.c |
| F: kernel/smpboot.* |
| F: rust/helpers/cpu.c |
| F: rust/kernel/cpu.rs |
| |
| CPU IDLE TIME MANAGEMENT FRAMEWORK |
| M: "Rafael J. Wysocki" <[email protected]> |
| M: Daniel Lezcano <[email protected]> |
| R: Christian Loehle <[email protected]> |
| L: [email protected] |
| S: Maintained |
| B: https://bugzilla.kernel.org |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
| F: Documentation/admin-guide/pm/cpuidle.rst |
| F: Documentation/driver-api/pm/cpuidle.rst |
| F: drivers/cpuidle/ |
| F: include/linux/cpuidle.h |
| |
| CPU POWER MONITORING SUBSYSTEM |
| M: Thomas Renninger <[email protected]> |
| M: Shuah Khan <[email protected]> |
| M: Shuah Khan <[email protected]> |
| M: John B. Wyatt IV <[email protected]> |
| M: John B. Wyatt IV <[email protected]> |
| M: John Kacur <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: tools/power/cpupower/ |
| |
| CPUID/MSR DRIVER |
| M: "H. Peter Anvin" <[email protected]> |
| S: Maintained |
| F: arch/x86/kernel/cpuid.c |
| F: arch/x86/kernel/msr.c |
| |
| CPUIDLE DRIVER - ARM BIG LITTLE |
| M: Lorenzo Pieralisi <[email protected]> |
| M: Daniel Lezcano <[email protected]> |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git |
| F: drivers/cpuidle/cpuidle-big_little.c |
| |
| CPUIDLE DRIVER - ARM EXYNOS |
| M: Daniel Lezcano <[email protected]> |
| M: Kukjin Kim <[email protected]> |
| R: Krzysztof Kozlowski <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: arch/arm/mach-exynos/pm.c |
| F: drivers/cpuidle/cpuidle-exynos.c |
| F: include/linux/platform_data/cpuidle-exynos.h |
| |
| CPUIDLE DRIVER - ARM PSCI |
| M: Lorenzo Pieralisi <[email protected]> |
| M: Sudeep Holla <[email protected]> |
| M: Ulf Hansson <[email protected]> |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git |
| F: drivers/cpuidle/cpuidle-psci.c |
| |
| CPUIDLE DRIVER - ARM PSCI PM DOMAIN |
| M: Ulf Hansson <[email protected]> |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git |
| F: drivers/cpuidle/cpuidle-psci-domain.c |
| F: drivers/cpuidle/cpuidle-psci.h |
| |
| CPUIDLE DRIVER - DT IDLE PM DOMAIN |
| M: Ulf Hansson <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git |
| F: drivers/cpuidle/dt_idle_genpd.c |
| F: drivers/cpuidle/dt_idle_genpd.h |
| |
| CPUIDLE DRIVER - RISC-V SBI |
| M: Anup Patel <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: drivers/cpuidle/cpuidle-riscv-sbi.c |
| |
| CPUMASK API [RUST] |
| M: Viresh Kumar <[email protected]> |
| R: Yury Norov <[email protected]> |
| S: Maintained |
| F: rust/kernel/cpumask.rs |
| |
| CRAMFS FILESYSTEM |
| M: Nicolas Pitre <[email protected]> |
| S: Maintained |
| F: Documentation/filesystems/cramfs.rst |
| F: fs/cramfs/ |
| |
| CRC LIBRARY |
| M: Eric Biggers <[email protected]> |
| R: Ard Biesheuvel <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git crc-next |
| F: Documentation/staging/crc* |
| F: include/linux/crc* |
| F: lib/crc/ |
| F: scripts/gen-crc-consts.py |
| |
| CREATIVE SB0540 |
| M: Bastien Nocera <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/hid/hid-creative-sb0540.c |
| |
| CREDENTIALS |
| M: Paul Moore <[email protected]> |
| R: Serge Hallyn <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git |
| F: include/linux/cred.h |
| F: kernel/cred.c |
| F: rust/kernel/cred.rs |
| F: Documentation/security/credentials.rst |
| |
| INTEL CRPS COMMON REDUNDANT PSU DRIVER |
| M: Ninad Palsule <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/hwmon/crps.rst |
| F: drivers/hwmon/pmbus/crps.c |
| |
| CRYPTO API |
| M: Herbert Xu <[email protected]> |
| M: "David S. Miller" <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
| F: Documentation/crypto/ |
| F: Documentation/devicetree/bindings/crypto/ |
| F: arch/*/crypto/ |
| F: crypto/ |
| F: drivers/crypto/ |
| F: include/crypto/ |
| F: include/linux/crypto* |
| |
| CRYPTO LIBRARY |
| M: Eric Biggers <[email protected]> |
| M: Jason A. Donenfeld <[email protected]> |
| M: Ard Biesheuvel <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git libcrypto-next |
| T: git https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git libcrypto-fixes |
| F: lib/crypto/ |
| F: scripts/crypto/ |
| |
| CRYPTO SPEED TEST COMPARE |
| M: Wang Jinchao <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: tools/crypto/tcrypt/tcrypt_speed_compare.py |
| |
| CS3308 MEDIA DRIVER |
| M: Hans Verkuil <[email protected]> |
| L: [email protected] |
| S: Odd Fixes |
| W: http://linuxtv.org |
| T: git git://linuxtv.org/media.git |
| F: drivers/media/i2c/cs3308.c |
| |
| CS5535 Audio ALSA driver |
| M: Jaya Kumar <[email protected]> |
| S: Maintained |
| F: sound/pci/cs5535audio/ |
| |
| CTU CAN FD DRIVER |
| M: Pavel Pisa <[email protected]> |
| M: Ondrej Ille <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml |
| F: drivers/net/can/ctucanfd/ |
| |
| CVE ASSIGNMENT CONTACT |
| M: CVE Assignment Team <[email protected]> |
| S: Maintained |
| F: Documentation/process/cve.rst |
| |
| CW1200 WLAN driver |
| S: Orphan |
| L: [email protected] |
| F: drivers/net/wireless/st/ |
| F: include/linux/platform_data/net-cw1200.h |
| |
| CX18 VIDEO4LINUX DRIVER |
| M: Andy Walls <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://linuxtv.org |
| T: git git://linuxtv.org/media.git |
| F: drivers/media/pci/cx18/ |
| F: include/uapi/linux/ivtv* |
| |
| CX2341X MPEG ENCODER HELPER MODULE |
| M: Hans Verkuil <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://linuxtv.org |
| T: git git://linuxtv.org/media.git |
| F: drivers/media/common/cx2341x* |
| F: include/media/drv-intf/cx2341x.h |
| |
| CX24120 MEDIA DRIVER |
| M: Jemma Denson <[email protected]> |
| M: Patrick Boettcher <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: https://linuxtv.org |
| Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
| F: drivers/media/dvb-frontends/cx24120* |
| |
| CX88 VIDEO4LINUX DRIVER |
| M: Mauro Carvalho Chehab <[email protected]> |
| L: [email protected] |
| S: Odd fixes |
| W: https://linuxtv.org |
| T: git git://linuxtv.org/media.git |
| F: Documentation/driver-api/media/drivers/cx88* |
| F: drivers/media/pci/cx88/ |
| |
| CXD2820R MEDIA DRIVER |
| L: [email protected] |
| S: Orphan |
| W: https://linuxtv.org |
| Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
| F: drivers/media/dvb-frontends/cxd2820r* |
| |
| CXGB3 ETHERNET DRIVER (CXGB3) |
| M: Potnuri Bharat Teja <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: http://www.chelsio.com |
| F: drivers/net/ethernet/chelsio/cxgb3/ |
| |
| CXGB3 ISCSI DRIVER (CXGB3I) |
| M: Varun Prakash <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.chelsio.com |
| F: drivers/scsi/cxgbi/cxgb3i |
| |
| CXGB4 CRYPTO DRIVER (chcr) |
| M: Ayush Sawal <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.chelsio.com |
| F: drivers/crypto/chelsio |
| |
| CXGB4 ETHERNET DRIVER (CXGB4) |
| M: Potnuri Bharat Teja <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: http://www.chelsio.com |
| F: drivers/net/ethernet/chelsio/cxgb4/ |
| |
| CXGB4 INLINE CRYPTO DRIVER |
| M: Ayush Sawal <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: http://www.chelsio.com |
| F: drivers/net/ethernet/chelsio/inline_crypto/ |
| |
| CXGB4 ISCSI DRIVER (CXGB4I) |
| M: Varun Prakash <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.chelsio.com |
| F: drivers/scsi/cxgbi/cxgb4i |
| |
| CXGB4 IWARP RNIC DRIVER (IW_CXGB4) |
| M: Potnuri Bharat Teja <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.openfabrics.org |
| F: drivers/infiniband/hw/cxgb4/ |
| F: include/uapi/rdma/cxgb4-abi.h |
| |
| CXGB4VF ETHERNET DRIVER (CXGB4VF) |
| M: Potnuri Bharat Teja <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: http://www.chelsio.com |
| F: drivers/net/ethernet/chelsio/cxgb4vf/ |
| |
| CYBERPRO FB DRIVER |
| M: Russell King <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| W: http://www.armlinux.org.uk/ |
| F: drivers/video/fbdev/cyber2000fb.* |
| |
| CYCLADES PC300 DRIVER |
| S: Orphan |
| F: drivers/net/wan/pc300* |
| |
| CYPRESS CY8C95X0 PINCTRL DRIVER |
| M: Patrick Rudolph <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/pinctrl/pinctrl-cy8c95x0.c |
| |
| CYPRESS CY8CTMA140 TOUCHSCREEN DRIVER |
| M: Linus Walleij <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/input/touchscreen/cy8ctma140.c |
| |
| CYPRESS STREETFIGHTER TOUCHKEYS DRIVER |
| M: Yassine Oudjana <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/input/cypress-sf.yaml |
| F: drivers/input/keyboard/cypress-sf.c |
| |
| CYPRESS_FIRMWARE MEDIA DRIVER |
| L: [email protected] |
| S: Orphan |
| W: https://linuxtv.org |
| Q: http://patchwork.linuxtv.org/project/linux-media/list/ |
| F: drivers/media/common/cypress_firmware* |
| |
| CYTTSP TOUCHSCREEN DRIVER |
| M: Linus Walleij <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/input/touchscreen/cyttsp* |
| |
| D-LINK DIR-685 TOUCHKEYS DRIVER |
| M: Linus Walleij <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/input/keyboard/dlink-dir685-touchkeys.c |
| |
| DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK |
| M: Joshua Kinard <[email protected]> |
| S: Maintained |
| F: drivers/rtc/rtc-ds1685.c |
| F: include/linux/rtc/ds1685.h |
| |
| DASHARO ACPI PLATFORM DRIVER |
| M: Michał Kopeć <[email protected]> |
| S: Maintained |
| W: https://docs.dasharo.com/ |
| F: drivers/platform/x86/dasharo-acpi.c |
| |
| DAMON |
| M: SeongJae Park <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| W: https://damonitor.github.io |
| P: Documentation/mm/damon/maintainer-profile.rst |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |
| T: quilt git://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/sj/linux.git damon/next |
| F: Documentation/ABI/testing/sysfs-kernel-mm-damon |
| F: Documentation/admin-guide/mm/damon/ |
| F: Documentation/mm/damon/ |
| F: include/linux/damon.h |
| F: include/trace/events/damon.h |
| F: mm/damon/ |
| F: samples/damon/ |
| F: tools/testing/selftests/damon/ |
| |
| DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
| L: [email protected] |
| S: Orphan |
| F: Documentation/networking/device_drivers/ethernet/dec/dmfe.rst |
| F: drivers/net/ethernet/dec/tulip/dmfe.c |
| |
| DC390/AM53C974 SCSI driver |
| M: Hannes Reinecke <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/scsi/am53c974.c |
| |
| DC395x SCSI driver |
| M: Oliver Neukum <[email protected]> |
| M: Ali Akcaagac <[email protected]> |
| M: Jamie Lenehan <[email protected]> |
| S: Maintained |
| F: Documentation/scsi/dc395x.rst |
| F: drivers/scsi/dc395x.* |
| |
| DEBUGOBJECTS: |
| M: Thomas Gleixner <[email protected]> |
| L: [email protected] |
| S: Maintained |
| P: Documentation/process/maintainer-tip.rst |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/debugobjects |
| F: include/linux/debugobjects.h |
| F: lib/debugobjects.c |
| |
| DEC LANCE NETWORK DRIVER |
| M: "Maciej W. Rozycki" <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/net/ethernet/amd/declance.c |
| |
| DECSTATION PLATFORM SUPPORT |
| M: "Maciej W. Rozycki" <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: arch/mips/dec/ |
| F: arch/mips/include/asm/dec/ |
| F: arch/mips/include/asm/mach-dec/ |
| |
| DEFXX FDDI NETWORK DRIVER |
| M: "Maciej W. Rozycki" <[email protected]> |
| S: Maintained |
| F: drivers/net/fddi/defxx.* |
| |
| DEFZA FDDI NETWORK DRIVER |
| M: "Maciej W. Rozycki" <[email protected]> |
| S: Maintained |
| F: drivers/net/fddi/defza.* |
| |
| DEINTERLACE DRIVERS FOR ALLWINNER H3 |
| M: Jernej Skrabec <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://linuxtv.org/media.git |
| F: Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.yaml |
| F: drivers/media/platform/sunxi/sun8i-di/ |
| |
| DELL LAPTOP DRIVER |
| M: Matthew Garrett <[email protected]> |
| M: Pali Rohár <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/x86/dell/dell-laptop.c |
| |
| DELL LAPTOP FREEFALL DRIVER |
| M: Pali Rohár <[email protected]> |
| S: Maintained |
| F: drivers/platform/x86/dell/dell-smo8800.c |
| |
| DELL LAPTOP RBTN DRIVER |
| M: Pali Rohár <[email protected]> |
| S: Maintained |
| F: drivers/platform/x86/dell/dell-rbtn.* |
| |
| DELL LAPTOP SMM DRIVER |
| M: Pali Rohár <[email protected]> |
| S: Maintained |
| F: Documentation/ABI/obsolete/procfs-i8k |
| F: drivers/hwmon/dell-smm-hwmon.c |
| F: include/uapi/linux/i8k.h |
| |
| DELL PC DRIVER |
| M: Lyndon Sanche <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/x86/dell/dell-pc.c |
| |
| DELL REMOTE BIOS UPDATE DRIVER |
| M: Stuart Hayes <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/x86/dell/dell_rbu.c |
| |
| DELL SMBIOS DRIVER |
| M: Pali Rohár <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/x86/dell/dell-smbios.* |
| |
| DELL SMBIOS SMM DRIVER |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/x86/dell/dell-smbios-smm.c |
| |
| DELL SMBIOS WMI DRIVER |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/x86/dell/dell-smbios-wmi.c |
| F: tools/wmi/dell-smbios-example.c |
| |
| DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
| M: Stuart Hayes <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/userspace-api/dcdbas.rst |
| F: drivers/platform/x86/dell/dcdbas.* |
| |
| DELL WMI DDV DRIVER |
| M: Armin Wolf <[email protected]> |
| S: Maintained |
| F: Documentation/ABI/testing/debugfs-dell-wmi-ddv |
| F: Documentation/ABI/testing/sysfs-platform-dell-wmi-ddv |
| F: Documentation/wmi/devices/dell-wmi-ddv.rst |
| F: drivers/platform/x86/dell/dell-wmi-ddv.c |
| |
| DELL WMI DESCRIPTOR DRIVER |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/x86/dell/dell-wmi-descriptor.c |
| |
| DELL WMI HARDWARE PRIVACY SUPPORT |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: drivers/platform/x86/dell/dell-wmi-privacy.c |
| |
| DELL WMI NOTIFICATIONS DRIVER |
| M: Matthew Garrett <[email protected]> |
| M: Pali Rohár <[email protected]> |
| S: Maintained |
| F: drivers/platform/x86/dell/dell-wmi-base.c |
| |
| DELL WMI SYSMAN DRIVER |
| M: Prasanth Ksr <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/ABI/testing/sysfs-class-firmware-attributes |
| F: drivers/platform/x86/dell/dell-wmi-sysman/ |
| |
| DELTA AHE-50DC FAN CONTROL MODULE DRIVER |
| M: Zev Weiss <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/hwmon/pmbus/delta-ahe50dc-fan.c |
| |
| DELTA DPS920AB PSU DRIVER |
| M: Robert Marko <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/hwmon/dps920ab.rst |
| F: drivers/hwmon/pmbus/dps920ab.c |
| |
| DELTA NETWORKS TN48M CPLD DRIVERS |
| M: Robert Marko <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml |
| F: Documentation/devicetree/bindings/mfd/delta,tn48m-cpld.yaml |
| F: Documentation/devicetree/bindings/reset/delta,tn48m-reset.yaml |
| F: drivers/gpio/gpio-tn48m.c |
| F: include/dt-bindings/reset/delta,tn48m-reset.h |
| |
| DELTA ST MEDIA DRIVER |
| M: Hugues Fruchet <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://linuxtv.org |
| T: git git://linuxtv.org/media.git |
| F: drivers/media/platform/st/sti/delta |
| |
| DENALI NAND DRIVER |
| L: [email protected] |
| S: Orphan |
| F: drivers/mtd/nand/raw/denali* |
| |
| DESIGNWARE EDMA CORE IP DRIVER |
| M: Manivannan Sadhasivam <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/dma/dw-edma/ |
| F: include/linux/dma/edma.h |
| |
| DESIGNWARE USB2 DRD IP DRIVER |
| M: Minas Harutyunyan <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git |
| F: drivers/usb/dwc2/ |
| |
| DESIGNWARE USB3 DRD IP DRIVER |
| M: Thinh Nguyen <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/usb/dwc3/ |
| |
| DESIGNWARE XDATA IP DRIVER |
| L: [email protected] |
| S: Orphan |
| F: Documentation/misc-devices/dw-xdata-pcie.rst |
| F: drivers/misc/dw-xdata-pcie.c |
| |
| DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER |
| M: Andreas Klinger <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/ABI/testing/sysfs-bus-iio-distance-srf08 |
| F: drivers/iio/proximity/srf*.c |
| |
| DEVICE COREDUMP (DEV_COREDUMP) |
| M: Johannes Berg <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/base/devcoredump.c |
| F: include/linux/devcoredump.h |
| |
| DEVICE DEPENDENCY HELPER SCRIPT |
| M: Saravana Kannan <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: scripts/dev-needs.sh |
| |
| DEVICE DIRECT ACCESS (DAX) |
| M: Dan Williams <[email protected]> |
| M: Vishal Verma <[email protected]> |
| M: Dave Jiang <[email protected]> |
| M: Alison Schofield <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Supported |
| F: drivers/dax/ |
| |
| DEVICE DIRECT ACCESS (DAX) [fsdev_dax] |
| M: John Groves <[email protected]> |
| M: John Groves <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Supported |
| F: drivers/dax/fsdev.c |
| |
| DEVICE FREQUENCY (DEVFREQ) |
| M: MyungJoo Ham <[email protected]> |
| M: Kyungmin Park <[email protected]> |
| M: Chanwoo Choi <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git |
| F: Documentation/devicetree/bindings/devfreq/ |
| F: Documentation/devicetree/bindings/interconnect/mediatek,cci.yaml |
| F: drivers/devfreq/ |
| F: include/linux/devfreq.h |
| F: include/trace/events/devfreq.h |
| |
| DEVICE FREQUENCY EVENT (DEVFREQ-EVENT) |
| M: Chanwoo Choi <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git |
| F: Documentation/devicetree/bindings/devfreq/event/ |
| F: drivers/devfreq/devfreq-event.c |
| F: drivers/devfreq/event/ |
| F: include/dt-bindings/pmu/exynos_ppmu.h |
| F: include/linux/devfreq-event.h |
| |
| DEVICE I/O & IRQ [RUST] |
| M: Danilo Krummrich <[email protected]> |
| M: Alice Ryhl <[email protected]> |
| M: Daniel Almeida <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://rust-for-linux.com |
| B: https://github.com/Rust-for-Linux/linux/issues |
| C: https://rust-for-linux.zulipchat.com |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git |
| F: rust/kernel/io.rs |
| F: rust/kernel/io/ |
| F: rust/kernel/irq.rs |
| F: rust/kernel/irq/ |
| |
| DEVICE RESOURCE MANAGEMENT HELPERS |
| M: Hans de Goede <[email protected]> |
| R: Matti Vaittinen <[email protected]> |
| S: Maintained |
| F: include/linux/devm-helpers.h |
| |
| DEVICE-MAPPER (LVM) |
| M: Alasdair Kergon <[email protected]> |
| M: Mike Snitzer <[email protected]> |
| M: Mikulas Patocka <[email protected]> |
| M: Benjamin Marzinski <[email protected]> |
| L: [email protected] |
| S: Maintained |
| Q: http://patchwork.kernel.org/project/dm-devel/list/ |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git |
| F: Documentation/admin-guide/device-mapper/ |
| F: drivers/md/Kconfig |
| F: drivers/md/Makefile |
| F: drivers/md/dm* |
| F: drivers/md/persistent-data/ |
| F: include/linux/device-mapper.h |
| F: include/linux/dm-*.h |
| F: include/uapi/linux/dm-*.h |
| |
| DEVICE-MAPPER VDO TARGET |
| M: Matthew Sakai <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/admin-guide/device-mapper/vdo*.rst |
| F: drivers/md/dm-vdo/ |
| |
| DEVICE-MAPPER PCACHE TARGET |
| M: Dongsheng Yang <[email protected]> |
| M: Zheng Gu <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/admin-guide/device-mapper/dm-pcache.rst |
| F: drivers/md/dm-pcache/ |
| |
| DEVLINK |
| M: Jiri Pirko <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: Documentation/networking/devlink |
| F: include/net/devlink.h |
| F: include/uapi/linux/devlink.h |
| F: net/devlink/ |
| |
| DFROBOT SD2405AL RTC DRIVER |
| M: Tóth János <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/rtc/rtc-sd2405al.c |
| |
| DFROBOT SEN0322 DRIVER |
| M: Tóth János <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/iio/chemical/sen0322.c |
| |
| DH ELECTRONICS DHSOM SOM AND BOARD SUPPORT |
| M: Christoph Niedermaier <[email protected]> |
| M: Marek Vasut <[email protected]> |
| L: [email protected] |
| S: Maintained |
| N: dhcom |
| N: dhcor |
| N: dhsom |
| |
| DIALOG SEMICONDUCTOR DRIVERS |
| M: Support Opensource <[email protected]> |
| S: Supported |
| W: http://www.dialog-semiconductor.com/products |
| F: Documentation/devicetree/bindings/input/dlg,da72??.yaml |
| F: Documentation/devicetree/bindings/input/dlg,da9062-onkey.yaml |
| F: Documentation/devicetree/bindings/mfd/da90*.txt |
| F: Documentation/devicetree/bindings/mfd/dlg,da90*.yaml |
| F: Documentation/devicetree/bindings/regulator/dlg,da9*.yaml |
| F: Documentation/devicetree/bindings/regulator/dlg,slg51000.yaml |
| F: Documentation/devicetree/bindings/sound/da[79]*.txt |
| F: Documentation/devicetree/bindings/sound/dlg,da7213.yaml |
| F: Documentation/devicetree/bindings/thermal/dlg,da9062-thermal.yaml |
| F: Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml |
| F: Documentation/hwmon/da90??.rst |
| F: drivers/gpio/gpio-da90??.c |
| F: drivers/hwmon/da90??-hwmon.c |
| F: drivers/iio/adc/da91??-*.c |
| F: drivers/input/misc/da72??.[ch] |
| F: drivers/input/misc/da90??_onkey.c |
| F: drivers/input/touchscreen/da9052_tsi.c |
| F: drivers/leds/leds-da90??.c |
| F: drivers/mfd/da903x.c |
| F: drivers/mfd/da90??-*.c |
| F: drivers/mfd/da91??-*.c |
| F: drivers/pinctrl/pinctrl-da90??.c |
| F: drivers/power/supply/da9052-battery.c |
| F: drivers/power/supply/da91??-*.c |
| F: drivers/regulator/da9???-regulator.[ch] |
| F: drivers/regulator/slg51000-regulator.[ch] |
| F: drivers/rtc/rtc-da90??.c |
| F: drivers/thermal/da90??-thermal.c |
| F: drivers/video/backlight/da90??_bl.c |
| F: drivers/watchdog/da90??_wdt.c |
| F: include/dt-bindings/regulator/dlg,da9*-regulator.h |
| F: include/linux/mfd/da903x.h |
| F: include/linux/mfd/da9052/ |
| F: include/linux/mfd/da9055/ |
| F: include/linux/mfd/da9062/ |
| F: include/linux/mfd/da9063/ |
| F: include/linux/mfd/da9150/ |
| F: include/linux/regulator/da9211.h |
| F: include/sound/da[79]*.h |
| F: sound/soc/codecs/da[79]*.[ch] |
| |
| DIAMOND SYSTEMS GPIO-MM GPIO DRIVER |
| M: William Breathitt Gray <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/gpio/gpio-gpio-mm.c |
| |
| DIBS (DIRECT INTERNAL BUFFER SHARING) |
| M: Alexandra Winter <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: drivers/dibs/ |
| F: include/linux/dibs.h |
| |
| DIGITEQ AUTOMOTIVE MGB4 V4L2 DRIVER |
| M: Martin Tuma <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/admin-guide/media/mgb4.rst |
| F: drivers/media/pci/mgb4/ |
| |
| DIOLAN U2C-12 I2C DRIVER |
| M: Guenter Roeck <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/i2c/busses/i2c-diolan-u2c.c |
| |
| DIRECTORY NOTIFICATION (DNOTIFY) |
| M: Jan Kara <[email protected]> |
| R: Amir Goldstein <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/filesystems/dnotify.rst |
| F: fs/notify/dnotify/ |
| F: include/linux/dnotify.h |
| |
| DISK GEOMETRY AND PARTITION HANDLING |
| M: Andries Brouwer <[email protected]> |
| S: Maintained |
| W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html |
| W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html |
| W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html |
| |
| DISKQUOTA |
| M: Jan Kara <[email protected]> |
| S: Maintained |
| F: Documentation/filesystems/quota.rst |
| F: fs/quota/ |
| F: include/linux/quota*.h |
| F: include/uapi/linux/quota*.h |
| |
| DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB) |
| M: Bernie Thompson <[email protected]> |
| L: [email protected] |
| S: Maintained |
| W: http://plugable.com/category/projects/udlfb/ |
| F: Documentation/fb/udlfb.rst |
| F: drivers/video/fbdev/udlfb.c |
| F: include/video/udlfb.h |
| |
| DISTRIBUTED LOCK MANAGER (DLM) |
| M: Alexander Aring <[email protected]> |
| M: David Teigland <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://pagure.io/dlm |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git |
| F: fs/dlm/ |
| |
| DMA BUFFER SHARING FRAMEWORK |
| M: Sumit Semwal <[email protected]> |
| M: Christian König <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/driver-api/dma-buf.rst |
| F: Documentation/userspace-api/dma-buf-alloc-exchange.rst |
| F: drivers/dma-buf/ |
| F: include/linux/*fence.h |
| F: include/linux/dma-buf.h |
| F: include/linux/dma-buf/ |
| F: include/linux/dma-resv.h |
| F: rust/helpers/dma-resv.c |
| K: \bdma_(?:buf|fence|resv)\b |
| |
| DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
| M: Vinod Koul <[email protected]> |
| R: Frank Li <[email protected]> |
| L: [email protected] |
| S: Maintained |
| Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git |
| F: Documentation/devicetree/bindings/dma/ |
| F: Documentation/driver-api/dmaengine/ |
| F: drivers/dma/ |
| F: include/dt-bindings/dma/ |
| F: include/linux/dma/ |
| F: include/linux/dmaengine.h |
| F: include/linux/of_dma.h |
| |
| DMA MAPPING BENCHMARK |
| M: Barry Song <[email protected]> |
| M: Qinxin Xia <[email protected]> |
| L: [email protected] |
| F: kernel/dma/map_benchmark.c |
| F: tools/dma/ |
| |
| DMA MAPPING HELPERS |
| M: Marek Szyprowski <[email protected]> |
| R: Robin Murphy <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://git.infradead.org/users/hch/dma-mapping.git |
| T: git git://git.infradead.org/users/hch/dma-mapping.git |
| F: include/asm-generic/dma-mapping.h |
| F: include/linux/dma-direct.h |
| F: include/linux/dma-map-ops.h |
| F: include/linux/dma-mapping.h |
| F: include/linux/swiotlb.h |
| F: kernel/dma/ |
| |
| DMA MAPPING & SCATTERLIST API [RUST] |
| M: Danilo Krummrich <[email protected]> |
| R: Abdiel Janulgue <[email protected]> |
| R: Daniel Almeida <[email protected]> |
| R: Robin Murphy <[email protected]> |
| R: Andreas Hindborg <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://rust-for-linux.com |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git |
| F: rust/helpers/dma.c |
| F: rust/helpers/scatterlist.c |
| F: rust/kernel/dma.rs |
| F: rust/kernel/scatterlist.rs |
| F: samples/rust/rust_dma.rs |
| |
| DMA-BUF HEAPS FRAMEWORK |
| M: Sumit Semwal <[email protected]> |
| R: Benjamin Gaignard <[email protected]> |
| R: Brian Starkey <[email protected]> |
| R: John Stultz <[email protected]> |
| R: T.J. Mercier <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/userspace-api/dma-buf-heaps.rst |
| F: drivers/dma-buf/dma-heap.c |
| F: drivers/dma-buf/heaps/* |
| F: include/linux/dma-heap.h |
| F: include/uapi/linux/dma-heap.h |
| F: tools/testing/selftests/dmabuf-heaps/ |
| |
| DMC FREQUENCY DRIVER FOR SAMSUNG EXYNOS5422 |
| M: Lukasz Luba <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/memory-controllers/samsung,exynos5422-dmc.yaml |
| F: drivers/memory/samsung/exynos5422-dmc.c |
| |
| DME1737 HARDWARE MONITOR DRIVER |
| M: Juerg Haefliger <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/hwmon/dme1737.rst |
| F: drivers/hwmon/dme1737.c |
| |
| DMI/SMBIOS SUPPORT |
| M: Jean Delvare <[email protected]> |
| S: Maintained |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git dmi-for-next |
| F: Documentation/ABI/testing/sysfs-firmware-dmi-tables |
| F: drivers/firmware/dmi-id.c |
| F: drivers/firmware/dmi_scan.c |
| F: include/linux/dmi.h |
| |
| DOCUMENTATION |
| M: Jonathan Corbet <[email protected]> |
| R: Shuah Khan <[email protected]> |
| L: [email protected] |
| S: Maintained |
| P: Documentation/doc-guide/maintainer-profile.rst |
| T: git git://git.lwn.net/linux.git docs-next |
| F: Documentation/ |
| F: tools/lib/python/ |
| F: tools/docs/ |
| F: tools/net/ynl/pyynl/lib/doc_generator.py |
| X: Documentation/ABI/ |
| X: Documentation/admin-guide/media/ |
| X: Documentation/devicetree/ |
| X: Documentation/driver-api/media/ |
| X: Documentation/firmware-guide/acpi/ |
| X: Documentation/i2c/ |
| X: Documentation/netlink/ |
| X: Documentation/power/ |
| X: Documentation/spi/ |
| X: Documentation/userspace-api/media/ |
| |
| DOCUMENTATION PROCESS |
| M: Jonathan Corbet <[email protected]> |
| R: Shuah Khan <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/dev-tools/ |
| F: Documentation/maintainer/ |
| F: Documentation/process/ |
| |
| DOCUMENTATION REPORTING ISSUES |
| M: Thorsten Leemhuis <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/admin-guide/bug-bisect.rst |
| F: Documentation/admin-guide/quickly-build-trimmed-linux.rst |
| F: Documentation/admin-guide/reporting-issues.rst |
| F: Documentation/admin-guide/verify-bugs-and-bisect-regressions.rst |
| |
| DOCUMENTATION SCRIPTS |
| M: Mauro Carvalho Chehab <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/sphinx/ |
| F: tools/docs/ |
| F: tools/lib/python/* |
| F: tools/unittests/* |
| |
| DOCUMENTATION/ITALIAN |
| M: Federico Vaga <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/translations/it_IT |
| |
| DOCUMENTATION/JAPANESE |
| R: Akira Yokosawa <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/translations/ja_JP |
| |
| DONGWOON DW9714 LENS VOICE COIL DRIVER |
| M: Sakari Ailus <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://linuxtv.org/media.git |
| F: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.yaml |
| F: drivers/media/i2c/dw9714.c |
| |
| DONGWOON DW9719 LENS VOICE COIL DRIVER |
| M: Daniel Scally <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://linuxtv.org/media.git |
| F: drivers/media/i2c/dw9719.c |
| |
| DONGWOON DW9768 LENS VOICE COIL DRIVER |
| L: [email protected] |
| S: Orphan |
| T: git git://linuxtv.org/media.git |
| F: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml |
| F: drivers/media/i2c/dw9768.c |
| |
| DONGWOON DW9807 LENS VOICE COIL DRIVER |
| M: Sakari Ailus <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git git://linuxtv.org/media.git |
| F: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.yaml |
| F: drivers/media/i2c/dw9807-vcm.c |
| |
| DPAA2 DATAPATH I/O (DPIO) DRIVER |
| M: Roy Pledge <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/soc/fsl/dpio |
| |
| DPAA2 ETHERNET DRIVER |
| M: Ioana Ciornei <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ethernet-driver.rst |
| F: Documentation/networking/device_drivers/ethernet/freescale/dpaa2/mac-phy-support.rst |
| F: drivers/net/ethernet/freescale/dpaa2/Kconfig |
| F: drivers/net/ethernet/freescale/dpaa2/Makefile |
| F: drivers/net/ethernet/freescale/dpaa2/dpaa2-eth* |
| F: drivers/net/ethernet/freescale/dpaa2/dpaa2-mac* |
| F: drivers/net/ethernet/freescale/dpaa2/dpaa2-xsk* |
| F: drivers/net/ethernet/freescale/dpaa2/dpkg.h |
| F: drivers/net/ethernet/freescale/dpaa2/dpmac* |
| F: drivers/net/ethernet/freescale/dpaa2/dpni* |
| |
| DPAA2 ETHERNET SWITCH DRIVER |
| M: Ioana Ciornei <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/networking/device_drivers/ethernet/freescale/dpaa2/switch-driver.rst |
| F: drivers/net/ethernet/freescale/dpaa2/dpaa2-switch* |
| F: drivers/net/ethernet/freescale/dpaa2/dpsw* |
| |
| DPLL SUBSYSTEM |
| M: Vadim Fedorenko <[email protected]> |
| M: Arkadiusz Kubalewski <[email protected]> |
| M: Jiri Pirko <[email protected]> |
| L: [email protected] |
| S: Supported |
| F: Documentation/devicetree/bindings/dpll/dpll-device.yaml |
| F: Documentation/devicetree/bindings/dpll/dpll-pin.yaml |
| F: Documentation/driver-api/dpll.rst |
| F: drivers/dpll/ |
| F: include/linux/dpll.h |
| F: include/uapi/linux/dpll.h |
| |
| DRBD DRIVER |
| M: Philipp Reisner <[email protected]> |
| M: Lars Ellenberg <[email protected]> |
| M: Christoph Böhmwalder <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: http://www.drbd.org |
| T: git git://git.linbit.com/linux-drbd.git |
| T: git git://git.linbit.com/drbd-8.4.git |
| F: Documentation/admin-guide/blockdev/ |
| F: drivers/block/drbd/ |
| F: include/linux/drbd* |
| F: lib/lru_cache.c |
| |
| DRIVER COMPONENT FRAMEWORK |
| L: [email protected] |
| F: drivers/base/component.c |
| F: include/linux/component.h |
| |
| DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS |
| M: Greg Kroah-Hartman <[email protected]> |
| M: "Rafael J. Wysocki" <[email protected]> |
| M: Danilo Krummrich <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git |
| F: Documentation/core-api/kobject.rst |
| F: Documentation/driver-api/driver-model/ |
| F: drivers/base/ |
| F: fs/debugfs/ |
| F: fs/sysfs/ |
| F: include/linux/device/ |
| F: include/linux/debugfs.h |
| F: include/linux/device.h |
| F: include/linux/fwnode.h |
| F: include/linux/kobj* |
| F: include/linux/ksysfs.h |
| F: include/linux/property.h |
| F: include/linux/sysfs.h |
| F: kernel/ksysfs.c |
| F: lib/kobj* |
| F: rust/kernel/debugfs.rs |
| F: rust/kernel/debugfs/ |
| F: rust/kernel/device.rs |
| F: rust/kernel/device/ |
| F: rust/kernel/device_id.rs |
| F: rust/kernel/devres.rs |
| F: rust/kernel/driver.rs |
| F: rust/kernel/faux.rs |
| F: rust/kernel/platform.rs |
| F: rust/kernel/soc.rs |
| F: samples/rust/rust_debugfs.rs |
| F: samples/rust/rust_debugfs_scoped.rs |
| F: samples/rust/rust_driver_platform.rs |
| F: samples/rust/rust_driver_faux.rs |
| F: samples/rust/rust_soc.rs |
| |
| DRIVERS FOR OMAP ADAPTIVE VOLTAGE SCALING (AVS) |
| M: Nishanth Menon <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: drivers/soc/ti/smartreflex.c |
| F: include/linux/power/smartreflex.h |
| |
| DRM ACCEL DRIVERS FOR INTEL VPU |
| M: Karol Wachowski <[email protected]> |
| M: Andrzej Kacprowski <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/ABI/obsolete/sysfs-driver-ivpu |
| F: Documentation/ABI/testing/sysfs-driver-ivpu |
| F: drivers/accel/ivpu/ |
| F: include/uapi/drm/ivpu_accel.h |
| |
| DRM ACCEL DRIVER FOR ROCKCHIP NPU |
| M: Tomeu Vizoso <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/accel/rocket/ |
| F: Documentation/devicetree/bindings/npu/rockchip,rk3588-rknn-core.yaml |
| F: drivers/accel/rocket/ |
| F: include/uapi/drm/rocket_accel.h |
| |
| DRM COMPUTE ACCELERATORS DRIVERS AND FRAMEWORK |
| M: Oded Gabbay <[email protected]> |
| L: [email protected] |
| S: Maintained |
| C: irc://irc.oftc.net/dri-devel |
| T: git https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/accel.git |
| F: Documentation/accel/ |
| F: drivers/accel/ |
| F: include/drm/drm_accel.h |
| |
| DRM DRIVER FOR ALLWINNER DE2 AND DE3 ENGINE |
| M: Chen-Yu Tsai <[email protected]> |
| R: Jernej Skrabec <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/sun4i/sun8i* |
| |
| DRM DRIVER FOR APPLE TOUCH BARS |
| M: Aun-Ali Zaidi <[email protected]> |
| M: Aditya Garg <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/tiny/appletbdrm.c |
| |
| DRM DRIVER FOR ARM PL111 CLCD |
| M: Linus Walleij <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/pl111/ |
| |
| DRM DRIVER FOR ARM VERSATILE TFT PANELS |
| M: Linus Walleij <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml |
| F: drivers/gpu/drm/panel/panel-arm-versatile.c |
| |
| DRM DRIVER FOR ASPEED BMC GFX |
| M: Joel Stanley <[email protected]> |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/gpu/aspeed,ast2400-gfx.yaml |
| F: drivers/gpu/drm/aspeed/ |
| |
| DRM DRIVER FOR AST SERVER GRAPHICS CHIPS |
| M: Dave Airlie <[email protected]> |
| R: Thomas Zimmermann <[email protected]> |
| R: Jocelyn Falempe <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/ast/ |
| |
| DRM DRIVER FOR BOCHS VIRTUAL GPU |
| M: Gerd Hoffmann <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/tiny/bochs.c |
| |
| DRM DRIVER FOR BOE HIMAX8279D PANELS |
| M: Jerry Han <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/boe,himax8279d.yaml |
| F: drivers/gpu/drm/panel/panel-boe-himax8279d.c |
| |
| DRM DRIVER FOR CHIPONE ICN6211 MIPI-DSI to RGB CONVERTER BRIDGE |
| M: Jagan Teki <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml |
| F: drivers/gpu/drm/bridge/chipone-icn6211.c |
| |
| DRM DRIVER FOR EBBG FT8719 PANEL |
| M: Joel Selvaraj <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/panel/ebbg,ft8719.yaml |
| F: drivers/gpu/drm/panel/panel-ebbg-ft8719.c |
| |
| DRM DRIVER FOR FARADAY TVE200 TV ENCODER |
| M: Linus Walleij <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/tve200/ |
| |
| DRM DRIVER FOR FEIXIN K101 IM2BA02 MIPI-DSI LCD PANELS |
| M: Icenowy Zheng <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/feixin,k101-im2ba02.yaml |
| F: drivers/gpu/drm/panel/panel-feixin-k101-im2ba02.c |
| |
| DRM DRIVER FOR FEIYANG FY07024DI26A30-D MIPI-DSI LCD PANELS |
| M: Jagan Teki <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.yaml |
| F: drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c |
| |
| DRM DRIVER FOR FIRMWARE FRAMEBUFFERS |
| M: Thomas Zimmermann <[email protected]> |
| M: Javier Martinez Canillas <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/firmware/sysfb*.c |
| F: drivers/gpu/drm/sysfb/ |
| F: drivers/video/aperture.c |
| F: drivers/video/nomodeset.c |
| F: include/linux/aperture.h |
| F: include/linux/sysfb.h |
| F: include/video/nomodeset.h |
| |
| DRM DRIVER FOR GENERIC EDP PANELS |
| R: Douglas Anderson <[email protected]> |
| F: Documentation/devicetree/bindings/display/panel/panel-edp.yaml |
| F: drivers/gpu/drm/panel/panel-edp.c |
| |
| DRM DRIVER FOR GENERIC USB DISPLAY |
| M: Ruben Wauters <[email protected]> |
| S: Maintained |
| W: https://github.com/notro/gud/wiki |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/gud/ |
| F: include/drm/gud.h |
| |
| DRM DRIVER FOR GRAIN MEDIA GM12U320 PROJECTORS |
| M: Hans de Goede <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/tiny/gm12u320.c |
| |
| DRM DRIVER FOR HIMAX HX8394 MIPI-DSI LCD panels |
| M: Ondrej Jirman <[email protected]> |
| M: Javier Martinez Canillas <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml |
| F: drivers/gpu/drm/panel/panel-himax-hx8394.c |
| |
| DRM DRIVER FOR HX8357D PANELS |
| S: Orphan |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/himax,hx8357.yaml |
| F: drivers/gpu/drm/tiny/hx8357d.c |
| |
| DRM DRIVER FOR HYPERV SYNTHETIC VIDEO DEVICE |
| M: Dexuan Cui <[email protected]> |
| M: Long Li <[email protected]> |
| M: Saurabh Sengar <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/hyperv |
| |
| DRM DRIVER FOR ILITEK ILI9225 PANELS |
| M: David Lechner <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/ilitek,ili9225.txt |
| F: drivers/gpu/drm/tiny/ili9225.c |
| |
| DRM DRIVER FOR ILITEK ILI9486 PANELS |
| M: Kamlesh Gurudasani <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/ilitek,ili9486.yaml |
| F: drivers/gpu/drm/tiny/ili9486.c |
| |
| DRM DRIVER FOR ILITEK ILI9805 PANELS |
| M: Michael Trimarchi <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/ilitek,ili9805.yaml |
| F: drivers/gpu/drm/panel/panel-ilitek-ili9805.c |
| |
| DRM DRIVER FOR ILITEK ILI9806E PANELS |
| M: Michael Walle <[email protected]> |
| M: Dario Binacchi <[email protected]> |
| S: Maintained |
| F: drivers/gpu/drm/panel/panel-ilitek-ili9806e-* |
| |
| DRM DRIVER FOR JADARD JD9365DA-H3 MIPI-DSI LCD PANELS |
| M: Jagan Teki <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml |
| F: drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c |
| |
| DRM DRIVER FOR LG SW43408 PANELS |
| M: Sumit Semwal <[email protected]> |
| M: Casey Connolly <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/panel/lg,sw43408.yaml |
| F: drivers/gpu/drm/panel/panel-lg-sw43408.c |
| |
| DRM DRIVER FOR LOGICVC DISPLAY CONTROLLER |
| M: Paul Kocialkowski <[email protected]> |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/logicvc/ |
| |
| DRM DRIVER FOR LVDS PANELS |
| M: Laurent Pinchart <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/lvds.yaml |
| F: Documentation/devicetree/bindings/display/panel/panel-lvds.yaml |
| F: drivers/gpu/drm/panel/panel-lvds.c |
| |
| DRM DRIVER FOR LXD M9189A PANELS |
| M: Michael Tretter <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/lxd,m9189a.yaml |
| F: drivers/gpu/drm/panel/panel-lxd-m9189a.c |
| |
| DRM DRIVER FOR MANTIX MLAF057WE51 PANELS |
| M: Guido Günther <[email protected]> |
| R: Purism Kernel Team <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml |
| F: drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c |
| |
| DRM DRIVER FOR MGA G200 GRAPHICS CHIPS |
| M: Dave Airlie <[email protected]> |
| R: Thomas Zimmermann <[email protected]> |
| R: Jocelyn Falempe <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/mgag200/ |
| |
| DRM DRIVER FOR MI0283QT |
| M: Alex Lanzano <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt |
| F: drivers/gpu/drm/tiny/mi0283qt.c |
| |
| DRM DRIVER FOR MIPI DBI compatible panels |
| S: Orphan |
| W: https://github.com/notro/panel-mipi-dbi/wiki |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml |
| F: drivers/gpu/drm/tiny/panel-mipi-dbi.c |
| |
| DRM DRIVER for Qualcomm Adreno GPUs |
| M: Rob Clark <[email protected]> |
| R: Sean Paul <[email protected]> |
| R: Konrad Dybcio <[email protected]> |
| R: Akhil P Oommen <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| B: https://gitlab.freedesktop.org/drm/msm/-/issues |
| T: git https://gitlab.freedesktop.org/drm/msm.git |
| F: Documentation/devicetree/bindings/display/msm/gpu.yaml |
| F: Documentation/devicetree/bindings/display/msm/qcom,adreno-rgmu.yaml |
| F: Documentation/devicetree/bindings/opp/opp-v2-qcom-adreno.yaml |
| F: drivers/gpu/drm/msm/adreno/ |
| F: drivers/gpu/drm/msm/msm_gpu.* |
| F: drivers/gpu/drm/msm/msm_gpu_devfreq.* |
| F: drivers/gpu/drm/msm/msm_ringbuffer.* |
| F: drivers/gpu/drm/msm/registers/adreno/ |
| F: include/uapi/drm/msm_drm.h |
| |
| DRM DRIVER for Qualcomm display hardware |
| M: Rob Clark <[email protected]> |
| M: Dmitry Baryshkov <[email protected]> |
| R: Abhinav Kumar <[email protected]> |
| R: Jessica Zhang <[email protected]> |
| R: Sean Paul <[email protected]> |
| R: Marijn Suijten <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| B: https://gitlab.freedesktop.org/drm/msm/-/issues |
| T: git https://gitlab.freedesktop.org/drm/msm.git |
| F: Documentation/devicetree/bindings/display/msm/ |
| F: drivers/gpu/drm/ci/xfails/msm* |
| F: drivers/gpu/drm/msm/ |
| F: include/dt-bindings/clock/qcom,dsi-phy-28nm.h |
| F: include/uapi/drm/msm_drm.h |
| |
| DRM DRIVER FOR NOVATEK NT35510 PANELS |
| M: Linus Walleij <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml |
| F: drivers/gpu/drm/panel/panel-novatek-nt35510.c |
| |
| DRM DRIVER FOR NOVATEK NT35532 PANELS |
| M: Cristian Cozzolino <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/novatek,nt35532.yaml |
| F: drivers/gpu/drm/panel/panel-novatek-nt35532.c |
| |
| DRM DRIVER FOR NOVATEK NT35560 PANELS |
| M: Linus Walleij <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/panel/sony,acx424akp.yaml |
| F: drivers/gpu/drm/panel/panel-novatek-nt35560.c |
| |
| DRM DRIVER FOR NOVATEK NT36523 PANELS |
| M: Jianhua Lu <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/panel/novatek,nt36523.yaml |
| F: drivers/gpu/drm/panel/panel-novatek-nt36523.c |
| |
| DRM DRIVER FOR NOVATEK NT36672A PANELS |
| M: Sumit Semwal <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml |
| F: drivers/gpu/drm/panel/panel-novatek-nt36672a.c |
| |
| DRM DRIVER FOR NOVATEK NT37801 PANELS |
| M: Krzysztof Kozlowski <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/novatek,nt37801.yaml |
| F: drivers/gpu/drm/panel/panel-novatek-nt37801.c |
| |
| DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS |
| M: Lyude Paul <[email protected]> |
| M: Danilo Krummrich <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Supported |
| W: https://nouveau.freedesktop.org/ |
| Q: https://patchwork.freedesktop.org/project/nouveau/ |
| Q: https://gitlab.freedesktop.org/drm/nouveau/-/merge_requests |
| B: https://gitlab.freedesktop.org/drm/nouveau/-/issues |
| C: irc://irc.oftc.net/nouveau |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/nouveau/ |
| F: include/uapi/drm/nouveau_drm.h |
| |
| CORE DRIVER FOR NVIDIA GPUS [RUST] |
| M: Danilo Krummrich <[email protected]> |
| M: Alexandre Courbot <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://rust-for-linux.com/nova-gpu-driver |
| B: https://gitlab.freedesktop.org/drm/nova/-/issues |
| C: irc://irc.oftc.net/nouveau |
| T: git https://gitlab.freedesktop.org/drm/rust/kernel.git drm-rust-next |
| F: Documentation/gpu/nova/ |
| F: drivers/gpu/nova-core/ |
| |
| DRM DRIVER FOR NVIDIA GPUS [RUST] |
| M: Danilo Krummrich <[email protected]> |
| L: [email protected] |
| S: Supported |
| W: https://rust-for-linux.com/nova-gpu-driver |
| B: https://gitlab.freedesktop.org/drm/nova/-/issues |
| C: irc://irc.oftc.net/nouveau |
| T: git https://gitlab.freedesktop.org/drm/rust/kernel.git drm-rust-next |
| F: Documentation/gpu/nova/ |
| F: drivers/gpu/drm/nova/ |
| F: include/uapi/drm/nova_drm.h |
| |
| DRM DRIVER FOR OLIMEX LCD-OLINUXINO PANELS |
| M: Stefan Mavrodiev <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.yaml |
| F: drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c |
| |
| DRM DRIVER FOR PARADE PS8640 BRIDGE CHIP |
| R: Douglas Anderson <[email protected]> |
| F: Documentation/devicetree/bindings/display/bridge/ps8640.yaml |
| F: drivers/gpu/drm/bridge/parade-ps8640.c |
| |
| DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS |
| M: Alex Lanzano <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/repaper.txt |
| F: drivers/gpu/drm/tiny/repaper.c |
| |
| DRM DRIVER FOR PIXPAPER E-INK PANEL |
| M: LiangCheng Wang <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/mayqueen,pixpaper.yaml |
| F: drivers/gpu/drm/tiny/pixpaper.c |
| |
| DRM DRIVER FOR QEMU'S CIRRUS DEVICE |
| M: Dave Airlie <[email protected]> |
| M: Gerd Hoffmann <[email protected]> |
| L: [email protected] |
| S: Obsolete |
| W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/tiny/cirrus-qemu.c |
| |
| DRM DRIVER FOR QXL VIRTUAL GPU |
| M: Dave Airlie <[email protected]> |
| M: Gerd Hoffmann <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/qxl/ |
| F: include/uapi/drm/qxl_drm.h |
| |
| DRM DRIVER FOR RAYDIUM RM67191 PANELS |
| M: Robert Chiras <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/raydium,rm67191.yaml |
| F: drivers/gpu/drm/panel/panel-raydium-rm67191.c |
| |
| DRM DRIVER FOR SAMSUNG DB7430 PANELS |
| M: Linus Walleij <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/panel/samsung,lms397kf04.yaml |
| F: drivers/gpu/drm/panel/panel-samsung-db7430.c |
| |
| DRM DRIVER FOR SAMSUNG MIPI DSIM BRIDGE |
| M: Inki Dae <[email protected]> |
| M: Jagan Teki <[email protected]> |
| M: Marek Szyprowski <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml |
| F: drivers/gpu/drm/bridge/samsung-dsim.c |
| F: include/drm/bridge/samsung-dsim.h |
| |
| DRM DRIVER FOR SAMSUNG S6D27A1 PANELS |
| M: Markuss Broks <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/samsung,s6d27a1.yaml |
| F: drivers/gpu/drm/panel/panel-samsung-s6d27a1.c |
| |
| DRM DRIVER FOR SAMSUNG S6D7AA0 PANELS |
| M: Artur Weber <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/samsung,s6d7aa0.yaml |
| F: drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c |
| |
| DRM DRIVER FOR SAMSUNG S6E3FC2X01 DDIC |
| M: David Heidelberg <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/samsung,s6e3fc2x01.yaml |
| F: drivers/gpu/drm/panel/panel-samsung-s6e3fc2x01.c |
| |
| DRM DRIVER FOR SAMSUNG S6E3HA8 PANELS |
| M: Dzmitry Sankouski <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/samsung,s6e3ha8.yaml |
| F: drivers/gpu/drm/panel/panel-samsung-s6e3ha8.c |
| |
| DRM DRIVER FOR SAMSUNG S6E8FC0 PANELS |
| M: Yedaya Katsman <[email protected]> |
| S: Maintained |
| F: drivers/gpu/drm/panel/panel-samsung-s6e8fc0-m1906f9.c |
| |
| DRM DRIVER FOR SAMSUNG SOFEF00 DDIC |
| M: David Heidelberg <[email protected]> |
| M: Casey Connolly <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/samsung,sofef00.yaml |
| F: drivers/gpu/drm/panel/panel-samsung-sofef00.c |
| |
| DRM DRIVER FOR SAMSUNG SOFEF01 DDIC |
| M: Marijn Suijten <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/samsung,sofef01-m.yaml |
| |
| DRM DRIVER FOR SHARP MEMORY LCD |
| M: Alex Lanzano <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/sharp,ls010b7dh04.yaml |
| F: drivers/gpu/drm/tiny/sharp-memory.c |
| |
| DRM DRIVER FOR SITRONIX ST7586 PANELS |
| M: David Lechner <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/sitronix,st7586.yaml |
| F: drivers/gpu/drm/sitronix/st7586.c |
| |
| DRM DRIVER FOR SITRONIX ST7571 PANELS |
| M: Marcus Folkesson <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/sitronix,st7567.yaml |
| F: Documentation/devicetree/bindings/display/sitronix,st7571.yaml |
| F: drivers/gpu/drm/sitronix/st7571-i2c.c |
| F: drivers/gpu/drm/sitronix/st7571-spi.c |
| F: drivers/gpu/drm/sitronix/st7571.c |
| F: drivers/gpu/drm/sitronix/st7571.h |
| |
| DRM DRIVER FOR SITRONIX ST7701 PANELS |
| M: Jagan Teki <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml |
| F: drivers/gpu/drm/panel/panel-sitronix-st7701.c |
| |
| DRM DRIVER FOR SITRONIX ST7703 PANELS |
| M: Guido Günther <[email protected]> |
| R: Purism Kernel Team <[email protected]> |
| R: Ondrej Jirman <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml |
| F: drivers/gpu/drm/panel/panel-sitronix-st7703.c |
| |
| DRM DRIVER FOR SITRONIX ST7735R PANELS |
| M: David Lechner <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/sitronix,st7735r.yaml |
| F: drivers/gpu/drm/sitronix/st7735r.c |
| |
| DRM DRIVER FOR SITRONIX ST7920 LCD DISPLAYS |
| M: Iker Pedrosa <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/sitronix,st7920.yaml |
| F: drivers/gpu/drm/sitronix/st7920.c |
| |
| DRM DRIVER FOR SOLOMON SSD130X OLED DISPLAYS |
| M: Javier Martinez Canillas <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/solomon,ssd-common.yaml |
| F: Documentation/devicetree/bindings/display/solomon,ssd13*.yaml |
| F: drivers/gpu/drm/solomon/ssd130x* |
| |
| DRM DRIVER FOR ST-ERICSSON MCDE |
| M: Linus Walleij <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/ste,mcde.yaml |
| F: drivers/gpu/drm/mcde/ |
| |
| DRM DRIVER FOR SYNAPTICS R63353 PANELS |
| M: Michael Trimarchi <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/panel/synaptics,r63353.yaml |
| F: drivers/gpu/drm/panel/panel-synaptics-r63353.c |
| |
| DRM DRIVER FOR SYNOPSYS DESIGNWARE DISPLAYPORT BRIDGE |
| M: Andy Yan <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/rockchip/rockchip,dw-dp.yaml |
| F: drivers/gpu/drm/bridge/synopsys/dw-dp.c |
| F: include/drm/bridge/dw_dp.h |
| |
| DRM DRIVER FOR TI DLPC3433 MIPI DSI TO DMD BRIDGE |
| M: Jagan Teki <[email protected]> |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/bridge/ti,dlpc3433.yaml |
| F: drivers/gpu/drm/bridge/ti-dlpc3433.c |
| |
| DRM DRIVER FOR TI SN65DSI86 BRIDGE CHIP |
| R: Douglas Anderson <[email protected]> |
| F: Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml |
| F: drivers/gpu/drm/bridge/ti-sn65dsi86.c |
| |
| DRM DRIVER FOR TPO TPG110 PANELS |
| M: Linus Walleij <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/panel/tpo,tpg110.yaml |
| F: drivers/gpu/drm/panel/panel-tpo-tpg110.c |
| |
| DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS |
| M: Dave Airlie <[email protected]> |
| R: Sean Paul <[email protected]> |
| R: Thomas Zimmermann <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/udl/ |
| |
| DRM DRIVER FOR VIRTUAL KERNEL MODESETTING (VKMS) |
| M: Louis Chauvet <[email protected]> |
| R: Haneen Mohammed <[email protected]> |
| R: Simona Vetter <[email protected]> |
| R: Melissa Wen <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/gpu/vkms.rst |
| F: drivers/gpu/drm/ci/xfails/vkms* |
| F: drivers/gpu/drm/vkms/ |
| |
| DRM DRIVER FOR VIRTUALBOX VIRTUAL GPU |
| M: Hans de Goede <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/vboxvideo/ |
| |
| DRM DRIVER FOR VMWARE VIRTUAL GPU |
| M: Zack Rusin <[email protected]> |
| R: Broadcom internal kernel review list <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/vmwgfx/ |
| F: include/uapi/drm/vmwgfx_drm.h |
| |
| DRM DRIVER FOR WIDECHIPS WS2401 PANELS |
| M: Linus Walleij <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/panel/samsung,lms380kf01.yaml |
| F: drivers/gpu/drm/panel/panel-widechips-ws2401.c |
| |
| DRM DRIVERS |
| M: David Airlie <[email protected]> |
| M: Simona Vetter <[email protected]> |
| L: [email protected] |
| S: Maintained |
| B: https://gitlab.freedesktop.org/drm |
| C: irc://irc.oftc.net/dri-devel |
| T: git https://gitlab.freedesktop.org/drm/kernel.git |
| F: Documentation/devicetree/bindings/display/ |
| F: Documentation/devicetree/bindings/gpu/ |
| F: Documentation/gpu/ |
| F: drivers/gpu/ |
| F: rust/kernel/drm/ |
| F: include/drm/ |
| F: include/linux/vga* |
| F: include/uapi/drm/ |
| |
| DRM DRIVERS AND MISC GPU PATCHES |
| M: Maarten Lankhorst <[email protected]> |
| M: Maxime Ripard <[email protected]> |
| M: Thomas Zimmermann <[email protected]> |
| S: Maintained |
| W: https://drm.pages.freedesktop.org/maintainer-tools/drm-misc.html |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/ |
| F: Documentation/devicetree/bindings/gpu/ |
| F: Documentation/gpu/ |
| F: drivers/gpu/drm/ |
| F: drivers/gpu/vga/ |
| F: include/drm/drm |
| F: include/linux/vga* |
| F: include/uapi/drm/ |
| X: drivers/gpu/drm/amd/ |
| X: drivers/gpu/drm/armada/ |
| X: drivers/gpu/drm/etnaviv/ |
| X: drivers/gpu/drm/exynos/ |
| X: drivers/gpu/drm/i915/ |
| X: drivers/gpu/drm/kmb/ |
| X: drivers/gpu/drm/mediatek/ |
| X: drivers/gpu/drm/msm/ |
| X: drivers/gpu/drm/nova/ |
| X: drivers/gpu/drm/radeon/ |
| X: drivers/gpu/drm/tegra/ |
| X: drivers/gpu/drm/tyr/ |
| X: drivers/gpu/drm/xe/ |
| |
| DRM DRIVERS AND COMMON INFRASTRUCTURE [RUST] |
| M: Danilo Krummrich <[email protected]> |
| M: Alice Ryhl <[email protected]> |
| S: Supported |
| W: https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html |
| T: git https://gitlab.freedesktop.org/drm/rust/kernel.git |
| F: drivers/gpu/drm/nova/ |
| F: drivers/gpu/drm/tyr/ |
| F: drivers/gpu/nova-core/ |
| F: rust/helpers/gpu.c |
| F: rust/kernel/drm/ |
| F: rust/kernel/gpu.rs |
| F: rust/kernel/gpu/ |
| |
| DRM DRIVERS FOR ALLWINNER A10 |
| M: Chen-Yu Tsai <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/allwinner* |
| F: drivers/gpu/drm/sun4i/ |
| |
| DRM DRIVERS FOR AMLOGIC SOCS |
| M: Neil Armstrong <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Supported |
| W: http://linux-meson.com/ |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml |
| F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml |
| F: Documentation/gpu/meson.rst |
| F: drivers/gpu/drm/ci/xfails/meson* |
| F: drivers/gpu/drm/meson/ |
| |
| DRM DRIVERS FOR ATMEL HLCDC |
| M: Manikandan Muralidharan <[email protected]> |
| M: Dharma Balasubiramani <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/atmel/ |
| F: drivers/gpu/drm/atmel-hlcdc/ |
| |
| DRM DRIVERS FOR BRIDGE CHIPS |
| M: Andrzej Hajda <[email protected]> |
| M: Neil Armstrong <[email protected]> |
| M: Robert Foss <[email protected]> |
| R: Laurent Pinchart <[email protected]> |
| R: Jonas Karlman <[email protected]> |
| R: Jernej Skrabec <[email protected]> |
| R: Luca Ceresoli <[email protected]> |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/bridge/ |
| F: drivers/gpu/drm/bridge/ |
| F: drivers/gpu/drm/display/drm_bridge_connector.c |
| F: drivers/gpu/drm/drm_bridge.c |
| F: include/drm/drm_bridge.h |
| F: include/drm/drm_bridge_connector.h |
| |
| DRM DRIVERS FOR EXYNOS |
| M: Inki Dae <[email protected]> |
| M: Seung-Woo Kim <[email protected]> |
| M: Kyungmin Park <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git |
| F: Documentation/devicetree/bindings/display/samsung/ |
| F: drivers/gpu/drm/exynos/ |
| F: include/uapi/drm/exynos_drm.h |
| |
| DRM DRIVERS FOR FREESCALE DCU |
| M: Stefan Agner <[email protected]> |
| M: Alison Wang <[email protected]> |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/fsl,ls1021a-dcu.yaml |
| F: Documentation/devicetree/bindings/display/fsl,vf610-tcon.yaml |
| F: drivers/gpu/drm/fsl-dcu/ |
| |
| DRM DRIVERS FOR FREESCALE IMX 5/6 |
| M: Philipp Zabel <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| T: git git://git.pengutronix.de/git/pza/linux |
| F: Documentation/devicetree/bindings/display/imx/ |
| F: drivers/gpu/drm/imx/ipuv3/ |
| F: drivers/gpu/ipu-v3/ |
| |
| DRM DRIVERS FOR FREESCALE IMX8 DISPLAY CONTROLLER |
| M: Liu Ying <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dc*.yaml |
| F: drivers/gpu/drm/imx/dc/ |
| |
| DRM DRIVERS FOR FREESCALE IMX BRIDGE |
| M: Liu Ying <[email protected]> |
| L: [email protected] |
| S: Maintained |
| F: Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-ldb.yaml |
| F: Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pixel-combiner.yaml |
| F: Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pixel-link.yaml |
| F: Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pxl2dpi.yaml |
| F: drivers/gpu/drm/bridge/imx/ |
| |
| DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets) |
| M: Patrik Jakobsson <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/gma500/ |
| |
| DRM DRIVERS FOR HISILICON HIBMC |
| M: Yongbang Shi <[email protected]> |
| M: Tian Tao <[email protected]> |
| R: Xinwei Kong <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/hisilicon/hibmc |
| |
| DRM DRIVERS FOR HISILICON KIRIN |
| M: Xinliang Liu <[email protected]> |
| R: Sumit Semwal <[email protected]> |
| R: Yongqin Liu <[email protected]> |
| R: John Stultz <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/hisilicon/ |
| F: drivers/gpu/drm/hisilicon/kirin |
| |
| DRM DRIVERS FOR LIMA |
| M: Qiang Yu <[email protected]> |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/lima/ |
| F: include/uapi/drm/lima_drm.h |
| |
| DRM DRIVERS FOR LOONGSON |
| M: Jianmin Lv <[email protected]> |
| M: Qianhai Wu <[email protected]> |
| R: Huacai Chen <[email protected]> |
| R: Mingcong Bai <[email protected]> |
| R: Xi Ruoyao <[email protected]> |
| R: Icenowy Zheng <[email protected]> |
| L: [email protected] |
| S: Maintained |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: drivers/gpu/drm/loongson/ |
| |
| DRM DRIVERS FOR MEDIATEK |
| M: Chun-Kuang Hu <[email protected]> |
| M: Philipp Zabel <[email protected]> |
| L: [email protected] |
| L: [email protected] (moderated for non-subscribers) |
| S: Supported |
| F: Documentation/devicetree/bindings/display/mediatek/ |
| F: drivers/gpu/drm/ci/xfails/mediatek* |
| F: drivers/gpu/drm/mediatek/ |
| F: drivers/phy/mediatek/phy-mtk-dp.c |
| F: drivers/phy/mediatek/phy-mtk-hdmi* |
| F: drivers/phy/mediatek/phy-mtk-mipi* |
| |
| DRM DRIVERS FOR NVIDIA TEGRA |
| M: Thierry Reding <[email protected]> |
| M: Mikko Perttunen <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Supported |
| T: git https://gitlab.freedesktop.org/drm/tegra.git |
| F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml |
| F: Documentation/devicetree/bindings/gpu/host1x/ |
| F: drivers/gpu/drm/tegra/ |
| F: drivers/gpu/host1x/ |
| F: include/linux/host1x.h |
| F: include/uapi/drm/tegra_drm.h |
| |
| DRM DRIVERS FOR PRE-DCP APPLE DISPLAY OUTPUT |
| M: Sasha Finkelstein <[email protected]> |
| R: Janne Grunau <[email protected]> |
| L: [email protected] |
| L: [email protected] |
| S: Maintained |
| W: https://asahilinux.org |
| B: https://github.com/AsahiLinux/linux/issues |
| C: irc://irc.oftc.net/asahi-dev |
| T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |
| F: Documentation/devicetree/bindings/display/apple,h7-display-pipe-mipi.yaml |
| F: Documentation/devicetree/bindings/display/apple,h7-display-pipe.yaml |
| F: Documentation/devicetree/bindings/display/panel/apple,summit.yaml |
| F: drivers/gpu/drm/adp/ |
| F: drivers/gpu/drm/panel/panel-summit.c |
| |
| DRM DRIVERS FOR RENESAS R-CAR |
| M: Laurent Pinchart <[email protected]> |
| M: Tomi Valkeinen <[email protected]> |
|
|