[PATCH] MAINTAINERS: Update Nova GPU driver git link

Philipp Stanner posted 1 patch 1 week, 3 days ago
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] MAINTAINERS: Update Nova GPU driver git link
Posted by Philipp Stanner 1 week, 3 days ago
Nova driver development has been moved to a different git repository.
Update the MAINTAINERS entry to reflect that.

Reported-by: Gary Guo <gary@garyguo.net>
Signed-off-by: Philipp Stanner <phasta@kernel.org>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d701a4d5b00e..e8b26af509b3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8051,7 +8051,7 @@ W:	https://rust-for-linux.com/nova-gpu-driver
 Q:	https://patchwork.freedesktop.org/project/nouveau/
 B:	https://gitlab.freedesktop.org/drm/nova/-/issues
 C:	irc://irc.oftc.net/nouveau
-T:	git https://gitlab.freedesktop.org/drm/nova.git nova-next
+T:	git https://gitlab.freedesktop.org/drm/rust/kernel.git drm-rust-next
 F:	Documentation/gpu/nova/
 F:	drivers/gpu/nova-core/
 
@@ -8063,7 +8063,7 @@ W:	https://rust-for-linux.com/nova-gpu-driver
 Q:	https://patchwork.freedesktop.org/project/nouveau/
 B:	https://gitlab.freedesktop.org/drm/nova/-/issues
 C:	irc://irc.oftc.net/nouveau
-T:	git https://gitlab.freedesktop.org/drm/nova.git nova-next
+T:	git https://gitlab.freedesktop.org/drm/rust/kernel.git drm-rust-next
 F:	Documentation/gpu/nova/
 F:	drivers/gpu/drm/nova/
 F:	include/uapi/drm/nova_drm.h
-- 
2.49.0
Re: [PATCH] MAINTAINERS: Update Nova GPU driver git link
Posted by Danilo Krummrich 3 days, 10 hours ago
On Mon Dec 8, 2025 at 3:07 PM CET, Philipp Stanner wrote:
> Nova driver development has been moved to a different git repository.
> Update the MAINTAINERS entry to reflect that.
>
> Reported-by: Gary Guo <gary@garyguo.net>
> Signed-off-by: Philipp Stanner <phasta@kernel.org>

Applied to drm-rust-fixes, thanks!