From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@linaro.org (Kevin Hilman) Date: Wed, 05 Jun 2013 08:57:40 -0700 Subject: [PATCH 1/3] drivers: pinctrl sleep and idle states in the core In-Reply-To: <1370439873-30053-1-git-send-email-linus.walleij@stericsson.com> (Linus Walleij's message of "Wed, 5 Jun 2013 15:44:31 +0200") References: <1370439873-30053-1-git-send-email-linus.walleij@stericsson.com> Message-ID: <8761xszh1n.fsf@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Linus Walleij writes: > From: Linus Walleij > > If a device have sleep and idle states in addition to the > default state, look up these in the core and stash them in > the pinctrl state container. > > Add accessor functions for pinctrl consumers to put the pins > into "default", "sleep" and "idle" states passing nothing but > the struct device * affected. > > Solution suggested by Kevin Hilman, Mark Brown and Dmitry > Torokhov in response to a patch series from Hebbar > Gururaja. > > Cc: Hebbar Gururaja > Cc: Mark Brown > Cc: Dmitry Torokhov > Cc: Kevin Hilman > Cc: Greg Kroah-Hartman > Cc: Stephen Warren > Cc: Wolfram Sang > Signed-off-by: Linus Walleij > --- > I'm seeking Gregs ACK on this in the end, so we can take this > in through the pinctrl tree. But first let's review! Reviewed-by: Kevin Hilman