From patchwork Tue Apr 11 22:43:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marijn Suijten X-Patchwork-Id: 13208295 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 96EFFC77B6F for ; Tue, 11 Apr 2023 22:43:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B329B10E02B; Tue, 11 Apr 2023 22:43:25 +0000 (UTC) Received: from relay08.th.seeweb.it (relay08.th.seeweb.it [5.144.164.169]) by gabe.freedesktop.org (Postfix) with ESMTPS id AFBBF10E04B for ; Tue, 11 Apr 2023 22:43:23 +0000 (UTC) Received: from localhost.localdomain (94-211-6-86.cable.dynamic.v4.ziggo.nl [94.211.6.86]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id 2F7BE3FD61; Wed, 12 Apr 2023 00:43:21 +0200 (CEST) From: Marijn Suijten To: phone-devel@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Clark , Abhinav Kumar , Dmitry Baryshkov Subject: [PATCH] MAINTAINERS: Add Marijn Suijten as drm/msm reviewer Date: Wed, 12 Apr 2023 00:43:08 +0200 Message-Id: <20230411224308.440550-1-marijn.suijten@somainline.org> X-Mailer: git-send-email 2.40.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: Sean Paul , dri-devel@lists.freedesktop.org, Konrad Dybcio , linux-arm-msm@vger.kernel.org, Marijn Suijten , freedreno@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" As I get more and more active in the drm/msm space, yet sometimes miss out on patches (where I was involved in previous discussions), add myself as reviewer to make this involvement clear. Signed-off-by: Marijn Suijten Acked-by: Dmitry Baryshkov Acked-by: Rob Clark --- Note that this is only a slight commitment from my part to look at patches arriving in this area, most notably on the DPU1 driver and only if day-to-day workload allows for it. MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 04d7c816d46a..fd1b717c57d8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6536,6 +6536,7 @@ M: Rob Clark M: Abhinav Kumar M: Dmitry Baryshkov R: Sean Paul +R: Marijn Suijten L: linux-arm-msm@vger.kernel.org L: dri-devel@lists.freedesktop.org L: freedreno@lists.freedesktop.org