* [PATCH] MAINTAINERS: fix typo in TYR DRM driver entry
@ 2025-12-23 11:59 Danilo Krummrich
2025-12-24 21:09 ` Tamir Duberstein
2025-12-26 12:19 ` Alice Ryhl
0 siblings, 2 replies; 3+ messages in thread
From: Danilo Krummrich @ 2025-12-23 11:59 UTC (permalink / raw)
To: daniel.almeida, aliceryhl, tamird, boris.brezillon,
carsten.haitzler, beata.michalska
Cc: dri-devel, rust-for-linux, linux-kernel, Danilo Krummrich
Fix a missing ':' in the ARM MALI TYR DRM DRIVER entry, which does
prevent script/get_maintainer.pl to properly work and pick up the
corresponding maintainers.
Fixes: cf4fd52e3236 ("rust: drm: Introduce the Tyr driver for Arm Mali GPUs")
Reported-by: Tamir Duberstein <tamird@kernel.org>
Closes: https://lore.kernel.org/lkml/CAJ-ks9mrZtnPUjp5tD03hW+TyS0M9i-KRF_ramNY-oh-0X+ayA@mail.gmail.com/
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 5b11839cba9d..fe1e8da6c2bb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2158,7 +2158,7 @@ M: Alice Ryhl <aliceryhl@google.com>
L: dri-devel@lists.freedesktop.org
S: Supported
W: https://rust-for-linux.com/tyr-gpu-driver
-W https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html
+W: https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html
B: https://gitlab.freedesktop.org/panfrost/linux/-/issues
T: git https://gitlab.freedesktop.org/drm/rust/kernel.git
F: Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml
--
2.52.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] MAINTAINERS: fix typo in TYR DRM driver entry
2025-12-23 11:59 [PATCH] MAINTAINERS: fix typo in TYR DRM driver entry Danilo Krummrich
@ 2025-12-24 21:09 ` Tamir Duberstein
2025-12-26 12:19 ` Alice Ryhl
1 sibling, 0 replies; 3+ messages in thread
From: Tamir Duberstein @ 2025-12-24 21:09 UTC (permalink / raw)
To: Danilo Krummrich
Cc: daniel.almeida, aliceryhl, boris.brezillon, carsten.haitzler,
beata.michalska, dri-devel, rust-for-linux, linux-kernel
On Tue, Dec 23, 2025 at 1:00 PM Danilo Krummrich <dakr@kernel.org> wrote:
>
> Fix a missing ':' in the ARM MALI TYR DRM DRIVER entry, which does
> prevent script/get_maintainer.pl to properly work and pick up the
> corresponding maintainers.
>
> Fixes: cf4fd52e3236 ("rust: drm: Introduce the Tyr driver for Arm Mali GPUs")
> Reported-by: Tamir Duberstein <tamird@kernel.org>
> Closes: https://lore.kernel.org/lkml/CAJ-ks9mrZtnPUjp5tD03hW+TyS0M9i-KRF_ramNY-oh-0X+ayA@mail.gmail.com/
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b11839cba9d..fe1e8da6c2bb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2158,7 +2158,7 @@ M: Alice Ryhl <aliceryhl@google.com>
> L: dri-devel@lists.freedesktop.org
> S: Supported
> W: https://rust-for-linux.com/tyr-gpu-driver
> -W https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html
> +W: https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html
> B: https://gitlab.freedesktop.org/panfrost/linux/-/issues
> T: git https://gitlab.freedesktop.org/drm/rust/kernel.git
> F: Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml
> --
> 2.52.0
Reviewed-by: Tamir Duberstein <tamird@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] MAINTAINERS: fix typo in TYR DRM driver entry
2025-12-23 11:59 [PATCH] MAINTAINERS: fix typo in TYR DRM driver entry Danilo Krummrich
2025-12-24 21:09 ` Tamir Duberstein
@ 2025-12-26 12:19 ` Alice Ryhl
1 sibling, 0 replies; 3+ messages in thread
From: Alice Ryhl @ 2025-12-26 12:19 UTC (permalink / raw)
To: Danilo Krummrich
Cc: daniel.almeida, tamird, boris.brezillon, carsten.haitzler,
beata.michalska, dri-devel, rust-for-linux, linux-kernel
On Tue, Dec 23, 2025 at 12:59:47PM +0100, Danilo Krummrich wrote:
> Fix a missing ':' in the ARM MALI TYR DRM DRIVER entry, which does
> prevent script/get_maintainer.pl to properly work and pick up the
> corresponding maintainers.
>
> Fixes: cf4fd52e3236 ("rust: drm: Introduce the Tyr driver for Arm Mali GPUs")
> Reported-by: Tamir Duberstein <tamird@kernel.org>
> Closes: https://lore.kernel.org/lkml/CAJ-ks9mrZtnPUjp5tD03hW+TyS0M9i-KRF_ramNY-oh-0X+ayA@mail.gmail.com/
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Applied to drm-rust-fixes. Thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-12-26 12:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-23 11:59 [PATCH] MAINTAINERS: fix typo in TYR DRM driver entry Danilo Krummrich
2025-12-24 21:09 ` Tamir Duberstein
2025-12-26 12:19 ` Alice Ryhl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox