Re: [U-Boot] [PATCH 2/3] mmc: sdhci: add the DMA select for SDMA

2012-11-06 Thread Rommel Custodio
Dear Jaehoon Chung, All, Jaehoon Chung jh80.chung at samsung.com writes: Hi Rommel, Thanks for report. On 11/05/2012 10:39 PM, Rommel G Custodio wrote: Dear All, Jaehoon Chung On 2012.09/21, Jaehoon Chung wrote: In host-control register, DMA select bit field is present. BUt

Re: [U-Boot] [PATCH 2/3] mmc: sdhci: add the DMA select for SDMA

2012-11-05 Thread Rommel G Custodio
Dear All, Jaehoon Chung On 2012.09/21, Jaehoon Chung wrote: In host-control register, DMA select bit field is present. BUt in sdhci.c, didn't select for DMA. This is an FYI. Maybe others will encounter the same problem I had. This code has recently been mainlined and it has caused some

Re: [U-Boot] [PATCH 2/3] mmc: sdhci: add the DMA select for SDMA

2012-11-05 Thread Jaehoon Chung
Hi Rommel, Thanks for report. On 11/05/2012 10:39 PM, Rommel G Custodio wrote: Dear All, Jaehoon Chung On 2012.09/21, Jaehoon Chung wrote: In host-control register, DMA select bit field is present. BUt in sdhci.c, didn't select for DMA. This is an FYI. Maybe others will encounter the

[U-Boot] [PATCH 2/3] mmc: sdhci: add the DMA select for SDMA

2012-09-21 Thread Jaehoon Chung
In host-control register, DMA select bit field is present. BUt in sdhci.c, didn't select for DMA. if set CONFIG_MMC_SDMA, we need to set SDMA-select bit. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/mmc/sdhci.c |7