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. &g

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 2/3] dmaengine: fsl-edma: add edma version and configurable registers

2018-08-07 Thread Stefan Agner
On 03.08.2018 21:32, Angelo Dureghello wrote: > This patch adds configurable registers (using __iomem addresses) > to allow the use of fsl-edma-common code with slightly different > edma module versions, as Vybrid (v1) and ColdFire (v2) are. > > Removal of old membase-referenced registers, amd

Re: [PATCH v8 3/3] dmaengine: fsl-edma: add ColdFire mcf5441x edma support

2018-08-06 Thread Stefan Agner
On 06.08.2018 10:09, Krzysztof Kozlowski wrote: > On 3 August 2018 at 21:32, Angelo Dureghello wrote: >> This patch adds support for ColdFire mcf5441x-family edma >> module. >> >> The ColdFire edma module is slightly different from fsl-edma, >> so a new driver is added. But most of the code is

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 wr