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=-9.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, 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 52143C433E1 for ; Fri, 31 Jul 2020 16:53:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2E2A322B3F for ; Fri, 31 Jul 2020 16:53:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596214382; bh=L2qrI+ML+8DHJLapKkmYpEvFk+FqKeakceZasJgipGI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=1gnXyzsK5IW0jtlA6L1aIczrK7WVuRP0t63JxKPp2l04jdE5lBrqb1e8s3NaN8bgV 5EOGizqY1aARoy/rESPQmd9QpbdiJEGjnSAkvZ0Oul+3uha/3Az/VOmWZYqbsfRVA6 zd1Si81AiZwFzNN5eP3KfdpjQEbkGZSWq143VjBc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732474AbgGaQw7 (ORCPT ); Fri, 31 Jul 2020 12:52:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:43492 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728958AbgGaQw7 (ORCPT ); Fri, 31 Jul 2020 12:52:59 -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 A427D206D8; Fri, 31 Jul 2020 16:52:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596214378; bh=L2qrI+ML+8DHJLapKkmYpEvFk+FqKeakceZasJgipGI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pzYUCz8oKpoDfmVQDz1V1Pj2WgVpB4dg2Yujspi895pJrKMGswHOC06ethn+T9Gf4 MViR5SKuoPJbjLhqLIaIJ5zlbkEkEPRyMqi8zLtPuEphIavznYQ9Wnf8s6P6M6M5xt A5R47k5VUaLDtWIfWU0OcVl99D3SWsxEXfvu7x0M= Date: Fri, 31 Jul 2020 22:22:54 +0530 From: Vinod Koul To: Serge Semin Cc: Andy Shevchenko , Serge Semin , Viresh Kumar , Dan Williams , Alexey Malahov , Pavel Parkhomenko , Peter Ujfalusi , Rob Herring , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/5] dmaengine: dw: Activate FIFO-mode for memory peripherals only Message-ID: <20200731165254.GG12965@vkoul-mobl> References: <20200730154545.3965-1-Sergey.Semin@baikalelectronics.ru> <20200730154545.3965-3-Sergey.Semin@baikalelectronics.ru> <20200730162428.GU3703480@smile.fi.intel.com> <20200730163154.qqrlas4zrybvocno@mobilestation> <20200730164703.GY3703480@smile.fi.intel.com> <20200730171358.7yxnqavmszahlzfr@mobilestation> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200730171358.7yxnqavmszahlzfr@mobilestation> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 30-07-20, 20:13, Serge Semin wrote: > On Thu, Jul 30, 2020 at 07:47:03PM +0300, Andy Shevchenko wrote: > > On Thu, Jul 30, 2020 at 07:31:54PM +0300, Serge Semin wrote: > > > On Thu, Jul 30, 2020 at 07:24:28PM +0300, Andy Shevchenko wrote: > > > > On Thu, Jul 30, 2020 at 06:45:42PM +0300, Serge Semin wrote: > > > > ... > > > > > > > Thanks to the commit ???????????? ("dmaengine: dw: Initialize channel > > > > ... > > > > > > > Note the DMA-engine repository git.infradead.org/users/vkoul/slave-dma.git > > > > > isn't accessible. So I couldn't find out the Andy' commit hash to use it in > > > > > the log. Yeah I moved tree to k.org after disk issue with infradead, change patch was on dmaengine ML > > > > It's dmaengine.git on git.kernel.org. > > > > > > Ah, thanks! I've just found out that the repo address has been changed. But I've > > > also scanned the "next" branch of the repo: > > > https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git > > > > > > Your commit isn't there. Am I missing something? > > > > > It's a fix. It went to upstream branch (don't remember its name by heart in > > Vinod's repo). Yes it is Linus's tree now and in dmaengine you can find in fixes branch https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git/commit/?h=fixes&id=99ba8b9b0d9780e9937eb1d488d120e9e5c2533d > > Right. Found it. Thanks. > > -Sergey > > > > > -- > > With Best Regards, > > Andy Shevchenko > > > > -- ~Vinod