From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (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 90CAD211A06; Thu, 13 Feb 2025 10:40:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739443243; cv=none; b=dVGfZSZ40Xqo4vvbvPKWix7N+4SAKtZJHsgSiEZQLVwPqUNl+x3tOomcL+QVmacM2f5tSCTCkD3E2LiHBSi2tXKyn3x35EB7oY3YLOg1Hr+IAeVXLPobfL81/W3TVJI8hmtN/+6J90I75Rno7g5ct8pVPwJqHhcuAqT0O5r4n6E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739443243; c=relaxed/simple; bh=rKfJj/nOFTP3ITe5GatUlSP/bs0kOFPFXDa1/jdXj0Q=; h=Content-Type:MIME-Version:In-Reply-To:References:Subject:From:Cc: To:Date:Message-ID; b=Ea3Z3atIRMfDy7odnVfpJmHWTGTGNuCIEWTHUq4GEa2uH1bf95Y/BT2vpdCGa8OQIWCRJy/OIbODQc4LzEsbWblaYjWs3A+N7t7o78fPSIRqElO4EiPpNcA3541wPXoT4f8oOTA5wFrj0T13eGwVL/eXR1NziKuAKzxiJwpI+lw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=fail (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=b0JIacVt reason="signature verification failed"; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="b0JIacVt" Received: from pendragon.ideasonboard.com (cpc89244-aztw30-2-0-cust6594.18-1.cable.virginm.net [86.31.185.195]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 58AC36AF; Thu, 13 Feb 2025 11:39:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1739443160; bh=rKfJj/nOFTP3ITe5GatUlSP/bs0kOFPFXDa1/jdXj0Q=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=b0JIacVtrHBLExudGvxw2VW6F6/nRpG6Ko7zZRbOF5hzlown3X9l7YYBxDooS+kn0 EP23NnSl/XMjJvwO6j+1Jl5FF0X9GJATp9tVJ3PujlTWBzn4f4d+gflviRsAoBU0Ca +rweftJoiunoNp8OZmz8bMPvRF65bN//JuR4eBUE= Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20250212195656.69528-1-slavine@d3embedded.com> References: <20250212195656.69528-1-slavine@d3embedded.com> Subject: Re: [PATCH 0/4] media: i2c: Add driver for Sony IMX728 From: Kieran Bingham Cc: =?utf-8?q?N=C3=ADcolas?= F. R. A. Prado , Abel Vesa , Achath Vaishnav , AngeloGioacchino Del Regno , Ard Biesheuvel , Benjamin Mugnier , Biju Das , Bjorn Andersson , Catalin Marinas , Conor Dooley , Dmitry Baryshkov , Elinor Montmasson , Fabio Estevam , Geert Uytterhoeven , Hans Verkuil , Javier Carrasco , Jianzhong Xu , Julien Massot , Kory Maincent , Krzysztof Kozlowski , Laurent Pinchart , Mauro Carvalho Chehab , Mikhail Rudenko , Nishanth Menon , Pengutronix Kernel Team , Rob Herring , Sakari Ailus , Sascha Hauer , Sebastian LaVine , Shawn Guo , Stuart Burtner , Tero Kristo , Thakkar Devarsh , Tomi Valkeinen , Umang Jain , Vignesh Raghavendra , Will Deacon , Zhi Mao To: Sebastian LaVine , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org Date: Thu, 13 Feb 2025 10:40:35 +0000 Message-ID: <173944323591.1238111.8582110055649651187@ping.linuxembedded.co.uk> User-Agent: alot/0.10 Hi Sebastian, Quoting Sebastian LaVine (2025-02-12 19:56:52) >=20 > Total for device /dev/v4l-subdev4: 44, Succeeded: 44, Failed: 0, Warnings= : 0 >=20 >=20 > This is a v3 of a series that was originally sent last summer[0]. >=20 > [0]: https://lore.kernel.org/r/linux-media/20240628-imx728-driver-v2-0-80= efa6774286@d3engineering.com/ This version of the driver was authored by "Spencer Hill " who seems to no longer be credited. Is this intentional? Does his original Signed-off-by: tag need to be kept at least ? Or perhaps Co-Authored-by: ? -- Kieran >=20 > v2 -> v3: > - Update maintainer > - Update bindings example > - Add devicetree overlays > - The driver now supports SRGGB12_1X12, not SRGGB10_1X10 > - The driver now outputs at 3856x2176, not 2840x2160 > - Fixed exposure, again controls > - Removed duplicate register writes (removed repeat HDR writes, etc) > - Fixed imx728_wait_for_state use of the cci_* API > - Re-added _imx728_set_routing (necessary for imx728_init_state) >=20 > Sebastian LaVine (4): > media: dt-bindings: Add Sony IMX728 > media: i2c: Add driver for Sony IMX728 > arm64: dts: ti: k3-am62a7-sk: Add overlay for fusion 2 board > arm64: dts: ti: Add overlays for IMX728 RCM