diff mbox series

ARM: rmobile: List all renesas defconfig in MAINTAINERS file

Message ID 20200428164531.2811147-1-marek.vasut+renesas@gmail.com
State New
Headers show
Series ARM: rmobile: List all renesas defconfig in MAINTAINERS file | expand

Commit Message

Marek Vasut April 28, 2020, 4:45 p.m. UTC
Add the list of defconfigs into the MAINTAINERS file entry.

Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
 MAINTAINERS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

Comments

Tom Rini April 28, 2020, 6:25 p.m. UTC | #1
On Tue, Apr 28, 2020 at 06:45:31PM +0200, Marek Vasut wrote:
> Add the list of defconfigs into the MAINTAINERS file entry.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> ---
>  MAINTAINERS | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0ee358bac6..35ef276908 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -282,6 +282,18 @@ M:	Marek Vasut <marek.vasut+renesas at gmail.com>
>  S:	Maintained
>  T:	git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
>  F:	arch/arm/mach-rmobile/
> +F:	configs/alt_defconfig
> +F:	configs/armadillo-800eva_defconfig
> +F:	configs/blanche_defconfig
> +F:	configs/gose_defconfig
> +F:	configs/grpeach_defconfig
> +F:	configs/koelsch_defconfig
> +F:	configs/lager_defconfig
> +F:	configs/porter_defconfig
> +F:	configs/r8a*_defconfig
> +F:	configs/rcar3_*_defconfig
> +F:	configs/silk_defconfig
> +F:	configs/stout_defconfig

All of these, today, are listed in the board/*/MAINTAINERS file.  The CI
error you ran into earlier means that one of those needs to be updated
with a new entry.  Typically configs are only listed in the top-level
file when there's not a board/ directory for them to use, but there's a
few counter-examples to that too I see.  So if you want to move them all
top-level, please remove the board/ entries, thanks!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 0ee358bac6..35ef276908 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -282,6 +282,18 @@  M:	Marek Vasut <marek.vasut+renesas at gmail.com>
 S:	Maintained
 T:	git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
 F:	arch/arm/mach-rmobile/
+F:	configs/alt_defconfig
+F:	configs/armadillo-800eva_defconfig
+F:	configs/blanche_defconfig
+F:	configs/gose_defconfig
+F:	configs/grpeach_defconfig
+F:	configs/koelsch_defconfig
+F:	configs/lager_defconfig
+F:	configs/porter_defconfig
+F:	configs/r8a*_defconfig
+F:	configs/rcar3_*_defconfig
+F:	configs/silk_defconfig
+F:	configs/stout_defconfig
 
 ARM ROCKCHIP
 M:	Simon Glass <sjg at chromium.org>