[U-Boot] [RFC, PATCH] mmc: prepare SDHCI_HOST_CONTROL for SDMA operation

2012-11-07 Thread Rommel G Custodio
modification for commit 804c7f422169212e92530e1ddaf74bf1ca9ebfa1 The original patch contained a bug. Using a char with sdhci_readl/sdhci_writel operation. The adjacent bytes to SDHCI_HOST_CONTROL (specially SDHCI_POWER_CONTROL) get mangled and can result in the controller entering an unstable

Re: [U-Boot] [RFC, PATCH] mmc: prepare SDHCI_HOST_CONTROL for SDMA operation

2012-11-07 Thread Jaehoon Chung
Hi Rommel, Looks good to me. Thank you. Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 11/08/2012 06:46 AM, Rommel G Custodio wrote: modification for commit 804c7f422169212e92530e1ddaf74bf1ca9ebfa1 The original patch contained a bug. Using a char with sdhci_readl/sdhci_writel operation.