From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [PATCH 0/3] ARM: at91: move to generic DMA device tree bindings Date: Mon, 15 Apr 2013 14:38:34 +0200 Message-ID: <20130415123834.GA15139@game.jcrosoft.org> References: <1366028217-5037-1-git-send-email-ludovic.desroches@atmel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1366028217-5037-1-git-send-email-ludovic.desroches@atmel.com> 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: ludovic.desroches@atmel.com Cc: nicolas.ferre@atmel.com, linux-mmc@vger.kernel.org, linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-mmc@vger.kernel.org On 14:16 Mon 15 Apr , ludovic.desroches@atmel.com wrote: > From: Ludovic Desroches > > Hi, > > This set of patches introduces DMA device tree bindings support for the atmel > DMA controller and first driver conversions. > > I'll send an update of dts file in the next version if there is no major issue > with the bindings. looks fine Acked-by: Jean-Christophe PLAGNIOL-VILLARD Best Regards, J. > > Regards > > > Ludovic Desroches (3): > at_hdmac: move to generic DMA binding > i2c: at91: convert to dma_request_slave_channel_compat() > mci: at91: convert to dma_request_slave_channel_compat() > > .../devicetree/bindings/dma/atmel-dma.txt | 26 +++++- > arch/arm/boot/dts/sama5d3.dtsi | 4 +- > drivers/dma/at_hdmac.c | 93 ++++++++++++++++++++-- > drivers/dma/at_hdmac_regs.h | 4 + > drivers/i2c/busses/i2c-at91.c | 49 ++++++------ > drivers/mmc/host/atmel-mci.c | 25 +++--- > 6 files changed, 154 insertions(+), 47 deletions(-) > > -- > 1.7.11.3 >