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

2014-07-08 Thread Ulf Hansson
On 10 June 2014 16:57, 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 > further card inition.

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

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

2014-06-10 Thread Roman Pen
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 further card inition. This patch is just an attempt to partially revert