Re: [PATCH] pinctrl: clarify idle vs sleep states

2012-09-26 Thread Stephen Warren
On 09/26/2012 07:01 AM, Linus Walleij wrote: > From: Linus Walleij > > This pure documentation fix tries to align the "idle" and > "sleep" pin states to the idle and suspend states from > runtime PM. Seems reasonable, Acked-by: Stephen Warren -- To unsubscribe from this list: send the line "uns

[PATCH] pinctrl: clarify idle vs sleep states

2012-09-26 Thread Linus Walleij
From: Linus Walleij This pure documentation fix tries to align the "idle" and "sleep" pin states to the idle and suspend states from runtime PM. Signed-off-by: Linus Walleij --- include/linux/pinctrl/pinctrl-state.h | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/in