Re: [PATCH 1/2] dw_mmc: Run card detect tasklet during slot initialisation.

2011-02-10 Thread Chris Ball
Hi Will, On Thu, Feb 10, 2011 at 10:40:42AM +, Will Newton wrote: > We need to run the card detect tasklet at the end of slot initialisation > as it is possible that a card has been inserted prior to boot, so we don't > see an insertion interrupt and now the card is sitting there inserted but

[PATCH 1/2] dw_mmc: Run card detect tasklet during slot initialisation.

2011-02-10 Thread Will Newton
We need to run the card detect tasklet at the end of slot initialisation as it is possible that a card has been inserted prior to boot, so we don't see an insertion interrupt and now the card is sitting there inserted but with no power to it. Signed-off-by: Neil Jones Signed-off-by: Will Newton

Re: [PATCH 1/2] dw_mmc: Run card detect tasklet during slot initialisation.

2011-02-07 Thread Will Newton
On Fri, Feb 4, 2011 at 11:50 PM, Matt Fleming wrote: > On Fri, 4 Feb 2011 11:17:54 + > Will Newton wrote: > >> We need to run the card detect tasklet at the end of slot >> initialisation as it is possible that a card has been inserted prior >> to boot, so we miss the insertion interrupt and n

Re: [PATCH 1/2] dw_mmc: Run card detect tasklet during slot initialisation.

2011-02-04 Thread Matt Fleming
On Fri, 4 Feb 2011 11:17:54 + Will Newton wrote: > We need to run the card detect tasklet at the end of slot > initialisation as it is possible that a card has been inserted prior > to boot, so we miss the insertion interrupt and now the card is > sitting there inserted but with no power to i

[PATCH 1/2] dw_mmc: Run card detect tasklet during slot initialisation.

2011-02-04 Thread Will Newton
mp;host->card_tasklet); + return 0; } -- 1.7.3.4 From 53094aaa4cd8b5da78acfbf7da6c4848fb720413 Mon Sep 17 00:00:00 2001 From: Will Newton Date: Fri, 4 Feb 2011 11:07:46 + Subject: [PATCH 1/2] dw_mmc: Run card detect tasklet during slot initialisation. We need to run the card detect tasklet