From mboxrd@z Thu Jan 1 00:00:00 1970 From: zhangfei gao Subject: Re: [PATCH v2] sdio: skip initialization on powered resume Date: Fri, 21 Jan 2011 04:07:23 -0500 Message-ID: References: <1283391692-14150-1-git-send-email-bzhao@marvell.com> <477F20668A386D41ADCC57781B1F704307D2F41B27@SC-VEXCH1.marvell.com> <477F20668A386D41ADCC57781B1F704307D2FE4A0F@SC-VEXCH1.marvell.com> <477F20668A386D41ADCC57781B1F704307D2FE4A52@SC-VEXCH1.marvell.com> <1284459351.2359.17.camel@stummala-linux.in.qualcomm.com> <477F20668A386D41ADCC57781B1F704307D30738F5@SC-VEXCH1.marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:32876 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753431Ab1AUJHZ convert rfc822-to-8bit (ORCPT ); Fri, 21 Jan 2011 04:07:25 -0500 Received: by fxm20 with SMTP id 20so1527257fxm.19 for ; Fri, 21 Jan 2011 01:07:24 -0800 (PST) In-Reply-To: Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Nicolas Pitre , Bing Zhao Cc: Sahitya Tummala , "linux-mmc@vger.kernel.org" , Michal Miroslaw , Chris Ball , Andrew Morton , Maxim Levitsky On Wed, Sep 15, 2010 at 10:26 PM, Nicolas Pitre wrot= e: > On Wed, 15 Sep 2010, Bing Zhao wrote: > >> If CMD7 is sent _before_ client driver's resume handler is called, >> while 8686 card is in sleep mode, it will fail. If CMD7 is sent >> _after_ client driver's resume handler is called, it should succeed. > > Maybe that's what we should do in the powered suspend case then. > >> By the way, a patch "mmc: fix all hangs related to mmc/sd card >> insert/removal during suspend/resume" >> (4c2ef25fe0b847d2ae818f74758ddb0be1c27d8e by Maxim Levitsky) has >> removed the call to mmc_detect_change() in mmc_resume_host(). > > If a card is removed while the host is suspended, then this should be > detected. > > > Nicolas > -- > To unsubscribe from this list: send the line "unsubscribe linux-mmc" = in > the body of a message to majordomo@vger.kernel.org > More majordomo info at =A0http://vger.kernel.org/majordomo-info.html > Hi, Bing Do you have any updated patch to skip mmc_sdio_init_card in resume back= =2E We need such patch in enable host sleep feature for mrvl8787. Thanks a lot.