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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25BA0C433F5 for ; Thu, 19 May 2022 17:57:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242814AbiESR5n (ORCPT ); Thu, 19 May 2022 13:57:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234458AbiESR5n (ORCPT ); Thu, 19 May 2022 13:57:43 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2E44CEBB6; Thu, 19 May 2022 10:57:42 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 6A58FB8276B; Thu, 19 May 2022 17:57:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 487A0C385AA; Thu, 19 May 2022 17:57:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652983060; bh=1WhWo2wQ3FT8dbfxI7lWLnvz36XoW1FAMZWWg7Av3iw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AmeGerv93gdZ1NZvXG1KagNIYABw/VlX37bb9cUnqCjXtHwGWg1pCUDV/haZyy0iI SuOs2F2X/+98QszPfJnChJXAUxJhA9R6dlDFHlF677D++dRSeJo+bNDKd9yg49p3z/ tyLGZ/RXWnOtrjHrPTIsDlh1kRFq59DyE0MaX3cUnV0fC10/4DpbogNQVaT5vsRWUS 8wyBce0l6CfR7vrSvGjFirLFFTbVa6+OE5IUsuFe389W9bBz2NmlbIUXoE6xhSXNe4 IPIluxIJX5U4mfDA9RNcds3WSf7BUq0fUotAIdhBGvYJgTiKDQ15NBaJsDQiY+rW/f 1TW7fC/DKKkzw== Date: Thu, 19 May 2022 23:27:36 +0530 From: Vinod Koul To: Robin Gong Cc: "broonie@kernel.org" , "shawnguo@kernel.org" , "s.hauer@pengutronix.de" , "festevam@gmail.com" , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "u.kleine-koenig@pengutronix.de" , "plyatov@gmail.com" , "sean.nyekjaer@prevas.dk" , dl-linux-imx , "linux-spi@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "dmaengine@vger.kernel.org" , "devicetree@vger.kernel.org" , "kernel@pengutronix.de" Subject: Re: [PATCH v1 01/15] Revert "ARM: dts: imx6q: Use correct SDMA script for SPI5 core" Message-ID: References: <1556027045-5269-1-git-send-email-yibin.gong@nxp.com> <1556027045-5269-2-git-send-email-yibin.gong@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1556027045-5269-2-git-send-email-yibin.gong@nxp.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 23-04-19, 13:50, Robin Gong wrote: > This reverts commit df07101e1c4a29e820df02f9989a066988b160e6. Please add the commit title in canonical format. Also explain why this should be reverted > > Signed-off-by: Robin Gong > --- > arch/arm/boot/dts/imx6q.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi > index d038f41..7175898 100644 > --- a/arch/arm/boot/dts/imx6q.dtsi > +++ b/arch/arm/boot/dts/imx6q.dtsi > @@ -172,7 +172,7 @@ > clocks = <&clks IMX6Q_CLK_ECSPI5>, > <&clks IMX6Q_CLK_ECSPI5>; > clock-names = "ipg", "per"; > - dmas = <&sdma 11 8 1>, <&sdma 12 8 2>; > + dmas = <&sdma 11 7 1>, <&sdma 12 7 2>; > dma-names = "rx", "tx"; > status = "disabled"; > }; > -- > 2.7.4 > -- ~Vinod 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 1AE74C43217 for ; Thu, 19 May 2022 17:58:41 +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=1eN2Tnhy7qFY9m86/1f0FTUbbZGhrMZPXYvsPvZsJ3s=; b=Il8Br/s5ovjVrB p1zjdgWQWgprrdidEHs325x8gHr3Ozkx+85sNdBL990tHV/H19rIIHffghn+vgKGNKFdWS3nnMhrw cZiZytA22E/6SVZI3ksjM8OwkKGvwByb8cyLZ5g+yqcLyIFiRViL5z/ppciEDaTeV0cLo8liFTupj INHvR4gM/sQOeGzp0+yUwCskxQjv3vIzPXD+Eff24nlUoqxeTbXNXPYNZobIISr5f76ugSWOo/mfy pKhkJLhF7ZXqqwTgtnPQZPZyd10c1W5wuper0NPqu6BGNBr0GncAi27Zc2CSSdhgApMdGpi+GMb+d YoPC5+1R5bQDLau4Sl8w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrkP9-008kMK-OV; Thu, 19 May 2022 17:57:43 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrkP7-008kLi-4C for linux-arm-kernel@lists.infradead.org; Thu, 19 May 2022 17:57:42 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AD794618EC; Thu, 19 May 2022 17:57:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 487A0C385AA; Thu, 19 May 2022 17:57:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652983060; bh=1WhWo2wQ3FT8dbfxI7lWLnvz36XoW1FAMZWWg7Av3iw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AmeGerv93gdZ1NZvXG1KagNIYABw/VlX37bb9cUnqCjXtHwGWg1pCUDV/haZyy0iI SuOs2F2X/+98QszPfJnChJXAUxJhA9R6dlDFHlF677D++dRSeJo+bNDKd9yg49p3z/ tyLGZ/RXWnOtrjHrPTIsDlh1kRFq59DyE0MaX3cUnV0fC10/4DpbogNQVaT5vsRWUS 8wyBce0l6CfR7vrSvGjFirLFFTbVa6+OE5IUsuFe389W9bBz2NmlbIUXoE6xhSXNe4 IPIluxIJX5U4mfDA9RNcds3WSf7BUq0fUotAIdhBGvYJgTiKDQ15NBaJsDQiY+rW/f 1TW7fC/DKKkzw== Date: Thu, 19 May 2022 23:27:36 +0530 From: Vinod Koul To: Robin Gong Cc: "broonie@kernel.org" , "shawnguo@kernel.org" , "s.hauer@pengutronix.de" , "festevam@gmail.com" , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "u.kleine-koenig@pengutronix.de" , "plyatov@gmail.com" , "sean.nyekjaer@prevas.dk" , dl-linux-imx , "linux-spi@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "dmaengine@vger.kernel.org" , "devicetree@vger.kernel.org" , "kernel@pengutronix.de" Subject: Re: [PATCH v1 01/15] Revert "ARM: dts: imx6q: Use correct SDMA script for SPI5 core" Message-ID: References: <1556027045-5269-1-git-send-email-yibin.gong@nxp.com> <1556027045-5269-2-git-send-email-yibin.gong@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1556027045-5269-2-git-send-email-yibin.gong@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220519_105741_243227_824C4936 X-CRM114-Status: GOOD ( 16.15 ) 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 23-04-19, 13:50, Robin Gong wrote: > This reverts commit df07101e1c4a29e820df02f9989a066988b160e6. Please add the commit title in canonical format. Also explain why this should be reverted > > Signed-off-by: Robin Gong > --- > arch/arm/boot/dts/imx6q.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi > index d038f41..7175898 100644 > --- a/arch/arm/boot/dts/imx6q.dtsi > +++ b/arch/arm/boot/dts/imx6q.dtsi > @@ -172,7 +172,7 @@ > clocks = <&clks IMX6Q_CLK_ECSPI5>, > <&clks IMX6Q_CLK_ECSPI5>; > clock-names = "ipg", "per"; > - dmas = <&sdma 11 8 1>, <&sdma 12 8 2>; > + dmas = <&sdma 11 7 1>, <&sdma 12 7 2>; > dma-names = "rx", "tx"; > status = "disabled"; > }; > -- > 2.7.4 > -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel