Re: [PATCH v6 04/21] PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifier

2016-03-27 Thread Chanwoo Choi
On 2016년 03월 28일 11:54, MyungJoo Ham wrote: >> >> This patch adds the new DEVFREQ_TRANSITION_NOTIFIER notifier to send >> the notification when the frequency of device is changed. >> This notifier has two state as following: >> - DEVFREQ_PRECHANGE : Notify it before chaning the frequency of de

Re: [PATCH v6 04/21] PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifier

2016-03-27 Thread MyungJoo Ham
> > This patch adds the new DEVFREQ_TRANSITION_NOTIFIER notifier to send > the notification when the frequency of device is changed. > This notifier has two state as following: > - DEVFREQ_PRECHANGE : Notify it before chaning the frequency of device > - DEVFREQ_POSTCHANGE : Notify it after cha

[PATCH v6 04/21] PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifier

2016-03-27 Thread Chanwoo Choi
This patch adds the new DEVFREQ_TRANSITION_NOTIFIER notifier to send the notification when the frequency of device is changed. This notifier has two state as following: - DEVFREQ_PRECHANGE : Notify it before chaning the frequency of device - DEVFREQ_POSTCHANGE : Notify it after changed the frequen