From patchwork Wed Oct 9 14:12:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ma=C3=ADra_Canal?= X-Patchwork-Id: 13828490 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A337ECEDD9A for ; Wed, 9 Oct 2024 14:12:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 18A6C10E733; Wed, 9 Oct 2024 14:12:58 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.b="EPXU+iwc"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine.igalia.com [178.60.130.6]) by gabe.freedesktop.org (Postfix) with ESMTPS id DC80D10E733 for ; Wed, 9 Oct 2024 14:12:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=nMopVhlP0/XBQqsYjknjbWc9H4T1LPjPTFMr1HxGHY0=; b=EPXU+iwc5Nu2Vmoi9lIRMn/39B SXUKGr/E0dBUIUWmqfHsViW5rfVRh9pvZrjmf206QMBMOkSiYX9f5d07orZE/v1zkPUVeB2i6y4Yt gHH0J9jVX8D3PeLG/tvg677V0IEI4ZWqXYxV0uIYLMFUUR+35owc0XuRGCyIhgvFJn42ORRqE8Xs6 jB4+z0gFgdkdK3xhUn8Q3ZLkroEAeHTX1vSc8FgWPpILqIIuiE8Sg9YtQIjF9Pr+sKqR387xtmj5m PEoxHDZFKiWdhmGf1qvLSoG1YAckj2TNuWPrQBzlPHsxY/1kS7uRPIUfZ86mVLX8NF0z+h/d8xRiu /1Midmbw==; Received: from [187.36.213.55] (helo=morissey..) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1syXQq-006xyr-Tv; Wed, 09 Oct 2024 16:12:53 +0200 From: =?utf-8?q?Ma=C3=ADra_Canal?= To: Maxime Ripard , Dave Stevenson , Raspberry Pi Kernel Maintenance Cc: dri-devel@lists.freedesktop.org, kernel-dev@igalia.com, =?utf-8?q?Ma?= =?utf-8?q?=C3=ADra_Canal?= Subject: [PATCH 2/2] MAINTAINERS: Fix VC4's mailing lists Date: Wed, 9 Oct 2024 11:12:06 -0300 Message-ID: <20241009141240.1948482-2-mcanal@igalia.com> X-Mailer: git-send-email 2.46.2 In-Reply-To: <20241009141240.1948482-1-mcanal@igalia.com> References: <20241009141240.1948482-1-mcanal@igalia.com> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" VC4 has two relevant mailing list: kernel-list@raspberrypi.com and dri-devel@lists.freedesktop.org. Therefore, list those two mailing lists in the VC4 section. Actually, Raspberry Pi Kernel Maintenance was already listed in the VC4 section, but it was listed as a reviewer. List it as a mailing list. Signed-off-by: Maíra Canal --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index a740b73e4ecf..18084e91475c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7800,7 +7800,8 @@ DRM DRIVERS FOR VC4 M: Maxime Ripard M: Dave Stevenson R: Maíra Canal -R: Raspberry Pi Kernel Maintenance +L: Raspberry Pi Kernel Maintenance +L: dri-devel@lists.freedesktop.org S: Supported T: git https://gitlab.freedesktop.org/drm/misc/kernel.git F: Documentation/devicetree/bindings/display/brcm,bcm2835-*.yaml