From a6caca94fc77dbe1db9484915241f77909aa43e3 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 15 Sep 2025 15:01:09 -0600 Subject: MAINTAINERS: Update Luka Perkov's roles Per a private email, drop Luka Perkov from MAINTAINERS entries. Reviewed-by: Tony Dinh Signed-off-by: Tom Rini --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 3fb163aa1db..1b41f57a58b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -346,7 +346,6 @@ F: drivers/spi/gxp_spi.c ARM IPQ40XX M: Robert Marko -M: Luka Perkov S: Maintained F: arch/arm/mach-ipq40xx/ F: include/dt-bindings/clock/qcom,gcc-ipq4019.h -- cgit v1.2.3 From d3074f3d699d188bbeb68feacc473d8bc53ce762 Mon Sep 17 00:00:00 2001 From: Raymond Mao Date: Fri, 19 Sep 2025 14:04:51 -0700 Subject: MAINTAINERS: Add myself into the list for MbedTLS Add myself into the list for MbedTLS. Signed-off-by: Raymond Mao Acked-by: Ilias Apalodimas --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 1b41f57a58b..8dfe2fd6ca0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1291,6 +1291,11 @@ T: git git://github.com/ARM-software/u-boot.git F: drivers/video/mali_dp.c F: drivers/i2c/i2c-versatile.c +MBEDTLS +M: Raymond Mao +S: Maintained +F: lib/mbedtls/ + MEMBUF M: Simon Glass S: Maintained -- cgit v1.2.3 From 5074fd5f722079dfccd92df854400e7dbb045464 Mon Sep 17 00:00:00 2001 From: Jerome Forissier Date: Thu, 25 Sep 2025 17:38:16 +0200 Subject: MAINTAINERS: update NETWORK and NETWORK (LWIP) Add myself as a maintainer of the NETWORK subsystem since: - I have effectively been handling net patches in my patchwork queue and sending pull requests to Tom, - I do have push access to the u-boot-net custodian tree. Also, add u-boot-net as the SCM tree for NETWORK (LWIP) since it is where lwIP-related patches end up too. Signed-off-by: Jerome Forissier CC: Ramon Fried CC: Joe Hershberger CC: Tom Rini --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 8dfe2fd6ca0..229de32c70f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1414,6 +1414,7 @@ F: drivers/mmc/ NETWORK M: Joe Hershberger M: Ramon Fried +M: Jerome Forissier S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-net.git F: drivers/net/ @@ -1423,6 +1424,7 @@ F: net/ NETWORK (LWIP) M: Jerome Forissier S: Maintained +T: git https://source.denx.de/u-boot/custodians/u-boot-net.git F: cmd/lwip/ F: cmd/net-lwip.c F: configs/qemu_arm64_lwip_defconfig -- cgit v1.2.3 From 9a20a4fba587956225ebaf3878f48e70a2f42ced Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Fri, 26 Sep 2025 09:57:47 +0800 Subject: MAINTAINERS: Update MMC/POWER/FREESCALE QORIQ - Update MMC entry to match 'mmc' using 'N' - Add myself as POWER maintainer for regulator and pmic patches. I have started to handle relevant patches. - Update QORIQ maintainer. Priyanka has moved to work on other stuff, I have been handling this for quite some time. Signed-off-by: Peng Fan --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 229de32c70f..1db1070d5f8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1223,7 +1223,7 @@ S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-freebsd.git FREESCALE QORIQ -M: Priyanka Jain +M: Peng Fan S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git F: drivers/watchdog/sp805_wdt.c @@ -1410,6 +1410,7 @@ M: Jaehoon Chung S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-mmc.git F: drivers/mmc/ +N: mmc NETWORK M: Joe Hershberger @@ -1517,6 +1518,7 @@ F: test/cmd/pci_mps.c POWER M: Jaehoon Chung +M: Peng Fan S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-pmic.git F: drivers/power/ -- cgit v1.2.3