public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings
@ 2023-07-18 16:20 Tom Rini
  2023-07-18 16:20 ` [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries Tom Rini
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Tom Rini @ 2023-07-18 16:20 UTC (permalink / raw)
  To: u-boot

There are a few entries where minor mistakes mean that we don't match up
with obviously expected files, correct those.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 board/amlogic/u200/MAINTAINERS        | 2 +-
 board/broadcom/bcmns/MAINTAINERS      | 2 +-
 board/freescale/imx93_evk/MAINTAINERS | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/board/amlogic/u200/MAINTAINERS b/board/amlogic/u200/MAINTAINERS
index f429c212ba3d..88c5038d9445 100644
--- a/board/amlogic/u200/MAINTAINERS
+++ b/board/amlogic/u200/MAINTAINERS
@@ -4,7 +4,7 @@ S:	Maintained
 L:	u-boot-amlogic@groups.io
 F:	board/amlogic/u200/
 F:	configs/u200_defconfig
-F:	configs/bananapi-m2pro_defconfig
+F:	configs/bananapi-m2-pro_defconfig
 F:	configs/bananapi-m5_defconfig
 F:	configs/radxa-zero_defconfig
 F:	doc/board/amlogic/u200.rst
diff --git a/board/broadcom/bcmns/MAINTAINERS b/board/broadcom/bcmns/MAINTAINERS
index fd37c334a5b1..86b68c989cd4 100644
--- a/board/broadcom/bcmns/MAINTAINERS
+++ b/board/broadcom/bcmns/MAINTAINERS
@@ -2,5 +2,5 @@ BCMNS BOARD
 M:	Linus Walleij <linus.walleij@linaro.org>
 S:	Maintained
 F:	board/broadcom/bcmnsp/
-F:	configs/bcmnsp_defconfig
+F:	configs/bcmns_defconfig
 F:	include/configs/bcmnsp.h
diff --git a/board/freescale/imx93_evk/MAINTAINERS b/board/freescale/imx93_evk/MAINTAINERS
index 8ca4646f20fe..34ba278fcdfd 100644
--- a/board/freescale/imx93_evk/MAINTAINERS
+++ b/board/freescale/imx93_evk/MAINTAINERS
@@ -4,4 +4,4 @@ S:	Maintained
 F:	board/freescale/imx93_evk/
 F:	include/configs/imx93_evk.h
 F:	configs/imx93_11x11_evk_defconfig
-	configs/imx93_11x11_evk_ld_defconfig
+F:	configs/imx93_11x11_evk_ld_defconfig
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries
  2023-07-18 16:20 [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings Tom Rini
@ 2023-07-18 16:20 ` Tom Rini
  2023-07-18 16:38   ` Jan Kiszka
                     ` (3 more replies)
  2023-07-18 16:20 ` [PATCH 3/5] rockchip: Add MAINTAINERS entry for Radxa Rock 4C+ Tom Rini
                   ` (4 subsequent siblings)
  5 siblings, 4 replies; 17+ messages in thread
From: Tom Rini @ 2023-07-18 16:20 UTC (permalink / raw)
  To: u-boot; +Cc: Adam Ford, Chris Packham, Jan Kiszka, Neil Armstrong,
	Stefan Roese

We have a few places where defconfigs were added (or renamed) and not
included in their previously listed MAINTAINERS entry, correct this.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: Adam Ford <aford173@gmail.com>
Cc: Chris Packham <chris.packham@alliedtelesis.co.nz>
Cc: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Neil Armstrong <neil.armstrong@linaro.org>
Cc: Stefan Roese <sr@denx.de>
---
 board/Marvell/db-88f6820-amc/MAINTAINERS | 1 +
 board/amlogic/w400/MAINTAINERS           | 1 +
 board/beacon/imx8mm/MAINTAINERS          | 1 +
 board/beacon/imx8mn/MAINTAINERS          | 1 +
 board/siemens/iot2050/MAINTAINERS        | 3 ++-
 board/solidrun/clearfog/MAINTAINERS      | 2 ++
 6 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/board/Marvell/db-88f6820-amc/MAINTAINERS b/board/Marvell/db-88f6820-amc/MAINTAINERS
