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

2018-11-12 Thread Evan Green
On Fri, Nov 9, 2018 at 11:20 PM Bjorn Andersson wrote: > > On Fri 09 Nov 14:28 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 ha

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

2018-11-09 Thread Bjorn Andersson
On Fri 09 Nov 14:28 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

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

2018-11-09 Thread Stephen Boyd
Quoting Evan Green (2018-11-09 14:28:35) > 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

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

2018-11-09 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 --- drivers/pinctrl/qcom/pinctrl-msm.