From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [PATCH v9 4/4] dmaengine: fsl-edma: add ColdFire mcf5441x edma support Date: Sun, 12 Aug 2018 15:24:35 +0200 Message-ID: References: <20180811112649.20752-1-angelo@sysam.it> <20180811112649.20752-4-angelo@sysam.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180811112649.20752-4-angelo@sysam.it> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Angelo Dureghello Cc: dmaengine@vger.kernel.org, Stefan Agner , linux-m68k@vger.kernel.org, vinod.koul@linaro.org, linux-arm-kernel@lists.infradead.org List-Id: linux-m68k@vger.kernel.org On 11 August 2018 at 13:26, 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 common > between fsl-edma and mcf-edma so it has been collected into a > separate common module fsl-edma-common (patch 1/3). > > Signed-off-by: Angelo Dureghello > --- > Changes for v8: > - patch rewritten from scratch, this patch (3/3) has just been added. > > Changes for v9: > - add compile test for Kconfig, > - fix include guard. > --- > drivers/dma/Kconfig | 11 + > drivers/dma/Makefile | 1 + > drivers/dma/fsl-edma-common.c | 24 +- > drivers/dma/mcf-edma.c | 315 +++++++++++++++++++++ > include/linux/platform_data/dma-mcf-edma.h | 38 +++ > 5 files changed, 385 insertions(+), 4 deletions(-) > create mode 100644 drivers/dma/mcf-edma.c > create mode 100644 include/linux/platform_data/dma-mcf-edma.h Here and in other patches I already gave you my Tested-by tags... Best regards, Krzysztof