Re: [PATCH v2 0/7] ARM: shmobile: koelsch reference: Enable DMA for QSPI

2014-06-03 Thread Khiem Nguyen
Hi Geert, Simon, On 6/4/2014 8:29 AM, Simon Horman wrote: On Tue, Jun 03, 2014 at 09:05:42AM +0200, Geert Uytterhoeven wrote: On Tue, Jun 3, 2014 at 6:36 AM, Khiem Nguyen wrote: I think this patch series should be divided into 2 parts, one for DMA in general and one for DMA supporting QSPI.

Re: [PATCH v2 0/7] ARM: shmobile: koelsch reference: Enable DMA for QSPI

2014-06-03 Thread Simon Horman
On Tue, Jun 03, 2014 at 09:05:42AM +0200, Geert Uytterhoeven wrote: > On Tue, Jun 3, 2014 at 6:36 AM, Khiem Nguyen > wrote: > > I think this patch series should be divided into 2 parts, > > one for DMA in general and one for DMA supporting QSPI. > > > > How do you think about it ? > > I don't thi

Re: [PATCH v2 0/7] ARM: shmobile: koelsch reference: Enable DMA for QSPI

2014-06-03 Thread Geert Uytterhoeven
On Tue, Jun 3, 2014 at 6:36 AM, Khiem Nguyen wrote: > I think this patch series should be divided into 2 parts, > one for DMA in general and one for DMA supporting QSPI. > > How do you think about it ? I don't think it's worth splitting off just the last patch into a separate series. This is a s

Re: [PATCH v2 0/7] ARM: shmobile: koelsch reference: Enable DMA for QSPI

2014-06-02 Thread Khiem Nguyen
Hi Geert, Thanks for the patches. I think this patch series should be divided into 2 parts, one for DMA in general and one for DMA supporting QSPI. How do you think about it ? Best regards, KHIEM Nguyen On 6/2/2014 10:42 PM, Geert Uytterhoeven wrote: This patch series enables DMA support for

Re: [PATCH v2 0/7] ARM: shmobile: koelsch reference: Enable DMA for QSPI

2014-06-02 Thread Ben Dooks
On 02/06/14 14:42, Geert Uytterhoeven wrote: > This patch series enables DMA support for QSPI on r8a7791/koelsch > reference. It's independent from the series "ARM: shmobile: koelsch > legacy: Enable DMA for QSPI", but it depends on the SHDMA work for r8a7790 > by Ben Dooks (cfr. "[PATCH v2 0/9] U

[PATCH v2 0/7] ARM: shmobile: koelsch reference: Enable DMA for QSPI

2014-06-02 Thread Geert Uytterhoeven
This patch series enables DMA support for QSPI on r8a7791/koelsch reference. It's independent from the series "ARM: shmobile: koelsch legacy: Enable DMA for QSPI", but it depends on the SHDMA work for r8a7790 by Ben Dooks (cfr. "[PATCH v2 0/9] Updates Renesas OF-DMA code"). Changes Compared to pr