Re: [PATCH V2 00/12] LP0 entry and exit support for Tegra210

2019-06-04 Thread Peter De Schrijver
On Tue, May 28, 2019 at 04:08:44PM -0700, Sowjanya Komatineni wrote: > This patch series includes Tegra210 deepsleep/LP0 support with > deep sleep exit through RTC alarm wake and power button wake events. > We have been calling this SC7 (system C-state 7) for quite a while now. Peter. > Note: W

Re: [PATCH V2 00/12] LP0 entry and exit support for Tegra210

2019-05-29 Thread Thierry Reding
On Tue, May 28, 2019 at 04:08:44PM -0700, Sowjanya Komatineni wrote: > This patch series includes Tegra210 deepsleep/LP0 support with > deep sleep exit through RTC alarm wake and power button wake events. > > Note: Wake on power button is through gpio-keys node in device tree. On the Jetson TX2 p

[PATCH V2 00/12] LP0 entry and exit support for Tegra210

2019-05-28 Thread Sowjanya Komatineni
This patch series includes Tegra210 deepsleep/LP0 support with deep sleep exit through RTC alarm wake and power button wake events. Note: Wake on power button is through gpio-keys node in device tree. This series also includes save and restore of PLLs, clocks, OSC contexts for basic LP0 exit. Th