On Tue, 2015-07-28 at 08:53 +0100, Lee Jones wrote: > 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@xxxxxxxxxxxxxxx > > > > > > > --- > > > 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. Vinod, could you have a look at this once again? > > [...] > > Patches will still be applied to -next for soak testing though. Thanks! -- Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Intel Finland Oy -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html