Message ID | 20250325235522.3992-9-dakr@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | DRM Rust abstractions | expand |
On Wed, Mar 26, 2025 at 12:54:35AM +0100, Danilo Krummrich wrote: > Add the DRM Rust source files to the DRM DRIVERS maintainers entry. > > Signed-off-by: Danilo Krummrich <dakr@kernel.org> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index de46acc247c3..c704431f02aa 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7672,6 +7672,7 @@ F: Documentation/devicetree/bindings/display/ > F: Documentation/devicetree/bindings/gpu/ > F: Documentation/gpu/ > F: drivers/gpu/ > +F: rust/kernel/drm/ > F: include/drm/ > F: include/linux/vga* > F: include/uapi/drm/ Our MAINTAINERS entry is pretty weird and kind of duplicated between drm and drm-misc, we should probably put it under drm-misc too? Maxime
On Fri, Mar 28, 2025 at 03:49:20PM +0100, Maxime Ripard wrote: > On Wed, Mar 26, 2025 at 12:54:35AM +0100, Danilo Krummrich wrote: > > Add the DRM Rust source files to the DRM DRIVERS maintainers entry. > > > > Signed-off-by: Danilo Krummrich <dakr@kernel.org> > > --- > > MAINTAINERS | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index de46acc247c3..c704431f02aa 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -7672,6 +7672,7 @@ F: Documentation/devicetree/bindings/display/ > > F: Documentation/devicetree/bindings/gpu/ > > F: Documentation/gpu/ > > F: drivers/gpu/ > > +F: rust/kernel/drm/ > > F: include/drm/ > > F: include/linux/vga* > > F: include/uapi/drm/ > > Our MAINTAINERS entry is pretty weird and kind of duplicated between drm > and drm-misc, we should probably put it under drm-misc too? Yeah, that also came to my mind meanwhile. :)
diff --git a/MAINTAINERS b/MAINTAINERS index de46acc247c3..c704431f02aa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7672,6 +7672,7 @@ F: Documentation/devicetree/bindings/display/ F: Documentation/devicetree/bindings/gpu/ F: Documentation/gpu/ F: drivers/gpu/ +F: rust/kernel/drm/ F: include/drm/ F: include/linux/vga* F: include/uapi/drm/
Add the DRM Rust source files to the DRM DRIVERS maintainers entry. Signed-off-by: Danilo Krummrich <dakr@kernel.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)