Re: [PATCH v5 0/7] DMA: shdma: switch DT to use OF device ID tables

2013-09-25 Thread Simon Horman
Hi Guennadi, apologies for the long delay. On Wed, Sep 04, 2013 at 05:55:39PM +0900, Simon Horman wrote: > On Thu, Aug 29, 2013 at 01:24:31PM +0200, Guennadi Liakhovetski wrote: > > Hi Simon, > > > > On Mon, 26 Aug 2013, Simon Horman wrote: > > > > > On Sun, Aug 25, 2013 at 01:06:57PM +0530, Vi

Re: [PATCH v5 0/7] DMA: shdma: switch DT to use OF device ID tables

2013-09-04 Thread Simon Horman
On Thu, Aug 29, 2013 at 01:24:31PM +0200, Guennadi Liakhovetski wrote: > Hi Simon, > > On Mon, 26 Aug 2013, Simon Horman wrote: > > > On Sun, Aug 25, 2013 at 01:06:57PM +0530, Vinod Koul wrote: > > > On Fri, Aug 02, 2013 at 04:50:35PM +0200, Guennadi Liakhovetski wrote: > > > > In this version of

Re: [PATCH v5 0/7] DMA: shdma: switch DT to use OF device ID tables

2013-08-29 Thread Guennadi Liakhovetski
Hi Simon, On Mon, 26 Aug 2013, Simon Horman wrote: > On Sun, Aug 25, 2013 at 01:06:57PM +0530, Vinod Koul wrote: > > On Fri, Aug 02, 2013 at 04:50:35PM +0200, Guennadi Liakhovetski wrote: > > > In this version of shdma Device Tree support I preserved the DT > > > configuration approach via OF de

Re: [PATCH v5 0/7] DMA: shdma: switch DT to use OF device ID tables

2013-08-26 Thread Simon Horman
On Mon, Aug 26, 2013 at 01:19:13PM +0530, Vinod Koul wrote: > On Mon, Aug 26, 2013 at 04:17:25PM +0900, Simon Horman wrote: > > On Sun, Aug 25, 2013 at 01:06:57PM +0530, Vinod Koul wrote: > > > On Fri, Aug 02, 2013 at 04:50:35PM +0200, Guennadi Liakhovetski wrote: > > > > In this version of shdma D

Re: [PATCH v5 0/7] DMA: shdma: switch DT to use OF device ID tables

2013-08-26 Thread Vinod Koul
On Mon, Aug 26, 2013 at 04:17:25PM +0900, Simon Horman wrote: > On Sun, Aug 25, 2013 at 01:06:57PM +0530, Vinod Koul wrote: > > On Fri, Aug 02, 2013 at 04:50:35PM +0200, Guennadi Liakhovetski wrote: > > > In this version of shdma Device Tree support I preserved the DT > > > configuration approach

Re: [PATCH v5 0/7] DMA: shdma: switch DT to use OF device ID tables

2013-08-26 Thread Simon Horman
On Sun, Aug 25, 2013 at 01:06:57PM +0530, Vinod Koul wrote: > On Fri, Aug 02, 2013 at 04:50:35PM +0200, Guennadi Liakhovetski wrote: > > In this version of shdma Device Tree support I preserved the DT > > configuration approach via OF device ID tables from v4, but now it is only > > used for the

Re: [PATCH v5 0/7] DMA: shdma: switch DT to use OF device ID tables

2013-08-25 Thread Vinod Koul
On Fri, Aug 02, 2013 at 04:50:35PM +0200, Guennadi Liakhovetski wrote: > In this version of shdma Device Tree support I preserved the DT > configuration approach via OF device ID tables from v4, but now it is only > used for the DT-mode, the C-version is left untouched. In this series I > only i