[PATCH 3/3] mmc: tmio: care about DMA tx/rx addr offset

2014-05-30 Thread Kuninori Morimoto
From: Kuninori Morimoto kuninori.morimoto...@renesas.com Basically, SD_BUF0 Tx/Rx addresses are same in normal TMIO controller, but, it is different on Renesas R-Car SDHI controller if it uses DMAC (Rx address needs to add 0x2000 to Tx address) This patch adds new .dma_rx_offset and cares it

Re: [PATCH 3/3] mmc: tmio: care about DMA tx/rx addr offset

2014-05-30 Thread Ben Dooks
On Fri, May 30, 2014 at 03:40:56AM -0700, Kuninori Morimoto wrote: From: Kuninori Morimoto kuninori.morimoto...@renesas.com Basically, SD_BUF0 Tx/Rx addresses are same in normal TMIO controller, but, it is different on Renesas R-Car SDHI controller if it uses DMAC (Rx address needs to add