2023-01-17 19:12:48

by Jeffrey Hugo

[permalink] [raw]
Subject: [PATCH] MAINTAINERS/ACCEL: Add include/drm/drm_accel.h to the accel entry

get_maintainer.pl does not suggest Oded Gabbay, the DRM COMPUTE
ACCELERATORS DRIVERS AND FRAMEWORK maintainer for changes that touch
the Accel Subsystem header - drm_accel.h. This is because that file is
missing from the Accel Subsystem entry. Fix this.

Signed-off-by: Jeffrey Hugo <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 31ffd4b..7995ec7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6754,6 +6754,7 @@ C: irc://irc.oftc.net/dri-devel
T: git https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/accel.git
F: Documentation/accel/
F: drivers/accel/
+F: include/drm/drm_accel.h

DRM DRIVERS FOR ALLWINNER A10
M: Maxime Ripard <[email protected]>
--
2.7.4


2023-01-18 07:17:39

by Oded Gabbay

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS/ACCEL: Add include/drm/drm_accel.h to the accel entry

On Tue, Jan 17, 2023 at 8:10 PM Jeffrey Hugo <[email protected]> wrote:
>
> get_maintainer.pl does not suggest Oded Gabbay, the DRM COMPUTE
> ACCELERATORS DRIVERS AND FRAMEWORK maintainer for changes that touch
> the Accel Subsystem header - drm_accel.h. This is because that file is
> missing from the Accel Subsystem entry. Fix this.
>
> Signed-off-by: Jeffrey Hugo <[email protected]>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 31ffd4b..7995ec7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6754,6 +6754,7 @@ C: irc://irc.oftc.net/dri-devel
> T: git https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/accel.git
> F: Documentation/accel/
> F: drivers/accel/
> +F: include/drm/drm_accel.h
>
> DRM DRIVERS FOR ALLWINNER A10
> M: Maxime Ripard <[email protected]>
> --
> 2.7.4
>
Reviewed-by: Oded Gabbay <[email protected]>
I'll merge it through my tree.
Thanks,
Oded.