public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] MAINTAINERS: drm: vc4: Add Raspberry Pi as maintainers
@ 2024-06-21 13:19 Dave Stevenson
  2024-06-21 13:19 ` [PATCH v2 2/2] MAINTAINERS: drm: vc4: Drop Emma's tree Dave Stevenson
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Dave Stevenson @ 2024-06-21 13:19 UTC (permalink / raw)
  To: Maxime Ripard, Raspberry Pi Kernel Maintenance, Maarten Lankhorst,
	Thomas Zimmermann, David Airlie, Daniel Vetter, dri-devel,
	linux-kernel
  Cc: Dave Stevenson

Add myself as maintainer for VC4 alongside Maxime, and
our internal review list as reviewer.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
---

v1->v2
Changed the internal list from M to R.

 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index d1566c647a50..8dabcb16d29f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7520,6 +7520,8 @@ F:	include/uapi/drm/v3d_drm.h
 
 DRM DRIVERS FOR VC4
 M:	Maxime Ripard <mripard@kernel.org>
+M:	Dave Stevenson <dave.stevenson@raspberrypi.com>
+R:	Raspberry Pi Kernel Maintenance <kernel-list@raspberrypi.com>
 S:	Supported
 T:	git git://github.com/anholt/linux
 T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v2 2/2] MAINTAINERS: drm: vc4: Drop Emma's tree
  2024-06-21 13:19 [PATCH v2 1/2] MAINTAINERS: drm: vc4: Add Raspberry Pi as maintainers Dave Stevenson
@ 2024-06-21 13:19 ` Dave Stevenson
  2024-06-26 13:35   ` (subset) " Maxime Ripard
  2024-06-21 13:39 ` [PATCH v2 1/2] MAINTAINERS: drm: vc4: Add Raspberry Pi as maintainers Daniel Stone
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Dave Stevenson @ 2024-06-21 13:19 UTC (permalink / raw)
  To: Maxime Ripard, Raspberry Pi Kernel Maintenance, Maarten Lankhorst,
	Thomas Zimmermann, David Airlie, Daniel Vetter, dri-devel,
	linux-kernel
  Cc: Dave Stevenson

Emma stepped back from VC4 maintenance a while ago, and
all patches are now merged through drm-misc.

Drop Emma's tree from MAINTAINERS.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8dabcb16d29f..3fb03de446c3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7523,7 +7523,6 @@ M:	Maxime Ripard <mripard@kernel.org>
 M:	Dave Stevenson <dave.stevenson@raspberrypi.com>
 R:	Raspberry Pi Kernel Maintenance <kernel-list@raspberrypi.com>
 S:	Supported
-T:	git git://github.com/anholt/linux
 T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
 F:	Documentation/devicetree/bindings/display/brcm,bcm2835-*.yaml
 F:	drivers/gpu/drm/vc4/
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 1/2] MAINTAINERS: drm: vc4: Add Raspberry Pi as maintainers
  2024-06-21 13:19 [PATCH v2 1/2] MAINTAINERS: drm: vc4: Add Raspberry Pi as maintainers Dave Stevenson
  2024-06-21 13:19 ` [PATCH v2 2/2] MAINTAINERS: drm: vc4: Drop Emma's tree Dave Stevenson
@ 2024-06-21 13:39 ` Daniel Stone
  2024-06-26 13:34 ` Maxime Ripard
  2024-06-26 13:35 ` (subset) " Maxime Ripard
  3 siblings, 0 replies; 6+ messages in thread
From: Daniel Stone @ 2024-06-21 13:39 UTC (permalink / raw)
  To: Dave Stevenson
  Cc: Maxime Ripard, Raspberry Pi Kernel Maintenance, Maarten Lankhorst,
	Thomas Zimmermann, David Airlie, Daniel Vetter, dri-devel,
	linux-kernel

Hi Dave,

On Fri, 21 Jun 2024 at 14:19, Dave Stevenson
<dave.stevenson@raspberrypi.com> wrote:
> Add myself as maintainer for VC4 alongside Maxime, and
> our internal review list as reviewer.

