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=-4.1 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 AFA68C433E4 for ; Wed, 5 Aug 2020 20:09:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7457222CA1 for ; Wed, 5 Aug 2020 20:09:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596658181; bh=XtraZqjy+w6iRy+RCIQ5ANLerN6dU4WAvBFMK4YcMJ0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=l13or5ASvcPdl1Ssl9A6N8Dfjtc5srJ79NB7Zvb5jCS7SiSijO9jU2+hMroAxHUH4 YW65mtOJ8XH0VBRIqSMrwmXo/7AHYwcRLBx1WN39eXCIM57iYzt9tTwktsGr8XD+ZM mizNap18DJBFC9a91d7yHKxoU/31fflnpBhz4pgY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727035AbgHEUJk (ORCPT ); Wed, 5 Aug 2020 16:09:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:49784 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726889AbgHEQcO (ORCPT ); Wed, 5 Aug 2020 12:32:14 -0400 Received: from localhost (unknown [122.171.202.192]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 37FCF22D04; Wed, 5 Aug 2020 11:31:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596627111; bh=XtraZqjy+w6iRy+RCIQ5ANLerN6dU4WAvBFMK4YcMJ0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HvHo7vZvjQy/hrYGM6L8kySbV9RisC2jj1fDI1wf8EJA48tCUGtjzqBRJMvnmruZX I3tsM+lfGVQbNDkpwU03zw4psFLQUFOHXBqau7x+/UDo5EjkP/+7zG9vMcHQP0rBUP 22wdYY0ZsaOjw5Hm3qb9qilXljQPpBQdnMG3ZH3U= Date: Wed, 5 Aug 2020 17:01:46 +0530 From: Vinod Koul To: Mark Brown Cc: Serge Semin , Andy Shevchenko , Serge Semin , Alexey Malahov , Georgy Vlasov , Ramil Zaripov , Pavel Parkhomenko , Peter Ujfalusi , Feng Tang , linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/8] spi: dw-dma: Add max SG entries burst capability support Message-ID: <20200805113146.GW12965@vkoul-mobl> References: <20200731075953.14416-1-Sergey.Semin@baikalelectronics.ru> <20200731092612.GK3703480@smile.fi.intel.com> <20200731125954.jeeqmccnknqllwxh@mobilestation> <20200804211443.GE5249@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200804211443.GE5249@sirena.org.uk> Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org On 04-08-20, 22:14, Mark Brown wrote: > On Fri, Jul 31, 2020 at 03:59:54PM +0300, Serge Semin wrote: > > On Fri, Jul 31, 2020 at 12:26:12PM +0300, Andy Shevchenko wrote: > > > On Fri, Jul 31, 2020 at 10:59:45AM +0300, Serge Semin wrote: > > > > > Note since the DMA-engine subsystem in kernel 5.8-rcX doesn't have the > > > > max_sg_burst capability supported, this series is intended to be applied > > > > only after the "next"-branch of the DMA-engine repository is merged into > > > > the mainline repo. Alternatively the series could be merged in through the > > > > DMA-engine repo. > > > > This needs to be thought through... > > > There is nothing to think about: either Mark completes review/accepts the series > > and Vinod agrees to merge it in through the DMA-engine repo, or we'll have to > > wait until the next merge window is closed and then merge the series in > > traditionally through the SPI repo. > > Well, the merge window is open now so this won't get applied till -rc1 > anyway. Yes and the max_sg_burst capability is in my next and should be in PR to Linus this week, so rc1 should have this. -- ~Vinod