Re: [Regression Resend] mmc: mx28: sd card detection broken since 3.18-rc1

2014-11-02 Thread Stefan Wahren
Hello Kristina, Am 03.11.2014 um 00:01 schrieb Kristina Martšenko: > [...] > I ran into this issue as well. Seems that a card-detect flag > (MMC_CAP2_CD_ACTIVE_HIGH) can currently be set based on an > uninitialized variable, which can lead to the card being reported as > not present. This patch

Re: [Regression Resend] mmc: mx28: sd card detection broken since 3.18-rc1

2014-11-02 Thread Fabio Estevam
Hi Kristina, On Sun, Nov 2, 2014 at 9:01 PM, Kristina Martšenko wrote: > I ran into this issue as well. Seems that a card-detect flag > (MMC_CAP2_CD_ACTIVE_HIGH) can currently be set based on an > uninitialized variable, which can lead to the card being reported as > not present. This patch fixe

[PATCH v3] mmc: dw_mmc: add support for the other bit of sdio interrupt

2014-11-02 Thread Addy Ke
The bit of sdio interrupt is 16 in designware implementation, but it is 24 on Rockchip SoCs.This patch add sdio_id0 for the number of slot0 in the SDIO interrupt registers. Signed-off-by: Addy Ke --- Changes in v2: - rebase on http://git.linaro.org/git/people/ulf.hansson/mmc.git, next branch Chan

Re: [PATCH v2] mmc: dw_mmc: add support for the other bit of sdio interrupt

2014-11-02 Thread addy ke
On 2014/10/31 18:43, Heiko Stübner wrote: > Am Freitag, 31. Oktober 2014, 11:50:09 schrieb Addy Ke: >> The bit of sdio interrupt is 16 in designware implementation, >> but it is 24 in RK3288. This patch add sdio_id0 for the number >> of slot0 in the SDIO interrupt registers, which can be set in >>

Re: [Regression Resend] mmc: mx28: sd card detection broken since 3.18-rc1

2014-11-02 Thread Kristina Martšenko
On 01/11/14 23:40, Stefan Wahren wrote: > Hi, > > i was testing Linux Kernel 3.18-rc2 with my i.MX28 board (I2SE Duckbill) and > ran > into the problem that the sd card isn't detected from the Kernel at booting > (driver: mxs-mmc.c). That results in a endless wait for the root partition > > Here

[PATCH v2] [RESEND] mmc: add Toshiba PCI SD controller driver

2014-11-02 Thread Ondrej Zary
This patch resurrects an old never-finished driver for Toshiba PCI SD controllers found in some older Toshiba laptops (such as Portege R100): 02:0d.0 System peripheral [0880]: Toshiba America Info Systems SD TypA Controller [1179:0805] (rev 05) The code is fixed, cleaned up and successfully test