Re: [PATCH v2] pinctrl: msm: Add sleep pinctrl state transitions

2018-11-19 Thread Linus Walleij
On Fri, Nov 16, 2018 at 7:59 PM Evan Green wrote: > Add PM suspend callbacks to the msm core driver that select the > sleep and default pinctrl states. Then wire those callbacks up > in the sdm845 driver, for those boards that may have GPIO hogs > that need to change state during suspend. > > Sig

Re: [PATCH v2] pinctrl: msm: Add sleep pinctrl state transitions

2018-11-16 Thread Bjorn Andersson
On Fri 16 Nov 10:58 PST 2018, Evan Green wrote: > Add PM suspend callbacks to the msm core driver that select the > sleep and default pinctrl states. Then wire those callbacks up > in the sdm845 driver, for those boards that may have GPIO hogs > that need to change state during suspend. > > Signe

[PATCH v2] pinctrl: msm: Add sleep pinctrl state transitions

2018-11-16 Thread Evan Green
Add PM suspend callbacks to the msm core driver that select the sleep and default pinctrl states. Then wire those callbacks up in the sdm845 driver, for those boards that may have GPIO hogs that need to change state during suspend. Signed-off-by: Evan Green Reviewed-by: Stephen Boyd --- Changes