Re: [PATCH v2] mmc: dw_mmc: add support for RK3288

2014-07-28 Thread Doug Anderson
Addy, On Wed, Jul 9, 2014 at 8:31 PM, Addy Ke wrote: > This patch focuses on clock setting for RK3288 mmc controller. > > In RK3288 mmc controller, CLKDIV register can only be set 0 or 1, > and if DDR 8bit mode, CLKDIV register must be set 1. > > Signed-off-by: Addy Ke > --- > changes since v1:

[PATCH v4] mmc: mmci: Add qcom dml support to the driver.

2014-07-28 Thread Srinivas Kandagatla
On Qualcomm APQ8064 SOCs, SD card controller has an additional glue called DML (Data Mover Local/Lite) to assist dma transfers. This hardware needs to be setup before any dma transfer is requested. DML itself is not a DMA engine, its just a gule between the SD card controller and dma controller. M

[PATCH] mmc: sdhci-pxav3: Remove unused local variable

2014-07-28 Thread Laurent Pinchart
Commit "mmc: sdhci-pxav3: Use devm_* managed helpers" made the pxa local variable in the sdhci_pxav3_remove function unused. Remove it. Signed-off-by: Laurent Pinchart --- drivers/mmc/host/sdhci-pxav3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/host/sdhci-pxav3.c b/drivers/m