Re: [PATCH v8 1/3] dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)

2018-08-10 Thread Angelo Dureghello
Hi Stefan, On Fri, Aug 10, 2018 at 10:05:06AM +0200, Stefan Agner wrote: > On 10.08.2018 00:37, Angelo Dureghello wrote: > > Hi Stefan, > > > > i am about to post a v9 in short. > > > > On Tue, Aug 07, 2018 at 07:47:19PM +0200, Stefan Agner wrote: > >> On 07.08.2018 14:14, Krzysztof Kozlowski

Re: [PATCH v8 1/3] dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)

2018-08-10 Thread Stefan Agner
On 10.08.2018 00:37, Angelo Dureghello wrote: > Hi Stefan, > > i am about to post a v9 in short. > > On Tue, Aug 07, 2018 at 07:47:19PM +0200, Stefan Agner wrote: >> On 07.08.2018 14:14, Krzysztof Kozlowski wrote: >> > On 7 August 2018 at 10:08, Stefan Agner wrote: >> >> On 03.08.2018 21:32,

Re: [PATCH v8 1/3] dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)

2018-08-09 Thread Angelo Dureghello
Hi Stefan, i am about to post a v9 in short. On Tue, Aug 07, 2018 at 07:47:19PM +0200, Stefan Agner wrote: > On 07.08.2018 14:14, Krzysztof Kozlowski wrote: > > On 7 August 2018 at 10:08, Stefan Agner wrote: > >> On 03.08.2018 21:32, Angelo Dureghello wrote: > >>> This patch adds a new

Re: [PATCH v8 1/3] dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)

2018-08-07 Thread Stefan Agner
On 07.08.2018 14:14, Krzysztof Kozlowski wrote: > On 7 August 2018 at 10:08, Stefan Agner wrote: >> On 03.08.2018 21:32, Angelo Dureghello wrote: >>> This patch adds a new fsl-edma-common module to allow new >>> mcf-edma module code to use most of the fsl-edma code. >>> >>> Signed-off-by: Angelo

Re: [PATCH v8 1/3] dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)

2018-08-07 Thread Krzysztof Kozlowski
On 7 August 2018 at 10:08, Stefan Agner wrote: > On 03.08.2018 21:32, Angelo Dureghello wrote: >> This patch adds a new fsl-edma-common module to allow new >> mcf-edma module code to use most of the fsl-edma code. >> >> Signed-off-by: Angelo Dureghello >> --- >> Changes for v2: >> - patch

Re: [PATCH v8 1/3] dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)

2018-08-07 Thread Stefan Agner
On 03.08.2018 21:32, Angelo Dureghello wrote: > This patch adds a new fsl-edma-common module to allow new > mcf-edma module code to use most of the fsl-edma code. > > Signed-off-by: Angelo Dureghello > --- > Changes for v2: > - patch splitted into 4 > - add mcf-edma as minimal different parts

Re: [PATCH v8 1/3] dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)

2018-08-07 Thread Krzysztof Kozlowski
On 6 August 2018 at 22:40, Angelo Dureghello wrote: > Hi Krzysztof, > > On Mon, Aug 06, 2018 at 09:43:42AM +0200, Krzysztof Kozlowski wrote: >> On 3 August 2018 at 21:32, Angelo Dureghello wrote: >> > This patch adds a new fsl-edma-common module to allow new >> > mcf-edma module code to use most

Re: [PATCH v8 1/3] dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)

2018-08-06 Thread Angelo Dureghello
Hi Krzysztof, On Mon, Aug 06, 2018 at 09:43:42AM +0200, Krzysztof Kozlowski wrote: > On 3 August 2018 at 21:32, Angelo Dureghello wrote: > > This patch adds a new fsl-edma-common module to allow new > > mcf-edma module code to use most of the fsl-edma code. > > > > Signed-off-by: Angelo

Re: [PATCH v8 1/3] dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)

2018-08-06 Thread Krzysztof Kozlowski
On 3 August 2018 at 21:32, Angelo Dureghello wrote: > This patch adds a new fsl-edma-common module to allow new > mcf-edma module code to use most of the fsl-edma code. > > Signed-off-by: Angelo Dureghello > --- > Changes for v2: > - patch splitted into 4 > - add mcf-edma as minimal different