From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Subject: Re: [PATCH v2 0/5] dmaengine: add ACPI DMA helpers and use them in dw_dmac Date: Thu, 11 Apr 2013 13:33:26 +0300 Message-ID: <1365676406.21742.14.camel@smile> References: <1365505547-10552-1-git-send-email-andriy.shevchenko@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Return-path: Received: from mga01.intel.com ([192.55.52.88]:59914 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750712Ab3DKKdr convert rfc822-to-8bit (ORCPT ); Thu, 11 Apr 2013 06:33:47 -0400 In-Reply-To: <1365505547-10552-1-git-send-email-andriy.shevchenko@linux.intel.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Rafael J . Wysocki" Cc: Mika Westerberg , Viresh Kumar , linux-kernel@vger.kernel.org, spear-devel , Vinod Koul , linux-acpi@vger.kernel.org On Tue, 2013-04-09 at 14:05 +0300, Andy Shevchenko wrote: > There is a patch series which introduces ACPI DMA helpers in similar way like > we have for DeviceTree. > > In addition it applies this to the first user, namely dw_dmac driver. > > Since v1: > - address one Vinod's comment > - replace 5/6 & 6/6 by 5/5 from Rafael > - tested on Intel Lynxpoint system Vinod, any comments on the series? Could you consider merging these for 3.10? > > Andy Shevchenko (4): > dma: acpi-dma: introduce ACPI DMA helpers > dmaengine: call acpi_dma_request_slave_channel as well > dma: acpi-dma: parse CSRT to extract additional resources > dw_dmac: add ACPI support > > Rafael J. Wysocki (1): > ACPI / LPSS: add support of shared clock > > Documentation/acpi/enumeration.txt | 77 ++++++ > drivers/acpi/Makefile | 1 - > drivers/acpi/acpi_lpss.c | 26 +- > drivers/acpi/csrt.c | 159 ------------ > drivers/acpi/internal.h | 1 - > drivers/acpi/scan.c | 1 - > drivers/clk/x86/clk-lpt.c | 15 +- > drivers/dma/Kconfig | 4 + > drivers/dma/Makefile | 1 + > drivers/dma/acpi-dma.c | 445 +++++++++++++++++++++++++++++++++ > drivers/dma/dmaengine.c | 6 + > drivers/dma/dw_dmac.c | 68 +++-- > drivers/dma/dw_dmac_regs.h | 1 - > include/linux/acpi_dma.h | 120 +++++++++ > include/linux/platform_data/clk-lpss.h | 5 + > 15 files changed, 741 insertions(+), 189 deletions(-) > delete mode 100644 drivers/acpi/csrt.c > create mode 100644 drivers/dma/acpi-dma.c > create mode 100644 include/linux/acpi_dma.h > -- Andy Shevchenko Intel Finland Oy