From patchwork Fri Sep 1 15:57:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alain Volmat X-Patchwork-Id: 719645 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DCFF4CA0FE4 for ; Fri, 1 Sep 2023 15:59:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243330AbjIAP7z (ORCPT ); Fri, 1 Sep 2023 11:59:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239274AbjIAP7x (ORCPT ); Fri, 1 Sep 2023 11:59:53 -0400 Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A4EE410EC; Fri, 1 Sep 2023 08:59:50 -0700 (PDT) Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.22/8.17.1.22) with ESMTP id 381C4Ec2019017; Fri, 1 Sep 2023 17:59:36 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s= selector1; bh=+Vgl2Y8JXKDXR1iSacggPnRmH2K1tDbZ6cx1kaU+7ow=; b=Ns eThu8KF3Rr4Q9BNwqLiNls8IoSOxcPa2mrIcOFdsFR4nCuG6qN9p9jsV0WWVJhN5 J6VU5Wt9E1cRlKjit+EZ8XxUASE4xbCwe3O3XSDnau0Eu04CUHN3WVn1xxv7hSEL rwOE53QB82CxrHpz7I6Aa0jSVrR4Is1urjsivEVAim5xn5PZ8PlS9cT0sHM+pX3l z6Tik1b7D+YnCIk/buPd8qd4lAOqc2AizkyfOFZay+aMzOgUhEfSCSL3bvwfecPZ dH3G2oCprnsV/K5I+MiizAvNK6nokCSlD6lHUD3p/YvbRKLiIRq6nyiKd8gSPmhX lGbvBCAauewD7gkbDeqA== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3sq89cbj9t-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 01 Sep 2023 17:59:36 +0200 (MEST) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 1FFE1100056; Fri, 1 Sep 2023 17:59:35 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 1576F242AB2; Fri, 1 Sep 2023 17:59:35 +0200 (CEST) Received: from localhost (10.129.178.213) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Fri, 1 Sep 2023 17:59:34 +0200 From: Alain Volmat To: Hugues Fruchet , Alain Volmat , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , Russell King , Philipp Zabel CC: Sakari Ailus , Dan Scally , , , , , Subject: [PATCH v3 2/5] media: MAINTAINERS: add entry for STM32 DCMIPP driver Date: Fri, 1 Sep 2023 17:57:21 +0200 Message-ID: <20230901155732.252436-3-alain.volmat@foss.st.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230901155732.252436-1-alain.volmat@foss.st.com> References: <20230901155732.252436-1-alain.volmat@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.129.178.213] X-ClientProxiedBy: SHFCAS1NODE2.st.com (10.75.129.73) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.957,Hydra:6.0.601,FMLib:17.11.176.26 definitions=2023-09-01_13,2023-08-31_01,2023-05-22_02 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Add the entry related to the STM32 MEDIA DCMIPP driver within the MAINTAINERS file. Signed-off-by: Alain Volmat Reviewed-by: Laurent Pinchart --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 228bed60e006..d2c6fd410dcf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13171,6 +13171,15 @@ T: git git://linuxtv.org/media_tree.git F: Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml F: drivers/media/platform/st/stm32/stm32-dcmi.c +MEDIA DRIVERS FOR STM32 - DCMIPP +M: Hugues Fruchet +M: Alain Volmat +L: linux-media@vger.kernel.org +S: Supported +T: git git://linuxtv.org/media_tree.git +F: Documentation/devicetree/bindings/media/st,stm32-dcmipp.yaml +F: drivers/media/platform/st/stm32/stm32-dcmipp/* + MEDIA INPUT INFRASTRUCTURE (V4L/DVB) M: Mauro Carvalho Chehab L: linux-media@vger.kernel.org