From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6511C12E58; Fri, 15 Dec 2023 08:38:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=foss.st.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=foss.st.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=foss.st.com header.i=@foss.st.com header.b="RnQalmDh" Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.22/8.17.1.22) with ESMTP id 3BF0WxGm017503; Fri, 15 Dec 2023 09:37:58 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= message-id:date:mime-version:subject:to:cc:references:from :in-reply-to:content-type:content-transfer-encoding; s= selector1; bh=foVGm1JHcXFuc8EJ3+zkhcqA896idI7R38EPjajihAA=; b=Rn QalmDhMGlLt6seKKSVLmENFevzmlPdE3V4tdHTYwcUBXyacEdQiceuZyPWq1cTCQ 5FOzMLhPrMw6jhk8t8BuOAWxqF4g3zQg2205rzr3YHTlZl8Hf5s3uuUAfqnOWS1P 6Np8DWuNj3c6/kCJmEOlfTA+fIalJRx32y03HYRxGQY0lJrv/UgtGoQMrWXBWLG0 TUp4NoclQw76OIv76qrr3lErMXODfU7G61VAHvcziLBZ2ip7yJi2nlWBv47HDzhM Tm/m3v4umF1MvcFkzIM+R8UC/m7DzvO7avpKDRmraekXf62hSoZ/lo0Ynkjcq7lM ddkc0AEXVhVWDGnx4AGg== 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 3v0cbtsft7-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 15 Dec 2023 09:37:58 +0100 (CET) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id A164F100058; Fri, 15 Dec 2023 09:37:57 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 8CC68209BB2; Fri, 15 Dec 2023 09:37:57 +0100 (CET) Received: from [10.201.21.122] (10.201.21.122) 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.27; Fri, 15 Dec 2023 09:37:56 +0100 Message-ID: Date: Fri, 15 Dec 2023 09:37:55 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v9 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series Content-Language: en-US To: Alain Volmat , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Russell King , Philipp Zabel CC: Sakari Ailus , Laurent Pinchart , Dan Scally , , , , , References: <20231127170828.1426117-1-alain.volmat@foss.st.com> From: Alexandre TORGUE In-Reply-To: <20231127170828.1426117-1-alain.volmat@foss.st.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: EQNCAS1NODE4.st.com (10.75.129.82) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.997,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-12-15_04,2023-12-14_01,2023-05-22_02 Hi Alain On 11/27/23 18:08, Alain Volmat wrote: > This patchset introduces support for Digital Camera Memory Interface > Pixel Processor (DCMIPP) of STMicroelectronics STM32 SoC series. > > This initial support implements a single capture pipe > allowing RGB565, YUV, Y, RAW8 and JPEG capture with > frame skipping, prescaling and cropping. > > DCMIPP is exposed through 3 subdevices: > - dcmipp_dump_parallel: parallel interface handling > - dcmipp_dump_postproc: frame skipping, prescaling and cropping control > - dcmipp_dump_capture: video device capture node > Patches [4] & [5] applied on stm32-next. Thanks Alex