From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Hansson Subject: Re: [PATCH] spi/pl022: Enable clock in probe an use runtime_idle Date: Mon, 24 Oct 2011 09:38:08 +0200 Message-ID: <4EA515E0.9060509@stericsson.com> References: <1319206124-17549-1-git-send-email-ulf.hansson@stericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: "spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org" , Lee Jones , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Russell King - ARM Linux To: Linus Walleij Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spi-devel-general-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: linux-spi.vger.kernel.org Linus Walleij wrote: > On Fri, Oct 21, 2011 at 4:08 PM, Ulf Hansson wrote: > >> Since we are always runtime resumed when leaving probe >> the clock must be enabled. To accomplish that we are able >> to be runtime suspended after probe in the case when no >> request is going to be recieved, a runtime_idle function >> has been implemented. >> >> Change-Id: I6cb86f2cad30ecaab16f512daf4674b039b18213 >> Signed-off-by: Ulf Hansson >> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/34447 > > Skip the gerrit weirdo stuff. Sorry, for not cleaning up the commit msg, my bad. I fix. > > Notice that this patch cannot be merged until Russell's > AMBA PM patches are merged, so put this in Russell's > patch tracker so he can put it on his AMBA PM branch. > I will do! > But looks correct. > Acked-by: Linus Walleij > > Yours, > Linus Walleij > ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev From mboxrd@z Thu Jan 1 00:00:00 1970 From: ulf.hansson@stericsson.com (Ulf Hansson) Date: Mon, 24 Oct 2011 09:38:08 +0200 Subject: [PATCH] spi/pl022: Enable clock in probe an use runtime_idle In-Reply-To: References: <1319206124-17549-1-git-send-email-ulf.hansson@stericsson.com> Message-ID: <4EA515E0.9060509@stericsson.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Linus Walleij wrote: > On Fri, Oct 21, 2011 at 4:08 PM, Ulf Hansson wrote: > >> Since we are always runtime resumed when leaving probe >> the clock must be enabled. To accomplish that we are able >> to be runtime suspended after probe in the case when no >> request is going to be recieved, a runtime_idle function >> has been implemented. >> >> Change-Id: I6cb86f2cad30ecaab16f512daf4674b039b18213 >> Signed-off-by: Ulf Hansson >> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/34447 > > Skip the gerrit weirdo stuff. Sorry, for not cleaning up the commit msg, my bad. I fix. > > Notice that this patch cannot be merged until Russell's > AMBA PM patches are merged, so put this in Russell's > patch tracker so he can put it on his AMBA PM branch. > I will do! > But looks correct. > Acked-by: Linus Walleij > > Yours, > Linus Walleij >