From: Heiko Stuebner <heiko@sntech.de>
To: u-boot@lists.denx.de, Quentin Schulz <u-boot@0leil.net>
Cc: Jonas Karlman <jonas@kwiboo.se>, Tom Rini <trini@konsulko.com>,
Neil Armstrong <neil.armstrong@linaro.org>,
Simon Glass <sjg@chromium.org>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Peng Fan <peng.fan@nxp.com>,
Kory Maincent <kory.maincent@bootlin.com>,
Kuan-Wei Chiu <visitorckw@gmail.com>,
Raymond Mao <raymond.mao@riscstar.com>,
Stefan Roese <stefan.roese@mailbox.org>,
Jerome Forissier <jerome.forissier@arm.com>,
Philip Molloy <philip.molloy@analog.com>,
Philipp Tomsich <philipp.tomsich@vrull.eu>,
Quentin Schulz <u-boot@0leil.net>
Subject: Re: [PATCH 01/12] MAINTAINERS: remove redundant entries for ARM ROCKCHIP
Date: Tue, 07 Jul 2026 20:29:53 +0200 [thread overview]
Message-ID: <3425375.44csPzL39Z@phil> (raw)
In-Reply-To: <20260707-rk-custodian-v1-1-dbc9c696e613@0leil.net>
Am Dienstag, 7. Juli 2026, 18:09:15 Mitteleuropäische Sommerzeit schrieb Quentin Schulz:
> The ARM ROCKCHIP entry already specifies an N: rockchip so we don't need
> to repeat a path with F: if it has rockchip in the path, so drop it.
>
> Note that for some reason get_maintainer.pl doesn't return the exact
> same list before and after this patch.
>
> Signed-off-by: Quentin Schulz <u-boot@0leil.net>
> ---
> MAINTAINERS | 15 +--------------
> 1 file changed, 1 insertion(+), 14 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 45e9076de671..e2c78ce39161 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -574,12 +574,10 @@ M: Philipp Tomsich <philipp.tomsich@vrull.eu>
> M: Kever Yang <kever.yang@rock-chips.com>
> S: Maintained
> T: git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
> +N: rockchip
It took me a while to realize the existing N was at the end, so gets
moved up here :-)
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
> F: arch/arm/dts/px30*
> F: arch/arm/dts/rk3*
> -F: arch/arm/dts/rockchip*
> F: arch/arm/dts/rv11*
> -F: arch/arm/include/asm/arch-rockchip/
> -F: arch/arm/mach-rockchip/
> F: board/amarula/vyasa-rk3288/
> F: board/anbernic/rgxx3_rk3566/
> F: board/armsom/sige7-rk3588/
> @@ -590,25 +588,14 @@ F: board/mqmaker/miqi_rk3288/
> F: board/phytec/phycore_rk3288
> F: board/pine64
> F: board/radxa/
> -F: board/rockchip/
> F: board/theobroma-systems
> F: board/vamrs/rock960_rk3399/
> -F: drivers/clk/rockchip/
> F: drivers/gpio/rk_gpio.c
> -F: drivers/misc/rockchip-efuse.c
> -F: drivers/mmc/rockchip_sdhci.c
> -F: drivers/mmc/rockchip_dw_mmc.c
> -F: drivers/pinctrl/rockchip/
> -F: drivers/ram/rockchip/
> -F: drivers/sysreset/sysreset_rockchip.c
> -F: drivers/ufs/*rockchip*
> -F: drivers/video/rockchip/
> F: tools/rkcommon.c
> F: tools/rkcommon.h
> F: tools/rkimage.c
> F: tools/rksd.c
> F: tools/rkspi.c
> -N: rockchip
>
> ARM SAMSUNG
> M: Minkyu Kang <mk7.kang@samsung.com>
>
>
next prev parent reply other threads:[~2026-07-07 18:30 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-07 16:09 [PATCH 00/12] MAINTAINERS: update entry for ARM ROCKCHIP Quentin Schulz
2026-07-07 16:09 ` [PATCH 01/12] MAINTAINERS: remove redundant entries " Quentin Schulz
2026-07-07 18:29 ` Heiko Stuebner [this message]
2026-07-07 16:09 ` [PATCH 02/12] MAINTAINERS: add rkmux.py to " Quentin Schulz
2026-07-07 18:30 ` Heiko Stuebner
2026-07-08 22:09 ` Johan Jonker
2026-07-09 11:07 ` Quentin Schulz
2026-07-07 16:09 ` [PATCH 03/12] MAINTAINERS: add N: px30 regex " Quentin Schulz
2026-07-07 18:30 ` Heiko Stuebner
2026-07-07 16:09 ` [PATCH 04/12] MAINTAINERS: add N: px5 " Quentin Schulz
2026-07-07 18:31 ` Heiko Stuebner
2026-07-07 16:09 ` [PATCH 05/12] MAINTAINERS: add N: rk3 " Quentin Schulz
2026-07-07 18:34 ` Heiko Stuebner
2026-07-07 16:09 ` [PATCH 06/12] MAINTAINERS: add N: rk8 " Quentin Schulz
2026-07-07 18:34 ` Heiko Stuebner
2026-07-07 16:09 ` [PATCH 07/12] MAINTAINERS: add N: rv11 " Quentin Schulz
2026-07-07 18:34 ` Heiko Stuebner
2026-07-07 16:09 ` [PATCH 08/12] MAINTAINERS: add N: rkmtd " Quentin Schulz
2026-07-07 18:35 ` Heiko Stuebner
2026-07-08 10:12 ` Quentin Schulz
2026-07-08 10:16 ` Heiko Stübner
2026-07-07 16:09 ` [PATCH 09/12] MAINTAINERS: add more Rockchip drivers " Quentin Schulz
2026-07-07 18:36 ` Heiko Stuebner
2026-07-07 16:09 ` [PATCH 10/12] MAINTAINERS: add rockusb " Quentin Schulz
2026-07-07 18:36 ` Heiko Stuebner
2026-07-07 16:09 ` [PATCH 11/12] MAINTAINERS: remove Philipp Tomsich from ARM ROCKCHIP maintainers Quentin Schulz
2026-07-07 16:37 ` Tom Rini
2026-07-07 16:38 ` Philipp Tomsich
2026-07-07 16:09 ` [PATCH 12/12] MAINTAINERS: add myself as ARM ROCKCHIP maintainer Quentin Schulz
2026-07-07 16:38 ` Tom Rini
2026-07-07 18:37 ` Heiko Stuebner
2026-07-09 19:15 ` [PATCH 00/12] MAINTAINERS: update entry for ARM ROCKCHIP Simon Glass
2026-07-10 13:17 ` Quentin Schulz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3425375.44csPzL39Z@phil \
--to=heiko@sntech.de \
--cc=ilias.apalodimas@linaro.org \
--cc=jerome.forissier@arm.com \
--cc=jonas@kwiboo.se \
--cc=kory.maincent@bootlin.com \
--cc=neil.armstrong@linaro.org \
--cc=peng.fan@nxp.com \
--cc=philip.molloy@analog.com \
--cc=philipp.tomsich@vrull.eu \
--cc=raymond.mao@riscstar.com \
--cc=sjg@chromium.org \
--cc=stefan.roese@mailbox.org \
--cc=trini@konsulko.com \
--cc=u-boot@0leil.net \
--cc=u-boot@lists.denx.de \
--cc=visitorckw@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox