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=-2.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,T_DKIMWL_WL_HIGH,USER_AGENT_MUTT autolearn=ham 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 5F514ECDFB8 for ; Thu, 19 Jul 2018 03:57:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1424520854 for ; Thu, 19 Jul 2018 03:57:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="LC/YVAk3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1424520854 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727242AbeGSEiA (ORCPT ); Thu, 19 Jul 2018 00:38:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:49280 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726554AbeGSEh7 (ORCPT ); Thu, 19 Jul 2018 00:37:59 -0400 Received: from localhost (unknown [106.201.102.32]) (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 E8DE92084C; Thu, 19 Jul 2018 03:56:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1531972617; bh=I6Glwk2YbAnTo9IMLqE86xgDfEa2NcFxsAv2v3GiuaQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LC/YVAk3IoSqb4KxRqS3Rukihq8/Gu5VbNRxdiHhzuzWnG5ctOSvBofDxGSOjfJgJ uDRzYk37+8wqOnJUgUUf2zEQkj3395gUTR34VHHPHE236l382VAX8KaUMgGlEFh4n+ hQzXf+Q53X4s2xbKyTRE4RKkJ4VsVMQr0SggvI1U= Date: Thu, 19 Jul 2018 09:26:49 +0530 From: Vinod To: Paul Cercueil Cc: Rob Herring , Mark Rutland , Ralf Baechle , Paul Burton , James Hogan , Zubair Lutfullah Kakakhel , Mathieu Malaterre , Daniel Silsby , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org Subject: Re: [PATCH v2 00/17] JZ4780 DMA patchset v2 Message-ID: <20180719035649.GI3219@vkoul-mobl> References: <20180718182023.8182-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180718182023.8182-1-paul@crapouillou.net> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18-07-18, 20:20, Paul Cercueil wrote: > Hi, > > This is the version 2 of my jz4780-dma driver update patchset. why is this not send to dmaengine mailing list? Please post on that as well > > Changelog: > > - All documentation changes have been moved to one single patch [01/17]. > > - The new patch [02/17] enforces that we're probed from devicetree. > > - The driver will not fail if only one memory resource has been supplied > in the devicetree, to keep compatibility with old devicetree files. > > - A new patch [17/17] adds a devicetree node for the DMA driver in the > JZ4740 DTS file. > > - Some other small changes; see per-file changelog. > > Regards, > -Paul -- ~Vinod