From mboxrd@z Thu Jan 1 00:00:00 1970 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 D3422C83F12 for ; Thu, 31 Aug 2023 13:26:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BADCF10E033; Thu, 31 Aug 2023 13:26:03 +0000 (UTC) Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5DB6310E033 for ; Thu, 31 Aug 2023 13:26:02 +0000 (UTC) Received: from localhost (unknown [IPv6:2a01:e0a:2c:6930:5cf4:84a1:2763:fe0d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bbrezillon) by madras.collabora.co.uk (Postfix) with ESMTPSA id BD8DC66072A3; Thu, 31 Aug 2023 14:26:00 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1693488361; bh=MZDQK+ORa/6+xxshEXHb0a7zG3nacscDyvQ6eOQZgbw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dbsCXnWa+4HsXWQYrGRYsRzcdWGnlaXntaWWc3y3TrDOhxZj7s73Qf5dV+wSTkOVm vnec4z8krqLj5r5BZShTyH82E3ziHCRaqZT5CDZ7DJnqVR+SX/da8Hqvx5vEBPOhq5 JR7uOKHVHdVEQvJsKJ+ay4mi4RmFlgBnLq8PRYJ4+aS/bQ7tw8/MFHK0l5y3drlULh jt9AMT1M6aP58e57YBWUUj6+xQjvrKJjslO7OQ4TU4Y8XVYJ+4PD/3slOuVLDhp6LI KXQubz5wspwZiqU9U4CFnM6naxCxS8mkYxTD57rWrdPWIt/coN+YOvRsem9wl0LG2F FDWGIxfeH26VA== Date: Thu, 31 Aug 2023 15:25:57 +0200 From: Boris Brezillon To: Liviu Dudau Subject: Re: [PATCH v2 15/15] drm/panthor: Add an entry to MAINTAINERS Message-ID: <20230831152557.1e311dea@collabora.com> In-Reply-To: References: <20230809165330.2451699-1-boris.brezillon@collabora.com> <20230809165330.2451699-16-boris.brezillon@collabora.com> Organization: Collabora X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Nicolas Boichat , Daniel Stone , Neil Armstrong , dri-devel@lists.freedesktop.org, Steven Price , =?UTF-8?B?Q2zDqW1lbnQgUMOpcm9u?= , "Marty E . Plummer" , Robin Murphy , Faith Ekstrand Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 31 Aug 2023 14:18:42 +0100 Liviu Dudau wrote: > Hi Boris, > > On Wed, Aug 09, 2023 at 06:53:28PM +0200, Boris Brezillon wrote: > > Add an entry for the Panthor driver to the MAINTAINERS file. > > > > v2: > > - New commit > > > > Signed-off-by: Boris Brezillon > > --- > > > > If anyone from Arm wants to volunteer to become a co-maintainer, that > > would be highly appreciated > > --- > > MAINTAINERS | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index cd882b87a3c6..6149ab68d461 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -1624,6 +1624,14 @@ T: git git://anongit.freedesktop.org/drm/drm-misc > > F: drivers/gpu/drm/panfrost/ > > F: include/uapi/drm/panfrost_drm.h > > > > +ARM MALI PANTHOR DRM DRIVER > > +M: Boris Brezillon > > +L: dri-devel@lists.freedesktop.org > > +S: Supported > > +T: git git://anongit.freedesktop.org/drm/drm-misc > > +F: drivers/gpu/drm/panthor/ > > +F: include/uapi/drm/panthor_drm.h > > Can we also add an entry for the bindings? > > +F: Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml Will do. > > Also, I would like to volunteer as maintainer alongside Steven, so can I > please get added too? Sure, the more the merrier :-).