Re: [PATCH V3 02/17] pinctrl: tegra: add suspend and resume support

2019-06-19 Thread Thierry Reding
On Wed, Jun 19, 2019 at 10:33:08AM +0200, Thierry Reding wrote: > On Tue, Jun 18, 2019 at 09:41:03AM -0600, Stephen Warren wrote: > > On 6/18/19 3:30 AM, Dmitry Osipenko wrote: > > > 18.06.2019 12:22, Dmitry Osipenko пишет: > > > > 18.06.2019 10:46, Sowjanya Komatineni пишет: > > > > > This patch a

Re: [PATCH V3 02/17] pinctrl: tegra: add suspend and resume support

2019-06-19 Thread Dmitry Osipenko
19.06.2019 11:31, Thierry Reding пишет: > On Tue, Jun 18, 2019 at 11:00:05PM +0300, Dmitry Osipenko wrote: >> 18.06.2019 20:34, Sowjanya Komatineni пишет: >>> >>> On 6/18/19 9:50 AM, Sowjanya Komatineni wrote: On 6/18/19 8:41 AM, Stephen Warren wrote: > On 6/18/19 3:30 AM, Dmitry Osip

Re: [PATCH V3 02/17] pinctrl: tegra: add suspend and resume support

2019-06-19 Thread Thierry Reding
On Tue, Jun 18, 2019 at 09:41:03AM -0600, Stephen Warren wrote: > On 6/18/19 3:30 AM, Dmitry Osipenko wrote: > > 18.06.2019 12:22, Dmitry Osipenko пишет: > > > 18.06.2019 10:46, Sowjanya Komatineni пишет: > > > > This patch adds suspend and resume support for Tegra pinctrl driver > > > > and regist

Re: [PATCH V3 02/17] pinctrl: tegra: add suspend and resume support

2019-06-19 Thread Thierry Reding
On Tue, Jun 18, 2019 at 11:00:05PM +0300, Dmitry Osipenko wrote: > 18.06.2019 20:34, Sowjanya Komatineni пишет: > > > > On 6/18/19 9:50 AM, Sowjanya Komatineni wrote: > >> > >> On 6/18/19 8:41 AM, Stephen Warren wrote: > >>> On 6/18/19 3:30 AM, Dmitry Osipenko wrote: > 18.06.2019 12:22, Dmitr

Re: [PATCH V3 02/17] pinctrl: tegra: add suspend and resume support

2019-06-18 Thread Sowjanya Komatineni
On 6/18/19 1:00 PM, Dmitry Osipenko wrote: 18.06.2019 20:34, Sowjanya Komatineni пишет: On 6/18/19 9:50 AM, Sowjanya Komatineni wrote: On 6/18/19 8:41 AM, Stephen Warren wrote: On 6/18/19 3:30 AM, Dmitry Osipenko wrote: 18.06.2019 12:22, Dmitry Osipenko пишет: 18.06.2019 10:46, Sowjanya Ko

Re: [PATCH V3 02/17] pinctrl: tegra: add suspend and resume support

2019-06-18 Thread Dmitry Osipenko
18.06.2019 20:34, Sowjanya Komatineni пишет: > > On 6/18/19 9:50 AM, Sowjanya Komatineni wrote: >> >> On 6/18/19 8:41 AM, Stephen Warren wrote: >>> On 6/18/19 3:30 AM, Dmitry Osipenko wrote: 18.06.2019 12:22, Dmitry Osipenko пишет: > 18.06.2019 10:46, Sowjanya Komatineni пишет: >> Thi

Re: [PATCH V3 02/17] pinctrl: tegra: add suspend and resume support

2019-06-18 Thread Sowjanya Komatineni
On 6/18/19 9:50 AM, Sowjanya Komatineni wrote: On 6/18/19 8:41 AM, Stephen Warren wrote: On 6/18/19 3:30 AM, Dmitry Osipenko wrote: 18.06.2019 12:22, Dmitry Osipenko пишет: 18.06.2019 10:46, Sowjanya Komatineni пишет: This patch adds suspend and resume support for Tegra pinctrl driver and

Re: [PATCH V3 02/17] pinctrl: tegra: add suspend and resume support

2019-06-18 Thread Sowjanya Komatineni
On 6/18/19 8:41 AM, Stephen Warren wrote: On 6/18/19 3:30 AM, Dmitry Osipenko wrote: 18.06.2019 12:22, Dmitry Osipenko пишет: 18.06.2019 10:46, Sowjanya Komatineni пишет: This patch adds suspend and resume support for Tegra pinctrl driver and registers them to syscore so the pinmux settings

Re: [PATCH V3 02/17] pinctrl: tegra: add suspend and resume support

2019-06-18 Thread Stephen Warren
On 6/18/19 3:30 AM, Dmitry Osipenko wrote: 18.06.2019 12:22, Dmitry Osipenko пишет: 18.06.2019 10:46, Sowjanya Komatineni пишет: This patch adds suspend and resume support for Tegra pinctrl driver and registers them to syscore so the pinmux settings are restored before the devices resume. Sign

Re: [PATCH V3 02/17] pinctrl: tegra: add suspend and resume support

2019-06-18 Thread Thierry Reding
On Tue, Jun 18, 2019 at 12:46:16AM -0700, Sowjanya Komatineni wrote: > This patch adds suspend and resume support for Tegra pinctrl driver > and registers them to syscore so the pinmux settings are restored > before the devices resume. This no longer uses syscore ops, so you need to reflect that i

Re: [PATCH V3 02/17] pinctrl: tegra: add suspend and resume support

2019-06-18 Thread Dmitry Osipenko
18.06.2019 12:22, Dmitry Osipenko пишет: > 18.06.2019 10:46, Sowjanya Komatineni пишет: >> This patch adds suspend and resume support for Tegra pinctrl driver >> and registers them to syscore so the pinmux settings are restored >> before the devices resume. >> >> Signed-off-by: Sowjanya Komatineni

Re: [PATCH V3 02/17] pinctrl: tegra: add suspend and resume support

2019-06-18 Thread Dmitry Osipenko
18.06.2019 10:46, Sowjanya Komatineni пишет: > This patch adds suspend and resume support for Tegra pinctrl driver > and registers them to syscore so the pinmux settings are restored > before the devices resume. > > Signed-off-by: Sowjanya Komatineni > --- > drivers/pinctrl/tegra/pinctrl-tegra.c

[PATCH V3 02/17] pinctrl: tegra: add suspend and resume support

2019-06-18 Thread Sowjanya Komatineni
This patch adds suspend and resume support for Tegra pinctrl driver and registers them to syscore so the pinmux settings are restored before the devices resume. Signed-off-by: Sowjanya Komatineni --- drivers/pinctrl/tegra/pinctrl-tegra.c| 62 drivers/pinctrl/