From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (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 462EB3DD528 for ; Tue, 24 Mar 2026 09:46:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774345614; cv=none; b=WxhNarPjs7HFpLV2fFeBlqnWrjczRvxEnTRIQTLTya36R8EQjy6K2EbX8t/sTsJyWcbSIWnJSzA36NcobB2/xQnd+DgDwhS9YTV0hyhoaxuPnPOJGMSm8/4jEMKuZVAa+en+FIOHPQR1qQXwOtSZiCDBcum2Gxf/TQNJKVygmuM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774345614; c=relaxed/simple; bh=BcODXoQlJ1DFAkNcgiG6uPX6+uutgiyM2xoSaFfQjCc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=W/flzk0IvZx7kvWfhKU2efm+7y4UWVE2i4HmeFBba9GqLs6f114+N6i31ur5qPtpHswtLvDORs51cJT+syjegkltlWYz2JG/cisp0ENNUpqw/yCqgaLSaKJH1w5xb4SnLTZL1VYoG4NvpJ6Zuo+sJvRfx/vKqyMaH8pARDKWzuc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=E1EOoVFq; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="E1EOoVFq" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1774345610; bh=BcODXoQlJ1DFAkNcgiG6uPX6+uutgiyM2xoSaFfQjCc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=E1EOoVFqk7hSh/rshO7Pa1QiIU0Du1HE7HQfvvtfsyQ6zzNEPkAy5l7bfcdo69RiD YtRGgkWq1GMUSoT23DQKLNQzLdTcJC2tUsVkcCAP2XN7C14srnElu06hy/eHjqk2UP AkECqguGwZUS+BxoPghVSrSg9wTX+M09VbOTF0SP9hiIB6+ykl1iQ8uYBTnkPAF6U3 lU+8Ohxe9KMmIcDs2NwfcsxnS8qd3iHZGExmhR2/PD7FdBITOAGQ1sK12tU7XvFbgV zUjUHRU6KPTbCS47GA/eWBiw2IbPoLwkE2w+EVdYQKwY/N67rDnnewv4fTfSu33d8a ilpRq+sMx/IOQ== Received: from [10.40.0.100] (185-67-175-126.lampert.tv [185.67.175.126]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: mriesch) by bali.collaboradmins.com (Postfix) with ESMTPSA id E8D1717E4BCD; Tue, 24 Mar 2026 10:46:49 +0100 (CET) Message-ID: <08e6b649-61ac-4059-a914-c537b5c4da7e@collabora.com> Date: Tue, 24 Mar 2026 10:46:49 +0100 Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 0/6] media: synopsys: Add imx93 support To: Sakari Ailus , Frank Li Cc: Mauro Carvalho Chehab , Philipp Zabel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Laurent Pinchart , Sakari Ailus , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, Guoniu Zhou , imx@lists.linux.dev References: <20260210-imx93-dw-csi2-v1-0-69667bb86bfa@nxp.com> Content-Language: en-US From: Michael Riesch In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi all, On 3/24/26 09:18, Sakari Ailus wrote: > On Mon, Mar 23, 2026 at 03:10:44PM -0400, Frank Li wrote: >> On Tue, Feb 10, 2026 at 12:11:07PM -0500, Frank Li wrote: >>> This 3rd time try to support DW CSI2RX support for imx93. >>> >> >> Laurent Pinchart and Sakari Ailus: >> >> I am not who will take care this patch? >> original drivers/media/platform/synopsys/dw-mipi-csi2rx.c picked >> by Sakari Ailus > > Michael seems to have questions on the last patch, too. I.. don't.. think so. After digging a bit in my memory and lore, I found a v3 of that series with my Reviewed-by [0] [0] https://lore.kernel.org/all/20260216-imx93-dw-csi2-v3-0-aabafee10923@nxp.com/ Best regards, Michael