Re: [PATCH v2 2/2] bus: tegra-aconnect: add system sleep callbacks

2019-03-13 Thread Jon Hunter
On 13/03/2019 04:41, Sameer Pujar wrote: > pm_runtime_force_suspend() and pm_runtime_force_resume() are used as system > sleep noirq suspend and resume callbacks. If the driver is active till late > suspend, where runtime PM cannot run, force suspend is essential for the > device. This makes

[PATCH v2 2/2] bus: tegra-aconnect: add system sleep callbacks

2019-03-12 Thread Sameer Pujar
pm_runtime_force_suspend() and pm_runtime_force_resume() are used as system sleep noirq suspend and resume callbacks. If the driver is active till late suspend, where runtime PM cannot run, force suspend is essential for the device. This makes sure that the device is put into low power state