Re: [PATCH] devfreq: Suspend all devices on system shutdown

2019-03-06 Thread Chanwoo Choi
Hi Pavel, On 19. 3. 7. 오전 8:10, Pavel Machek wrote: > On Fri 2019-01-25 14:54:03, Marek Szyprowski wrote: >> This way devfreq core ensures that all its devices will be set to safe >> operation points before reboot operation. There are board on which some >> aggressive power saving operation points

Re: [PATCH] devfreq: Suspend all devices on system shutdown

2019-03-06 Thread Pavel Machek
On Fri 2019-01-25 14:54:03, Marek Szyprowski wrote: > This way devfreq core ensures that all its devices will be set to safe > operation points before reboot operation. There are board on which some > aggressive power saving operation points are behind the capabilities of > the bootloader to proper

Re: [PATCH] devfreq: Suspend all devices on system shutdown

2019-01-28 Thread Marek Szyprowski
Hi MyungJoo, On 2019-01-28 09:05, MyungJoo Ham wrote: >> This way devfreq core ensures that all its devices will be set to safe >> operation points before reboot operation. There are board on which some >> aggressive power saving operation points are behind the capabilities of >> the bootloader to

RE: [PATCH] devfreq: Suspend all devices on system shutdown

2019-01-28 Thread MyungJoo Ham
>This way devfreq core ensures that all its devices will be set to safe >operation points before reboot operation. There are board on which some >aggressive power saving operation points are behind the capabilities of >the bootloader to properly reset the hardware and boot the board. This >way one

Re: [PATCH] devfreq: Suspend all devices on system shutdown

2019-01-27 Thread Chanwoo Choi
Hi, On 19. 1. 25. 오후 10:54, Marek Szyprowski wrote: > This way devfreq core ensures that all its devices will be set to safe > operation points before reboot operation. There are board on which some > aggressive power saving operation points are behind the capabilities of > the bootloader to prope

[PATCH] devfreq: Suspend all devices on system shutdown

2019-01-25 Thread Marek Szyprowski
This way devfreq core ensures that all its devices will be set to safe operation points before reboot operation. There are board on which some aggressive power saving operation points are behind the capabilities of the bootloader to properly reset the hardware and boot the board. This way one can a