From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 4/4] ARM: OMAP2+: Sync hwmod state with the pm_runtime and omap_device state Date: Mon, 05 Aug 2013 08:43:22 -0700 Message-ID: <87iozkkusl.fsf@linaro.org> References: <1374487277-26099-1-git-send-email-rnayak@ti.com> <1374487277-26099-5-git-send-email-rnayak@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1374487277-26099-5-git-send-email-rnayak@ti.com> (Rajendra Nayak's message of "Mon, 22 Jul 2013 15:31:17 +0530") Sender: linux-omap-owner@vger.kernel.org To: Rajendra Nayak Cc: tony@atomide.com, linux-omap@vger.kernel.org, paul@pwsan.com, balbi@ti.com, mpfj-list@newflow.co.uk, vaibhav.bedia@ti.com, sourav.poddar@ti.com, linux-arm-kernel@lists.infradead.org, gregkh@linuxfoundation.org, linux-serial@vger.kernel.org, grygorii.strashko@ti.com List-Id: linux-serial@vger.kernel.org Rajendra Nayak writes: > Some hwmods which are marked with HWMOD_INIT_NO_IDLE are left in enabled > state post setup(). When a omap_device gets created for such hwmods > make sure the omap_device and pm_runtime states are also in sync for such > hwmods by doing a omap_device_enable() and pm_runtime_set_active() for the > device. > > Signed-off-by: Rajendra Nayak This looks like the right fix to me. Acked-by: Kevin Hilman