From patchwork Fri Apr 29 19:33:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Melissa Wen X-Patchwork-Id: 12832665 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 91BCEC433EF for ; Fri, 29 Apr 2022 19:33:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C509510E1B7; Fri, 29 Apr 2022 19:33:53 +0000 (UTC) Received: from fanzine2.igalia.com (fanzine.igalia.com [178.60.130.6]) by gabe.freedesktop.org (Postfix) with ESMTPS id C839110E1B7 for ; Fri, 29 Apr 2022 19:33:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Type:MIME-Version:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-Transfer-Encoding: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=lMcEXWMI4V5zzw5zpNUuVNbiFnTtkgVO0RuvTIP3Q5k=; b=pZtpANcNcUC8Oz125SjMna34lb qou0ToQF5QdHgG0khAFLBy/Gt4KtI1tHxMhMUgYKILwQMbGibeljoaokeWxpuvGDpYVk1T+LHwyQ8 CojRzZz2aZ6TeMpS45u5gjWcUQSD0WzwLItBzj8uYnjRWh+KKtVN8UaagdFWCsW4qJATWJFEymyvk 3cmwcLNTDChaevyeY+KahAzuRamifYAl0iyRRTd8xgpl+uMwWq3TlZc2b2vQAetzH61wW0V+C9pxm pJy7KummtBKtqZLEUOlsbS/oHPEePh/l+562h4NnTQa6NLaXd4Ig730ZDWq2Wz+CUqsaVotaaZWdO 8tsLBlMQ==; Received: from [165.90.126.25] (helo=mail.igalia.com) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1nkWN5-000ADj-9D; Fri, 29 Apr 2022 21:33:43 +0200 Date: Fri, 29 Apr 2022 18:33:30 -0100 From: Melissa Wen To: Emma Anholt , David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann Subject: [PATCH] MAINTAINERS: add Melissa to V3D maintainers Message-ID: <20220429193317.ol3u4e5jpt5jucox@mail.igalia.com> MIME-Version: 1.0 Content-Disposition: inline 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: jmcasanova@igalia.com, itoral@igalia.com, jasuarez@igalia.com, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" I've been contributing to v3d through improvements, reviews, testing, debugging, etc. So, I'm adding myself as a co-maintainer of the V3D driver. Signed-off-by: Melissa Wen Acked-by: Iago Toral Quiroga Acked-by: Juan A. Suarez --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9b2b0dc44506..0a854b7f2491 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6714,6 +6714,7 @@ F: drivers/gpu/drm/omapdrm/ DRM DRIVERS FOR V3D M: Emma Anholt +M: Melissa Wen S: Supported T: git git://anongit.freedesktop.org/drm/drm-misc F: Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml