Re: [PATCH V2 1/5] cpufreq: Introduce cpufreq_notify_post_transition()

2014-01-05 Thread Rafael J. Wysocki
On Monday, December 02, 2013 11:04:12 AM Viresh Kumar wrote: > This introduces another routine cpufreq_notify_post_transition() which can be > used to send POSTCHANGE notification for new freq with or without both > {PRE|POST}CHANGE notifications for last freq. This is useful at multiple >

Re: [PATCH V2 1/5] cpufreq: Introduce cpufreq_notify_post_transition()

2014-01-05 Thread Rafael J. Wysocki
On Monday, December 02, 2013 11:04:12 AM Viresh Kumar wrote: This introduces another routine cpufreq_notify_post_transition() which can be used to send POSTCHANGE notification for new freq with or without both {PRE|POST}CHANGE notifications for last freq. This is useful at multiple places,

[PATCH V2 1/5] cpufreq: Introduce cpufreq_notify_post_transition()

2013-12-01 Thread Viresh Kumar
This introduces another routine cpufreq_notify_post_transition() which can be used to send POSTCHANGE notification for new freq with or without both {PRE|POST}CHANGE notifications for last freq. This is useful at multiple places, specially for sending transition failure notifications.

[PATCH V2 1/5] cpufreq: Introduce cpufreq_notify_post_transition()

2013-12-01 Thread Viresh Kumar
This introduces another routine cpufreq_notify_post_transition() which can be used to send POSTCHANGE notification for new freq with or without both {PRE|POST}CHANGE notifications for last freq. This is useful at multiple places, specially for sending transition failure notifications.