binman: Rename ExpandToLimit to extend_to_limit
[platform/kernel/u-boot.git] / MAINTAINERS
index c58947f..126bb43 100644 (file)
@@ -617,8 +617,10 @@ F: drivers/i2c/muxes/pca954x.c
 F:     drivers/i2c/zynq_i2c.c
 F:     drivers/mmc/zynq_sdhci.c
 F:     drivers/mtd/nand/raw/zynq_nand.c
+F:     drivers/net/phy/ethernet_id.c
 F:     drivers/net/phy/xilinx_phy.c
 F:     drivers/net/zynq_gem.c
+F:     drivers/pinctrl/pinctrl-zynqmp.c
 F:     drivers/serial/serial_zynq.c
 F:     drivers/spi/zynq_qspi.c
 F:     drivers/spi/zynq_spi.c
@@ -809,6 +811,25 @@ S: Maintained
 F:     doc/usage/environment.rst
 F:     scripts/env2string.awk
 
+EROFS
+M:     Huang Jianan <jnhuang95@gmail.com>
+L:     linux-erofs@lists.ozlabs.org
+S:     Maintained
+F:     cmd/erofs.c
+F:     fs/erofs/
+F:     include/erofs.h
+F:     test/py/tests/test_fs/test_erofs.py
+
+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
@@ -1326,6 +1347,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>