Re: [PATCH] mmc: core: fix card detection regression

2014-11-05 Thread Ulf Hansson
On 5 November 2014 01:22, Kristina Martšenko wrote: > Since commit 89168b489915 ("mmc: core: restore detect line inversion > semantics"), the SD card on i.MX28 (and possibly other) devices isn't > detected and booting stops at: > > [4.120617] Waiting for root device /dev/mmcblk0p3... > > This

Re: [PATCH] mmc: core: fix card detection regression

2014-11-05 Thread Ulf Hansson
On 5 November 2014 01:22, Kristina Martšenko kristina.martse...@gmail.com wrote: Since commit 89168b489915 (mmc: core: restore detect line inversion semantics), the SD card on i.MX28 (and possibly other) devices isn't detected and booting stops at: [4.120617] Waiting for root device

Re: [PATCH] mmc: core: fix card detection regression

2014-11-04 Thread Fabio Estevam
Hi Kristina, On Tue, Nov 4, 2014 at 10:22 PM, Kristina Martšenko wrote: > Since commit 89168b489915 ("mmc: core: restore detect line inversion > semantics"), the SD card on i.MX28 (and possibly other) devices isn't > detected and booting stops at: > > [4.120617] Waiting for root device

[PATCH] mmc: core: fix card detection regression

2014-11-04 Thread Kristina Martšenko
Since commit 89168b489915 ("mmc: core: restore detect line inversion semantics"), the SD card on i.MX28 (and possibly other) devices isn't detected and booting stops at: [4.120617] Waiting for root device /dev/mmcblk0p3... This is caused by the MMC_CAP2_CD_ACTIVE_HIGH flag being set

[PATCH] mmc: core: fix card detection regression

2014-11-04 Thread Kristina Martšenko
Since commit 89168b489915 (mmc: core: restore detect line inversion semantics), the SD card on i.MX28 (and possibly other) devices isn't detected and booting stops at: [4.120617] Waiting for root device /dev/mmcblk0p3... This is caused by the MMC_CAP2_CD_ACTIVE_HIGH flag being set

Re: [PATCH] mmc: core: fix card detection regression

2014-11-04 Thread Fabio Estevam
Hi Kristina, On Tue, Nov 4, 2014 at 10:22 PM, Kristina Martšenko kristina.martse...@gmail.com wrote: Since commit 89168b489915 (mmc: core: restore detect line inversion semantics), the SD card on i.MX28 (and possibly other) devices isn't detected and booting stops at: [4.120617] Waiting