[PATCH] MAINTAINERS: fix typo in TYR DRM driver entry

Danilo Krummrich posted 1 patch 1 month, 2 weeks ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: fix typo in TYR DRM driver entry
Posted by Danilo Krummrich 1 month, 2 weeks ago
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
Re: [PATCH] MAINTAINERS: fix typo in TYR DRM driver entry
Posted by Alice Ryhl 1 month, 1 week ago
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!
Re: [PATCH] MAINTAINERS: fix typo in TYR DRM driver entry
Posted by Tamir Duberstein 1 month, 2 weeks ago
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>