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 299CAC433FE for ; Mon, 21 Nov 2022 10:39: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:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=k8frnd9eT0s958ZaqRGa00IPD3IWBorH5WPyw6A2NTM=; b=NoRyLFvEJDGVIS FLTI1KR8lOlO/XqD4FHapsxygYPBNdIqqfxHuNNismskzJ4GFWqVs12WapL8xh+T7Vxy4MnW5mIaR 9Hj7NOTRDCuKHn4vD1xjlIIuYj/D5ZAuCUULGoL54y1I++RFqAybipQebFEmNY3vb8rm4YFXFNzUQ C6wz4apd9cyBrW6cgoXgaNuU+eDPUoajBFvjrHNWIwWeZAn58kZNC3kX0t8OHWP04DcWKSEUB+1T3 /T27eYNPBC28JUfRxY0BERWYxeZB/K7oszokW1mYqc+A/VqAyNzCqTkkhZZ+FB8zT6y+f/DPd5xOZ 6uzZgdft3jQwwX8gqfjQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ox4CV-00CRXY-TX; Mon, 21 Nov 2022 10:38:56 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ox4CT-00CRJO-CK; Mon, 21 Nov 2022 10:38:54 +0000 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 8A18A74C; Mon, 21 Nov 2022 11:38:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1669027127; bh=yeZSBCqwbYjMQuv/msGtJ0BPU2gfPl5QD+kMloVvPJw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DzRM0NU6+oZ8I4ezHpMzoAdmQFjm8BGJLwO876U/RwWp/hHZVcVlf4YtuDZWg/h4/ I3EkriuBh4ME87KOy1ylOgkAZM1dJYZUVwhJPDBdXkBj/PH2fy4x1jHyOEon3/U9M9 0RZkCcxC7D+cNMBfpuc+eualhISWokJARniGi18o= Date: Mon, 21 Nov 2022 12:38:32 +0200 From: Laurent Pinchart To: Krzysztof Kozlowski Cc: Paul Elder , linux-media@vger.kernel.org, Dafna Hirschfeld , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Heiko Stuebner , Helen Koike , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 02/14] dt-bindings: media: rkisp1: Add i.MX8MP ISP example Message-ID: References: <20221118093931.1284465-1-paul.elder@ideasonboard.com> <20221118093931.1284465-3-paul.elder@ideasonboard.com> <238f7bf8-578c-5bb4-9f00-50f36334c5cf@linaro.org> <50024f2e-4820-ef78-d54d-5bfe53ccac7e@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <50024f2e-4820-ef78-d54d-5bfe53ccac7e@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221121_023853_603023_F99FA504 X-CRM114-Status: GOOD ( 16.44 ) 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 On Mon, Nov 21, 2022 at 09:04:29AM +0100, Krzysztof Kozlowski wrote: > On 21/11/2022 06:09, Paul Elder wrote: > > On Sun, Nov 20, 2022 at 11:36:31AM +0100, Krzysztof Kozlowski wrote: > >> On 19/11/2022 07:55, Paul Elder wrote: > >>> On Fri, Nov 18, 2022 at 02:06:14PM +0100, Krzysztof Kozlowski wrote: > >>>> On 18/11/2022 10:39, Paul Elder wrote: > >>>>> From: Laurent Pinchart > >>>>> > >>>>> Add an example to the rockchip-isp1 DT binding that showcases usage of > >>>>> the parallel input of the ISP, connected to the CSI-2 receiver internal > >>>>> to the i.MX8MP. > >>>>> > >>>>> Signed-off-by: Laurent Pinchart > >>>> > >>>> Missing SoB. > >>> > >>> I don't quite understand. I see an SoB right there. > >> > >> Laurent did not sent it. Did you run checkpatch before sending? > > > > That's why he's on the "From:" in the beginning. checkpatch says it's > > fine. > > Ah, indeed, checkpatch misses that feature (it's part of Greg's > verify_signedoff.sh). Anyway, your SoB is missing, as Laurent did not > send the patch. I thought adding an SoB was only required either when making changes or when pushing commits through git, not when forwarding patches on mailing lists ? -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel