From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 D9FE5201276; Thu, 13 Feb 2025 09:26:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739438803; cv=none; b=Lb+NnT36eO25Q8/FlKMNUIjNZIHhw+HqLad5R2PwAVIqwawrfZZKIawrtflwfpfNp+KipgjVWpbJy7oyf2Q7iOnPuHRHnnoEwChMPzhxDMFy6gANTMP2ASFs8+yGRi9ZqKYpqmumasJ3VzIjnLTK3TJIOPgAuImRWHAB63Ug+jw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739438803; c=relaxed/simple; bh=lax+HrlMpQdynxzj6EcGBdocd4Mvn4Ob4p9CcQRFY04=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UBAkwhncG8vz6jURbpaTcXSWzmStbC1DNBLA5wDfJYYNBABIbDhwhzp8ex7pRjH4sxZsj7WYNDy/6W9EJ1tUALfRPUEwq1lkxFH+GG7S9IJCkWimopa8vHghiHl2vUe1XHGSgmzTSjN3dvTurbm2IGk7N8CqP3NGOPWsPYdJ8xI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 76B42C4CEE8; Thu, 13 Feb 2025 09:26:42 +0000 (UTC) Date: Thu, 13 Feb 2025 10:26:35 +0100 From: Krzysztof Kozlowski To: Sebastian LaVine Cc: devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, =?utf-8?B?TsOtY29sYXMgRi4gUi4gQS4=?= 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 , Kieran Bingham , Kory Maincent , Laurent Pinchart , Mauro Carvalho Chehab , Mikhail Rudenko , Nishanth Menon , Pengutronix Kernel Team , Rob Herring , Sakari Ailus , Sascha Hauer , Shawn Guo , Stuart Burtner , Tero Kristo , Thakkar Devarsh , Tomi Valkeinen , Umang Jain , Vignesh Raghavendra , Will Deacon , Zhi Mao Subject: Re: [PATCH 1/4] media: dt-bindings: Add Sony IMX728 Message-ID: <20250213-shrewd-tacky-chachalaca-778a50@krzk-bin> References: <20250212195656.69528-1-slavine@d3embedded.com> <20250212195656.69528-2-slavine@d3embedded.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20250212195656.69528-2-slavine@d3embedded.com> On Wed, Feb 12, 2025 at 02:56:53PM -0500, Sebastian LaVine wrote: > Adds bindings for the Sony IMX728. > > Signed-off-by: Sebastian LaVine > Mentored-by: Stuart Burtner > --- Please run scripts/checkpatch.pl and fix reported warnings. After that, run also 'scripts/checkpatch.pl --strict' and (probably) fix more warnings. Some warnings can be ignored, especially from --strict run, but the code here looks like it needs a fix. Feel free to get in touch if the warning is not clear. Best regards, Krzysztof