]> Git Repo - J-linux.git/commitdiff
Merge tag 'pmdomain-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...
authorLinus Torvalds <[email protected]>
Thu, 16 May 2024 15:50:32 +0000 (08:50 -0700)
committerLinus Torvalds <[email protected]>
Thu, 16 May 2024 15:50:32 +0000 (08:50 -0700)
Pull pmdomain updates from Ulf Hansson:
 "pmdomain core:
   - Don't clear suspended_count at genpd_prepare()
   - Update the rejected/usage counters at system suspend too

  pmdomain providers:
   - ti-sci: Fix duplicate PD referrals
   - mediatek: Add MT8188 buck isolation setting
   - renesas: Add R-Car M3-W power-off delay quirk
   - renesas: Split R-Car M3-W and M3-W+ sub-drivers

  cpuidle-psci:
   - Update MAINTAINERS to set a git for DT IDLE PM DOMAIN/ARM PSCI PM
     DOMAIN
   - Update init level to core_initcall()
   - Drop superfluous wrappers psci_dt_attach|detach_cpu()"

* tag 'pmdomain-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm:
  pmdomain: ti-sci: Fix duplicate PD referrals
  pmdomain: core: Don't clear suspended_count at genpd_prepare()
  pmdomain: core: Update the rejected/usage counters at system suspend too
  pmdomain: renesas: rcar-sysc: Add R-Car M3-W power-off delay quirk
  pmdomain: renesas: rcar-sysc: Remove rcar_sysc_nullify() helper
  pmdomain: renesas: rcar-sysc: Split R-Car M3-W and M3-W+ sub-drivers
  pmdomain: renesas: rcar-sysc: Absorb rcar_sysc_ch into rcar_sysc_pd
  MAINTAINERS: Add a git for the DT IDLE PM DOMAIN
  MAINTAINERS: Add a git for the ARM PSCI PM DOMAIN
  cpuidle: psci: Update init level to core_initcall()
  cpuidle: psci: Drop superfluous wrappers psci_dt_attach|detach_cpu()
  pmdomain: mediatek: Add MT8188 buck isolation setting
  pmdomain: mediatek: scpsys: drop driver owner assignment

1  2 
MAINTAINERS

diff --combined MAINTAINERS
index e2479fa324693495c598f20e128984ca80551747,c40c580f6df2567982e2b949b199b7b324fa7053..ac5a8051d889f972bed35b18593ada0a190a83f6
@@@ -479,13 -479,6 +479,13 @@@ L:       [email protected]
  S:    Orphan
  F:    drivers/net/wireless/admtek/adm8211.*
  
 +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]
@@@ -560,7 -553,7 +560,7 @@@ F: Documentation/devicetree/bindings/ii
  F:    drivers/input/misc/adxl34x.c
  
  ADXL355 THREE-AXIS DIGITAL ACCELEROMETER DRIVER
 -M:    Puranjay Mohan <puranjay[email protected]>
 +M:    Puranjay Mohan <puranjay@kernel.org>
  L:    [email protected]
  S:    Supported
  F:    Documentation/devicetree/bindings/iio/accel/adi,adxl355.yaml
@@@ -660,15 -653,6 +660,15 @@@ S:       Supporte
  F:    fs/aio.c
  F:    include/linux/*aio*.h
  
 +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
@@@ -1009,7 -993,7 +1009,7 @@@ F:       drivers/video/fbdev/geode
  
  AMD HSMP DRIVER
  M:    Naveen Krishna Chatradhi <[email protected]>
 -R:    Carlos Bilbao <carlos.bilbao@amd.com>
 +R:    Carlos Bilbao <carlos.bilbao.osdev@gmail.com>
  L:    [email protected]
  S:    Maintained
  F:    Documentation/arch/x86/amd_hsmp.rst
@@@ -1078,9 -1062,6 +1078,9 @@@ F:      drivers/gpu/drm/amd/pm
  
  AMD PSTATE DRIVER
  M:    Huang Rui <[email protected]>
 +M:    Gautham R. Shenoy <[email protected]>
 +M:    Mario Limonciello <[email protected]>
 +R:    Perry Yuan <[email protected]>
  L:    [email protected]
  S:    Supported
  F:    Documentation/admin-guide/pm/amd-pstate.rst
@@@ -1690,7 -1671,7 +1690,7 @@@ F:      drivers/soc/versatile
  ARM KOMEDA DRM-KMS DRIVER
  M:    Liviu Dudau <[email protected]>
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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/
@@@ -1702,26 -1683,15 +1702,26 @@@ M:   Rob Herring <[email protected]
  R:    Steven Price <[email protected]>
  L:    [email protected]
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/gpu/panfrost.rst
  F:    drivers/gpu/drm/panfrost/
  F:    include/uapi/drm/panfrost_drm.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/panthor/
 +F:    include/uapi/drm/panthor_drm.h
 +
  ARM MALI-DP DRM DRIVER
  M:    Liviu Dudau <[email protected]>
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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/
@@@ -2221,6 -2191,7 +2221,6 @@@ N:      mx
  
  ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE
  M:    Shawn Guo <[email protected]>
 -M:    Li Yang <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
  S:    Maintained
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
@@@ -2615,8 -2586,12 +2615,8 @@@ F:     arch/arm64/boot/dts/qcom/sc7180
  F:    arch/arm64/boot/dts/qcom/sc7280*
  F:    arch/arm64/boot/dts/qcom/sdm845-cheza*
  
 -ARM/QUALCOMM SUPPORT
 -M:    Bjorn Andersson <[email protected]>
 -M:    Konrad Dybcio <[email protected]>
 +ARM/QUALCOMM MAILING LIST
  L:    [email protected]
 -S:    Maintained
 -T:    git git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git
  F:    Documentation/devicetree/bindings/*/qcom*
  F:    Documentation/devicetree/bindings/soc/qcom/
  F:    arch/arm/boot/dts/qcom/
@@@ -2653,33 -2628,6 +2653,33 @@@ 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
 +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:    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)
@@@ -2760,7 -2708,7 +2760,7 @@@ F:      sound/soc/rockchip
  N:    rockchip
  
  ARM/SAMSUNG S3C, S5P AND EXYNOS ARM ARCHITECTURES
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  R:    Alim Akhtar <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
  L:    [email protected]
@@@ -3103,13 -3051,6 +3103,13 @@@ F:    drivers/mmc/host/sdhci-of-arasan.
  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 PORT (AARCH64 ARCHITECTURE)
  M:    Catalin Marinas <[email protected]>
  M:    Will Deacon <[email protected]>
@@@ -3632,7 -3573,6 +3632,7 @@@ S:      Supporte
  C:    irc://irc.oftc.net/bcache
  T:    git https://evilpiepirate.org/git/bcachefs.git
  F:    fs/bcachefs/
 +F:    Documentation/filesystems/bcachefs/
  
  BDISP ST MEDIA DRIVER
  M:    Fabien Dessenne <[email protected]>
@@@ -3772,15 -3712,9 +3772,15 @@@ S:    Maintaine
  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 <puranjay[email protected]>
 +M:    Puranjay Mohan <puranjay@kernel.org>
  L:    [email protected]
  S:    Maintained
  F:    arch/arm/net/
@@@ -3830,8 -3764,6 +3830,8 @@@ X:      arch/riscv/net/bpf_jit_comp64.
  
  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/
@@@ -3890,14 -3822,6 +3890,14 @@@ F:    kernel/bpf/tnum.
  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]
@@@ -4110,13 -4034,6 +4110,13 @@@ 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]>
@@@ -4274,6 -4191,7 +4274,6 @@@ S:      Supporte
  F:    drivers/scsi/bnx2i/
  
  BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
 -M:    Ariel Elior <[email protected]>
  M:    Sudarsana Kalluru <[email protected]>
  M:    Manish Chopra <[email protected]>
  L:    [email protected]
@@@ -4951,6 -4869,7 +4951,6 @@@ F:      drivers/power/supply/cw2015_battery.
  CEPH COMMON CODE (LIBCEPH)
  M:    Ilya Dryomov <[email protected]>
  M:    Xiubo Li <[email protected]>
 -R:    Jeff Layton <[email protected]>
  L:    [email protected]
  S:    Supported
  W:    http://ceph.com/
@@@ -4962,6 -4881,7 +4962,6 @@@ F:      net/ceph
  CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
  M:    Xiubo Li <[email protected]>
  M:    Ilya Dryomov <[email protected]>
 -R:    Jeff Layton <[email protected]>
  L:    [email protected]
  S:    Supported
  W:    http://ceph.com/
