Re: [PATCH 3/3] mci: at91: convert to dma_request_slave_channel_compat()

2013-04-16 Thread Nicolas Ferre
On 04/15/2013 02:16 PM, ludovic.desroc...@atmel.com : > From: Ludovic Desroches > > Use generic DMA DT helper. Platforms booting with or without DT populated are > both supported. > > Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre > --- > drivers/mmc/host/atmel-mci.c | 25

[PATCH 3/3] mci: at91: convert to dma_request_slave_channel_compat()

2013-04-15 Thread ludovic.desroches
From: Ludovic Desroches Use generic DMA DT helper. Platforms booting with or without DT populated are both supported. Signed-off-by: Ludovic Desroches --- drivers/mmc/host/atmel-mci.c | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/drivers/mmc/ho