From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752780AbbATG0k (ORCPT ); Tue, 20 Jan 2015 01:26:40 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:46893 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752456AbbATG0j (ORCPT ); Tue, 20 Jan 2015 01:26:39 -0500 Message-ID: <54BDF469.3030907@ti.com> Date: Tue, 20 Jan 2015 11:53:37 +0530 From: Keerthy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: CC: , , , Subject: Re: [PATCH] ARM: OMAP: DRA7: hwmod: Make gpmc software supervised as the smart idle is broken References: <1421139085-27183-1-git-send-email-j-keerthy@ti.com> In-Reply-To: <1421139085-27183-1-git-send-email-j-keerthy@ti.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tony, On Tuesday 13 January 2015 02:21 PM, Keerthy wrote: > This patch fixes: 'omap_hwmod: gpmc: _wait_target_disable failed' > error during suspend. > > This is because smart idle is broken. > Tested in dra7-evm D1 board. Ping on this. > Signed-off-by: Keerthy > --- > arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > index 9cdd8b8..29e55fe 100644 > --- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > +++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > @@ -826,7 +826,8 @@ static struct omap_hwmod dra7xx_gpmc_hwmod = { > .name = "gpmc", > .class = &dra7xx_gpmc_hwmod_class, > .clkdm_name = "l3main1_clkdm", > - .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET, > + .flags = (HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET | > + HWMOD_SWSUP_SIDLE), > .main_clk = "l3_iclk_div", > .prcm = { > .omap4 = { Regards, Keerthy