index abf5b7efdc93..d519eb47b84c 100644
--- a/board/Marvell/db-88f6820-amc/MAINTAINERS
+++ b/board/Marvell/db-88f6820-amc/MAINTAINERS
@@ -4,3 +4,4 @@ S:	Maintained
 F:	board/Marvell/db-88f6820-amc/
 F:	include/configs/db-88f6820-amc.h
 F:	configs/db-88f6820-amc_defconfig
+F:	configs/db-88f6820-amc_nand_defconfig
diff --git a/board/amlogic/w400/MAINTAINERS b/board/amlogic/w400/MAINTAINERS
index 117f79ea047b..19b1f30e6213 100644
--- a/board/amlogic/w400/MAINTAINERS
+++ b/board/amlogic/w400/MAINTAINERS
@@ -5,6 +5,7 @@ L:	u-boot-amlogic@groups.io
 F:	board/amlogic/w400/
 F:	configs/bananapi-cm4-cm4io_defconfig
 F:	configs/bananapi-m2s_defconfig
+F:	configs/odroid-n2l_defconfig
 F:	configs/radxa-zero2_defconfig
 F:	doc/board/amlogic/w400.rst
 F:	doc/board/amlogic/bananapi-cm4io.rst
diff --git a/board/beacon/imx8mm/MAINTAINERS b/board/beacon/imx8mm/MAINTAINERS
index d48ba8605bba..d8a5d0973694 100644
--- a/board/beacon/imx8mm/MAINTAINERS
+++ b/board/beacon/imx8mm/MAINTAINERS
@@ -5,4 +5,5 @@ S:	Maintained
 F:	board/beacon/imx8mm/
 F:	include/configs/imx8mm_beacon.h
 F:	configs/imx8mm_beacon_defconfig
+F:	configs/imx8mm_beacon_fspi_defconfig
 F:	doc/board/beacon/
diff --git a/board/beacon/imx8mn/MAINTAINERS b/board/beacon/imx8mn/MAINTAINERS
index 4805cb255cc0..6dcef21a65e9 100644
--- a/board/beacon/imx8mn/MAINTAINERS
+++ b/board/beacon/imx8mn/MAINTAINERS
@@ -5,3 +5,4 @@ F:	board/beacon/imx8mn/
 F:	include/configs/imx8mn_beacon.h
 F:	configs/imx8mn_beacon_defconfig
 F:	configs/imx8mn_beacon_2g_defconfig
+F:	configs/imx8mn_beacon_fspi_defconfig
diff --git a/board/siemens/iot2050/MAINTAINERS b/board/siemens/iot2050/MAINTAINERS
index 1b525356c2d6..aa21de2099f7 100644
--- a/board/siemens/iot2050/MAINTAINERS
+++ b/board/siemens/iot2050/MAINTAINERS
@@ -4,6 +4,7 @@ M:	Jan Kiszka <jan.kiszka@siemens.com>
 S:	Maintained
 F:	board/siemens/iot2050/
 F:	include/configs/iot2050.h
-F:	configs/iot2050_defconfig
+F:	configs/iot2050_pg1_defconfig
+F:	configs/iot2050_pg2_defconfig
 F:	arch/arm/dts/iot2050-*
 F:	doc/board/siemens/iot2050.rst
diff --git a/board/solidrun/clearfog/MAINTAINERS b/board/solidrun/clearfog/MAINTAINERS
index 6646d96206bf..55bd1278049a 100644
--- a/board/solidrun/clearfog/MAINTAINERS
+++ b/board/solidrun/clearfog/MAINTAINERS
@@ -5,3 +5,5 @@ F:	board/soldrun/clearfog/
 F:	include/configs/clearfog.h
 F:	configs/clearfog_defconfig
 F:	configs/clearfog_gt_8k_defconfig
