Re: [PATCH RESEND] mmc: dw_mmc: fix fifo access for 64-bit

2013-04-04 Thread Chris Ball
Hi, On Mon, Mar 25 2013, Seungwon Jeon wrote: mci_writew causes a failure of fifo access for 64-bit. mci_writeq is correct. Signed-off-by: Seungwon Jeon tgih@samsung.com --- drivers/mmc/host/dw_mmc.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

Re: [PATCH RESEND] mmc: dw_mmc: fix fifo access for 64-bit

2013-03-26 Thread Jaehoon Chung
Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 03/25/2013 04:28 PM, Seungwon Jeon wrote: mci_writew causes a failure of fifo access for 64-bit. mci_writeq is correct. Signed-off-by: Seungwon Jeon tgih@samsung.com --- drivers/mmc/host/dw_mmc.c |3 ++- 1 files changed, 2

[PATCH RESEND] mmc: dw_mmc: fix fifo access for 64-bit

2013-03-25 Thread Seungwon Jeon
mci_writew causes a failure of fifo access for 64-bit. mci_writeq is correct. Signed-off-by: Seungwon Jeon tgih@samsung.com --- drivers/mmc/host/dw_mmc.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index