Re: [PATCH] mmc: mxs: fix card detection in case of 'broken-cd' flag set

2014-07-06 Thread Sascha Hauer
On Tue, Jun 10, 2014 at 11:57:02PM +0900, Roman Pen wrote: > In case of reboot my olinuxino imx23 board does not see > mmc card any more. mmc_rescan is being called by delayed > work in loop, but mxs_mmc_get_cd always returns 0, so we > will never pass the card detection check and will not do > fur

RE: [PATCH 3/3] mmc: dw_mmc: Support voltage changes

2014-07-06 Thread Seungwon Jeon
On Fri, July 04, 2014, Seungwon Jeon wrote: > On Tue, July 01, 2014. Yuvaraj Kumar wrote: > > On Fri, Jun 27, 2014 at 4:48 PM, Seungwon Jeon wrote: > > > Hi Yuvaraj, > > > > > > On Fri, June 27, 2014, Yuvaraj Kumar wrote: > > >> On Thu, Jun 26, 2014 at 10:20 PM, Doug Anderson > > >> wrote: > > >

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

2014-07-06 Thread addy ke
> Hi, Addy, > > On 07/05/2014 09:59 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 >> --- >> .../devi

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

2014-07-06 Thread Jaehoon Chung
Hi, Addy, On 07/05/2014 09:59 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 > --- > .../devicetree/bindi

Re: One bug of SDHCI driver

2014-07-06 Thread Fu, Zhonghui
Yes, "mmc->caps2 |= MMC_CAP2_SDIO_IRQ_NOTHREAD;" of "sdhci_add_host" function in host/sdhci.c file make oops. "sdio_card_irq_get" function in core/sdio_irq.c file: if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { /* the condition is false */ atomic_set(&host->sdio_irq_thread_abort