@@@ -5414,7 -5334,7 +5414,7 @@@ M:      Dan Williams <[email protected]
  L:    [email protected]
  S:    Maintained
  F:    drivers/cxl/
 -F:    include/linux/cxl-einj.h
 +F:    include/linux/einj-cxl.h
  F:    include/linux/cxl-event.h
  F:    include/uapi/linux/cxl_mem.h
  F:    tools/testing/cxl/
@@@ -5434,7 -5354,7 +5434,7 @@@ F:      drivers/usb/atm/cxacru.
  
  CONFIDENTIAL COMPUTING THREAT MODEL FOR X86 VIRTUALIZATION (SNP/TDX)
  M:    Elena Reshetova <[email protected]>
 -M:    Carlos Bilbao <carlos.bilbao@amd.com>
 +M:    Carlos Bilbao <carlos.bilbao.osdev@gmail.com>
  S:    Maintained
  F:    Documentation/security/snp-tdx-threat-model.rst
  
@@@ -5637,7 -5557,7 +5637,7 @@@ F:      drivers/cpuidle/cpuidle-big_little.
  CPUIDLE DRIVER - ARM EXYNOS
  M:    Daniel Lezcano <[email protected]>
  M:    Kukjin Kim <[email protected]>
 -R:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +R:    Krzysztof Kozlowski <krzk@kernel.org>
  L:    [email protected]
  L:    [email protected]
  S:    Maintained
@@@ -5658,6 -5578,7 +5658,7 @@@ 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
  
@@@ -5665,6 -5586,7 +5666,7 @@@ CPUIDLE DRIVER - DT IDLE PM DOMAI
  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
  
@@@ -5790,7 -5712,7 +5792,7 @@@ Q:      http://patchwork.linuxtv.org/project
  F:    drivers/media/dvb-frontends/cxd2820r*
  
  CXGB3 ETHERNET DRIVER (CXGB3)
 -M:    Raju Rangoju <rajur@chelsio.com>
 +M:    Potnuri Bharat Teja <bharat@chelsio.com>
  L:    [email protected]
  S:    Supported
  W:    http://www.chelsio.com
@@@ -5811,7 -5733,7 +5813,7 @@@ W:      http://www.chelsio.co
  F:    drivers/crypto/chelsio
  
  CXGB4 ETHERNET DRIVER (CXGB4)
 -M:    Raju Rangoju <rajur@chelsio.com>
 +M:    Potnuri Bharat Teja <bharat@chelsio.com>
  L:    [email protected]
  S:    Supported
  W:    http://www.chelsio.com
@@@ -5840,7 -5762,7 +5842,7 @@@ F:      drivers/infiniband/hw/cxgb4
  F:    include/uapi/rdma/cxgb4-abi.h
  
  CXGB4VF ETHERNET DRIVER (CXGB4VF)
 -M:    Raju Rangoju <rajur@chelsio.com>
 +M:    Potnuri Bharat Teja <bharat@chelsio.com>
  L:    [email protected]
  S:    Supported
  W:    http://www.chelsio.com
@@@ -5860,9 -5782,10 +5862,9 @@@ F:     include/uapi/misc/cxl.
  
  CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
  M:    Manoj N. Kumar <[email protected]>
 -M:    Matthew R. Ochs <[email protected]>
  M:    Uma Krishnan <[email protected]>
  L:    [email protected]
 -S:    Supported
 +S:    Obsolete
  F:    Documentation/arch/powerpc/cxlflash.rst
  F:    drivers/scsi/cxlflash/
  F:    include/uapi/scsi/cxlflash_ioctl.h
