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 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 19B89C61D96 for ; Wed, 22 Nov 2023 08:07:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=81sILyEebA3NV3XzIG/mR/hb19kNHC1RWG31Gci9yVk=; b=Hbuu5Xw7ArMgTD hRlT18z6+BK9fVYEEdSDGQPyK4oNjcJMVOE2E3nRp+p0RPBtjJ9yAjZdkZ0lBykFaqt/joCLTpNC7 MirMHtsQH6EWlCmjQjqD2sy6emDg7T07ar+RbkHubIel/YMWbiF1vGBA1Ap+g4f/nqrKbxsNfmhb1 N/nbvYcpOzWWJ8u6Vc9St6eccFE0czGIWNdLiVB0bW4ezyRuJh/tpe59t8MtMRxvpkubRRpXVHtzG 7+gYyaTnAIcXK4hx68N8H6F+n4w9Ny5g7Gh/Vg+Qi9TY01eRPH6MvaPkXhSgGktRiOrG0JPNmVH45 hDtiZN7ItpkULAvZIK2A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r5iGc-0010YH-2x; Wed, 22 Nov 2023 08:07:26 +0000 Received: from mgamail.intel.com ([192.55.52.43]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r5iGZ-0010Wg-1w for linux-arm-kernel@lists.infradead.org; Wed, 22 Nov 2023 08:07:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700640443; x=1732176443; h=date:from:to:subject:message-id:references:mime-version: in-reply-to; bh=HzCmIqjiD/db2OVbbJ6fw6PB9pWnFmcUdmjHwNUjwaw=; b=XzGwnAQ+PXkCFNxOVe2Gw6vUDb0SAtiamvsdiJZaiuL1/j9LDflK1RL0 zjygFQkW0qW9Q+MsV0kbn/bTQAuI/tBZxuauLNLtZy7LF/gK6ZYE1deOT vQpUxjOw7QhksZkspUmdA+SPaUDWtwwV8q8UuDhyJAK587urgJx+N3ucG Fo9x8HrZVpVKXuBQ7DCMSxRg1Ko14TlAR7+DXiEZs0rXSkZnpm1At9Y97 HVAJg19pKt4nKF3dggWPCtE0BMarN6a5+lYDiWApaqq7TNnTk1ZD8ZTNQ Fi8WX6Yh57+S4/vL0kjfb9jTVSk8ap6O+Xfg16oXYw+ppjrPf4RX8B0Fz Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10901"; a="478214287" X-IronPort-AV: E=Sophos;i="6.04,218,1695711600"; d="scan'208";a="478214287" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2023 00:07:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10901"; a="832934951" X-IronPort-AV: E=Sophos;i="6.04,218,1695711600"; d="scan'208";a="832934951" Received: from turnipsi.fi.intel.com (HELO kekkonen.fi.intel.com) ([10.237.72.44]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2023 00:07:16 -0800 Received: from kekkonen.localdomain (localhost [127.0.0.1]) by kekkonen.fi.intel.com (Postfix) with SMTP id 110AF1202B6; Wed, 22 Nov 2023 10:07:14 +0200 (EET) Date: Wed, 22 Nov 2023 08:07:14 +0000 From: Sakari Ailus To: Hugues Fruchet , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , Russell King , Philipp Zabel , Laurent Pinchart , Dan Scally , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series Message-ID: References: <20231120170809.728941-1-alain.volmat@foss.st.com> <20231122074404.GA787777@gnbcxd0016.gnb.st.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231122074404.GA787777@gnbcxd0016.gnb.st.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231122_000723_703737_89F45625 X-CRM114-Status: GOOD ( 18.37 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Alain, On Wed, Nov 22, 2023 at 08:44:04AM +0100, Alain Volmat wrote: > Hi Sakari, > > On Mon, Nov 20, 2023 at 09:18:40PM +0000, Sakari Ailus wrote: > > Hi Alain, > > > > On Mon, Nov 20, 2023 at 06:07:56PM +0100, 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 > > > > > > v7: > > > - correct byteproc set_fmt handling and compose/crop/fmt handling > > > - replace few v4l2_subdev_get_try_* into v4l2_subdev_get_pad_* > > > > Can you rebase this on my my linuxtv.org tree master branch > > ? > > > > These will be called v4l2_subdev_state_get_* now. > > Ok, serie v8 is now rebased on top of the master branch of your tree. > I'm going to push the rebased gc2145 sensor driver as well in a moment. Thanks. Hans said he's going to merge the API change later this week (Mauro might do that earlier), I'll take these then. -- Regards, Sakari Ailus _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel