From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: [PATCH] ARM: DRA7: hwmod: Fix OCP2SCP sysconfig Date: Thu, 4 Feb 2016 12:15:00 +0530 Message-ID: <56B2F36C.1070406@ti.com> References: <1454567491-30499-1-git-send-email-kishon@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1454567491-30499-1-git-send-email-kishon@ti.com> Sender: linux-kernel-owner@vger.kernel.org To: Tony Lindgren , Paul Walmsley Cc: Russell King , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, nsekhar@ti.com List-Id: linux-omap@vger.kernel.org Hi, On Thursday 04 February 2016 12:01 PM, Kishon Vijay Abraham I wrote: > OCP2SCP doesn't support smart idle wakeup according to > DRA72x_SR1.0_NDA_TRM_vL and DRA75x_DRA74x_SR1.1_NDA_TRM_vW. Ignore this patch. I'll re-send the patch with a public TRM link. Thanks Kishon > Remove SIDLE_SMART_WKUP from the list of supported SIDLE modes > in hwmod data. > > Signed-off-by: Kishon Vijay Abraham I > --- > arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > index 848356e..84c2699 100644 > --- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > +++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > @@ -1482,8 +1482,7 @@ static struct omap_hwmod_class_sysconfig dra7xx_ocp2scp_sysc = { > .syss_offs = 0x0014, > .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE | > SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS), > - .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | > - SIDLE_SMART_WKUP), > + .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), > .sysc_fields = &omap_hwmod_sysc_type1, > }; > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon@ti.com (Kishon Vijay Abraham I) Date: Thu, 4 Feb 2016 12:15:00 +0530 Subject: [PATCH] ARM: DRA7: hwmod: Fix OCP2SCP sysconfig In-Reply-To: <1454567491-30499-1-git-send-email-kishon@ti.com> References: <1454567491-30499-1-git-send-email-kishon@ti.com> Message-ID: <56B2F36C.1070406@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On Thursday 04 February 2016 12:01 PM, Kishon Vijay Abraham I wrote: > OCP2SCP doesn't support smart idle wakeup according to > DRA72x_SR1.0_NDA_TRM_vL and DRA75x_DRA74x_SR1.1_NDA_TRM_vW. Ignore this patch. I'll re-send the patch with a public TRM link. Thanks Kishon > Remove SIDLE_SMART_WKUP from the list of supported SIDLE modes > in hwmod data. > > Signed-off-by: Kishon Vijay Abraham I > --- > arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > index 848356e..84c2699 100644 > --- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > +++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > @@ -1482,8 +1482,7 @@ static struct omap_hwmod_class_sysconfig dra7xx_ocp2scp_sysc = { > .syss_offs = 0x0014, > .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE | > SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS), > - .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | > - SIDLE_SMART_WKUP), > + .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), > .sysc_fields = &omap_hwmod_sysc_type1, > }; > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756153AbcBDGph (ORCPT ); Thu, 4 Feb 2016 01:45:37 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:58115 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752675AbcBDGpf (ORCPT ); Thu, 4 Feb 2016 01:45:35 -0500 Subject: Re: [PATCH] ARM: DRA7: hwmod: Fix OCP2SCP sysconfig To: Tony Lindgren , Paul Walmsley References: <1454567491-30499-1-git-send-email-kishon@ti.com> CC: Russell King , , , , From: Kishon Vijay Abraham I Message-ID: <56B2F36C.1070406@ti.com> Date: Thu, 4 Feb 2016 12:15:00 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1454567491-30499-1-git-send-email-kishon@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Thursday 04 February 2016 12:01 PM, Kishon Vijay Abraham I wrote: > OCP2SCP doesn't support smart idle wakeup according to > DRA72x_SR1.0_NDA_TRM_vL and DRA75x_DRA74x_SR1.1_NDA_TRM_vW. Ignore this patch. I'll re-send the patch with a public TRM link. Thanks Kishon > Remove SIDLE_SMART_WKUP from the list of supported SIDLE modes > in hwmod data. > > Signed-off-by: Kishon Vijay Abraham I > --- > arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > index 848356e..84c2699 100644 > --- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > +++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > @@ -1482,8 +1482,7 @@ static struct omap_hwmod_class_sysconfig dra7xx_ocp2scp_sysc = { > .syss_offs = 0x0014, > .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE | > SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS), > - .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | > - SIDLE_SMART_WKUP), > + .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), > .sysc_fields = &omap_hwmod_sysc_type1, > }; > >