Re: [PATCH 04/11] mmc: tmio: Configure DMA slave bus width

2014-07-26 Thread Ulf Hansson
On 16 July 2014 00:45, Laurent Pinchart wrote: > Even though some implementations support 4-bytes data register access, > the tmio driver never configures the hardware in such a way and always > performs 2-bytes accesses. Hardcode the DMA transfer size to 2 bytes. > > Signed-off-by: Laurent Pincha

[PATCH 04/11] mmc: tmio: Configure DMA slave bus width

2014-07-15 Thread Laurent Pinchart
Even though some implementations support 4-bytes data register access, the tmio driver never configures the hardware in such a way and always performs 2-bytes accesses. Hardcode the DMA transfer size to 2 bytes. Signed-off-by: Laurent Pinchart --- drivers/mmc/host/tmio_mmc_dma.c | 2 ++ 1 file c