Re: [PATCH v6] power: suspend: Move dpm_watchdog to suspend.c and enhance it

2021-03-23 Thread Greg Kroah-Hartman
On Thu, Jan 28, 2021 at 05:39:27PM +0800, Joseph Jang wrote: > Since dpm_watchdog just cover two functions __device_suspend() and > device_resume(), we proposed to move it to core power suspend.c to extend > its coverage and monitor more devices suspend hand issues. > > We propose to use new name

Re: [PATCH v6] power: suspend: Move dpm_watchdog to suspend.c and enhance it

2021-03-16 Thread josephjang
Since dpm_watchdog just cover two functions __device_suspend() and device_resume(), we proposed to move it to core power suspend.c to extend its coverage and monitor more devices suspend hand issues. We propose to use new name suspend watchdog and new timeout handler to cover more sleep hang is

[PATCH v6] power: suspend: Move dpm_watchdog to suspend.c and enhance it

2021-01-28 Thread Joseph Jang
Since dpm_watchdog just cover two functions __device_suspend() and device_resume(), we proposed to move it to core power suspend.c to extend its coverage and monitor more devices suspend hand issues. We propose to use new name suspend watchdog and new timeout handler to cover more sleep hang issue