Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754056AbcKRT0f (ORCPT ); Fri, 18 Nov 2016 14:26:35 -0500 Received: from mga02.intel.com ([134.134.136.20]:9309 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753071AbcKRT0d (ORCPT ); Fri, 18 Nov 2016 14:26:33 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,659,1473145200"; d="scan'208";a="1061267764" Message-ID: <1479497189.22212.41.camel@linux.intel.com> Subject: Re: [PATCH v3 0/2] DW DMAC: update device tree From: Andy Shevchenko To: Eugeniy Paltsev , devicetree@vger.kernel.org Cc: robh+dt@kernel.org, mark.rutland@arm.com, linux-kernel@vger.kernel.org, vinod.koul@intel.com, dmaengine@vger.kernel.org, linux-snps-arc@lists.infradead.org Date: Fri, 18 Nov 2016 21:26:29 +0200 In-Reply-To: <1479496356-27834-1-git-send-email-Eugeniy.Paltsev@synopsys.com> References: <1479496356-27834-1-git-send-email-Eugeniy.Paltsev@synopsys.com> Organization: Intel Finland Oy Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.2-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1918 Lines: 47 On Fri, 2016-11-18 at 22:12 +0300, Eugeniy Paltsev wrote: > It wasn't possible to enable some features like > memory-to-memory transfers or multi block transfers via DT. > It is fixed by these patches. First of all, please, give time to reviewers to comment the patches. Usually it should be at least 24h (for the series that has been sent first time 1 week approximately). > > Changes for v3: >  * Update existing platform data. >    We don't need to update existing DTS because default logic  >    wasn't change: we don't set "is_nollp" if we read  >    configuration from DT before. And we don't set it now if >    "multi-block" property doesn't exist in DTS. See my comments in the patches. And do not send the updated version earlier than Monday, please. > > Changes for v2: >  * I thought about is_memcpy DT property: all known devices, which  >    use DT for configuration, support memory-to-memory transfers.  >    So we don't need to read it from DT. So enable it by default,  >    if we read configuration from DT. > >  * Use "multi-block" instead of "hw-llp" name to be more clear. > >  * Move adding DT property and adding documentation for this >    property to one patch. > > Eugeniy Paltsev (2): >   DW DMAC: enable memory-to-memory transfers support >   DW DMAC: add multi-block property to device tree > >  Documentation/devicetree/bindings/dma/snps-dma.txt |  2 ++ >  drivers/dma/dw/core.c                              |  2 +- >  drivers/dma/dw/platform.c                          | 11 +++++++++++ >  drivers/tty/serial/8250/8250_lpss.c                |  2 +- >  include/linux/platform_data/dma-dw.h               |  4 ++-- >  5 files changed, 17 insertions(+), 4 deletions(-) > -- Andy Shevchenko Intel Finland Oy