On 22-01-16, 12:49, Shilpasri G Bhat wrote: > Currently we use printk message to notify the throttle event. But this > can flood the console if the cpu is throttled frequently. So replace the > printk with the tracepoint to notify the throttle event. And also events > like throttle below nominal frequency and OCC_RESET are reduced to > pr_warn/pr_warn_once as pointed by MFG to not mark them as critical > messages. This patch adds 'throt_reason' to struct chip to store the > throttle reason. > > Signed-off-by: Shilpasri G Bhat <shilpa.b...@linux.vnet.ibm.com> > Reviewed-by: Gautham R. Shenoy <e...@linux.vnet.ibm.com> > --- > No changes from v5.
You have done too many things in a single patch, its always better to keep a patch for a special problem. Don't try to solve everything in the same patch. Though, I am NOT strongly saying that you respin this patch now. Acked-by: Viresh Kumar <viresh.ku...@linaro.org> -- viresh