Re: [PATCH v7 01/20] pinctrl: tegra: Add suspend and resume support

2019-08-07 Thread Linus Walleij
On Wed, Aug 7, 2019 at 5:40 AM Sowjanya Komatineni wrote: > On 8/6/19 2:51 PM, Sowjanya Komatineni wrote: > > > > On 8/5/19 2:20 AM, Linus Walleij wrote: > >> On Wed, Jul 31, 2019 at 11:11 PM Sowjanya Komatineni > >> wrote: > >> > >>> This patch adds support for Tegra pinctrl driver suspend and

Re: [PATCH v7 01/20] pinctrl: tegra: Add suspend and resume support

2019-08-06 Thread Sowjanya Komatineni
On 8/6/19 2:51 PM, Sowjanya Komatineni wrote: On 8/5/19 2:20 AM, Linus Walleij wrote: On Wed, Jul 31, 2019 at 11:11 PM Sowjanya Komatineni wrote: This patch adds support for Tegra pinctrl driver suspend and resume. During suspend, context of all pinctrl registers are stored and on resume

Re: [PATCH v7 01/20] pinctrl: tegra: Add suspend and resume support

2019-08-06 Thread Sowjanya Komatineni
On 8/6/19 10:59 AM, Dmitry Osipenko wrote: 05.08.2019 21:06, Sowjanya Komatineni пишет: On 8/5/19 3:50 AM, Dmitry Osipenko wrote: 01.08.2019 0:10, Sowjanya Komatineni пишет: This patch adds support for Tegra pinctrl driver suspend and resume. During suspend, context of all pinctrl

Re: [PATCH v7 01/20] pinctrl: tegra: Add suspend and resume support

2019-08-06 Thread Sowjanya Komatineni
On 8/5/19 2:20 AM, Linus Walleij wrote: On Wed, Jul 31, 2019 at 11:11 PM Sowjanya Komatineni wrote: This patch adds support for Tegra pinctrl driver suspend and resume. During suspend, context of all pinctrl registers are stored and on resume they are all restored to have all the pinmux

Re: [PATCH v7 01/20] pinctrl: tegra: Add suspend and resume support

2019-08-06 Thread Dmitry Osipenko
05.08.2019 21:06, Sowjanya Komatineni пишет: > > On 8/5/19 3:50 AM, Dmitry Osipenko wrote: >> 01.08.2019 0:10, Sowjanya Komatineni пишет: >>> This patch adds support for Tegra pinctrl driver suspend and resume. >>> >>> During suspend, context of all pinctrl registers are stored and >>> on resume

Re: [PATCH v7 01/20] pinctrl: tegra: Add suspend and resume support

2019-08-05 Thread Sowjanya Komatineni
On 8/5/19 3:50 AM, Dmitry Osipenko wrote: 01.08.2019 0:10, Sowjanya Komatineni пишет: This patch adds support for Tegra pinctrl driver suspend and resume. During suspend, context of all pinctrl registers are stored and on resume they are all restored to have all the pinmux and pad

Re: [PATCH v7 01/20] pinctrl: tegra: Add suspend and resume support

2019-08-05 Thread Dmitry Osipenko
01.08.2019 0:10, Sowjanya Komatineni пишет: > This patch adds support for Tegra pinctrl driver suspend and resume. > > During suspend, context of all pinctrl registers are stored and > on resume they are all restored to have all the pinmux and pad > configuration for normal operation. > >

Re: [PATCH v7 01/20] pinctrl: tegra: Add suspend and resume support

2019-08-05 Thread Linus Walleij
On Wed, Jul 31, 2019 at 11:11 PM Sowjanya Komatineni wrote: > This patch adds support for Tegra pinctrl driver suspend and resume. > > During suspend, context of all pinctrl registers are stored and > on resume they are all restored to have all the pinmux and pad > configuration for normal

[PATCH v7 01/20] pinctrl: tegra: Add suspend and resume support

2019-07-31 Thread Sowjanya Komatineni
This patch adds support for Tegra pinctrl driver suspend and resume. During suspend, context of all pinctrl registers are stored and on resume they are all restored to have all the pinmux and pad configuration for normal operation. Acked-by: Thierry Reding Reviewed-by: Dmitry Osipenko

[PATCH v7 01/20] pinctrl: tegra: Add suspend and resume support

2019-07-30 Thread Sowjanya Komatineni
This patch adds support for Tegra pinctrl driver suspend and resume. During suspend, context of all pinctrl registers are stored and on resume they are all restored to have all the pinmux and pad configuration for normal operation. Acked-by: Thierry Reding Reviewed-by: Dmitry Osipenko