* [PATCH] MAINTAINERS: merge sections for ROCKCHIP VIDEO DECODER DRIVER
@ 2025-07-15 6:31 Lukas Bulwahn
2025-07-15 7:16 ` Heiko Stübner
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2025-07-15 6:31 UTC (permalink / raw)
To: Detlev Casanova, Ezequiel Garcia, Mauro Carvalho Chehab,
Heiko Stuebner, Nicolas Dufresne, Hans Verkuil, linux-media,
linux-rockchip, linux-arm-kernel
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Commit d968e50b5c26 ("media: rkvdec: Unstage the driver") moves the driver
from staging/media/ to media/platform/rockchip/ and adds a new section
ROCKCHIP RKVDEC VIDEO DECODER DRIVER in MAINTAINERS. It seems that it was
overlooked that the section ROCKCHIP VIDEO DECODER DRIVER in MAINTAINERS
already existed, referring to the same files before the driver was moved
as the new section refers to after the driver was moved.
So, merge the information from the two sections for ROCKCHIP (RKVDEC) VIDEO
DECODER DRIVER into one. This essentially results in adding the maintainer
of the previously existing section in the new section and then removing
that previously existing section.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
MAINTAINERS | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 5efcdb5537f5..d044e4f71ae5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21673,6 +21673,7 @@ F: drivers/media/platform/rockchip/rga/
ROCKCHIP RKVDEC VIDEO DECODER DRIVER
M: Detlev Casanova <detlev.casanova@collabora.com>
+M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
L: linux-media@vger.kernel.org
L: linux-rockchip@lists.infradead.org
S: Maintained
@@ -21693,14 +21694,6 @@ S: Maintained
F: Documentation/devicetree/bindings/sound/rockchip,rk3576-sai.yaml
F: sound/soc/rockchip/rockchip_sai.*
-ROCKCHIP VIDEO DECODER DRIVER
-M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
-L: linux-media@vger.kernel.org
-L: linux-rockchip@lists.infradead.org
-S: Maintained
-F: Documentation/devicetree/bindings/media/rockchip,vdec.yaml
-F: drivers/staging/media/rkvdec/
-
ROCKER DRIVER
M: Jiri Pirko <jiri@resnulli.us>
L: netdev@vger.kernel.org
--
2.50.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MAINTAINERS: merge sections for ROCKCHIP VIDEO DECODER DRIVER
2025-07-15 6:31 [PATCH] MAINTAINERS: merge sections for ROCKCHIP VIDEO DECODER DRIVER Lukas Bulwahn
@ 2025-07-15 7:16 ` Heiko Stübner
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stübner @ 2025-07-15 7:16 UTC (permalink / raw)
To: Detlev Casanova, Ezequiel Garcia, Mauro Carvalho Chehab,
Nicolas Dufresne, Hans Verkuil, linux-media, linux-rockchip,
linux-arm-kernel, Lukas Bulwahn
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
Am Dienstag, 15. Juli 2025, 08:31:34 Mitteleuropäische Sommerzeit schrieb Lukas Bulwahn:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit d968e50b5c26 ("media: rkvdec: Unstage the driver") moves the driver
> from staging/media/ to media/platform/rockchip/ and adds a new section
> ROCKCHIP RKVDEC VIDEO DECODER DRIVER in MAINTAINERS. It seems that it was
> overlooked that the section ROCKCHIP VIDEO DECODER DRIVER in MAINTAINERS
> already existed, referring to the same files before the driver was moved
> as the new section refers to after the driver was moved.
>
> So, merge the information from the two sections for ROCKCHIP (RKVDEC) VIDEO
> DECODER DRIVER into one. This essentially results in adding the maintainer
> of the previously existing section in the new section and then removing
> that previously existing section.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
> ---
> MAINTAINERS | 9 +--------
> 1 file changed, 1 insertion(+), 8 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5efcdb5537f5..d044e4f71ae5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21673,6 +21673,7 @@ F: drivers/media/platform/rockchip/rga/
>
> ROCKCHIP RKVDEC VIDEO DECODER DRIVER
> M: Detlev Casanova <detlev.casanova@collabora.com>
> +M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
> L: linux-media@vger.kernel.org
> L: linux-rockchip@lists.infradead.org
> S: Maintained
> @@ -21693,14 +21694,6 @@ S: Maintained
> F: Documentation/devicetree/bindings/sound/rockchip,rk3576-sai.yaml
> F: sound/soc/rockchip/rockchip_sai.*
>
> -ROCKCHIP VIDEO DECODER DRIVER
> -M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
> -L: linux-media@vger.kernel.org
> -L: linux-rockchip@lists.infradead.org
> -S: Maintained
> -F: Documentation/devicetree/bindings/media/rockchip,vdec.yaml
> -F: drivers/staging/media/rkvdec/
> -
> ROCKER DRIVER
> M: Jiri Pirko <jiri@resnulli.us>
> L: netdev@vger.kernel.org
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-15 7:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-15 6:31 [PATCH] MAINTAINERS: merge sections for ROCKCHIP VIDEO DECODER DRIVER Lukas Bulwahn
2025-07-15 7:16 ` Heiko Stübner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).