diff mbox series

[v2,15/15] drm/panthor: Add an entry to MAINTAINERS

Message ID 20230809165330.2451699-16-boris.brezillon@collabora.com (mailing list archive)
State New, archived
Headers show
Series drm: Add a driver for FW-based Mali GPUs | expand

Commit Message

Boris Brezillon Aug. 9, 2023, 4:53 p.m. UTC
Add an entry for the Panthor driver to the MAINTAINERS file.

v2:
- New commit

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
---

If anyone from Arm wants to volunteer to become a co-maintainer, that
would be highly appreciated
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Steven Price Aug. 11, 2023, 4:08 p.m. UTC | #1
On 09/08/2023 17:53, Boris Brezillon wrote:
> Add an entry for the Panthor driver to the MAINTAINERS file.
> 
> v2:
> - New commit
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
> ---
> 
> If anyone from Arm wants to volunteer to become a co-maintainer, that
> would be highly appreciated

*sticks his hand up* me me! ;) Seriously though I'm happy to help out
with the maintenance.

And I'll try to finish reviewing the patches next week. I gave it a
quick spin on my Rock 5B and the GPU seems to work fine. I also need to
rebase my user space submission work. And recover from coming back from
holiday! Plus I'm sure I wasn't full-time on GPU related things before I
went on holiday... ;)

Thanks,

Steve

> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cd882b87a3c6..6149ab68d461 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1624,6 +1624,14 @@ T:	git git://anongit.freedesktop.org/drm/drm-misc
>  F:	drivers/gpu/drm/panfrost/
>  F:	include/uapi/drm/panfrost_drm.h
>  
> +ARM MALI PANTHOR DRM DRIVER
> +M:	Boris Brezillon <boris.brezillon@collabora.com>
> +L:	dri-devel@lists.freedesktop.org
> +S:	Supported
> +T:	git git://anongit.freedesktop.org/drm/drm-misc
> +F:	drivers/gpu/drm/panthor/
> +F:	include/uapi/drm/panthor_drm.h
> +
>  ARM MALI-DP DRM DRIVER
>  M:	Liviu Dudau <liviu.dudau@arm.com>
>  S:	Supported
Boris Brezillon Aug. 29, 2023, 5:48 p.m. UTC | #2
On Fri, 11 Aug 2023 17:08:20 +0100
Steven Price <steven.price@arm.com> wrote:

> On 09/08/2023 17:53, Boris Brezillon wrote:
> > Add an entry for the Panthor driver to the MAINTAINERS file.
> > 
> > v2:
> > - New commit
> > 
> > Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
> > ---
> > 
> > If anyone from Arm wants to volunteer to become a co-maintainer, that
> > would be highly appreciated  
> 
> *sticks his hand up* me me! ;) Seriously though I'm happy to help out
> with the maintenance.

Ah, that's awesome news!!!! Thanks for volunteering.

> 
> And I'll try to finish reviewing the patches next week. I gave it a
> quick spin on my Rock 5B and the GPU seems to work fine. I also need to
> rebase my user space submission work. And recover from coming back from
> holiday! Plus I'm sure I wasn't full-time on GPU related things before I
> went on holiday... ;)

Thanks a lot for the thorough review. I'll try to address all your
comments and update the branches on my repo with the new version.
Liviu Dudau Aug. 31, 2023, 1:18 p.m. UTC | #3
Hi Boris,

On Wed, Aug 09, 2023 at 06:53:28PM +0200, Boris Brezillon wrote:
> Add an entry for the Panthor driver to the MAINTAINERS file.
> 
> v2:
> - New commit
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
> ---
> 
> If anyone from Arm wants to volunteer to become a co-maintainer, that
> would be highly appreciated
> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cd882b87a3c6..6149ab68d461 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1624,6 +1624,14 @@ T:	git git://anongit.freedesktop.org/drm/drm-misc
>  F:	drivers/gpu/drm/panfrost/
>  F:	include/uapi/drm/panfrost_drm.h
>  
> +ARM MALI PANTHOR DRM DRIVER
> +M:	Boris Brezillon <boris.brezillon@collabora.com>
> +L:	dri-devel@lists.freedesktop.org
> +S:	Supported
> +T:	git git://anongit.freedesktop.org/drm/drm-misc
> +F:	drivers/gpu/drm/panthor/
> +F:	include/uapi/drm/panthor_drm.h

Can we also add an entry for the bindings?

+F: Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml

Also, I would like to volunteer as maintainer alongside Steven, so can I
please get added too?

Best regards,
Liviu

> +
>  ARM MALI-DP DRM DRIVER
>  M:	Liviu Dudau <liviu.dudau@arm.com>
>  S:	Supported
> -- 
> 2.41.0
>
Boris Brezillon Aug. 31, 2023, 1:25 p.m. UTC | #4
On Thu, 31 Aug 2023 14:18:42 +0100
Liviu Dudau <Liviu.Dudau@arm.com> wrote:

> Hi Boris,
> 
> On Wed, Aug 09, 2023 at 06:53:28PM +0200, Boris Brezillon wrote:
> > Add an entry for the Panthor driver to the MAINTAINERS file.
> > 
> > v2:
> > - New commit
> > 
> > Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
> > ---
> > 
> > If anyone from Arm wants to volunteer to become a co-maintainer, that
> > would be highly appreciated
> > ---
> >  MAINTAINERS | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index cd882b87a3c6..6149ab68d461 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1624,6 +1624,14 @@ T:	git git://anongit.freedesktop.org/drm/drm-misc
> >  F:	drivers/gpu/drm/panfrost/
> >  F:	include/uapi/drm/panfrost_drm.h
> >  
> > +ARM MALI PANTHOR DRM DRIVER
> > +M:	Boris Brezillon <boris.brezillon@collabora.com>
> > +L:	dri-devel@lists.freedesktop.org
> > +S:	Supported
> > +T:	git git://anongit.freedesktop.org/drm/drm-misc
> > +F:	drivers/gpu/drm/panthor/
> > +F:	include/uapi/drm/panthor_drm.h  
> 
> Can we also add an entry for the bindings?
> 
> +F: Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml

Will do.

> 
> Also, I would like to volunteer as maintainer alongside Steven, so can I
> please get added too?

Sure, the more the merrier :-).
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index cd882b87a3c6..6149ab68d461 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1624,6 +1624,14 @@  T:	git git://anongit.freedesktop.org/drm/drm-misc
 F:	drivers/gpu/drm/panfrost/
 F:	include/uapi/drm/panfrost_drm.h
 
+ARM MALI PANTHOR DRM DRIVER
+M:	Boris Brezillon <boris.brezillon@collabora.com>
+L:	dri-devel@lists.freedesktop.org
+S:	Supported
+T:	git git://anongit.freedesktop.org/drm/drm-misc
+F:	drivers/gpu/drm/panthor/
+F:	include/uapi/drm/panthor_drm.h
+
 ARM MALI-DP DRM DRIVER
 M:	Liviu Dudau <liviu.dudau@arm.com>
 S:	Supported