Merge tag 'v2022.04-rc4' into next
[platform/kernel/u-boot.git] / MAINTAINERS
index 05aba46..5011a54 100644 (file)
@@ -278,11 +278,20 @@ T:        git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
 F:     arch/arm/mach-kirkwood/
 F:     arch/arm/mach-mvebu/
 F:     drivers/ata/ahci_mvebu.c
+F:     drivers/clk/mvebu/
 F:     drivers/ddr/marvell/
 F:     drivers/gpio/mvebu_gpio.c
+F:     drivers/i2c/mvtwsi.c
+F:     drivers/mmc/xenon_sdhci.c
+F:     drivers/phy/marvell/
+F:     drivers/pinctrl/mvebu/
+F:     drivers/rtc/armada38x.c
 F:     drivers/spi/kirkwood_spi.c
+F:     drivers/spi/mvebu_a3700_spi.c
 F:     drivers/pci/pcie_dw_mvebu.c
+F:     drivers/watchdog/armada-37xx-wdt.c
 F:     drivers/watchdog/orion_wdt.c
+F:     include/configs/mv-common.h
 
 ARM MARVELL PCIE CONTROLLER DRIVERS
 M:     Pali Rohár <pali@kernel.org>
@@ -520,6 +529,8 @@ ARM TI
 M:     Tom Rini <trini@konsulko.com>
 S:     Maintained
 T:     git https://source.denx.de/u-boot/custodians/u-boot-ti.git
+F:     arch/arm/dts/am57xx*
+F:     arch/arm/dts/dra7*
 F:     arch/arm/mach-davinci/
 F:     arch/arm/mach-k3/
 F:     arch/arm/mach-keystone/
@@ -636,6 +647,7 @@ F:  drivers/mtd/nand/raw/zynq_nand.c
 F:     drivers/net/phy/xilinx_phy.c
 F:     drivers/net/zynq_gem.c
 F:     drivers/phy/phy-zynqmp.c
+F:     drivers/power/domain/zynqmp-power-domain.c
 F:     drivers/serial/serial_zynq.c
 F:     drivers/reset/reset-zynqmp.c
 F:     drivers/rtc/zynqmp_rtc.c
@@ -751,6 +763,7 @@ S:  Maintained
 T:     git https://source.denx.de/u-boot/custodians/u-boot-efi.git
 F:     doc/api/efi.rst
 F:     doc/develop/uefi/*
+F:     doc/mkeficapsule.1
 F:     doc/usage/bootefi.rst
 F:     drivers/rtc/emul_rtc.c
 F:     include/capitalization.h
@@ -796,6 +809,16 @@ S: Maintained
 F:     doc/usage/environment.rst
 F:     scripts/env2string.awk
 
+EVENTS
+M:     Simon Glass <sjg@chromium.org>
+S:     Maintained
+F:     cmd/event.c
+F:     common/event.c
+F:     include/event.h
+F:     scripts/event_dump.py
+F:     test/common/event.c
+F:     test/py/tests/test_event_dump.py
+
 FASTBOOT
 S:     Orphaned
 F:     cmd/fastboot.c
@@ -1148,6 +1171,13 @@ S:       Maintained
 T:     git https://source.denx.de/u-boot/custodians/u-boot-sh.git
 F:     arch/sh/
 
+SL28CLPD
+M:     Michael Walle <michael@walle.cc>
+S:     Maintained
+F:     drivers/gpio/sl28cpld-gpio.c
+F:     drivers/misc/sl28cpld.c
+F:     drivers/watchdog/sl28cpld-wdt.c
+
 SPI
 M:     Jagan Teki <jagan@amarulasolutions.com>
 S:     Maintained
@@ -1306,6 +1336,14 @@ F:       include/virtio*.h
 F:     test/dm/virtio.c
 F:     doc/develop/driver-model/virtio.rst
 
+WATCHDOG
+M:     Stefan Roese <sr@denx.de>
+S:     Maintained
+T:     git https://source.denx.de/u-boot/custodians/u-boot-watchdog.git
+F:     cmd/wdt.c
+F:     drivers/watchdog/
+F:     include/watchdog*.h
+
 X86
 M:     Simon Glass <sjg@chromium.org>
 M:     Bin Meng <bmeng.cn@gmail.com>