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

From: Oded Gabbay
Date: Wed Jan 18 2023 - 01:41:33 EST


On Tue, Jan 17, 2023 at 8:10 PM Jeffrey Hugo <quic_jhugo@xxxxxxxxxxx> 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 <quic_jhugo@xxxxxxxxxxx>
> ---
> 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 <mripard@xxxxxxxxxx>
> --
> 2.7.4
>
Reviewed-by: Oded Gabbay <ogabbay@xxxxxxxxxx>
I'll merge it through my tree.
Thanks,
Oded.