From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932909AbcBILC4 (ORCPT ); Tue, 9 Feb 2016 06:02:56 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:43542 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751402AbcBILCz (ORCPT ); Tue, 9 Feb 2016 06:02:55 -0500 Subject: Re: [PATCH v2] ARM: DRA7: hwmod: Fix OCP2SCP sysconfig To: Paul Walmsley References: <1455008743-21660-1-git-send-email-kishon@ti.com> CC: Tony Lindgren , Russell King , , , , From: Kishon Vijay Abraham I Message-ID: <56B9C739.5050103@ti.com> Date: Tue, 9 Feb 2016 16:32:17 +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: 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 Tuesday 09 February 2016 02:48 PM, Paul Walmsley wrote: > On Tue, 9 Feb 2016, Kishon Vijay Abraham I wrote: > >> OCP2SCP doesn't support smart idle wakeup according to >> Table 26-22. OCP2SCP_SYSCONFIG in AM572x TRM [1] and >> Table 26-22. OCP2SCP_SYSCONFIG in AM571x TRM [2]. >> Remove SIDLE_SMART_WKUP from the list of supported SIDLE modes >> in hwmod data. >> >> [1] -> http://www.ti.com/lit/ug/spruhz6e/spruhz6e.pdf >> [2] -> http://www.ti.com/lit/ug/spruhz7a/spruhz7a.pdf >> >> Signed-off-by: Kishon Vijay Abraham I > > Thanks, queued for v4.6. If you'd like it queued as a fix, please resend > with a description of the regression that it fixes. Found this during review and as such it didn't cause any regressions. So I think it's okay to be queued for 4.6 Thanks Kishon