From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757991Ab3FLSfS (ORCPT ); Wed, 12 Jun 2013 14:35:18 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:40580 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757967Ab3FLSfQ (ORCPT ); Wed, 12 Jun 2013 14:35:16 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18YFfJspTCLhKxa2l8RnSO7 Date: Wed, 12 Jun 2013 11:35:09 -0700 From: Tony Lindgren To: Greg Kroah-Hartman Cc: Linus Walleij , Stephen Warren , Kevin Hilman , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Linus Walleij , Hebbar Gururaja , Dmitry Torokhov , Stephen Warren , Wolfram Sang , Mark Brown Subject: Re: [PATCH] drivers: pinctrl: add active state to core Message-ID: <20130612183509.GV8164@atomide.com> References: <1370938616-5952-1-git-send-email-linus.walleij@stericsson.com> <20130611160322.GB20352@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130611160322.GB20352@kroah.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Greg Kroah-Hartman [130611 09:08]: > On Tue, Jun 11, 2013 at 10:16:56AM +0200, Linus Walleij wrote: > > From: Linus Walleij > > > > In addition to the recently introduced pinctrl core > > control, the PM runtime pin control for the OMAP platforms > > require a fourth state in addtition to the default, idle and > > sleep states already handled by the core: an explicit "active" > > state. Let's introduce this to the core in addition to the > > other states already defined. > > > > Cc: Hebbar Gururaja > > Cc: Dmitry Torokhov > > Cc: Stephen Warren > > Cc: Wolfram Sang > > Cc: Greg Kroah-Hartman > > Cc: Mark Brown > > Cc: Kevin Hilman > > Suggested-by: Tony Lindgren > > Signed-off-by: Linus Walleij > > --- > > Greg: need your ACK on this to merge it through the pinctrl > > tree. > > --- > > drivers/base/pinctrl.c | 8 +++++++- > > drivers/pinctrl/core.c | 15 +++++++++++++++ > > For anything that just touches drivers/base/pinctrl.c, you don't need my > ack, that's your code, you can do whatever you want with it :) > > But here you go anyway: > Acked-by: Greg Kroah-Hartman Acked-by: Tony Lindgren