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 D4623C6778A for ; Tue, 24 Jul 2018 13:11:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 84E2320880 for ; Tue, 24 Jul 2018 13:11:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="E7FfNi7r" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 84E2320880 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 S2388445AbeGXOR4 (ORCPT ); Tue, 24 Jul 2018 10:17:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:59464 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388370AbeGXORz (ORCPT ); Tue, 24 Jul 2018 10:17:55 -0400 Received: from localhost (unknown [171.61.90.205]) (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 5AD5620875; Tue, 24 Jul 2018 13:11:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1532437890; bh=ZbqDJKeq58If8A+a5JAw0oIyX+jmylv6EzSkZrCKJ4E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E7FfNi7rwW4Ank8UpoHk7rAfkyR2iNDuH3d8RhidG4eqauToeRaaQYrp95Q8goUw5 dKmUCjdlD0LopPSP8ZBPZU5JU0bjebVrdchRXko4bSsmed0swsff+djlVx8/lpGRNB sAPaenFZShDTU/eEkyg2KlErCv2syFCic5nvknvQ= Date: Tue, 24 Jul 2018 18:41:21 +0530 From: Vinod To: Paul Cercueil Cc: Paul Burton , Rob Herring , Mark Rutland , Ralf Baechle , James Hogan , Zubair Lutfullah Kakakhel , Mathieu Malaterre , Daniel Silsby , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org Subject: Re: [PATCH v3 00/18] JZ4780 DMA patchset v3 Message-ID: <20180724131121.GE3661@vkoul-mobl> References: <20180721110643.19624-1-paul@crapouillou.net> <20180723175846.udmjtkx7fsaf52wa@pburton-laptop> <1532430574.2610.0@smtp.crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1532430574.2610.0@smtp.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 24-07-18, 13:09, Paul Cercueil wrote: > Hi, > > Le lun. 23 juil. 2018 à 19:58, Paul Burton a écrit : > > Hi Paul & Vinod, > > > > On Sat, Jul 21, 2018 at 01:06:25PM +0200, Paul Cercueil wrote: > > > This is the version 3 of my jz4780-dma driver update patchset. > > > > > > Apologies to the DMA people, the v2 of this patchset did not make > > > it to > > > their mailing-list; see the bottom of this email for a description > > > of > > > what happened in v2. > > > > > > Changelog from v2 to v3: > > > > > > - Modified the devicetree bindings to comply with the specification > > > > > > - New patch [06/18] allows the JZ4780 DMA driver to be compiled > > > within a > > > generic MIPS kernel. > > > > Would you prefer to take the MIPS .dts changes in patches 16-18 through > > the DMA tree with the rest of the series? > > I think it would make sense yes. okay will do so when the series is merged -- ~Vinod