From patchwork Tue Jun 28 00:17:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 922802 X-Patchwork-Delegate: b-cousson@ti.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p5S0PoEx031533 for ; Tue, 28 Jun 2011 00:25:50 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755583Ab1F1AT3 (ORCPT ); Mon, 27 Jun 2011 20:19:29 -0400 Received: from na3sys009aog126.obsmtp.com ([74.125.149.155]:40682 "EHLO na3sys009aog126.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755490Ab1F1ARu (ORCPT ); Mon, 27 Jun 2011 20:17:50 -0400 Received: from mail-pz0-f48.google.com ([209.85.210.48]) (using TLSv1) by na3sys009aob126.postini.com ([74.125.148.12]) with SMTP ID DSNKTgkdrdVOdFxFxso9fajQdnUG5Mnt+JkY@postini.com; Mon, 27 Jun 2011 17:17:50 PDT Received: by mail-pz0-f48.google.com with SMTP id 10so4303095pzk.35 for ; Mon, 27 Jun 2011 17:17:49 -0700 (PDT) Received: by 10.68.4.129 with SMTP id k1mr3298003pbk.72.1309220269387; Mon, 27 Jun 2011 17:17:49 -0700 (PDT) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net [24.19.7.36]) by mx.google.com with ESMTPS id q5sm1209474pbk.42.2011.06.27.17.17.47 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 27 Jun 2011 17:17:47 -0700 (PDT) From: Kevin Hilman To: Benoit Cousson Cc: , , santosh.shilimkar@ti.com, linux-omap@vger.kernel.org Subject: Re: [PATCH 3/7] OMAP4: hwmod data: TEMP: Do not idle MMC1 & MMC2 after boot Organization: Texas Instruments, Inc. References: <1309192391-12410-1-git-send-email-b-cousson@ti.com> <1309192391-12410-4-git-send-email-b-cousson@ti.com> Date: Mon, 27 Jun 2011 17:17:45 -0700 In-Reply-To: <1309192391-12410-4-git-send-email-b-cousson@ti.com> (Benoit Cousson's message of "Mon, 27 Jun 2011 18:33:07 +0200") Message-ID: <87boxi4xna.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 28 Jun 2011 00:25:50 +0000 (UTC) Benoit Cousson writes: > Since the MMC driver is not pm_runtime adapted, do not put > them in idle after boot. > It will allow the driver to work as expected until the migration > to pm_runtime. > > Signed-off-by: Benoit Cousson > Cc: Paul Walmsley > Cc: Rajendra Nayak > --- > arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Similar is needed for OMAP3 as well to boot this series. Kevin the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/om index dec1a38..aaa3201 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c @@ -3500,6 +3500,7 @@ static struct omap_hwmod omap3xxx_mmc1_hwmod = { .slaves_cnt = ARRAY_SIZE(omap3xxx_mmc1_slaves), .class = &omap34xx_mmc_class, .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430), + .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET, }; /* MMC/SD/SDIO2 */ @@ -3543,6 +3544,7 @@ static struct omap_hwmod omap3xxx_mmc2_hwmod = { .slaves_cnt = ARRAY_SIZE(omap3xxx_mmc2_slaves), .class = &omap34xx_mmc_class, .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430), + .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET, }; -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in