Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1193845
| Path | csiph.com!aioe.org!goblin3!goblin.stu.neva.ru!news-1.dfn.de!news.dfn.de!storethat.news.telefonica.de!telefonica.de!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Lee Jones <lee.jones@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v6 7/8] dmaengine: add a driver for Intel integrated DMA 64-bit |
| Date | Tue, 28 Jul 2015 10:00:02 +0200 |
| Message-ID | <pR7XQ-2To-23@gated-at.bofh.it> (permalink) |
| References | <pQScq-5tI-15@gated-at.bofh.it> <pQScq-5tI-41@gated-at.bofh.it> <pR7Oa-2HP-31@gated-at.bofh.it> |
| X-Original-To | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=WMNKfuAaksON+q5lK5FsiTJnUfnZNTxb6xBAVX5SuKM=; b=Sq0oV1UuSK+Lj0LIZbuVbggj4STTdQkneLmI1MzaYD5VDKI1AlNOv6M2kheodoVt0e QofPnOyXWuxxvzr+Kh1vXLd5jl0L1haggzAL40UnjghvEUzwdq+aJ485U5s/NxRrmz8p tfzTfc3n8eHVcIrnbFdQXKecRgAuKNEPgzwFTO6Tjr9wtthsJL//OVls6IJ07Y1/Ruje GP5DUFP40EPisPrraAqa+WYewIyPgQMH+9fNTEPlore2ph+N/WGE5UmDWGBDXeMiFQ8W FqHJtyf3+bCbpy1wE363KXsB65MKseYGQfSB8MRd7FRXhXzDzNWLnTAhzcownBWO4qF5 3AIw== |
| X-Gm-Message-State | ALoCoQku41m7Qc2esNIf77GiSrxGnTtyLjL1RH/A6dx90+DqPtExRu1c24qi2Hw64A6vZTfKR/2k |
| X-Received | by 10.194.82.167 with SMTP id j7mr62825386wjy.123.1438070012443; Tue, 28 Jul 2015 00:53:32 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Disposition | inline |
| Content-Transfer-Encoding | 8bit |
| User-Agent | Mutt/1.5.21 (2010-09-15) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 45 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-acpi@vger.kernel.org, linux-pm@vger.kernel.org, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Vinod Koul <vinod.koul@intel.com>, Mika Westerberg <mika.westerberg@linux.intel.com>, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, Heikki Krogerus <heikki.krogerus@linux.intel.com>, Jarkko Nikula <jarkko.nikula@linux.intel.com>, "Wysocki, Rafael J" <rafael.j.wysocki@intel.com>, mturquette@baylibre.com, sboyd@codeaurora.org |
| X-Original-Date | Tue, 28 Jul 2015 08:53:29 +0100 |
| X-Original-Message-ID | <20150728075329.GW21114@x1> |
| X-Original-References | <1438009443-55317-1-git-send-email-andriy.shevchenko@linux.intel.com> <1438009443-55317-8-git-send-email-andriy.shevchenko@linux.intel.com> <20150728074829.GU21114@x1> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | aioe.org linux.kernel:1193845 |
Show key headers only | View raw
FAO Vinod, On Tue, 28 Jul 2015, Lee Jones wrote: > On Mon, 27 Jul 2015, Andy Shevchenko wrote: > > > Intel integrated DMA (iDMA) 64-bit is a specific IP that is used as a part of > > LPSS devices such as HSUART or SPI. The iDMA IP is attached for private > > usage on each host controller independently. > > > > While it has similarities with Synopsys DesignWare DMA, the following > > distinctions doesn't allow to use the existing driver: > > - 64-bit mode with corresponding changes in Hardware Linked List data structure > > - many slight differences in the channel registers > > > > Moreover this driver is based on the DMA virtual channels framework that helps > > to make the driver cleaner and easy to understand. > > > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > > --- > > drivers/dma/Kconfig | 8 + > > drivers/dma/Makefile | 1 + > > drivers/dma/idma64.c | 710 +++++++++++++++++++++++++++++++++++++++++++++++++++ > > drivers/dma/idma64.h | 233 +++++++++++++++++ > > 4 files changed, 952 insertions(+) > > create mode 100644 drivers/dma/idma64.c > > create mode 100644 drivers/dma/idma64.h > > Applied, thanks. Pull request to follow. Will send out a pull request when I have Vinod's Ack. [...] Patches will still be applied to -next for soak testing though. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v6 7/8] dmaengine: add a driver for Intel integrated DMA 64-bit Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2015-07-27 17:10 +0200
Re: [PATCH v6 7/8] dmaengine: add a driver for Intel integrated DMA 64-bit Lee Jones <lee.jones@linaro.org> - 2015-07-28 10:00 +0200
Re: [PATCH v6 7/8] dmaengine: add a driver for Intel integrated DMA 64-bit Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2015-07-28 10:20 +0200
Re: [PATCH v6 7/8] dmaengine: add a driver for Intel integrated DMA 64-bit Vinod Koul <vinod.koul@intel.com> - 2015-07-28 10:50 +0200
csiph-web