From patchwork Mon Nov 6 13:41:20 2023 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: 13446947 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 A865EC4332F for ; Mon, 6 Nov 2023 13:42:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 054D510E31D; Mon, 6 Nov 2023 13:42:33 +0000 (UTC) Received: from fanzine2.igalia.com (fanzine.igalia.com [178.60.130.6]) by gabe.freedesktop.org (Postfix) with ESMTPS id 54D4F10E31D for ; Mon, 6 Nov 2023 13:42:30 +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: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: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=rnMNDpyxoXuBjO1HpY6K7hls9FBUliCJ2AJyFNMyWfA=; b=o3orki6tPz4bydqIMmSE1YRs+n ETFXnyneLCUiO9vbf6VqaZjZRRtLYp80s4qVMh76xpYRUCcqC6qKtf/d8QKkmGyocNT1YUkGdRb6q Idu8MZEUb/AHCB0yKO+ftVFu3kkXL9/q5LlfljJtxR52TOhWTD0VkivonsfGxQ0Jl/zTHcinqWZy9 PQC1U7FUpJpvGsQU5+BXNql/c3TyNgZxJZVEb2pkqB0reFHUxOwHEp+VHv2VZHNHfvRk8e/7w5nrJ F3IVoJlu0qYesHQVzn7nhC+NDnvGSeSZmm1ugVQEdN8xgDd2uALMf56WTkeldJaVcxQJ9IlxUmF5Y TQnPWlAg==; Received: from [177.34.168.16] (helo=morissey..) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1qzzrv-00Ha6y-Ua; Mon, 06 Nov 2023 14:42:20 +0100 From: =?utf-8?q?Ma=C3=ADra_Canal?= To: Emma Anholt , Melissa Wen , Iago Toral , David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann Subject: [PATCH] MAINTAINERS: Add Maira to V3D maintainers Date: Mon, 6 Nov 2023 10:41:20 -0300 Message-ID: <20231106134201.725805-1-mcanal@igalia.com> X-Mailer: git-send-email 2.41.0 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: , Cc: =?utf-8?q?Ma=C3=ADra_Canal?= , kernel-dev@igalia.com, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" I've been contributing to V3D with improvements, reviews, testing and debugging. Therefore, add myself as a co-maintainer of the V3D driver. Signed-off-by: Maíra Canal Acked-by: Melissa Wen --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) -- 2.41.0 diff --git a/MAINTAINERS b/MAINTAINERS index f13e476ed803..3213563756cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7108,6 +7108,7 @@ F: drivers/gpu/drm/omapdrm/ DRM DRIVERS FOR V3D M: Emma Anholt M: Melissa Wen +M: Maíra Canal S: Supported T: git git://anongit.freedesktop.org/drm/drm-misc F: Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml