Re: [PATCH v1 4/4] dma: dw: add PCI part of the driver

2013-06-05 Thread Viresh Kumar
On 4 June 2013 18:06, Andy Shevchenko wrote: > This is the PCI part of the DesignWare DMAC driver. The controller is usually > used in the Intel hardware such as Intel Medfield. > > Signed-off-by: Andy Shevchenko > --- > drivers/dma/dw/Kconfig | 9 + > drivers/dma/dw/Makefile | 3 ++ >

[PATCH v1 4/4] dma: dw: add PCI part of the driver

2013-06-04 Thread Andy Shevchenko
This is the PCI part of the DesignWare DMAC driver. The controller is usually used in the Intel hardware such as Intel Medfield. Signed-off-by: Andy Shevchenko --- drivers/dma/dw/Kconfig | 9 + drivers/dma/dw/Makefile | 3 ++ drivers/dma/dw/pci.c| 101 +++