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=-7.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 186CDC07E95 for ; Tue, 20 Jul 2021 12:23:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DC3126113C for ; Tue, 20 Jul 2021 12:23:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237687AbhGTLnA (ORCPT ); Tue, 20 Jul 2021 07:43:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:32938 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235407AbhGTLmH (ORCPT ); Tue, 20 Jul 2021 07:42:07 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9668861164; Tue, 20 Jul 2021 12:22:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626783765; bh=YRLjcBlqPGxnu3xGSqaltTSQ92aKXDwWqXW2BW/djd8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NPZ4cfCH2/QnEkLnTe8nyWmaJD9PRK01bggfFSdcQBzmdqrKZEkJs84HG06yA+Qwd epd5Q81sv2+8nfQ9/P5i4cQ/bBWC3FLNbfQbR7Fo1KrAxojWJJoXDZh0L3ElTxDZVh aa5nNQ+9uzOCULt8kH4XhVBQXyNJyy+Rvtvo5KT5FJtfPD5MU3ygCZgau6i7WNY0OY U3zWyFLnzawiOAflK1CGrptof3SA1JPp+HLDML80ZxG5r/sXGbKHjp3NznQRW5qglh ReVpCNq8ETRcQVJVaYAPUrOyCY/RZMZM3Jzxg1zTsAXyhn+oc5T5fDs3u3ok9GETtW m6kTbN5xFADeQ== Date: Tue, 20 Jul 2021 17:52:41 +0530 From: Vinod Koul To: Lucas Stach Cc: Robin Gong , broonie@kernel.org, shawnguo@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mark.rutland@arm.com, robh+dt@kernel.org, catalin.marinas@arm.com, will.deacon@arm.com, festevam@gmail.com, s.hauer@pengutronix.de, martin.fuzzey@flowbird.group, u.kleine-koenig@pengutronix.de, dan.j.williams@intel.com, matthias.schiffer@ew.tq-group.com, frieder.schrempf@kontron.de, m.felsch@pengutronix.de, xiaoning.wang@nxp.com Subject: Re: [PATCH v16 00/12] add ecspi ERR009165 for i.mx6/7 soc family Message-ID: References: <1626258052-22198-1-git-send-email-yibin.gong@nxp.com> <8f8a307a2dc99ca3beab2767ac3188b4ba1a394f.camel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8f8a307a2dc99ca3beab2767ac3188b4ba1a394f.camel@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14-07-21, 11:05, Lucas Stach wrote: > Hi Vinod, Mark, Shawn, > > with this revision I think this series is ready to be picked up, at > least I couldn't spot any blockers anymore. > > How would you like to deal with this? While the complete series is > needed to fix the issues and restore proper DMA functionality on > unaffected SoCs, there are no dependencies between the patches > targeting different subsystems. > Do you prefer to pick dma/spi/dt patches from this series in your > respective trees, or do you want the whole series to go through the imx > tree? AFAICS all dma and spi patches are already acked, so taking them > through one tree would be possible, I think. Sure, since you have acks, feel free to merge thru imx6 tree -- ~Vinod