* [PATCH 0/3] drm/imagination: Maintainer updates
@ 2026-06-25 14:03 Matt Coster
2026-06-25 14:03 ` [PATCH 1/3] MAINTAINERS: Update imagination details Matt Coster
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Matt Coster @ 2026-06-25 14:03 UTC (permalink / raw)
To: imagination, linux-kernel
Cc: Alessio Belle, Luigi Santivetti, Frank Binns, Brajesh Gupta,
Alexandru Dadu, dri-devel, devicetree, Matt Coster
We've got some new people stepping up to help out with maintainership of
the imagination driver, so let's take this opportunity to unify the
maintainer list where it appears across multiple files.
There are also some new resources (mailing list, patchwork, IRC) that
didn't previously exist and had not yet been added, so let's do that now
as well.
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
---
Matt Coster (3):
MAINTAINERS: Update imagination details
MAINTAINERS: Update imagination maintainers
dt-bindings: gpu: img,powervr-*: Add maintainer entries
Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml | 4 +++-
Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml | 4 +++-
MAINTAINERS | 10 +++++++---
3 files changed, 13 insertions(+), 5 deletions(-)
---
base-commit: 60b5fa6edfef867322fce7c8306e5c4b46211be7
change-id: 20260624-maintainer-updates-bfc189254555
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/3] MAINTAINERS: Update imagination details
2026-06-25 14:03 [PATCH 0/3] drm/imagination: Maintainer updates Matt Coster
@ 2026-06-25 14:03 ` Matt Coster
2026-06-25 14:03 ` [PATCH 2/3] MAINTAINERS: Update imagination maintainers Matt Coster
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Matt Coster @ 2026-06-25 14:03 UTC (permalink / raw)
To: imagination, linux-kernel
Cc: Alessio Belle, Luigi Santivetti, Frank Binns, Brajesh Gupta,
Alexandru Dadu, dri-devel, devicetree, Matt Coster
There's a bunch of useful information missing from this entry, flesh it
out and simplify the dt-bindings pattern while we're at it.
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
---
MAINTAINERS | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 987635948cde..b45e60524762 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12569,10 +12569,13 @@ F: drivers/media/rc/img-ir/
IMGTEC POWERVR DRM DRIVER
M: Frank Binns <frank.binns@imgtec.com>
M: Matt Coster <matt.coster@imgtec.com>
+L: imagination@lists.freedesktop.org
S: Supported
+Q: https://patchwork.freedesktop.org/project/imagination/list/
+B: https://gitlab.freedesktop.org/imagination/linux/-/issues
+C: irc://irc.oftc.net/powervr
T: git https://gitlab.freedesktop.org/drm/misc/kernel.git
-F: Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
-F: Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml
+F: Documentation/devicetree/bindings/gpu/img,powervr-*.yaml
F: Documentation/gpu/imagination/
F: drivers/gpu/drm/ci/xfails/powervr*
F: drivers/gpu/drm/imagination/
--
2.48.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 2/3] MAINTAINERS: Update imagination maintainers
2026-06-25 14:03 [PATCH 0/3] drm/imagination: Maintainer updates Matt Coster
2026-06-25 14:03 ` [PATCH 1/3] MAINTAINERS: Update imagination details Matt Coster
@ 2026-06-25 14:03 ` Matt Coster
2026-06-25 14:03 ` [PATCH 3/3] dt-bindings: gpu: img,powervr-*: Add maintainer entries Matt Coster
2026-06-29 10:15 ` [PATCH 0/3] drm/imagination: Maintainer updates Frank Binns
3 siblings, 0 replies; 6+ messages in thread
From: Matt Coster @ 2026-06-25 14:03 UTC (permalink / raw)
To: imagination, linux-kernel
Cc: Alessio Belle, Luigi Santivetti, Frank Binns, Brajesh Gupta,
Alexandru Dadu, dri-devel, devicetree, Matt Coster
New people are taking up maintainership roles within the team.
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index b45e60524762..fe02d1087ab2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12567,8 +12567,9 @@ S: Orphan
F: drivers/media/rc/img-ir/
IMGTEC POWERVR DRM DRIVER
-M: Frank Binns <frank.binns@imgtec.com>
M: Matt Coster <matt.coster@imgtec.com>
+M: Alessio Belle <alessio.belle@imgtec.com>
+M: Luigi Santivetti <luigi.santivetti@imgtec.com>
L: imagination@lists.freedesktop.org
S: Supported
Q: https://patchwork.freedesktop.org/project/imagination/list/
--
2.48.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 3/3] dt-bindings: gpu: img,powervr-*: Add maintainer entries
2026-06-25 14:03 [PATCH 0/3] drm/imagination: Maintainer updates Matt Coster
2026-06-25 14:03 ` [PATCH 1/3] MAINTAINERS: Update imagination details Matt Coster
2026-06-25 14:03 ` [PATCH 2/3] MAINTAINERS: Update imagination maintainers Matt Coster
@ 2026-06-25 14:03 ` Matt Coster
2026-06-25 16:11 ` Conor Dooley
2026-06-29 10:15 ` [PATCH 0/3] drm/imagination: Maintainer updates Frank Binns
3 siblings, 1 reply; 6+ messages in thread
From: Matt Coster @ 2026-06-25 14:03 UTC (permalink / raw)
To: imagination, linux-kernel
Cc: Alessio Belle, Luigi Santivetti, Frank Binns, Brajesh Gupta,
Alexandru Dadu, dri-devel, devicetree, Matt Coster
These entries already exist in MAINTAINERS, add them here so downstream
users of the bindings also see them.
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
---
Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml | 4 +++-
Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml b/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
index a1f54dbae3f3..91e4ff61b394 100644
--- a/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
+++ b/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
@@ -8,7 +8,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Imagination Technologies PowerVR and IMG Rogue GPUs
maintainers:
- - Frank Binns <frank.binns@imgtec.com>
+ - Matt Coster <matt.coster@imgtec.com>
+ - Alessio Belle <alessio.belle@imgtec.com>
+ - Luigi Santivetti <luigi.santivetti@imgtec.com>
properties:
compatible:
diff --git a/Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml b/Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml
index f5898b04381c..3e7df7344430 100644
--- a/Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml
+++ b/Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml
@@ -9,7 +9,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Imagination Technologies PowerVR SGX GPUs
maintainers:
- - Frank Binns <frank.binns@imgtec.com>
+ - Matt Coster <matt.coster@imgtec.com>
+ - Alessio Belle <alessio.belle@imgtec.com>
+ - Luigi Santivetti <luigi.santivetti@imgtec.com>
properties:
compatible:
--
2.48.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 3/3] dt-bindings: gpu: img,powervr-*: Add maintainer entries
2026-06-25 14:03 ` [PATCH 3/3] dt-bindings: gpu: img,powervr-*: Add maintainer entries Matt Coster
@ 2026-06-25 16:11 ` Conor Dooley
0 siblings, 0 replies; 6+ messages in thread
From: Conor Dooley @ 2026-06-25 16:11 UTC (permalink / raw)
To: Matt Coster
Cc: imagination, linux-kernel, Alessio Belle, Luigi Santivetti,
Frank Binns, Brajesh Gupta, Alexandru Dadu, dri-devel,
devicetree
[-- Attachment #1: Type: text/plain, Size: 2135 bytes --]
On Thu, Jun 25, 2026 at 03:03:39PM +0100, Matt Coster wrote:
> These entries already exist in MAINTAINERS, add them here so downstream
> users of the bindings also see them.
They only "already exist" because of the patch before this. The commit
message should reflect that this is a functional change in
maintainership not a correction to match a longstanding thing.
pw-bot: changes-requested
Thanks,
Conor.
>
> Signed-off-by: Matt Coster <matt.coster@imgtec.com>
> ---
> Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml | 4 +++-
> Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml | 4 +++-
> 2 files changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml b/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
> index a1f54dbae3f3..91e4ff61b394 100644
> --- a/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
> +++ b/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
> @@ -8,7 +8,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
> title: Imagination Technologies PowerVR and IMG Rogue GPUs
>
> maintainers:
> - - Frank Binns <frank.binns@imgtec.com>
> + - Matt Coster <matt.coster@imgtec.com>
> + - Alessio Belle <alessio.belle@imgtec.com>
> + - Luigi Santivetti <luigi.santivetti@imgtec.com>
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml b/Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml
> index f5898b04381c..3e7df7344430 100644
> --- a/Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml
> +++ b/Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml
> @@ -9,7 +9,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
> title: Imagination Technologies PowerVR SGX GPUs
>
> maintainers:
> - - Frank Binns <frank.binns@imgtec.com>
> + - Matt Coster <matt.coster@imgtec.com>
> + - Alessio Belle <alessio.belle@imgtec.com>
> + - Luigi Santivetti <luigi.santivetti@imgtec.com>
>
> properties:
> compatible:
>
> --
> 2.48.1
>
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/3] drm/imagination: Maintainer updates
2026-06-25 14:03 [PATCH 0/3] drm/imagination: Maintainer updates Matt Coster
` (2 preceding siblings ...)
2026-06-25 14:03 ` [PATCH 3/3] dt-bindings: gpu: img,powervr-*: Add maintainer entries Matt Coster
@ 2026-06-29 10:15 ` Frank Binns
3 siblings, 0 replies; 6+ messages in thread
From: Frank Binns @ 2026-06-29 10:15 UTC (permalink / raw)
To: Matt Coster, imagination, linux-kernel
Cc: dri-devel, devicetree, Brajesh Gupta, Alexandru Dadu,
Luigi Santivetti, Alessio Belle
On Thu, 2026-06-25 at 15:03 +0100, Matt Coster wrote:
> We've got some new people stepping up to help out with maintainership of
> the imagination driver, so let's take this opportunity to unify the
> maintainer list where it appears across multiple files.
>
> There are also some new resources (mailing list, patchwork, IRC) that
> didn't previously exist and had not yet been added, so let's do that now
> as well.
>
> Signed-off-by: Matt Coster <matt.coster@imgtec.com>
For the series:
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
> ---
> Matt Coster (3):
> MAINTAINERS: Update imagination details
> MAINTAINERS: Update imagination maintainers
> dt-bindings: gpu: img,powervr-*: Add maintainer entries
>
> Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml | 4 +++-
> Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml | 4 +++-
> MAINTAINERS | 10 +++++++---
> 3 files changed, 13 insertions(+), 5 deletions(-)
> ---
> base-commit: 60b5fa6edfef867322fce7c8306e5c4b46211be7
> change-id: 20260624-maintainer-updates-bfc189254555
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-06-29 10:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 14:03 [PATCH 0/3] drm/imagination: Maintainer updates Matt Coster
2026-06-25 14:03 ` [PATCH 1/3] MAINTAINERS: Update imagination details Matt Coster
2026-06-25 14:03 ` [PATCH 2/3] MAINTAINERS: Update imagination maintainers Matt Coster
2026-06-25 14:03 ` [PATCH 3/3] dt-bindings: gpu: img,powervr-*: Add maintainer entries Matt Coster
2026-06-25 16:11 ` Conor Dooley
2026-06-29 10:15 ` [PATCH 0/3] drm/imagination: Maintainer updates Frank Binns
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®