From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935550AbdCWU7m (ORCPT ); Thu, 23 Mar 2017 16:59:42 -0400 Received: from muru.com ([72.249.23.125]:41578 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751851AbdCWU7l (ORCPT ); Thu, 23 Mar 2017 16:59:41 -0400 Date: Thu, 23 Mar 2017 13:59:36 -0700 From: Tony Lindgren To: Roger Quadros Cc: paul@pwsan.com, bcousson@baylibre.com, t-kristo@ti.com, nsekhar@ti.com, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/4] ARM: OMAP2+ hwmod: Allow modules to disable HW_AUTO Message-ID: <20170323205935.GP10760@atomide.com> References: <1489405996-10718-1-git-send-email-rogerq@ti.com> <1489405996-10718-3-git-send-email-rogerq@ti.com> <140ff227-f778-7715-93a3-9ff638d03f55@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <140ff227-f778-7715-93a3-9ff638d03f55@ti.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Roger Quadros [170317 02:00]: > From fe0a37d5e53381c3f79c6b6cf7915e44789f516f Mon Sep 17 00:00:00 2001 > From: Roger Quadros > Date: Tue, 7 Feb 2017 16:52:57 +0530 > Subject: [PATCH 2/4] ARM: OMAP2+ hwmod: Allow modules to disable HW_AUTO > > Introduce HWMOD_CLKDM_NOAUTO flag that allows the hwmod's > clockdomain to be prevented from HW_AUTO while the hwmod is active. > > This is needed to workaround some modules which don't function > correctly with HW_AUTO. e.g. DCAN on DRA7. > > Signed-off-by: Roger Quadros > [nsekhar@ti.com: rebased to v4.9 kernel] > Signed-off-by: Sekhar Nori > --- > v2: > - add comment explaining why we don't call clkdm_deny_idle() in _idle() Thanks for updating it, applying all four into omap-for-v4.12/soc. Tony