Both patches are:
Acked-by: Daniel Stone <daniels@collabora.com>

Cheers,
Daniel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 1/2] MAINTAINERS: drm: vc4: Add Raspberry Pi as maintainers
  2024-06-21 13:19 [PATCH v2 1/2] MAINTAINERS: drm: vc4: Add Raspberry Pi as maintainers Dave Stevenson
  2024-06-21 13:19 ` [PATCH v2 2/2] MAINTAINERS: drm: vc4: Drop Emma's tree Dave Stevenson
  2024-06-21 13:39 ` [PATCH v2 1/2] MAINTAINERS: drm: vc4: Add Raspberry Pi as maintainers Daniel Stone
@ 2024-06-26 13:34 ` Maxime Ripard
  2024-06-26 13:35 ` (subset) " Maxime Ripard
  3 siblings, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2024-06-26 13:34 UTC (permalink / raw)
  To: Dave Stevenson
  Cc: Raspberry Pi Kernel Maintenance, Maarten Lankhorst,
	Thomas Zimmermann, David Airlie, Daniel Vetter, dri-devel,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

Hi,

On Fri, Jun 21, 2024 at 02:19:25PM GMT, Dave Stevenson wrote:
> Add myself as maintainer for VC4 alongside Maxime, and
> our internal review list as reviewer.
> 
> Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>

I just applied both patches. Congrats :)

Do you have a drm-misc account already?

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: (subset) [PATCH v2 1/2] MAINTAINERS: drm: vc4: Add Raspberry Pi as maintainers
  2024-06-21 13:19 [PATCH v2 1/2] MAINTAINERS: drm: vc4: Add Raspberry Pi as maintainers Dave Stevenson
                   ` (2 preceding siblings ...)
  2024-06-26 13:34 ` Maxime Ripard
@ 2024-06-26 13:35 ` Maxime Ripard
  3 siblings, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2024-06-26 13:35 UTC (permalink / raw)
  To: Raspberry Pi Kernel Maintenance, Maarten Lankhorst,
	Thomas Zimmermann, David Airlie, Daniel Vetter, dri-devel,
	linux-kernel, Dave Stevenson
  Cc: Maxime Ripard

On Fri, 21 Jun 2024 14:19:25 +0100, Dave Stevenson wrote:
> Add myself as maintainer for VC4 alongside Maxime, and
> our internal review list as reviewer.
> 
> 

Applied to misc/kernel.git (drm-misc-next).

Thanks!
Maxime

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: (subset) [PATCH v2 2/2] MAINTAINERS: drm: vc4: Drop Emma's tree
  2024-06-21 13:19 ` [PATCH v2 2/2] MAINTAINERS: drm: vc4: Drop Emma's tree Dave Stevenson
@ 2024-06-26 13:35   ` Maxime Ripard
  0 siblings, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2024-06-26 13:35 UTC (permalink / raw)
  To: Raspberry Pi Kernel Maintenance, Maarten Lankhorst,
	Thomas Zimmermann, David Airlie, Daniel Vetter, dri-devel,
	linux-kernel, Dave Stevenson
  Cc: Maxime Ripard

On Fri, 21 Jun 2024 14:19:26 +0100, Dave Stevenson wrote:
> Emma stepped back from VC4 maintenance a while ago, and
> all patches are now merged through drm-misc.
> 
> Drop Emma's tree from MAINTAINERS.
> 
> 

Applied to misc/kernel.git (drm-misc-next).

Thanks!
Maxime

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-06-26 13:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-21 13:19 [PATCH v2 1/2] MAINTAINERS: drm: vc4: Add Raspberry Pi as maintainers Dave Stevenson
2024-06-21 13:19 ` [PATCH v2 2/2] MAINTAINERS: drm: vc4: Drop Emma's tree Dave Stevenson
2024-06-26 13:35   ` (subset) " Maxime Ripard
2024-06-21 13:39 ` [PATCH v2 1/2] MAINTAINERS: drm: vc4: Add Raspberry Pi as maintainers Daniel Stone
2024-06-26 13:34 ` Maxime Ripard
2024-06-26 13:35 ` (subset) " Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox