Re: [PATCH v1 1/2] sata_dwc_460ex: move to generic DMA driver

2015-11-23 Thread Måns Rullgård
Andy Shevchenko writes: > On Sun, 2015-11-22 at 13:03 +, Måns Rullgård wrote: >> Andy Shevchenko writes: >> >> > The SATA implementation based on two actually different devices, >> > i.e. SATA and >> > DMA controllers. >> > >> > For Synopsys DesignWare DMA we have already a generic >> > im

Re: [PATCH v1 1/2] sata_dwc_460ex: move to generic DMA driver

2015-11-23 Thread Andy Shevchenko
On Sun, 2015-11-22 at 13:03 +, Måns Rullgård wrote: > Andy Shevchenko writes: > > > The SATA implementation based on two actually different devices, > > i.e. SATA and > > DMA controllers. > > > > For Synopsys DesignWare DMA we have already a generic > > implementation of the > > driver. Thus

Re: [PATCH v1 1/2] sata_dwc_460ex: move to generic DMA driver

2015-11-22 Thread Måns Rullgård
Andy Shevchenko writes: > The SATA implementation based on two actually different devices, i.e. SATA and > DMA controllers. > > For Synopsys DesignWare DMA we have already a generic implementation of the > driver. Thus, the patch converts the code to use DMAEngine framework and > dw_dmac driver.

[PATCH v1 1/2] sata_dwc_460ex: move to generic DMA driver

2015-03-03 Thread Andy Shevchenko
The SATA implementation based on two actually different devices, i.e. SATA and DMA controllers. For Synopsys DesignWare DMA we have already a generic implementation of the driver. Thus, the patch converts the code to use DMAEngine framework and dw_dmac driver. In future it will be better to split