mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add myself as maintainer for GUD
       [not found] <20250924211557.6687-2-rubenru09.ref@aol.com>
@ 2025-09-24 21:10 ` Ruben Wauters
  2025-09-26  5:59   ` Thomas Zimmermann
  2025-10-10  7:34   ` Thomas Zimmermann
  0 siblings, 2 replies; 3+ messages in thread
From: Ruben Wauters @ 2025-09-24 21:10 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	David Airlie, Simona Vetter
  Cc: Ruben Wauters, dri-devel, linux-kernel

Since GUD has been without a maintainer for some time, and I have been
working on it, This patch adds myself as maintainer for the GUD driver.

Signed-off-by: Ruben Wauters <rubenru09@aol.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 16f6013580e9..3fbeb41f8792 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7744,7 +7744,8 @@ F:	Documentation/devicetree/bindings/display/panel/panel-edp.yaml
 F:	drivers/gpu/drm/panel/panel-edp.c
 
 DRM DRIVER FOR GENERIC USB DISPLAY
-S:	Orphan
+M:	Ruben Wauters <rubenru09@aol.com>
+S:	Maintained
 W:	https://github.com/notro/gud/wiki
 T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
 F:	drivers/gpu/drm/gud/
-- 
2.49.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: add myself as maintainer for GUD
  2025-09-24 21:10 ` [PATCH] MAINTAINERS: add myself as maintainer for GUD Ruben Wauters
@ 2025-09-26  5:59   ` Thomas Zimmermann
  2025-10-10  7:34   ` Thomas Zimmermann
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Zimmermann @ 2025-09-26  5:59 UTC (permalink / raw)
  To: Ruben Wauters, Maarten Lankhorst, Maxime Ripard, David Airlie,
	Simona Vetter
  Cc: dri-devel, linux-kernel



Am 24.09.25 um 23:10 schrieb Ruben Wauters:
> Since GUD has been without a maintainer for some time, and I have been
> working on it, This patch adds myself as maintainer for the GUD driver.
>
> Signed-off-by: Ruben Wauters <rubenru09@aol.com>

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>


> ---
>   MAINTAINERS | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 16f6013580e9..3fbeb41f8792 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7744,7 +7744,8 @@ F:	Documentation/devicetree/bindings/display/panel/panel-edp.yaml
>   F:	drivers/gpu/drm/panel/panel-edp.c
>   
>   DRM DRIVER FOR GENERIC USB DISPLAY
> -S:	Orphan
> +M:	Ruben Wauters <rubenru09@aol.com>
> +S:	Maintained
>   W:	https://github.com/notro/gud/wiki
>   T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
>   F:	drivers/gpu/drm/gud/

-- 
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: add myself as maintainer for GUD
  2025-09-24 21:10 ` [PATCH] MAINTAINERS: add myself as maintainer for GUD Ruben Wauters
  2025-09-26  5:59   ` Thomas Zimmermann
@ 2025-10-10  7:34   ` Thomas Zimmermann
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Zimmermann @ 2025-10-10  7:34 UTC (permalink / raw)
  To: Ruben Wauters, Maarten Lankhorst, Maxime Ripard, David Airlie,
	Simona Vetter
  Cc: dri-devel, linux-kernel



Am 24.09.25 um 23:10 schrieb Ruben Wauters:
> Since GUD has been without a maintainer for some time, and I have been
> working on it, This patch adds myself as maintainer for the GUD driver.
>
> Signed-off-by: Ruben Wauters <rubenru09@aol.com>

Applied to drm-misc-next

> ---
>   MAINTAINERS | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 16f6013580e9..3fbeb41f8792 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7744,7 +7744,8 @@ F:	Documentation/devicetree/bindings/display/panel/panel-edp.yaml
>   F:	drivers/gpu/drm/panel/panel-edp.c
>   
>   DRM DRIVER FOR GENERIC USB DISPLAY
> -S:	Orphan
> +M:	Ruben Wauters <rubenru09@aol.com>
> +S:	Maintained
>   W:	https://github.com/notro/gud/wiki
>   T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
>   F:	drivers/gpu/drm/gud/

-- 
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-10-10  7:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250924211557.6687-2-rubenru09.ref@aol.com>
2025-09-24 21:10 ` [PATCH] MAINTAINERS: add myself as maintainer for GUD Ruben Wauters
2025-09-26  5:59   ` Thomas Zimmermann
2025-10-10  7:34   ` Thomas Zimmermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®