Re: [PATCH 3/3] spi: mediatek: fix spi incorrect endian usage

2015-08-19 Thread Mark Brown
On Wed, Aug 19, 2015 at 11:37:58AM +0800, Leilk Liu wrote: TX_ENDIAN/RX_ENDIAN bits define whether to reverse the endian order of the data DMA from/to memory. The endian order should keep the same with cpu endian. This doesn't apply, probably because it depends on your stylistic changes patch

[PATCH 3/3] spi: mediatek: fix spi incorrect endian usage

2015-08-18 Thread Leilk Liu
TX_ENDIAN/RX_ENDIAN bits define whether to reverse the endian order of the data DMA from/to memory. The endian order should keep the same with cpu endian. Signed-off-by: Leilk Liu leilk@mediatek.com --- drivers/spi/spi-mt65xx.c | 43