From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/2] ARM: OMAP: powerdomain: Wait for powerdomain transition in pwrdm_state_switch() Date: Thu, 15 Mar 2012 10:51:22 -0700 Message-ID: <20120315175122.GB7276@atomide.com> References: <1331562873-29535-1-git-send-email-santosh.shilimkar@ti.com> <1331562873-29535-2-git-send-email-santosh.shilimkar@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:34337 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032047Ab2CORv1 (ORCPT ); Thu, 15 Mar 2012 13:51:27 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Paul Walmsley Cc: Santosh Shilimkar , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Rajendra Nayak * Paul Walmsley [120315 10:35]: > On Mon, 12 Mar 2012, Santosh Shilimkar wrote: > > > Commit b1cbdb00d{OMAP: clockdomain: Wait for powerdomain to be ON > > when using clockdomain force wakeup} was assuming that pwrdm_state_switch() > > does wait for the powerdomain transition which is not the case. > > > > Fix this API by adding the pwrdm_wait_transition(). > > > > Signed-off-by: Santosh Shilimkar > > CC: Rajendra Nayak > > CC: Paul Walmsley > > Acked-by: Paul Walmsley > > Sounds like this fixes a major kernel oops bug for Tony so this should go > in ASAP to v3.3-rc series. Got a random oops with this one applied still, just happened to take longer this time :( Regards, Tony