MAINTAINERS/ACCEL: Add include/drm/drm_accel.h to the accel entry

Message ID 1673978670-10110-1-git-send-email-quic_jhugo@quicinc.com
State New
Headers
Series MAINTAINERS/ACCEL: Add include/drm/drm_accel.h to the accel entry |

Commit Message

Jeffrey Hugo Jan. 17, 2023, 6:04 p.m. UTC
  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@quicinc.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Oded Gabbay Jan. 18, 2023, 6:15 a.m. UTC | #1
On Tue, Jan 17, 2023 at 8:10 PM Jeffrey Hugo <quic_jhugo@quicinc.com> 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@quicinc.com>
> ---
>  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@kernel.org>
> --
> 2.7.4
>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
I'll merge it through my tree.
Thanks,
Oded.
  

Patch

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@kernel.org>