These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
31 lines
1.2 KiB
Diff
31 lines
1.2 KiB
Diff
From bbdc68090c6058c8b1357eea1d4ec55de8a9b771 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ma=C3=ADra=20Canal?= <mcanal@igalia.com>
|
|
Date: Tue, 11 Mar 2025 15:13:49 -0300
|
|
Subject: [PATCH] dt-bindings: gpu: Add V3D driver maintainer as DT maintainer
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
As established in commit 89d04995f76c ("MAINTAINERS: Drop Emma Anholt
|
|
from all M lines."), Emma is no longer active in the Linux kernel and
|
|
dropped the V3D maintainership. Therefore, remove Emma as one of the DT
|
|
maintainers and add the current V3D driver maintainer.
|
|
|
|
Acked-by: Emma Anholt <emma@anholt.net>
|
|
Acked-by: Rob Herring (Arm) <robh@kernel.org>
|
|
Signed-off-by: Maíra Canal <mcanal@igalia.com>
|
|
---
|
|
Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml
|
|
+++ b/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml
|
|
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-sche
|
|
title: Broadcom V3D GPU
|
|
|
|
maintainers:
|
|
- - Eric Anholt <eric@anholt.net>
|
|
+ - Maíra Canal <mcanal@igalia.com>
|
|
- Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
|
|
|
|
properties:
|