@@@ -6391,7 -6314,7 +6393,7 @@@ L:      [email protected]
  L:    [email protected]
  L:    [email protected] (moderated for non-subscribers)
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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/
@@@ -6445,7 -6368,7 +6447,7 @@@ L:      [email protected]
  L:    [email protected]
  L:    [email protected] (moderated for non-subscribers)
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/dma-buf/dma-heap.c
  F:    drivers/dma-buf/heaps/*
  F:    include/linux/dma-heap.h
@@@ -6482,7 -6405,6 +6484,7 @@@ S:      Maintaine
  P:    Documentation/doc-guide/maintainer-profile.rst
  T:    git git://git.lwn.net/linux.git docs-next
  F:    Documentation/
 +F:    scripts/check-variable-fonts.sh
  F:    scripts/documentation-file-ref-check
  F:    scripts/kernel-doc
  F:    scripts/sphinx-pre-install
@@@ -6655,7 -6577,7 +6657,7 @@@ M:      Jacek Lawrynowicz <jacek.lawrynowicz
  M:    Stanislaw Gruszka <[email protected]>
  L:    [email protected]
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/accel/ivpu/
  F:    include/uapi/drm/ivpu_accel.h
  
@@@ -6675,18 -6597,18 +6677,18 @@@ M:   Chen-Yu Tsai <[email protected]
  R:    Jernej Skrabec <[email protected]>
  L:    [email protected]
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/sun4i/sun8i*
  
  DRM DRIVER FOR ARM PL111 CLCD
  S:    Orphan
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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 git://anongit.freedesktop.org/drm/drm-misc
 +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
  
@@@ -6694,7 -6616,7 +6696,7 @@@ DRM DRIVER FOR ASPEED BMC GF
  M:    Joel Stanley <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/gpu/aspeed-gfx.txt
  F:    drivers/gpu/drm/aspeed/
  
@@@ -6704,14 -6626,14 +6706,14 @@@ R:   Thomas Zimmermann <tzimmermann@suse.
  R:    Jocelyn Falempe <[email protected]>
  L:    [email protected]
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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 git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/tiny/bochs.c
  
  DRM DRIVER FOR BOE HIMAX8279D PANELS
@@@ -6729,14 -6651,14 +6731,14 @@@ F:   drivers/gpu/drm/bridge/chipone-icn62
  DRM DRIVER FOR EBBG FT8719 PANEL
  M:    Joel Selvaraj <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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 git://anongit.freedesktop.org/drm/drm-misc
 +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
@@@ -6756,7 -6678,7 +6758,7 @@@ M:      Thomas Zimmermann <tzimmermann@suse.
  M:    Javier Martinez Canillas <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/drm_aperture.c
  F:    drivers/gpu/drm/tiny/ofdrm.c
  F:    drivers/gpu/drm/tiny/simpledrm.c
@@@ -6775,27 -6697,27 +6777,27 @@@ DRM DRIVER FOR GENERIC USB DISPLA
  M:    Noralf Trønnes <[email protected]>
  S:    Maintained
  W:    https://github.com/notro/gud/wiki
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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 git://anongit.freedesktop.org/drm/drm-misc
 +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 git://anongit.freedesktop.org/drm/drm-misc
 +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 git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/himax,hx8357d.txt
  F:    drivers/gpu/drm/tiny/hx8357d.c
  
@@@ -6804,20 -6726,20 +6806,20 @@@ M:   Deepak Rawat <[email protected]
  L:    [email protected]
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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 git://anongit.freedesktop.org/drm/drm-misc
 +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 git://anongit.freedesktop.org/drm/drm-misc
 +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
  
@@@ -6833,25 -6755,17 +6835,25 @@@ S:   Maintaine
  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:    Caleb Connolly <[email protected]>
 +S:    Maintained
 +T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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 git://anongit.freedesktop.org/drm/drm-misc
 +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 git://anongit.freedesktop.org/drm/drm-misc
 +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
@@@ -6869,13 -6783,13 +6871,13 @@@ R:   Thomas Zimmermann <tzimmermann@suse.
  R:    Jocelyn Falempe <[email protected]>
  L:    [email protected]
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/mgag200/
  
  DRM DRIVER FOR MI0283QT
  M:    Noralf Trønnes <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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
  
@@@ -6883,29 -6797,11 +6885,29 @@@ DRM DRIVER FOR MIPI DBI compatible pane
  M:    Noralf Trønnes <[email protected]>
  S:    Maintained
  W:    https://github.com/notro/panel-mipi-dbi/wiki
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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 MSM ADRENO GPU
 +DRM DRIVER for Qualcomm Adreno GPUs
 +M:    Rob Clark <[email protected]>
 +R:    Sean Paul <[email protected]>
 +R:    Konrad Dybcio <[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:    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:    Abhinav Kumar <[email protected]>
  M:    Dmitry Baryshkov <[email protected]>
@@@ -6925,28 -6821,28 +6927,28 @@@ F:   include/uapi/drm/msm_drm.
  DRM DRIVER FOR NOVATEK NT35510 PANELS
  M:    Linus Walleij <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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 NT35560 PANELS
  M:    Linus Walleij <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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 git://anongit.freedesktop.org/drm/drm-misc
 +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 git://anongit.freedesktop.org/drm/drm-misc
 +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
  
@@@ -6980,7 -6876,7 +6982,7 @@@ F:      drivers/gpu/drm/bridge/parade-ps8640
  DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
  M:    Noralf Trønnes <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/repaper.txt
  F:    drivers/gpu/drm/tiny/repaper.c
  
@@@ -6990,7 -6886,7 +6992,7 @@@ 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 git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/tiny/cirrus.c
  
  DRM DRIVER FOR QXL VIRTUAL GPU
@@@ -6999,7 -6895,7 +7001,7 @@@ M:      Gerd Hoffmann <[email protected]
  L:    [email protected]
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/qxl/
  F:    include/uapi/drm/qxl_drm.h
  
@@@ -7012,7 -6908,7 +7014,7 @@@ F:      drivers/gpu/drm/panel/panel-raydium-
  DRM DRIVER FOR SAMSUNG DB7430 PANELS
  M:    Linus Walleij <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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
  
@@@ -7021,7 -6917,7 +7023,7 @@@ M:      Inki Dae <[email protected]
  M:    Jagan Teki <[email protected]>
  M:    Marek Szyprowski <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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
@@@ -7041,7 -6937,7 +7043,7 @@@ F:      drivers/gpu/drm/panel/panel-samsung-
  DRM DRIVER FOR SITRONIX ST7586 PANELS
  M:    David Lechner <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/sitronix,st7586.txt
  F:    drivers/gpu/drm/tiny/st7586.c
  
@@@ -7062,14 -6958,14 +7064,14 @@@ F:   drivers/gpu/drm/panel/panel-sitronix
  DRM DRIVER FOR SITRONIX ST7735R PANELS
  M:    David Lechner <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/sitronix,st7735r.yaml
  F:    drivers/gpu/drm/tiny/st7735r.c
  
  DRM DRIVER FOR SOLOMON SSD130X OLED DISPLAYS
  M:    Javier Martinez Canillas <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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 git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/ste,mcde.yaml
  F:    drivers/gpu/drm/mcde/
  
@@@ -7101,7 -6997,7 +7103,7 @@@ F:      drivers/gpu/drm/bridge/ti-sn65dsi86.
  DRM DRIVER FOR TPO TPG110 PANELS
  M:    Linus Walleij <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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
  
@@@ -7111,7 -7007,7 +7113,7 @@@ R:      Sean Paul <[email protected]
  R:    Thomas Zimmermann <[email protected]>
  L:    [email protected]
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/udl/
  
  DRM DRIVER FOR VIRTUAL KERNEL MODESETTING (VKMS)
@@@ -7122,7 -7018,7 +7124,7 @@@ R:      Haneen Mohammed <hamohammed.sa@gmail
  R:    Daniel Vetter <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/gpu/vkms.rst
  F:    drivers/gpu/drm/vkms/
  
@@@ -7130,7 -7026,7 +7132,7 @@@ DRM DRIVER FOR VIRTUALBOX VIRTUAL GP
  M:    Hans de Goede <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/vboxvideo/
  
  DRM DRIVER FOR VMWARE VIRTUAL GPU
@@@ -7138,14 -7034,14 +7140,14 @@@ M:   Zack Rusin <[email protected]
  R:    Broadcom internal kernel review list <[email protected]>
  L:    [email protected]
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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 git://anongit.freedesktop.org/drm/drm-misc
 +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
  
@@@ -7170,8 -7066,8 +7172,8 @@@ M:      Maarten Lankhorst <maarten.lankhorst
  M:    Maxime Ripard <[email protected]>
  M:    Thomas Zimmermann <[email protected]>
  S:    Maintained
 -W:    https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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/
@@@ -7198,7 -7094,7 +7200,7 @@@ M:      Maxime Ripard <[email protected]
  M:    Chen-Yu Tsai <[email protected]>
  L:    [email protected]
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/allwinner*
  F:    drivers/gpu/drm/sun4i/
  
@@@ -7208,7 -7104,7 +7210,7 @@@ L:      [email protected]
  L:    [email protected]
  S:    Supported
  W:    http://linux-meson.com/
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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
@@@ -7220,7 -7116,7 +7222,7 @@@ M:      Sam Ravnborg <[email protected]
  M:    Boris Brezillon <[email protected]>
  L:    [email protected]
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/atmel/
  F:    drivers/gpu/drm/atmel-hlcdc/
  
@@@ -7232,7 -7128,7 +7234,7 @@@ R:      Laurent Pinchart <Laurent.pinchart@i
  R:    Jonas Karlman <[email protected]>
  R:    Jernej Skrabec <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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/drm_bridge.c
@@@ -7257,7 -7153,7 +7259,7 @@@ M:      Stefan Agner <[email protected]
  M:    Alison Wang <[email protected]>
  L:    [email protected]
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/fsl,dcu.txt
  F:    Documentation/devicetree/bindings/display/fsl,tcon.txt
  F:    drivers/gpu/drm/fsl-dcu/
@@@ -7266,7 -7162,7 +7268,7 @@@ DRM DRIVERS FOR FREESCALE IMX 5/
  M:    Philipp Zabel <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +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/
@@@ -7286,7 -7182,7 +7288,7 @@@ DRM DRIVERS FOR GMA500 (Poulsbo, Moores
  M:    Patrik Jakobsson <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/gma500/
  
  DRM DRIVERS FOR HISILICON
@@@ -7298,7 -7194,7 +7300,7 @@@ R:      Yongqin Liu <[email protected]
  R:    John Stultz <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/hisilicon/
  F:    drivers/gpu/drm/hisilicon/
  
@@@ -7307,7 -7203,7 +7309,7 @@@ M:      Qiang Yu <[email protected]
  L:    [email protected]
  L:    [email protected] (moderated for non-subscribers)
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/lima/
  F:    include/uapi/drm/lima_drm.h
  
@@@ -7315,7 -7211,7 +7317,7 @@@ DRM DRIVERS FOR LOONGSO
  M:    Sui Jingfeng <[email protected]>
  L:    [email protected]
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/loongson/
  
  DRM DRIVERS FOR MEDIATEK
@@@ -7363,7 -7259,7 +7365,7 @@@ M:      Biju Das <[email protected]
  L:    [email protected]
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml
  F:    drivers/gpu/drm/renesas/rz-du/
  
@@@ -7373,7 -7269,7 +7375,7 @@@ M:      Geert Uytterhoeven <geert+renesas@gl
  L:    [email protected]
  L:    [email protected]
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/renesas,shmobile-lcdc.yaml
  F:    drivers/gpu/drm/renesas/shmobile/
  F:    include/linux/platform_data/shmob_drm.h
@@@ -7384,7 -7280,7 +7386,7 @@@ M:      Heiko Stübner <[email protected]
  M:    Andy Yan <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/rockchip/
  F:    drivers/gpu/drm/ci/xfails/rockchip*
  F:    drivers/gpu/drm/rockchip/
@@@ -7393,7 -7289,7 +7395,7 @@@ DRM DRIVERS FOR ST
  M:    Alain Volmat <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/st,stih4xx.txt
  F:    drivers/gpu/drm/sti
  
@@@ -7403,7 -7299,7 +7405,7 @@@ M:      Raphael Gallais-Pou <raphael.gallais
  M:    Philippe Cornu <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/st,stm32-ltdc.yaml
  F:    drivers/gpu/drm/stm
  
@@@ -7412,7 -7308,7 +7414,7 @@@ M:      Jyri Sarha <[email protected]
  M:    Tomi Valkeinen <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
  F:    Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml
  F:    Documentation/devicetree/bindings/display/ti/ti,k2g-dss.yaml
@@@ -7423,7 -7319,7 +7425,7 @@@ M:      Jyri Sarha <[email protected]
  M:    Tomi Valkeinen <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/tilcdc/
  F:    drivers/gpu/drm/tilcdc/
  
@@@ -7431,7 -7327,7 +7433,7 @@@ DRM DRIVERS FOR TI OMA
  M:    Tomi Valkeinen <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/ti/
  F:    drivers/gpu/drm/omapdrm/
  
@@@ -7439,7 -7335,7 +7441,7 @@@ DRM DRIVERS FOR V3
  M:    Melissa Wen <[email protected]>
  M:    Maíra Canal <[email protected]>
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml
  F:    drivers/gpu/drm/v3d/
  F:    include/uapi/drm/v3d_drm.h
@@@ -7448,7 -7344,7 +7450,7 @@@ DRM DRIVERS FOR VC
  M:    Maxime Ripard <[email protected]>
  S:    Supported
  T:    git git://github.com/anholt/linux
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/brcm,bcm2835-*.yaml
  F:    drivers/gpu/drm/vc4/
  F:    include/uapi/drm/vc4_drm.h
@@@ -7469,16 -7365,15 +7471,16 @@@ M:   Oleksandr Andrushchenko <oleksandr_a
  L:    [email protected]
  L:    [email protected] (moderated for non-subscribers)
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/gpu/xen-front.rst
  F:    drivers/gpu/drm/xen/
  
  DRM DRIVERS FOR XILINX
  M:    Laurent Pinchart <[email protected]>
 +M:    Tomi Valkeinen <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/xlnx/
  F:    drivers/gpu/drm/xlnx/
  
@@@ -7487,7 -7382,7 +7489,7 @@@ M:      Luben Tuikov <[email protected]
  M:    Matthew Brost <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/scheduler/
  F:    include/drm/gpu_scheduler.h
  
@@@ -7497,7 -7392,7 +7499,7 @@@ R:      Jessica Zhang <quic_jesszhan@quicinc
  R:    Sam Ravnborg <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/panel/
  F:    drivers/gpu/drm/drm_panel.c
  F:    drivers/gpu/drm/panel/
@@@ -7507,7 -7402,7 +7509,7 @@@ DRM PRIVACY-SCREEN CLAS
  M:    Hans de Goede <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/drm_privacy_screen*
  F:    include/drm/drm_privacy_screen*
  
@@@ -7516,7 -7411,7 +7518,7 @@@ M:      Christian Koenig <christian.koenig@a
  M:    Huang Rui <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/ttm/
  F:    include/drm/ttm/
  
@@@ -7524,7 -7419,7 +7526,7 @@@ DRM AUTOMATED TESTIN
  M:    Helen Koike <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/gpu/automated_testing.rst
  F:    drivers/gpu/drm/ci/
  
@@@ -7938,8 -7833,9 +7940,8 @@@ W:      http://aeschi.ch.eu.org/efs
  F:    fs/efs/
  
  EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
 -M:    Douglas Miller <[email protected]>
  L:    [email protected]
 -S:    Maintained
 +S:    Orphan
  F:    drivers/net/ethernet/ibm/ehea/
  
  ELM327 CAN NETWORK DRIVER
@@@ -8547,6 -8443,8 +8549,6 @@@ T:      git git://git.kernel.org/pub/scm/lin
  F:    include/linux/fortify-string.h
  F:    lib/fortify_kunit.c
  F:    lib/memcpy_kunit.c
 -F:    lib/strcat_kunit.c
 -F:    lib/strscpy_kunit.c
  F:    lib/test_fortify/*
  F:    scripts/test_fortify.sh
  K:    \b__NO_FORTIFY\b
@@@ -8587,7 -8485,7 +8589,7 @@@ F:      arch/x86/math-emu
  FRAMEBUFFER CORE
  M:    Daniel Vetter <[email protected]>
  S:    Odd Fixes
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/video/fbdev/core/
  
  FRAMEBUFFER LAYER
@@@ -8627,6 -8525,7 +8629,6 @@@ S:      Maintaine
  F:    drivers/video/fbdev/fsl-diu-fb.*
  
  FREESCALE DMA DRIVER
 -M:    Li Yang <[email protected]>
  M:    Zhang Wei <[email protected]>
  L:    [email protected]
  S:    Maintained
@@@ -8791,9 -8690,10 +8793,9 @@@ F:     drivers/soc/fsl/qe/tsa.
  F:    include/dt-bindings/soc/cpm1-fsl,tsa.h
  
  FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
 -M:    Li Yang <[email protected]>
  L:    [email protected]
  L:    [email protected]
 -S:    Maintained
 +S:    Orphan
  F:    drivers/net/ethernet/freescale/ucc_geth*
  
  FREESCALE QUICC ENGINE UCC HDLC DRIVER
@@@ -8810,9 -8710,10 +8812,9 @@@ S:     Maintaine
  F:    drivers/tty/serial/ucc_uart.c
  
  FREESCALE SOC DRIVERS
 -M:    Li Yang <[email protected]>
  L:    [email protected]
  L:    [email protected] (moderated for non-subscribers)
 -S:    Maintained
 +S:    Orphan
  F:    Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml
  F:    Documentation/devicetree/bindings/soc/fsl/
  F:    drivers/soc/fsl/
@@@ -8846,15 -8747,17 +8848,15 @@@ F:   Documentation/devicetree/bindings/so
  F:    sound/soc/fsl/fsl_qmc_audio.c
  
  FREESCALE USB PERIPHERAL DRIVERS
 -M:    Li Yang <[email protected]>
  L:    [email protected]
  L:    [email protected]
 -S:    Maintained
 +S:    Orphan
  F:    drivers/usb/gadget/udc/fsl*
  
  FREESCALE USB PHY DRIVER
 -M:    Ran Wang <[email protected]>
  L:    [email protected]
  L:    [email protected]
 -S:    Maintained
 +S:    Orphan
  F:    drivers/usb/phy/phy-fsl-usb*
  
  FREEVXFS FILESYSTEM
@@@ -9099,7 -9002,7 +9101,7 @@@ F:      drivers/i2c/muxes/i2c-mux-gpio.
  F:    include/linux/platform_data/i2c-mux-gpio.h
  
  GENERIC GPIO RESET DRIVER
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  S:    Maintained
  F:    drivers/reset/reset-gpio.c
  
@@@ -9682,7 -9585,7 +9684,7 @@@ F:      kernel/power
  
  HID CORE LAYER
  M:    Jiri Kosina <[email protected]>
 -M:    Benjamin Tissoires <ben[email protected]>
 +M:    Benjamin Tissoires <ben[email protected]>
  L:    [email protected]
  S:    Maintained
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
@@@ -10129,7 -10032,7 +10131,7 @@@ F:   drivers/media/platform/st/sti/hv
  
  HWPOISON MEMORY FAILURE HANDLING
  M:    Miaohe Lin <[email protected]>
 -R:    Naoya Horiguchi <naoya.horiguchi@nec.com>
 +R:    Naoya Horiguchi <nao.horiguchi@gmail.com>
  L:    [email protected]
  S:    Maintained
  F:    mm/hwpoison-inject.c
@@@ -10689,7 -10592,7 +10691,7 @@@ IMGTEC POWERVR DRM DRIVE
  M:    Frank Binns <[email protected]>
  M:    Matt Coster <[email protected]>
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
  F:    Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml
  F:    Documentation/gpu/imagination/
@@@ -10709,7 -10612,7 +10711,7 @@@ S:   Orpha
  F:    drivers/video/fbdev/imsttfb.c
  
  INDEX OF FURTHER KERNEL DOCUMENTATION
 -M:    Carlos Bilbao <carlos.bilbao@amd.com>
 +M:    Carlos Bilbao <carlos.bilbao.osdev@gmail.com>
  S:    Maintained
  F:    Documentation/process/kernel-docs.rst
  
  S:    Supported
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
  F:    drivers/gpio/gpio-elkhartlake.c
 +F:    drivers/gpio/gpio-graniterapids.c
  F:    drivers/gpio/gpio-ich.c
  F:    drivers/gpio/gpio-merrifield.c
  F:    drivers/gpio/gpio-ml-ioh.c
@@@ -11098,16 -11000,6 +11100,16 @@@ F: Documentation/admin-guide/media/ipu3
  F:    Documentation/userspace-api/media/v4l/metafmt-intel-ipu3.rst
  F:    drivers/staging/media/ipu3/
  
 +INTEL IPU6 INPUT SYSTEM DRIVER
 +M:    Sakari Ailus <[email protected]>
 +M:    Bingbu Cao <[email protected]>
 +R:    Tianshu Qiu <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +T:    git git://linuxtv.org/media_tree.git
 +F:    Documentation/admin-guide/media/ipu6-isys.rst
 +F:    drivers/media/pci/intel/ipu6/
 +
  INTEL ISHTP ECLITE DRIVER
  M:    Sumesh K Naduvalath <[email protected]>
  L:    [email protected]
@@@ -11481,7 -11373,7 +11483,7 @@@ IOSYS-MAP HELPER
  M:    Thomas Zimmermann <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    include/linux/iosys-map.h
  
  IO_URING
@@@ -11549,7 -11441,6 +11551,7 @@@ S:   Maintaine
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
  F:    Documentation/core-api/irq/irq-domain.rst
  F:    include/linux/irqdomain.h
 +F:    include/linux/irqdomain_defs.h
  F:    kernel/irq/irqdomain.c
  F:    kernel/irq/msi.c
  
  S:    Maintained
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
  F:    include/linux/group_cpus.h
 +F:    include/linux/irq.h
 +F:    include/linux/irqhandler.h
 +F:    include/linux/irqnr.h
 +F:    include/linux/irqreturn.h
  F:    kernel/irq/
  F:    lib/group_cpus.c
  
@@@ -11573,7 -11460,6 +11575,7 @@@ S:   Maintaine
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
  F:    Documentation/devicetree/bindings/interrupt-controller/
  F:    drivers/irqchip/
 +F:    include/linux/irqchip.h
  
  ISA
  M:    William Breathitt Gray <[email protected]>
@@@ -11680,7 -11566,7 +11682,7 @@@ ITE IT66121 HDMI BRIDGE DRIVE
  M:    Phong LE <[email protected]>
  M:    Neil Armstrong <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml
  F:    drivers/gpu/drm/bridge/ite-it66121.c
  
@@@ -12117,7 -12003,7 +12119,7 @@@ F:   include/keys/encrypted-type.
  F:    security/keys/encrypted-keys/
  
  KEYS-TRUSTED
 -M:    James Bottomley <[email protected].com>
 +M:    James Bottomley <James.Bottomley@HansenPartnership.com>
  M:    Jarkko Sakkinen <[email protected]>
  M:    Mimi Zohar <[email protected]>
  L:    [email protected]
@@@ -12137,15 -12023,6 +12139,15 @@@ S: Maintaine
  F:    include/keys/trusted_caam.h
  F:    security/keys/trusted-keys/trusted_caam.c
  
 +KEYS-TRUSTED-DCP
 +M:    David Gstir <[email protected]>
 +R:    sigma star Kernel Team <[email protected]>
 +L:    [email protected]
 +L:    [email protected]
 +S:    Supported
 +F:    include/keys/trusted_dcp.h
 +F:    security/keys/trusted-keys/trusted_dcp.c
 +
  KEYS-TRUSTED-TEE
  M:    Sumit Garg <[email protected]>
  L:    [email protected]
@@@ -12173,7 -12050,6 +12175,7 @@@ M:   Mimi Zohar <[email protected]
  L:    [email protected]
  L:    [email protected]
  S:    Supported
 +W:    https://kernsec.org/wiki/index.php/Linux_Kernel_Integrity
  F:    security/integrity/platform_certs
  
  KFENCE
@@@ -12520,26 -12396,6 +12522,26 @@@ F: drivers/ata
  F:    include/linux/ata.h
  F:    include/linux/libata.h
  
 +LIBETH COMMON ETHERNET LIBRARY
 +M:    Alexander Lobakin <[email protected]>
 +L:    [email protected]
 +L:    [email protected] (moderated for non-subscribers)
 +S:    Supported
 +T:    git https://github.com/alobakin/linux.git
 +F:    drivers/net/ethernet/intel/libeth/
 +F:    include/net/libeth/
 +K:    libeth
 +
 +LIBIE COMMON INTEL ETHERNET LIBRARY
 +M:    Alexander Lobakin <[email protected]>
 +L:    [email protected] (moderated for non-subscribers)
 +L:    [email protected]
 +S:    Supported
 +T:    git https://github.com/alobakin/linux.git
 +F:    drivers/net/ethernet/intel/libie/
 +F:    include/linux/net/intel/libie/
 +K:    libie
 +
  LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
  M:    Vishal Verma <[email protected]>
  M:    Dan Williams <[email protected]>
@@@ -12650,8 -12506,6 +12652,8 @@@ F:   drivers/rtc/rtc-opal.
  F:    drivers/scsi/ibmvscsi/
  F:    drivers/tty/hvc/hvc_opal.c
  F:    drivers/watchdog/wdrtas.c
 +F:    include/linux/papr_scm.h
 +F:    include/uapi/linux/papr_pdsm.h
  F:    tools/testing/selftests/powerpc
  N:    /pmac
  N:    powermac
@@@ -13443,7 -13297,7 +13445,7 @@@ F:   drivers/iio/adc/max11205.
  
  MAXIM MAX17040 FAMILY FUEL GAUGE DRIVERS
  R:    Iskren Chernev <[email protected]>
 -R:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +R:    Krzysztof Kozlowski <krzk@kernel.org>
  R:    Marek Szyprowski <[email protected]>
  R:    Matheus Castello <[email protected]>
  L:    [email protected]
@@@ -13453,7 -13307,7 +13455,7 @@@ F:   drivers/power/supply/max17040_batter
  
  MAXIM MAX17042 FAMILY FUEL GAUGE DRIVERS
  R:    Hans de Goede <[email protected]>
 -R:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +R:    Krzysztof Kozlowski <krzk@kernel.org>
  R:    Marek Szyprowski <[email protected]>
  R:    Sebastian Krzyszkowiak <[email protected]>
  R:    Purism Kernel Team <[email protected]>
@@@ -13511,7 -13365,7 +13513,7 @@@ F:   Documentation/devicetree/bindings/po
  F:    drivers/power/supply/max77976_charger.c
  
  MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  L:    [email protected]
  S:    Maintained
  B:    mailto:[email protected]
@@@ -13522,7 -13376,7 +13524,7 @@@ F:   drivers/power/supply/max77693_charge
  
  MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
  M:    Chanwoo Choi <[email protected]>
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  L:    [email protected]
  S:    Maintained
  B:    mailto:[email protected]
@@@ -13884,7 -13738,6 +13886,7 @@@ M:   Sean Wang <[email protected]
  L:    [email protected]
  L:    [email protected] (moderated for non-subscribers)
  S:    Maintained
 +F:    Documentation/devicetree/bindings/net/bluetooth/mediatek,mt7921s-bluetooth.yaml
  F:    Documentation/devicetree/bindings/net/mediatek-bluetooth.txt
  F:    drivers/bluetooth/btmtkuart.c
  
@@@ -14168,7 -14021,6 +14170,7 @@@ F:   drivers/net/ethernet/mellanox/mlx4/e
  
  MELLANOX ETHERNET DRIVER (mlx5e)
  M:    Saeed Mahameed <[email protected]>
 +M:    Tariq Toukan <[email protected]>
  L:    [email protected]
  S:    Supported
  W:    http://www.mellanox.com
@@@ -14236,7 -14088,6 +14238,7 @@@ F:   include/uapi/rdma/mlx4-abi.
  MELLANOX MLX5 core VPI driver
  M:    Saeed Mahameed <[email protected]>
  M:    Leon Romanovsky <[email protected]>
 +M:    Tariq Toukan <[email protected]>
  L:    [email protected]
  L:    [email protected]
  S:    Supported
@@@ -14307,7 -14158,7 +14309,7 @@@ F:   mm/mm_init.
  F:    tools/testing/memblock/
  
  MEMORY CONTROLLER DRIVERS
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  L:    [email protected]
  S:    Maintained
  B:    mailto:[email protected]
@@@ -14512,7 -14363,7 +14514,7 @@@ F:   drivers/dma/at_xdmac.
  F:    include/dt-bindings/dma/at91.h
  
  MICROCHIP AT91 SERIAL DRIVER
 -M:    Richard Genoud <richard.genoud@gmail.com>
 +M:    Richard Genoud <richard.genoud@bootlin.com>
  S:    Maintained
  F:    Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml
  F:    drivers/tty/serial/atmel_serial.c
@@@ -14718,14 -14569,6 +14720,14 @@@ S: Supporte
  F:    Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml
  F:    drivers/pwm/pwm-atmel.c
  
 +MICROCHIP SAM9x7-COMPATIBLE LVDS CONTROLLER
 +M:    Manikandan Muralidharan <[email protected]>
 +M:    Dharma Balasubiramani <[email protected]>
 +L:    [email protected]
 +S:    Supported
 +F:    Documentation/devicetree/bindings/display/bridge/microchip,sam9x75-lvds.yaml
 +F:    drivers/gpu/drm/bridge/microchip-lvds.c
 +
  MICROCHIP SAMA5D2-COMPATIBLE ADC DRIVER
  M:    Eugen Hristev <[email protected]>
  L:    [email protected]
@@@ -15313,7 -15156,7 +15315,7 @@@ M:   Marek Vasut <[email protected]
  M:    Stefan Agner <[email protected]>
  L:    [email protected]
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/fsl,lcdif.yaml
  F:    drivers/gpu/drm/mxsfb/
  
@@@ -15325,8 -15168,9 +15327,8 @@@ F:   drivers/scsi/myrb.
  F:    drivers/scsi/myrs.*
  
  MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
 -M:    Chris Lee <[email protected]>
  L:    [email protected]
 -S:    Supported
 +S:    Orphan
  W:    https://www.cspi.com/ethernet-products/support/downloads/
  F:    drivers/net/ethernet/myricom/myri10ge/
  
@@@ -15422,7 -15266,6 +15424,7 @@@ F:   net/*/netfilter.
  F:    net/*/netfilter/
  F:    net/bridge/br_netfilter*.c
  F:    net/netfilter/
 +F:    tools/testing/selftests/net/netfilter/
  
  NETROM NETWORK LAYER
  M:    Ralf Baechle <[email protected]>
@@@ -15696,7 -15539,7 +15698,7 @@@ F:   include/uapi/linux/nexthop.
  F:    net/ipv4/nexthop.c
  
  NFC SUBSYSTEM
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  L:    [email protected]
  S:    Maintained
  F:    Documentation/devicetree/bindings/net/nfc/
@@@ -16034,7 -15877,7 +16036,7 @@@ M:   Laurentiu Palcu <laurentiu.palcu@oss
  R:    Lucas Stach <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/devicetree/bindings/display/imx/nxp,imx8mq-dcss.yaml
  F:    drivers/gpu/drm/imx/dcss/
  
@@@ -16073,7 -15916,7 +16075,7 @@@ F:   Documentation/devicetree/bindings/re
  F:    drivers/regulator/pf8x00-regulator.c
  
  NXP PTN5150A CC LOGIC AND EXTCON DRIVER
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  L:    [email protected]
  S:    Maintained
  F:    Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml
@@@ -16556,7 -16399,7 +16558,7 @@@ M:   Sakari Ailus <[email protected]
  L:    [email protected]
  S:    Maintained
  T:    git git://linuxtv.org/media_tree.git
 -F:    Documentation/devicetree/bindings/media/i2c/ov8856.yaml
 +F:    Documentation/devicetree/bindings/media/i2c/ovti,ov8856.yaml
  F:    drivers/media/i2c/ov8856.c
  
  OMNIVISION OV8858 SENSOR DRIVER
@@@ -16684,7 -16527,7 +16686,7 @@@ K:   of_overlay_remov
  
  OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
  M:    Rob Herring <[email protected]>
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
 +M:    Krzysztof Kozlowski <krzk+dt@kernel.org>
  M:    Conor Dooley <[email protected]>
  L:    [email protected]
  S:    Maintained
@@@ -16890,9 -16733,9 +16892,9 @@@ F:   include/uapi/linux/ppdev.
  
  PARAVIRT_OPS INTERFACE
  M:    Juergen Gross <[email protected]>
 -R:    Ajay Kaher <akaher@vmware.com>
 -R:    Alexey Makhalov <amakhalov@vmware.com>
 -R:    VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 +R:    Ajay Kaher <ajay.kaher@broadcom.com>
 +R:    Alexey Makhalov <alexey.amakhalov@broadcom.com>
 +R:    Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
  L:    [email protected]
  L:    [email protected]
  S:    Supported
@@@ -16963,6 -16806,12 +16965,6 @@@ S:  Maintaine
  F:    drivers/leds/leds-pca9532.c
  F:    include/linux/leds-pca9532.h
  
 -PCA9541 I2C BUS MASTER SELECTOR DRIVER
 -M:    Guenter Roeck <[email protected]>
 -L:    [email protected]
 -S:    Maintained
 -F:    drivers/i2c/muxes/i2c-mux-pca9541.c
 -
  PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
  M:    Thomas Petazzoni <[email protected]>
  M:    Pali Rohár <[email protected]>
@@@ -17125,6 -16974,7 +17127,6 @@@ F:   drivers/pci/controller/dwc/pci-exyno
  
  PCI DRIVER FOR SYNOPSYS DESIGNWARE
  M:    Jingoo Han <[email protected]>
 -M:    Gustavo Pimentel <[email protected]>
  M:    Manivannan Sadhasivam <[email protected]>
  L:    [email protected]
  S:    Maintained
@@@ -17635,7 -17485,7 +17637,7 @@@ F:   Documentation/devicetree/bindings/pi
  F:    drivers/pinctrl/renesas/
  
  PIN CONTROLLER - SAMSUNG
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  M:    Sylwester Nawrocki <[email protected]>
  R:    Alim Akhtar <[email protected]>
  L:    [email protected] (moderated for non-subscribers)
@@@ -17931,14 -17781,6 +17933,14 @@@ F: include/net/psample.
  F:    include/uapi/linux/psample.h
  F:    net/psample
  
 +PSE NETWORK DRIVER
 +M:    Oleksij Rempel <[email protected]>
 +M:    Kory Maincent <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/net/pse-pd/
 +F:    drivers/net/pse-pd/
 +
  PSTORE FILESYSTEM
  M:    Kees Cook <[email protected]>
  R:    Tony Luck <[email protected]>
@@@ -18039,7 -17881,7 +18041,7 @@@ F:   Documentation/devicetree/bindings/le
  F:    drivers/media/rc/pwm-ir-tx.c
  
  PWM SUBSYSTEM
 -M:    Uwe Kleine-König <u[email protected]>
 +M:    Uwe Kleine-König <u[email protected]>
  L:    [email protected]
  S:    Maintained
  Q:    https://patchwork.ozlabs.org/project/linux-pwm/list/
@@@ -18163,6 -18005,7 +18165,6 @@@ S:   Supporte
  F:    drivers/scsi/qedi/
  
  QLOGIC QL4xxx ETHERNET DRIVER
 -M:    Ariel Elior <[email protected]>
  M:    Manish Chopra <[email protected]>
  L:    [email protected]
  S:    Supported
@@@ -18172,6 -18015,7 +18174,6 @@@ F:   include/linux/qed
  
  QLOGIC QL4xxx RDMA DRIVER
  M:    Michal Kalderon <[email protected]>
 -M:    Ariel Elior <[email protected]>
  L:    [email protected]
  S:    Supported
  F:    drivers/infiniband/hw/qedr/
@@@ -18337,7 -18181,7 +18339,7 @@@ R:   Pranjal Ramajor Asha Kanojiya <quic_
  L:    [email protected]
  L:    [email protected]
  S:    Supported
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/accel/qaic/
  F:    drivers/accel/qaic/
  F:    include/uapi/drm/qaic_accel.h
@@@ -18749,7 -18593,7 +18751,7 @@@ F:   tools/testing/selftests/resctrl
  READ-COPY UPDATE (RCU)
  M:    "Paul E. McKenney" <[email protected]>
  M:    Frederic Weisbecker <[email protected]> (kernel/rcu/tree_nocb.h)
 -M:    Neeraj Upadhyay <[email protected]> (kernel/rcu/tasks.h)
 +M:    Neeraj Upadhyay <[email protected]> (kernel/rcu/tasks.h)
  M:    Joel Fernandes <[email protected]>
  M:    Josh Triplett <[email protected]>
  M:    Boqun Feng <[email protected]>
@@@ -19002,12 -18846,6 +19004,12 @@@ F: include/dt-bindings/net/pcs-rzn1-mii
  F:    include/linux/pcs-rzn1-miic.h
  F:    net/dsa/tag_rzn1_a5psw.c
  
 +RENESAS RZ/N1 DWMAC GLUE LAYER
 +M:    Romain Gantois <[email protected]>
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/net/renesas,rzn1-gmac.yaml
 +F:    drivers/net/ethernet/stmicro/stmmac/dwmac-rzn1.c
 +
  RENESAS RZ/N1 RTC CONTROLLER DRIVER
  M:    Miquel Raynal <[email protected]>
  L:    [email protected]
@@@ -19121,20 -18959,6 +19123,20 @@@ S: Maintaine
  F:    drivers/mtd/nand/raw/r852.c
  F:    drivers/mtd/nand/raw/r852.h
  
 +RISC-V AIA DRIVERS
 +M:    Anup Patel <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/interrupt-controller/riscv,aplic.yaml
 +F:    Documentation/devicetree/bindings/interrupt-controller/riscv,imsics.yaml
 +F:    drivers/irqchip/irq-riscv-aplic-*.c
 +F:    drivers/irqchip/irq-riscv-aplic-*.h
 +F:    drivers/irqchip/irq-riscv-imsic-*.c
 +F:    drivers/irqchip/irq-riscv-imsic-*.h
 +F:    drivers/irqchip/irq-riscv-intc.c
 +F:    include/linux/irqchip/riscv-aplic.h
 +F:    include/linux/irqchip/riscv-imsic.h
 +
  RISC-V ARCHITECTURE
  M:    Paul Walmsley <[email protected]>
  M:    Palmer Dabbelt <[email protected]>
@@@ -19259,13 -19083,6 +19261,13 @@@ S: Maintaine
  F:    Documentation/devicetree/bindings/media/rockchip-rga.yaml
  F:    drivers/media/platform/rockchip/rga/
  
 +ROCKCHIP RK3308 INTERNAL AUDIO CODEC
 +M:    Luca Ceresoli <[email protected]>
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/sound/rockchip,rk3308-codec.yaml
 +F:    sound/soc/codecs/rk3308_codec.c
 +F:    sound/soc/codecs/rk3308_codec.h
 +
  ROCKCHIP VIDEO DECODER DRIVER
  M:    Ezequiel Garcia <[email protected]>
  L:    [email protected]
@@@ -19636,7 -19453,7 +19638,7 @@@ F:   Documentation/devicetree/bindings/so
  F:    sound/soc/samsung/
  
  SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  L:    [email protected]
  L:    [email protected]
  S:    Maintained
@@@ -19671,7 -19488,7 +19673,7 @@@ S:   Maintaine
  F:    drivers/platform/x86/samsung-laptop.c
  
  SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  L:    [email protected]
  L:    [email protected]
  S:    Maintained
@@@ -19697,7 -19514,7 +19699,7 @@@ F:   drivers/media/platform/samsung/s3c-c
  F:    include/media/drv-intf/s3c_camif.h
  
  SAMSUNG S3FWRN5 NFC DRIVER
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  S:    Maintained
  F:    Documentation/devicetree/bindings/net/nfc/samsung,s3fwrn5.yaml
  F:    drivers/nfc/s3fwrn5
@@@ -19718,7 -19535,7 +19720,7 @@@ S:   Supporte
  F:    drivers/media/i2c/s5k5baf.c
  
  SAMSUNG S5P Security SubSystem (SSS) DRIVER
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  M:    Vladimir Zapolskiy <[email protected]>
  L:    [email protected]
  L:    [email protected]
@@@ -19740,7 -19557,7 +19742,7 @@@ F:   Documentation/devicetree/bindings/me
  F:    drivers/media/platform/samsung/exynos4-is/
  
  SAMSUNG SOC CLOCK DRIVERS
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  M:    Sylwester Nawrocki <[email protected]>
  M:    Chanwoo Choi <[email protected]>
  R:    Alim Akhtar <[email protected]>
@@@ -19772,7 -19589,7 +19774,7 @@@ F:   drivers/net/ethernet/samsung/sxgbe
  
  SAMSUNG THERMAL DRIVER
  M:    Bartlomiej Zolnierkiewicz <[email protected]>
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  L:    [email protected]
  L:    [email protected]
  S:    Maintained
@@@ -19859,7 -19676,7 +19861,7 @@@ F:   drivers/scsi/sg.
  F:    include/scsi/sg.h
  
  SCSI SUBSYSTEM
 -M:    "James E.J. Bottomley" <[email protected].com>
 +M:    "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
  M:    "Martin K. Petersen" <[email protected]>
  L:    [email protected]
  S:    Maintained
@@@ -20040,10 -19857,6 +20042,10 @@@ Q: https://patchwork.kernel.org/project
  B:    mailto:[email protected]
  P:    https://github.com/LinuxSecurityModule/kernel/blob/main/README.md
  T:    git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
 +F:    include/linux/lsm_audit.h
 +F:    include/linux/lsm_hook_defs.h
 +F:    include/linux/lsm_hooks.h
 +F:    include/linux/security.h
  F:    include/uapi/linux/lsm.h
  F:    security/
  F:    tools/testing/selftests/lsm/
@@@ -20372,6 -20185,7 +20374,6 @@@ F:   include/linux/platform_data/simplefb
  
  SIOX
  M:    Thorsten Scherer <[email protected]>
 -M:    Uwe Kleine-König <[email protected]>
  R:    Pengutronix Kernel Team <[email protected]>
  S:    Supported
  F:    drivers/gpio/gpio-siox.c
@@@ -20850,12 -20664,6 +20852,12 @@@ F: include/trace/events/sof*.
  F:    include/uapi/sound/asoc.h
  F:    sound/soc/
  
 +SOUND - SOC LAYER / dapm-graph
 +M:    Luca Ceresoli <[email protected]>
 +L:    [email protected]
 +S:    Maintained
 +F:    tools/sound/dapm-graph
 +
  SOUND - SOUND OPEN FIRMWARE (SOF) DRIVERS
  M:    Pierre-Louis Bossart <[email protected]>
  M:    Liam Girdwood <[email protected]>
@@@ -20890,7 -20698,7 +20892,7 @@@ Q:   http://patchwork.linuxtv.org/project
  F:    drivers/media/dvb-frontends/sp2*
  
  SPANISH DOCUMENTATION
 -M:    Carlos Bilbao <carlos.bilbao@amd.com>
 +M:    Carlos Bilbao <carlos.bilbao.osdev@gmail.com>
  R:    Avadhut Naik <[email protected]>
  S:    Maintained
  F:    Documentation/translations/sp_SP/
@@@ -21042,13 -20850,6 +21044,13 @@@ T: git git://linuxtv.org/media_tree.gi
  F:    Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml
  F:    drivers/media/i2c/st-mipid02.c
  
 +ST STM32 FIREWALL
 +M:    Gatien Chevallier <[email protected]>
 +S:    Maintained
 +F:    drivers/bus/stm32_etzpc.c
 +F:    drivers/bus/stm32_firewall.c
 +F:    drivers/bus/stm32_rifsc.c
 +
  ST STM32 I2C/SMBUS DRIVER
  M:    Pierre-Yves MORDRET <[email protected]>
  M:    Alain Volmat <[email protected]>
@@@ -21532,7 -21333,7 +21534,7 @@@ R:   Gustavo Padovan <[email protected]
  L:    [email protected]
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/driver-api/sync_file.rst
  F:    drivers/dma-buf/dma-fence*
  F:    drivers/dma-buf/sw_sync.c
@@@ -21691,7 -21492,6 +21693,7 @@@ F:   drivers/cpufreq/sc[mp]i-cpufreq.
  F:    drivers/firmware/arm_scmi/
  F:    drivers/firmware/arm_scpi.c
  F:    drivers/hwmon/scmi-hwmon.c
 +F:    drivers/pinctrl/pinctrl-scmi.c
  F:    drivers/pmdomain/arm/
  F:    drivers/powercap/arm_scmi_powercap.c
  F:    drivers/regulator/scmi-regulator.c
@@@ -21878,7 -21678,6 +21880,7 @@@ TEAM DRIVE
  M:    Jiri Pirko <[email protected]>
  L:    [email protected]
  S:    Supported
 +F:    Documentation/netlink/specs/team.yaml
  F:    drivers/net/team/
  F:    include/linux/if_team.h
  F:    include/uapi/linux/if_team.h
@@@ -21924,7 -21723,6 +21926,7 @@@ F:   Documentation/driver-api/tee.rs
  F:    Documentation/tee/
  F:    Documentation/userspace-api/tee.rst
  F:    drivers/tee/
 +F:    include/linux/tee_core.h
  F:    include/linux/tee_drv.h
  F:    include/uapi/linux/tee.h
  
@@@ -21943,11 -21741,6 +21945,11 @@@ M: Prashant Gaikwad <[email protected]
  S:    Supported
  F:    drivers/clk/tegra/
  
 +TEGRA CRYPTO DRIVERS
 +M:    Akhil R <[email protected]>
 +S:    Supported
 +F:    drivers/crypto/tegra/*
 +
  TEGRA DMA DRIVERS
  M:    Laxman Dewangan <[email protected]>
  M:    Jon Hunter <[email protected]>
@@@ -22064,7 -21857,7 +22066,7 @@@ F:   Documentation/devicetree/bindings/so
  F:    Documentation/devicetree/bindings/sound/tas2562.yaml
  F:    Documentation/devicetree/bindings/sound/tas2770.yaml
  F:    Documentation/devicetree/bindings/sound/tas27xx.yaml
 -F:    Documentation/devicetree/bindings/sound/ti,pcm1681.txt
 +F:    Documentation/devicetree/bindings/sound/ti,pcm1681.yaml
  F:    Documentation/devicetree/bindings/sound/ti,pcm3168a.yaml
  F:    Documentation/devicetree/bindings/sound/ti,tlv320*.yaml
  F:    Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
@@@ -22141,7 -21934,7 +22143,7 @@@ F:   include/linux/soc/ti/ti_sci_inta_msi
  F:    include/linux/soc/ti/ti_sci_protocol.h
  
  TEXAS INSTRUMENTS' TMP117 TEMPERATURE SENSOR DRIVER
 -M:    Puranjay Mohan <puranjay[email protected]>
 +M:    Puranjay Mohan <puranjay@kernel.org>
  L:    [email protected]
  S:    Supported
  F:    Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml
@@@ -22634,10 -22427,9 +22636,10 @@@ M: Jarkko Sakkinen <[email protected]
  R:    Jason Gunthorpe <[email protected]>
  L:    [email protected]
  S:    Maintained
 -W:    https://kernsec.org/wiki/index.php/Linux_Kernel_Integrity
 +W:    https://gitlab.com/jarkkojs/linux-tpmdd-test
  Q:    https://patchwork.kernel.org/project/linux-integrity/list/
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git
 +F:    Documentation/devicetree/bindings/tpm/
  F:    drivers/char/tpm/
  
  TPS546D24 DRIVER
@@@ -22723,15 -22515,6 +22725,15 @@@ F: Documentation/ABI/testing/configfs-t
  F:    drivers/virt/coco/tsm.c
  F:    include/linux/tsm.h
  
 +TRUSTED SERVICES TEE DRIVER
 +M:    Balint Dobszay <[email protected]>
 +M:    Sudeep Holla <[email protected]>
 +L:    [email protected] (moderated for non-subscribers)
 +L:    [email protected]
 +S:    Maintained
 +F:    Documentation/tee/ts-tee.rst
 +F:    drivers/tee/tstee/
 +
  TTY LAYER AND SERIAL DRIVERS
  M:    Greg Kroah-Hartman <[email protected]>
  M:    Jiri Slaby <[email protected]>
@@@ -22793,7 -22576,6 +22795,7 @@@ Q:   https://patchwork.kernel.org/project
  B:    https://bugzilla.kernel.org
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat
  F:    tools/power/x86/turbostat/
 +F:    tools/testing/selftests/turbostat/
  
  TW5864 VIDEO4LINUX DRIVER
  M:    Bluecherry Maintainers <[email protected]>
@@@ -22873,7 -22655,6 +22875,7 @@@ F:   include/linux/ubsan.
  F:    lib/Kconfig.ubsan
  F:    lib/test_ubsan.c
  F:    lib/ubsan.c
 +F:    lib/ubsan.h
  F:    scripts/Makefile.ubsan
  K:    \bARCH_HAS_UBSAN\b
  
@@@ -23064,7 -22845,7 +23066,7 @@@ F:   drivers/usb/host/ehci
  
  USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
  M:    Jiri Kosina <[email protected]>
 -M:    Benjamin Tissoires <ben[email protected]>
 +M:    Benjamin Tissoires <ben[email protected]>
  L:    [email protected]
  S:    Maintained
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
@@@ -23334,7 -23115,7 +23336,7 @@@ USERSPACE DMA BUFFER DRIVE
  M:    Gerd Hoffmann <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/dma-buf/udmabuf.c
  F:    include/uapi/linux/udmabuf.h
  
@@@ -23516,7 -23297,7 +23518,7 @@@ F:   drivers/vfio/pci/virti
  VGA_SWITCHEROO
  R:    Lukas Wunner <[email protected]>
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    Documentation/gpu/vga-switcheroo.rst
  F:    drivers/gpu/vga/vga_switcheroo.c
  F:    include/linux/vga_switcheroo.h
@@@ -23660,7 -23441,6 +23662,7 @@@ F:   include/linux/virtio*.
  F:    include/linux/vringh.h
  F:    include/uapi/linux/virtio_*.h
  F:    tools/virtio/
 +F:    tools/testing/selftests/drivers/net/virtio_net/
  
  VIRTIO CRYPTO DRIVER
  M:    Gonglei <[email protected]>
@@@ -23710,7 -23490,7 +23712,7 @@@ R:   Chia-I Wu <[email protected]
  L:    [email protected]
  L:    [email protected]
  S:    Maintained
 -T:    git git://anongit.freedesktop.org/drm/drm-misc
 +T:    git https://gitlab.freedesktop.org/drm/misc/kernel.git
  F:    drivers/gpu/drm/ci/xfails/virtio*
  F:    drivers/gpu/drm/virtio/
  F:    include/uapi/linux/virtio_gpu.h
@@@ -23874,9 -23654,9 +23876,9 @@@ S:   Supporte
  F:    drivers/misc/vmw_balloon.c
  
  VMWARE HYPERVISOR INTERFACE
 -M:    Ajay Kaher <akaher@vmware.com>
 -M:    Alexey Makhalov <amakhalov@vmware.com>
 -R:    VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 +M:    Ajay Kaher <ajay.kaher@broadcom.com>
 +M:    Alexey Makhalov <alexey.amakhalov@broadcom.com>
 +R:    Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
  L:    [email protected]
  L:    [email protected]
  S:    Supported
@@@ -23885,34 -23665,34 +23887,34 @@@ F:        arch/x86/include/asm/vmware.
  F:    arch/x86/kernel/cpu/vmware.c
  
  VMWARE PVRDMA DRIVER
 -M:    Bryan Tan <bryantan@vmware.com>
 -M:    Vishnu Dasa <vdasa@vmware.com>
 -R:    VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 +M:    Bryan Tan <bryan-bt.tan@broadcom.com>
 +M:    Vishnu Dasa <vishnu.dasa@broadcom.com>
 +R:    Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
  L:    [email protected]
  S:    Supported
  F:    drivers/infiniband/hw/vmw_pvrdma/
  
  VMWARE PVSCSI DRIVER
 -M:    Vishal Bhakta <vbhakta@vmware.com>
 -R:    VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 +M:    Vishal Bhakta <vishal.bhakta@broadcom.com>
 +R:    Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
  L:    [email protected]
  S:    Supported
  F:    drivers/scsi/vmw_pvscsi.c
  F:    drivers/scsi/vmw_pvscsi.h
  
  VMWARE VIRTUAL PTP CLOCK DRIVER
 -M:    Jeff Sipek <jsipek@vmware.com>
 -R:    Ajay Kaher <akaher@vmware.com>
 -R:    Alexey Makhalov <amakhalov@vmware.com>
 -R:    VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 +M:    Nick Shi <nick.shi@broadcom.com>
 +R:    Ajay Kaher <ajay.kaher@broadcom.com>
 +R:    Alexey Makhalov <alexey.amakhalov@broadcom.com>
 +R:    Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
  L:    [email protected]
  S:    Supported
  F:    drivers/ptp/ptp_vmw.c
  
  VMWARE VMCI DRIVER
 -M:    Bryan Tan <bryantan@vmware.com>
 -M:    Vishnu Dasa <vdasa@vmware.com>
 -R:    VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 +M:    Bryan Tan <bryan-bt.tan@broadcom.com>
 +M:    Vishnu Dasa <vishnu.dasa@broadcom.com>
 +R:    Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
  L:    [email protected]
  S:    Supported
  F:    drivers/misc/vmw_vmci/
@@@ -23927,16 -23707,16 +23929,16 @@@ F:        drivers/input/mouse/vmmouse.
  F:    drivers/input/mouse/vmmouse.h
  
  VMWARE VMXNET3 ETHERNET DRIVER
 -M:    Ronak Doshi <doshir@vmware.com>
 -R:    VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 +M:    Ronak Doshi <ronak.doshi@broadcom.com>
 +R:    Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
  L:    [email protected]
  S:    Supported
  F:    drivers/net/vmxnet3/
  
  VMWARE VSOCK VMCI TRANSPORT DRIVER
 -M:    Bryan Tan <bryantan@vmware.com>
 -M:    Vishnu Dasa <vdasa@vmware.com>
 -R:    VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
 +M:    Bryan Tan <bryan-bt.tan@broadcom.com>
 +M:    Vishnu Dasa <vishnu.dasa@broadcom.com>
 +R:    Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
  L:    [email protected]
  S:    Supported
  F:    net/vmw_vsock/vmci_transport*
@@@ -24004,7 -23784,7 +24006,7 @@@ S:   Orpha
  F:    drivers/mmc/host/vub300.c
  
  W1 DALLAS'S 1-WIRE BUS
 -M:    Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
 +M:    Krzysztof Kozlowski <krzk@kernel.org>
  S:    Maintained
  F:    Documentation/devicetree/bindings/w1/
  F:    Documentation/w1/
@@@ -24693,14 -24473,6 +24695,14 @@@ T: git git://git.kernel.org/pub/scm/lin
  F:    Documentation/admin-guide/LSM/Yama.rst
  F:    security/yama/
  
 +YAML NETLINK (YNL)
 +M:    Donald Hunter <[email protected]>
 +M:    Jakub Kicinski <[email protected]>
 +F:    Documentation/netlink/
 +F:    Documentation/userspace-api/netlink/intro-specs.rst
 +F:    Documentation/userspace-api/netlink/specs.rst
 +F:    tools/net/ynl/
 +
  YEALINK PHONE DRIVER
  M:    Henk Vergonet <[email protected]>
  L:    [email protected]
This page took 0.205888 seconds and 4 git commands to generate.