[PATCH] drivers: pinctrl: add active state to core
Greg Kroah-Hartman
gregkh at linuxfoundation.org
Tue Jun 11 12:03:22 EDT 2013
On Tue, Jun 11, 2013 at 10:16:56AM +0200, Linus Walleij wrote:
> From: Linus Walleij <linus.walleij at linaro.org>
>
> 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 <gururaja.hebbar at ti.com>
> Cc: Dmitry Torokhov <dmitry.torokhov at gmail.com>
> Cc: Stephen Warren <swarren at wwwdotorg.org>
> Cc: Wolfram Sang <wsa at the-dreams.de>
> Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
> Cc: Mark Brown <broonie at kernel.org>
> Cc: Kevin Hilman <khilman at linaro.org>
> Suggested-by: Tony Lindgren <tony at atomide.com>
> Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
> ---
> 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 <gregkh at linuxfoundation.org>
More information about the linux-arm-kernel
mailing list