From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Pitre Subject: Re: MMC runtime PM patches break libertas probe Date: Wed, 17 Nov 2010 09:54:24 -0500 (EST) Message-ID: References: <4CE37A54.20509@compulab.co.il> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 7BIT Return-path: Received: from relais.videotron.ca ([24.201.245.36]:57053 "EHLO relais.videotron.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932314Ab0KQOyj (ORCPT ); Wed, 17 Nov 2010 09:54:39 -0500 Received: from xanadu.home ([66.130.28.92]) by vl-mo-mrz24.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTP id <0LC100CZ6AQDMO00@vl-mo-mrz24.ip.videotron.ca> for linux-mmc@vger.kernel.org; Wed, 17 Nov 2010 09:54:13 -0500 (EST) In-reply-to: Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Ohad Ben-Cohen Cc: Mike Rapoport , Daniel Drake , Arnd Hannemann , Chris Ball , linux-mmc@vger.kernel.org, libertas-dev@lists.infradead.org On Wed, 17 Nov 2010, Ohad Ben-Cohen wrote: > On Wed, Nov 17, 2010 at 8:46 AM, Mike Rapoport wrote: > > On our platforms we just keep it powered on after boot with the reset line held > > high. (e.g. arch/arm/mach-pxa/cm-x300.c, arch/arm/mach-omap/board-cm-t35.c). > > We don't bother much for power savings, though. > > Thanks, Mike ! > > This paves the road for MMC_CAP_POWER_OFF_CARD. > > SDIO core will enable runtime PM for the card only if that cap is set. > As a result, the card will be powered down after boot, and will only > be powered up again when a driver is loaded (and then it's up to the > driver whether power will be kept or not). Makes sense. Nicolas