Re: [PATCH v4 1/6] pinctrl: rockchip: add suspend/resume functions

2014-10-28 Thread Linus Walleij
On Wed, Oct 22, 2014 at 1:19 AM, Chris Zhong wrote: > From: Chris > > support suspend/resume of pinctrl, it allows handling sleep mode > for hogged pins in pinctrl > > Signed-off-by: Chris Zhong Looks good but I'm delegating to Heiko to collect and review patches on the Rockchip pin control dr

Re: [PATCH v4 1/6] pinctrl: rockchip: add suspend/resume functions

2014-10-21 Thread Doug Anderson
Chris, On Tue, Oct 21, 2014 at 4:19 PM, Chris Zhong wrote: > From: Chris I think your git is misconfigured. The above "From" line will make the author end up without your last name. Heiko mentioned this in v4. > diff --git a/drivers/pinctrl/pinctrl-rockchip.c > b/drivers/pinctrl/pinctrl-roc

[PATCH v4 1/6] pinctrl: rockchip: add suspend/resume functions

2014-10-21 Thread Chris Zhong
From: Chris support suspend/resume of pinctrl, it allows handling sleep mode for hogged pins in pinctrl Signed-off-by: Chris Zhong --- Changes in v4: - use SIMPLE_DEV_PM_OPS for suspend/resume struct Changes in v3: None Changes in v2: None drivers/pinctrl/pinctrl-rockchip.c | 20