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=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 8BF2FC48BE6 for ; Wed, 16 Jun 2021 10:16:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6E07F61356 for ; Wed, 16 Jun 2021 10:16:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232174AbhFPKSf (ORCPT ); Wed, 16 Jun 2021 06:18:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:44024 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232013AbhFPKSf (ORCPT ); Wed, 16 Jun 2021 06:18:35 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 04FB76128B; Wed, 16 Jun 2021 10:16:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623838589; bh=Yl3Fo5sP4nLowKYxQeJ+73AVzv13OFqSVG1zQ6Fifj0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PCrvbYraugyfHXvka5f/phJsh3QDa6OznDlXu8faA7q37prFWtVHGl6LuEN00T0SS vP0YR5YY0ohYfBI8cxPR0tMn4D90wmj+ELllI0RX5tfsn6vScrffmOccAburP9nQJR 3Wkdjg0tNJffmta+IbH+DNpGkQhWTPpjDA1fL4m2l3/tIeM+6uYqAwt8Bz2YHfq0wG V017dBo6le+T6fViF9eDqgFhhX8H/1SntHmNcfD3zMIyXwfYvCqbtNUAy1d1Vsx8wJ srdQAblkQP9BiT2EXtL/X1BAxtalPZjk6mJ6RUV6qA+IDGC4RzK9z5qQdqHjE1bfrg CHm5+/UufwQiQ== Date: Wed, 16 Jun 2021 15:46:24 +0530 From: Vinod Koul To: Robin Gong Cc: Fabio Estevam , Mark Rutland , Mark Brown , Rob Herring , Catalin Marinas , Will Deacon , Shawn Guo , Sascha Hauer , Martin Fuzzey , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Dan Williams , Matthias Schiffer , Schrempf Frieder , Marco Felsch , Clark Wang , linux-spi , linux-kernel , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Sascha Hauer , "dmaengine@vger.kernel.org" , dl-linux-imx Subject: Re: [PATCH v14 00/12] add ecspi ERR009165 for i.mx6/7 soc family Message-ID: References: <1617809456-17693-1-git-send-email-yibin.gong@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 15-06-21, 14:10, Robin Gong wrote: > On 15/06/21 20:08 Vinod Koul wrote: > > On 15-06-21, 06:36, Robin Gong wrote: > > > On 15/06/21 14:08 Vinod Koul wrote: > > > > On 15-06-21, 01:55, Robin Gong wrote: > > > > > On 06/11/21 21:51 Fabio Estevam wrote: > > > > > > > > > > Without this series, SPI DMA does not work on i.MX8MM: > > > > > > > > > > > > [ 41.315984] spi_master spi1: I/O Error in DMA RX > > > > > > > > > > > > I applied your series and SPI DMA works now: > > > > > > > > > > > > Reviewed-by: Fabio Estevam > > > > > Thanks Fabio. > > > > > Hello Vinod, Mark, > > > > > Is my patch set good enough to merge? I remember someone else are > > > > > requesting it from last year like Fabio. > > > > > > > > I have acked the last dmaengine patch, is there any else required from me? > > > > Which tree will be this merged thru? > > > Thanks Vinod, mainline is enough I think. > > > > I meant which subsystem tree will this go thru :) > I thought the patches with 'spi' tag could be merged into spi tree while > 'dmaengine' merged into dmaengine tree, the rest of dts patch merged > into i.mx branch. But from HW errata view, maybe merging all into i.mx > branch is a better way? Are there any dependecies between patches? If not all can merge thru respective subsystem. You already have the ack, so I dont mind if you pick thru imx tree -- ~Vinod