From patchwork Tue Jul 9 13:28:57 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Scally X-Patchwork-Id: 13728028 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 CAC46C3DA47 for ; Tue, 9 Jul 2024 13:31:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=oSrDk9gAmcp4Uobl5SEzzrqnP67R9w64l0mfV8W9pRg=; b=uGErR6+tMBsKeZBuB7m3Y1+kdy Kmgoi3k+KftFvA+fOiiHUW/466FyRvTMNcF4tw2jP/yGFv9oepIJsWq8lwHOJWkWV2eFXlTF8bxtB 9B2sQ54u/wubjCCcSbpV1c8MrPhQVtRwclVkcWMUiFKCnnNv7do3EpR7p0ohukVyY1XAgWjENsTAA SiozPBK65/uUY4uF8eRBetQEvoaKELt6jHMvVDoR2K6z7JZtnRhj9btWYUFnZRbKMqhQwjZ3N/GyD kwZ8LDKEP0cnReTmQKvmTca9k+tAUF0hnf6G8jCmfUOCP4WSYX1hZCxR8FMfFjEpunVVrtm84r35H rn3SQJGA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sRAwN-00000007MLg-0lvt; Tue, 09 Jul 2024 13:31:31 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sRAuJ-00000007LLQ-2n1p for linux-arm-kernel@lists.infradead.org; Tue, 09 Jul 2024 13:29:26 +0000 Received: from mail.ideasonboard.com (cpc141996-chfd3-2-0-cust928.12-3.cable.virginm.net [86.13.91.161]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id B02892398; Tue, 9 Jul 2024 15:28:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1720531729; bh=hE346KwEOPbThiXj+y6g1rEr9n9XFpR1Lj8QmZNbRlQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Z+hecGYzRr+51saYSmSZO5NL8ZoIy1Iz5zKacLB+V3j+rhp0tu6mtuk/o1WpQrLW3 oP13ORWn3agbaFhZGylY+VERkXykTmTeb0T92Ga0wuJN7GNqwoVGNnSrb+ZnxoLD3Y VHEJPwhTLBIcgo3mIKpK76AkqXTcj8Clj1fNYe5U= From: Daniel Scally To: linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: jacopo.mondi@ideasonboard.com, nayden.kanchev@arm.com, robh+dt@kernel.org, mchehab@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, jerome.forissier@linaro.org, kieran.bingham@ideasonboard.com, laurent.pinchart@ideasonboard.com, sakari.ailus@iki.fi, Daniel Scally Subject: [PATCH v6 09/18] MAINTAINERS: Add entry for mali-c55 driver Date: Tue, 9 Jul 2024 14:28:57 +0100 Message-Id: <20240709132906.3198927-10-dan.scally@ideasonboard.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240709132906.3198927-1-dan.scally@ideasonboard.com> References: <20240709132906.3198927-1-dan.scally@ideasonboard.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240709_062923_935950_8D22DCC7 X-CRM114-Status: UNSURE ( 8.98 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add a MAINTAINERS entry for the mali-c55 driver and its associated documentation. Reviewed-by: Laurent Pinchart Co-developed-by: Jacopo Mondi Signed-off-by: Jacopo Mondi Signed-off-by: Daniel Scally --- Changes in v6: - None Changes in v5: - None Changes in v4: - None Changes in v3: - none Changes in v2: - none MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9caf669234f2..04726aaaefd4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1755,6 +1755,17 @@ F: Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml F: drivers/gpu/drm/panthor/ F: include/uapi/drm/panthor_drm.h +ARM MALI-C55 ISP DRIVER +M: Daniel Scally +M: Jacopo Mondi +L: linux-media@vger.kernel.org +S: Maintained +T: git git://linuxtv.org/media_tree.git +F: Documentation/admin-guide/media/mali-c55-graph.dot +F: Documentation/admin-guide/media/mali-c55.rst +F: Documentation/devicetree/bindings/media/arm,mali-c55.yaml +F: drivers/media/platform/arm/mali-c55/ + ARM MALI-DP DRM DRIVER M: Liviu Dudau S: Supported