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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1236BCA9ED2 for ; Mon, 4 Nov 2019 01:21:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DC34221D7C for ; Mon, 4 Nov 2019 01:21:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572830462; bh=HruCF1lEVR4Yi9ljTqDKuQaH4iqNuferBq6GJDj+boM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=NFCtP0+bdbxhZGfOsawKrv7PKfBgxXvAprVboD0xYsTh4u8PCmEYCA/ietLUTGZ6y kGHDFeBVpLFbkxD+0RocwlpKuOMlxYAfSmMNRvdZ8wTQ5rHXAVoumIcb//H1QuzXXo SnNyiXwHE7atS4D47Q3fWxHIeNub0Jt9VlDjn1hE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728690AbfKDBVB (ORCPT ); Sun, 3 Nov 2019 20:21:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:58354 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728290AbfKDBVB (ORCPT ); Sun, 3 Nov 2019 20:21:01 -0500 Received: from dragon (li1038-30.members.linode.com [45.33.96.30]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D25862190F; Mon, 4 Nov 2019 01:20:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572830460; bh=HruCF1lEVR4Yi9ljTqDKuQaH4iqNuferBq6GJDj+boM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ciEPjPArR92meJw1XkXoh0PGuTbdNq62vI9w1ewlhqH7lXAUfZKp7tvm62XbPTMtf fuhIZWnYYJXbeVLNAuZOYU4ukFG/ElgIQxAYLHldwAna/I3GB42W+Jgbtglzr/9aP7 LezzUuYG54cDC5e29+5daHpUIb3lKboGGpPlqpCc= Date: Mon, 4 Nov 2019 09:20:35 +0800 From: Shawn Guo To: Marcel Ziswiler Cc: Mark Rutland , devicetree@vger.kernel.org, Marcel Ziswiler , Sascha Hauer , linux-kernel@vger.kernel.org, Stefan Agner , Philippe Schenker , Rob Herring , linux-imx@nxp.com, Pengutronix Kernel Team , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/5] arm: dts: vf-colibri: fix typo in top-level module compatible Message-ID: <20191104012034.GF24620@dragon> References: <20191026090403.3057-1-marcel@ziswiler.com> <20191104011657.GE24620@dragon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191104011657.GE24620@dragon> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 04, 2019 at 09:16:58AM +0800, Shawn Guo wrote: > On Sat, Oct 26, 2019 at 11:03:59AM +0200, Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > > > Fix typo in top-level module compatible. > > > > Signed-off-by: Marcel Ziswiler > > > > --- > > > > Changes in v2: New patch. > > > > arch/arm/boot/dts/vf500-colibri.dtsi | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/boot/dts/vf500-colibri.dtsi b/arch/arm/boot/dts/vf500-colibri.dtsi > > index 237b0246fa84..92255f8893ce 100644 > > --- a/arch/arm/boot/dts/vf500-colibri.dtsi > > +++ b/arch/arm/boot/dts/vf500-colibri.dtsi > > @@ -44,7 +44,7 @@ > > > > / { > > model = "Toradex Colibri VF50 COM"; > > - compatible = "toradex,vf610-colibri_vf50", "fsl,vf500"; > > + compatible = "toradex,vf500-colibri_vf50", "fsl,vf500"; > > Do we need to update bindings doc for this? Sorry. I should have read the whole series. > > Also as a practise, we use 'ARM: ...' for arch/arm/ patches going through > IMX tree. I fixed it up and applied the series. Shawn 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 X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 36DE7CA9EBB for ; Mon, 4 Nov 2019 01:21:05 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 0D4BD2190F for ; Mon, 4 Nov 2019 01:21:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Ddo3R5tP"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="ciEPjPAr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0D4BD2190F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc: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:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=W4k5YEXS+O6TZA7+5OBWqaS35lbbJJKvWrog+WMeECE=; b=Ddo3R5tPYErDhk cNN+NATclu05RafOCvwT4u7Vbmd6L6caPy9Dv3j+aavPFxItCzlMu0RR1Migs4XU6qZnB7XPpqIfO 4RIaYqnSaXbv7/AlQxlxS8Bd6eZT3ldVuQjaYaPfAlH35MmNjfeK7BfjeaaTVHS97eTRZB2U65+9v i6IaZo+A0E5Jqq6He6sv/eLmu/ZaFJV/bQKx7GOWyLklFC1oZMbMmCfSjTsB3AtgfqvkS/hHaxB2D GBdMeyimb0HwtJWnPKYLGtQP24LKyUTYohtJ37mcllANUSlyDwvtA3YeMKhvhnlFscUOb51SEEYqZ Fd/8AVi8vKOLaAfLrWiQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iRR3H-0000zD-MJ; Mon, 04 Nov 2019 01:21:03 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iRR3F-0000ys-1A for linux-arm-kernel@lists.infradead.org; Mon, 04 Nov 2019 01:21:02 +0000 Received: from dragon (li1038-30.members.linode.com [45.33.96.30]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D25862190F; Mon, 4 Nov 2019 01:20:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572830460; bh=HruCF1lEVR4Yi9ljTqDKuQaH4iqNuferBq6GJDj+boM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ciEPjPArR92meJw1XkXoh0PGuTbdNq62vI9w1ewlhqH7lXAUfZKp7tvm62XbPTMtf fuhIZWnYYJXbeVLNAuZOYU4ukFG/ElgIQxAYLHldwAna/I3GB42W+Jgbtglzr/9aP7 LezzUuYG54cDC5e29+5daHpUIb3lKboGGpPlqpCc= Date: Mon, 4 Nov 2019 09:20:35 +0800 From: Shawn Guo To: Marcel Ziswiler Subject: Re: [PATCH v2 1/5] arm: dts: vf-colibri: fix typo in top-level module compatible Message-ID: <20191104012034.GF24620@dragon> References: <20191026090403.3057-1-marcel@ziswiler.com> <20191104011657.GE24620@dragon> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191104011657.GE24620@dragon> User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191103_172101_095458_42168EF4 X-CRM114-Status: GOOD ( 16.55 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Marcel Ziswiler , Sascha Hauer , linux-kernel@vger.kernel.org, Stefan Agner , Philippe Schenker , Rob Herring , linux-imx@nxp.com, Pengutronix Kernel Team , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Nov 04, 2019 at 09:16:58AM +0800, Shawn Guo wrote: > On Sat, Oct 26, 2019 at 11:03:59AM +0200, Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > > > Fix typo in top-level module compatible. > > > > Signed-off-by: Marcel Ziswiler > > > > --- > > > > Changes in v2: New patch. > > > > arch/arm/boot/dts/vf500-colibri.dtsi | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/boot/dts/vf500-colibri.dtsi b/arch/arm/boot/dts/vf500-colibri.dtsi > > index 237b0246fa84..92255f8893ce 100644 > > --- a/arch/arm/boot/dts/vf500-colibri.dtsi > > +++ b/arch/arm/boot/dts/vf500-colibri.dtsi > > @@ -44,7 +44,7 @@ > > > > / { > > model = "Toradex Colibri VF50 COM"; > > - compatible = "toradex,vf610-colibri_vf50", "fsl,vf500"; > > + compatible = "toradex,vf500-colibri_vf50", "fsl,vf500"; > > Do we need to update bindings doc for this? Sorry. I should have read the whole series. > > Also as a practise, we use 'ARM: ...' for arch/arm/ patches going through > IMX tree. I fixed it up and applied the series. Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel