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

2018-06-22 Thread Angelo Dureghello
Hi Geert, On Thu, Jun 21, 2018 at 08:31:31PM +0200, Geert Uytterhoeven wrote: > On Thu, Jun 21, 2018 at 7:36 PM kbuild test robot wrote: > > Thank you for the patch! Yet something to improve: > > > > [auto build test ERROR on linus/master] > > [also build test ERROR on v4.18-rc1 next-20180621] >

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

2018-06-21 Thread Geert Uytterhoeven
On Thu, Jun 21, 2018 at 7:36 PM kbuild test robot wrote: > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [also build test ERROR on v4.18-rc1 next-20180621] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve

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

2018-06-21 Thread kbuild test robot
Hi Angelo, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.18-rc1 next-20180621] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/c

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

2018-06-19 Thread Angelo Dureghello
This patch adds a new fsl-edma-common module to allow new mcf-edma module code to use most of the fsl-edma code. Due to some differences between ColdFire edma (64 channels) and fsl-edma (32 channels), as register set offsets and some other points as the different interrupt organization and other m