+F:	configs/clearfog_sata_defconfig
+F:	configs/clearfog_spi_defconfig
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 3/5] rockchip: Add MAINTAINERS entry for Radxa Rock 4C+
  2023-07-18 16:20 [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings Tom Rini
  2023-07-18 16:20 ` [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries Tom Rini
@ 2023-07-18 16:20 ` Tom Rini
  2023-07-19  1:08   ` Simon Glass
  2023-07-25 21:13   ` Tom Rini
  2023-07-18 16:20 ` [PATCH 4/5] sunxi: Add MAINTAINERS entry for Lctech Pi F1C200s Tom Rini
                   ` (3 subsequent siblings)
  5 siblings, 2 replies; 17+ messages in thread
From: Tom Rini @ 2023-07-18 16:20 UTC (permalink / raw)
  To: u-boot

This defconfig was added without a MAINTAINERS entry, add one.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 board/rockchip/evb_rk3399/MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/board/rockchip/evb_rk3399/MAINTAINERS b/board/rockchip/evb_rk3399/MAINTAINERS
index 5be58f80f9ba..de1dc64a962d 100644
--- a/board/rockchip/evb_rk3399/MAINTAINERS
+++ b/board/rockchip/evb_rk3399/MAINTAINERS
@@ -80,6 +80,12 @@ F:	configs/orangepi-rk3399_defconfig
 F:	arch/arm/dts/rk3399-u-boot.dtsi
 F:	arch/arm/dts/rk3399-orangepi-u-boot.dtsi
 
+RADXA ROCK 4C+
+M:	FUKAUMI Naoki <naoki@radxa.com>
+S:	Maintained
+F:	configs/rock-4c-plus-rk3399_defconfig
+F:	arch/arm/dts/rk3399-rock-4c-plus.dts
+
 ROCK-PI-4
 M:	Akash Gajjar <akash@openedev.com>
 M:	Jagan Teki <jagan@amarulasolutions.com>
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 4/5] sunxi: Add MAINTAINERS entry for Lctech Pi F1C200s
  2023-07-18 16:20 [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings Tom Rini
  2023-07-18 16:20 ` [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries Tom Rini
  2023-07-18 16:20 ` [PATCH 3/5] rockchip: Add MAINTAINERS entry for Radxa Rock 4C+ Tom Rini
@ 2023-07-18 16:20 ` Tom Rini
  2023-07-19  1:08   ` Simon Glass
  2023-07-25 21:13   ` Tom Rini
  2023-07-18 16:20 ` [PATCH 5/5] MAINTAINERS: Re-order CAAM section Tom Rini
                   ` (2 subsequent siblings)
  5 siblings, 2 replies; 17+ messages in thread
From: Tom Rini @ 2023-07-18 16:20 UTC (permalink / raw)
  To: u-boot

This defconfig was added without a MAINTAINERS entry, add one.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 board/sunxi/MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index 80e3f4be4b96..98bbd2dd25dd 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -211,6 +211,11 @@ M:	Aleksandr Aleksandrov <aleksandr.aleksandrov@emlid.com>
 S:	Maintained
 F:	configs/emlid_neutis_n5_devboard_defconfig
 
+LCTECH PI F1C200S
+M:	Andre Przywara <andre.przywara@arm.com>
+S:	Maintained
+F:	configs/lctech_pi_f1c200s_defconfig
+
 GEMEI-G9 TABLET
 M:	Priit Laes <plaes@plaes.org>
 S:	Maintained
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 5/5] MAINTAINERS: Re-order CAAM section
  2023-07-18 16:20 [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings Tom Rini
                   ` (2 preceding siblings ...)
  2023-07-18 16:20 ` [PATCH 4/5] sunxi: Add MAINTAINERS entry for Lctech Pi F1C200s Tom Rini
@ 2023-07-18 16:20 ` Tom Rini
  2023-07-19  1:08   ` Simon Glass
  2023-07-25 21:13   ` Tom Rini
  2023-07-19  1:08 ` [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings Simon Glass
  2023-07-25 21:13 ` Tom Rini
  5 siblings, 2 replies; 17+ messages in thread
From: Tom Rini @ 2023-07-18 16:20 UTC (permalink / raw)
  To: u-boot

This file is in alphabetical order, move CAAM up to where it should be.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 MAINTAINERS | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 87991cccddb6..697190558efe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -840,6 +840,13 @@ M:	Simon Glass <sjg@chromium.org>
 S:	Maintained
 F:	tools/buildman/
 
+CAAM
+M:	Gaurav Jain <gaurav.jain@nxp.com>
+S:	Maintained
+F:	arch/arm/dts/ls1021a-twr-u-boot.dtsi
+F:	drivers/crypto/fsl/
+F:	include/fsl_sec.h
+
 CAT
 M:	Roger Knecht <rknecht@pm.me>
 S:	Maintained
@@ -1627,10 +1634,3 @@ T:	git https://source.denx.de/u-boot/u-boot.git
 F:	configs/tools-only_defconfig
 F:	*
 F:	*/
-
-CAAM
-M:	Gaurav Jain <gaurav.jain@nxp.com>
-S:	Maintained
-F:	arch/arm/dts/ls1021a-twr-u-boot.dtsi
-F:	drivers/crypto/fsl/
-F:	include/fsl_sec.h
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* Re: [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries
  2023-07-18 16:20 ` [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries Tom Rini
@ 2023-07-18 16:38   ` Jan Kiszka
  2023-07-18 17:11   ` Adam Ford
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 17+ messages in thread
From: Jan Kiszka @ 2023-07-18 16:38 UTC (permalink / raw)
  To: Tom Rini, u-boot; +Cc: Adam Ford, Chris Packham, Neil Armstrong, Stefan Roese

On 18.07.23 18:20, Tom Rini wrote:
> We have a few places where defconfigs were added (or renamed) and not
> included in their previously listed MAINTAINERS entry, correct this.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
> Cc: Adam Ford <aford173@gmail.com>
> Cc: Chris Packham <chris.packham@alliedtelesis.co.nz>
> Cc: Jan Kiszka <jan.kiszka@siemens.com>
> Cc: Neil Armstrong <neil.armstrong@linaro.org>
> Cc: Stefan Roese <sr@denx.de>
> ---
>  board/Marvell/db-88f6820-amc/MAINTAINERS | 1 +
>  board/amlogic/w400/MAINTAINERS           | 1 +
>  board/beacon/imx8mm/MAINTAINERS          | 1 +
>  board/beacon/imx8mn/MAINTAINERS          | 1 +
>  board/siemens/iot2050/MAINTAINERS        | 3 ++-
>  board/solidrun/clearfog/MAINTAINERS      | 2 ++
>  6 files changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/board/Marvell/db-88f6820-amc/MAINTAINERS b/board/Marvell/db-88f6820-amc/MAINTAINERS
> index abf5b7efdc93..d519eb47b84c 100644
> --- a/board/Marvell/db-88f6820-amc/MAINTAINERS
> +++ b/board/Marvell/db-88f6820-amc/MAINTAINERS
> @@ -4,3 +4,4 @@ S:	Maintained
>  F:	board/Marvell/db-88f6820-amc/
>  F:	include/configs/db-88f6820-amc.h
>  F:	configs/db-88f6820-amc_defconfig
> +F:	configs/db-88f6820-amc_nand_defconfig
> diff --git a/board/amlogic/w400/MAINTAINERS b/board/amlogic/w400/MAINTAINERS
> index 117f79ea047b..19b1f30e6213 100644
> --- a/board/amlogic/w400/MAINTAINERS
> +++ b/board/amlogic/w400/MAINTAINERS
> @@ -5,6 +5,7 @@ L:	u-boot-amlogic@groups.io
>  F:	board/amlogic/w400/
>  F:	configs/bananapi-cm4-cm4io_defconfig
>  F:	configs/bananapi-m2s_defconfig
> +F:	configs/odroid-n2l_defconfig
>  F:	configs/radxa-zero2_defconfig
>  F:	doc/board/amlogic/w400.rst
>  F:	doc/board/amlogic/bananapi-cm4io.rst
> diff --git a/board/beacon/imx8mm/MAINTAINERS b/board/beacon/imx8mm/MAINTAINERS
> index d48ba8605bba..d8a5d0973694 100644
> --- a/board/beacon/imx8mm/MAINTAINERS
> +++ b/board/beacon/imx8mm/MAINTAINERS
> @@ -5,4 +5,5 @@ S:	Maintained
>  F:	board/beacon/imx8mm/
>  F:	include/configs/imx8mm_beacon.h
>  F:	configs/imx8mm_beacon_defconfig
> +F:	configs/imx8mm_beacon_fspi_defconfig
>  F:	doc/board/beacon/
> diff --git a/board/beacon/imx8mn/MAINTAINERS b/board/beacon/imx8mn/MAINTAINERS
> index 4805cb255cc0..6dcef21a65e9 100644
> --- a/board/beacon/imx8mn/MAINTAINERS
> +++ b/board/beacon/imx8mn/MAINTAINERS
> @@ -5,3 +5,4 @@ F:	board/beacon/imx8mn/
>  F:	include/configs/imx8mn_beacon.h
>  F:	configs/imx8mn_beacon_defconfig
>  F:	configs/imx8mn_beacon_2g_defconfig
> +F:	configs/imx8mn_beacon_fspi_defconfig
> diff --git a/board/siemens/iot2050/MAINTAINERS b/board/siemens/iot2050/MAINTAINERS
> index 1b525356c2d6..aa21de2099f7 100644
> --- a/board/siemens/iot2050/MAINTAINERS
> +++ b/board/siemens/iot2050/MAINTAINERS
> @@ -4,6 +4,7 @@ M:	Jan Kiszka <jan.kiszka@siemens.com>
>  S:	Maintained
>  F:	board/siemens/iot2050/
>  F:	include/configs/iot2050.h
> -F:	configs/iot2050_defconfig
> +F:	configs/iot2050_pg1_defconfig
> +F:	configs/iot2050_pg2_defconfig

Hehe, I'm sitting on patches to revert that again, but I don't object to
fix this first to the current reality.

Jan

>  F:	arch/arm/dts/iot2050-*
>  F:	doc/board/siemens/iot2050.rst
> diff --git a/board/solidrun/clearfog/MAINTAINERS b/board/solidrun/clearfog/MAINTAINERS
> index 6646d96206bf..55bd1278049a 100644
> --- a/board/solidrun/clearfog/MAINTAINERS
> +++ b/board/solidrun/clearfog/MAINTAINERS
> @@ -5,3 +5,5 @@ F:	board/soldrun/clearfog/
>  F:	include/configs/clearfog.h
>  F:	configs/clearfog_defconfig
>  F:	configs/clearfog_gt_8k_defconfig
> +F:	configs/clearfog_sata_defconfig
> +F:	configs/clearfog_spi_defconfig

-- 
Siemens AG, Technology
Competence Center Embedded Linux


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries
  2023-07-18 16:20 ` [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries Tom Rini
  2023-07-18 16:38   ` Jan Kiszka
@ 2023-07-18 17:11   ` Adam Ford
  2023-07-19  1:08   ` Simon Glass
  2023-07-25 21:13   ` Tom Rini
  3 siblings, 0 replies; 17+ messages in thread
From: Adam Ford @ 2023-07-18 17:11 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot, Chris Packham, Jan Kiszka, Neil Armstrong, Stefan Roese

On Tue, Jul 18, 2023 at 11:20 AM Tom Rini <trini@konsulko.com> wrote:
>
> We have a few places where defconfigs were added (or renamed) and not
> included in their previously listed MAINTAINERS entry, correct this.
>

For the beacon boards:

Acked-by:  Adam Ford <aford173@gmail.com>

> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
> Cc: Adam Ford <aford173@gmail.com>
> Cc: Chris Packham <chris.packham@alliedtelesis.co.nz>
> Cc: Jan Kiszka <jan.kiszka@siemens.com>
> Cc: Neil Armstrong <neil.armstrong@linaro.org>
> Cc: Stefan Roese <sr@denx.de>
> ---
>  board/Marvell/db-88f6820-amc/MAINTAINERS | 1 +
>  board/amlogic/w400/MAINTAINERS           | 1 +
>  board/beacon/imx8mm/MAINTAINERS          | 1 +
>  board/beacon/imx8mn/MAINTAINERS          | 1 +
>  board/siemens/iot2050/MAINTAINERS        | 3 ++-
>  board/solidrun/clearfog/MAINTAINERS      | 2 ++
>  6 files changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/board/Marvell/db-88f6820-amc/MAINTAINERS b/board/Marvell/db-88f6820-amc/MAINTAINERS
> index abf5b7efdc93..d519eb47b84c 100644
> --- a/board/Marvell/db-88f6820-amc/MAINTAINERS
> +++ b/board/Marvell/db-88f6820-amc/MAINTAINERS
> @@ -4,3 +4,4 @@ S:      Maintained
>  F:     board/Marvell/db-88f6820-amc/
>  F:     include/configs/db-88f6820-amc.h
>  F:     configs/db-88f6820-amc_defconfig
> +F:     configs/db-88f6820-amc_nand_defconfig
> diff --git a/board/amlogic/w400/MAINTAINERS b/board/amlogic/w400/MAINTAINERS
> index 117f79ea047b..19b1f30e6213 100644
> --- a/board/amlogic/w400/MAINTAINERS
> +++ b/board/amlogic/w400/MAINTAINERS
> @@ -5,6 +5,7 @@ L:      u-boot-amlogic@groups.io
>  F:     board/amlogic/w400/
>  F:     configs/bananapi-cm4-cm4io_defconfig
>  F:     configs/bananapi-m2s_defconfig
> +F:     configs/odroid-n2l_defconfig
>  F:     configs/radxa-zero2_defconfig
>  F:     doc/board/amlogic/w400.rst
>  F:     doc/board/amlogic/bananapi-cm4io.rst
> diff --git a/board/beacon/imx8mm/MAINTAINERS b/board/beacon/imx8mm/MAINTAINERS
> index d48ba8605bba..d8a5d0973694 100644
> --- a/board/beacon/imx8mm/MAINTAINERS
> +++ b/board/beacon/imx8mm/MAINTAINERS
> @@ -5,4 +5,5 @@ S:      Maintained
>  F:     board/beacon/imx8mm/
>  F:     include/configs/imx8mm_beacon.h
>  F:     configs/imx8mm_beacon_defconfig
> +F:     configs/imx8mm_beacon_fspi_defconfig
>  F:     doc/board/beacon/
> diff --git a/board/beacon/imx8mn/MAINTAINERS b/board/beacon/imx8mn/MAINTAINERS
> index 4805cb255cc0..6dcef21a65e9 100644
> --- a/board/beacon/imx8mn/MAINTAINERS
> +++ b/board/beacon/imx8mn/MAINTAINERS
> @@ -5,3 +5,4 @@ F:      board/beacon/imx8mn/
>  F:     include/configs/imx8mn_beacon.h
>  F:     configs/imx8mn_beacon_defconfig
>  F:     configs/imx8mn_beacon_2g_defconfig
> +F:     configs/imx8mn_beacon_fspi_defconfig
> diff --git a/board/siemens/iot2050/MAINTAINERS b/board/siemens/iot2050/MAINTAINERS
> index 1b525356c2d6..aa21de2099f7 100644
> --- a/board/siemens/iot2050/MAINTAINERS
> +++ b/board/siemens/iot2050/MAINTAINERS
> @@ -4,6 +4,7 @@ M:      Jan Kiszka <jan.kiszka@siemens.com>
>  S:     Maintained
>  F:     board/siemens/iot2050/
>  F:     include/configs/iot2050.h
> -F:     configs/iot2050_defconfig
> +F:     configs/iot2050_pg1_defconfig
> +F:     configs/iot2050_pg2_defconfig
>  F:     arch/arm/dts/iot2050-*
>  F:     doc/board/siemens/iot2050.rst
> diff --git a/board/solidrun/clearfog/MAINTAINERS b/board/solidrun/clearfog/MAINTAINERS
> index 6646d96206bf..55bd1278049a 100644
> --- a/board/solidrun/clearfog/MAINTAINERS
> +++ b/board/solidrun/clearfog/MAINTAINERS
> @@ -5,3 +5,5 @@ F:      board/soldrun/clearfog/
>  F:     include/configs/clearfog.h
>  F:     configs/clearfog_defconfig
>  F:     configs/clearfog_gt_8k_defconfig
> +F:     configs/clearfog_sata_defconfig
> +F:     configs/clearfog_spi_defconfig
> --
> 2.34.1
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings
  2023-07-18 16:20 [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings Tom Rini
                   ` (3 preceding siblings ...)
  2023-07-18 16:20 ` [PATCH 5/5] MAINTAINERS: Re-order CAAM section Tom Rini
@ 2023-07-19  1:08 ` Simon Glass
  2023-07-25 21:13 ` Tom Rini
  5 siblings, 0 replies; 17+ messages in thread
From: Simon Glass @ 2023-07-19  1:08 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

On Tue, 18 Jul 2023 at 10:20, Tom Rini <trini@konsulko.com> wrote:
>
> There are a few entries where minor mistakes mean that we don't match up
> with obviously expected files, correct those.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  board/amlogic/u200/MAINTAINERS        | 2 +-
>  board/broadcom/bcmns/MAINTAINERS      | 2 +-
>  board/freescale/imx93_evk/MAINTAINERS | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries
  2023-07-18 16:20 ` [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries Tom Rini
  2023-07-18 16:38   ` Jan Kiszka
  2023-07-18 17:11   ` Adam Ford
@ 2023-07-19  1:08   ` Simon Glass
  2023-07-25 21:13   ` Tom Rini
  3 siblings, 0 replies; 17+ messages in thread
From: Simon Glass @ 2023-07-19  1:08 UTC (permalink / raw)
  To: Tom Rini
  Cc: u-boot, Adam Ford, Chris Packham, Jan Kiszka, Neil Armstrong,
	Stefan Roese

On Tue, 18 Jul 2023 at 10:20, Tom Rini <trini@konsulko.com> wrote:
>
> We have a few places where defconfigs were added (or renamed) and not
> included in their previously listed MAINTAINERS entry, correct this.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
> Cc: Adam Ford <aford173@gmail.com>
> Cc: Chris Packham <chris.packham@alliedtelesis.co.nz>
> Cc: Jan Kiszka <jan.kiszka@siemens.com>
> Cc: Neil Armstrong <neil.armstrong@linaro.org>
> Cc: Stefan Roese <sr@denx.de>
> ---
>  board/Marvell/db-88f6820-amc/MAINTAINERS | 1 +
>  board/amlogic/w400/MAINTAINERS           | 1 +
>  board/beacon/imx8mm/MAINTAINERS          | 1 +
>  board/beacon/imx8mn/MAINTAINERS          | 1 +
>  board/siemens/iot2050/MAINTAINERS        | 3 ++-
>  board/solidrun/clearfog/MAINTAINERS      | 2 ++
>  6 files changed, 8 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 3/5] rockchip: Add MAINTAINERS entry for Radxa Rock 4C+
  2023-07-18 16:20 ` [PATCH 3/5] rockchip: Add MAINTAINERS entry for Radxa Rock 4C+ Tom Rini
@ 2023-07-19  1:08   ` Simon Glass
  2023-07-25 21:13   ` Tom Rini
  1 sibling, 0 replies; 17+ messages in thread
From: Simon Glass @ 2023-07-19  1:08 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

On Tue, 18 Jul 2023 at 10:21, Tom Rini <trini@konsulko.com> wrote:
>
> This defconfig was added without a MAINTAINERS entry, add one.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  board/rockchip/evb_rk3399/MAINTAINERS | 6 ++++++
>  1 file changed, 6 insertions(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 4/5] sunxi: Add MAINTAINERS entry for Lctech Pi F1C200s
  2023-07-18 16:20 ` [PATCH 4/5] sunxi: Add MAINTAINERS entry for Lctech Pi F1C200s Tom Rini
@ 2023-07-19  1:08   ` Simon Glass
  2023-07-25 21:13   ` Tom Rini
  1 sibling, 0 replies; 17+ messages in thread
From: Simon Glass @ 2023-07-19  1:08 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

On Tue, 18 Jul 2023 at 10:21, Tom Rini <trini@konsulko.com> wrote:
>
> This defconfig was added without a MAINTAINERS entry, add one.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  board/sunxi/MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 5/5] MAINTAINERS: Re-order CAAM section
  2023-07-18 16:20 ` [PATCH 5/5] MAINTAINERS: Re-order CAAM section Tom Rini
@ 2023-07-19  1:08   ` Simon Glass
  2023-07-25 21:13   ` Tom Rini
  1 sibling, 0 replies; 17+ messages in thread
From: Simon Glass @ 2023-07-19  1:08 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

On Tue, 18 Jul 2023 at 10:21, Tom Rini <trini@konsulko.com> wrote:
>
> This file is in alphabetical order, move CAAM up to where it should be.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  MAINTAINERS | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

Please we should add a CI check for this too?

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings
  2023-07-18 16:20 [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings Tom Rini
                   ` (4 preceding siblings ...)
  2023-07-19  1:08 ` [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings Simon Glass
@ 2023-07-25 21:13 ` Tom Rini
  5 siblings, 0 replies; 17+ messages in thread
From: Tom Rini @ 2023-07-25 21:13 UTC (permalink / raw)
  To: u-boot

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

On Tue, Jul 18, 2023 at 12:20:24PM -0400, Tom Rini wrote:

> There are a few entries where minor mistakes mean that we don't match up
> with obviously expected files, correct those.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries
  2023-07-18 16:20 ` [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries Tom Rini
                     ` (2 preceding siblings ...)
  2023-07-19  1:08   ` Simon Glass
@ 2023-07-25 21:13   ` Tom Rini
  3 siblings, 0 replies; 17+ messages in thread
From: Tom Rini @ 2023-07-25 21:13 UTC (permalink / raw)
  To: u-boot; +Cc: Adam Ford, Chris Packham, Jan Kiszka, Neil Armstrong,
	Stefan Roese

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]

On Tue, Jul 18, 2023 at 12:20:25PM -0400, Tom Rini wrote:

> We have a few places where defconfigs were added (or renamed) and not
> included in their previously listed MAINTAINERS entry, correct this.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Acked-by:  Adam Ford <aford173@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 3/5] rockchip: Add MAINTAINERS entry for Radxa Rock 4C+
  2023-07-18 16:20 ` [PATCH 3/5] rockchip: Add MAINTAINERS entry for Radxa Rock 4C+ Tom Rini
  2023-07-19  1:08   ` Simon Glass
@ 2023-07-25 21:13   ` Tom Rini
  1 sibling, 0 replies; 17+ messages in thread
From: Tom Rini @ 2023-07-25 21:13 UTC (permalink / raw)
  To: u-boot

[-- Attachment #1: Type: text/plain, Size: 275 bytes --]

On Tue, Jul 18, 2023 at 12:20:26PM -0400, Tom Rini wrote:

> This defconfig was added without a MAINTAINERS entry, add one.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 4/5] sunxi: Add MAINTAINERS entry for Lctech Pi F1C200s
  2023-07-18 16:20 ` [PATCH 4/5] sunxi: Add MAINTAINERS entry for Lctech Pi F1C200s Tom Rini
  2023-07-19  1:08   ` Simon Glass
@ 2023-07-25 21:13   ` Tom Rini
  1 sibling, 0 replies; 17+ messages in thread
From: Tom Rini @ 2023-07-25 21:13 UTC (permalink / raw)
  To: u-boot

[-- Attachment #1: Type: text/plain, Size: 275 bytes --]

On Tue, Jul 18, 2023 at 12:20:27PM -0400, Tom Rini wrote:

> This defconfig was added without a MAINTAINERS entry, add one.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 5/5] MAINTAINERS: Re-order CAAM section
  2023-07-18 16:20 ` [PATCH 5/5] MAINTAINERS: Re-order CAAM section Tom Rini
  2023-07-19  1:08   ` Simon Glass
@ 2023-07-25 21:13   ` Tom Rini
  1 sibling, 0 replies; 17+ messages in thread
From: Tom Rini @ 2023-07-25 21:13 UTC (permalink / raw)
  To: u-boot

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

On Tue, Jul 18, 2023 at 12:20:28PM -0400, Tom Rini wrote:

> This file is in alphabetical order, move CAAM up to where it should be.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-07-25 21:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-18 16:20 [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings Tom Rini
2023-07-18 16:20 ` [PATCH 2/5] MAINTAINERS: Add some missing defconfig files to existing entries Tom Rini
2023-07-18 16:38   ` Jan Kiszka
2023-07-18 17:11   ` Adam Ford
2023-07-19  1:08   ` Simon Glass
2023-07-25 21:13   ` Tom Rini
2023-07-18 16:20 ` [PATCH 3/5] rockchip: Add MAINTAINERS entry for Radxa Rock 4C+ Tom Rini
2023-07-19  1:08   ` Simon Glass
2023-07-25 21:13   ` Tom Rini
2023-07-18 16:20 ` [PATCH 4/5] sunxi: Add MAINTAINERS entry for Lctech Pi F1C200s Tom Rini
2023-07-19  1:08   ` Simon Glass
2023-07-25 21:13   ` Tom Rini
2023-07-18 16:20 ` [PATCH 5/5] MAINTAINERS: Re-order CAAM section Tom Rini
2023-07-19  1:08   ` Simon Glass
2023-07-25 21:13   ` Tom Rini
2023-07-19  1:08 ` [PATCH 1/5] MAINTAINERS: Correct minor mistakes on some file listings Simon Glass
2023-07-25 21:13 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox