[PATCH V2] cpufreq: qoriq: Register cooling device based on device tree

Hongtao Jia hongtao.jia at freescale.com
Thu Nov 26 20:29:09 AEDT 2015


Thanks.
I just sent the new patch.

> -----Original Message-----
> From: Viresh Kumar [mailto:viresh.kumar at linaro.org]
> Sent: Thursday, November 26, 2015 5:08 PM
> To: Jia Hongtao-B38951
> Cc: edubezval at gmail.com; linux-pm at vger.kernel.org; linuxppc-
> dev at lists.ozlabs.org; devicetree at vger.kernel.org; Wood Scott-B07421
> Subject: Re: [PATCH V2] cpufreq: qoriq: Register cooling device based on
> device tree
> 
> On 26-11-15, 14:27, Jia Hongtao wrote:
> > +static void qoriq_cpufreq_ready(struct cpufreq_policy *policy) {
> > +	struct cpu_data *cpud = policy->driver_data;
> > +	struct device_node *np = of_get_cpu_node(policy->cpu, NULL);
> > +
> > +	if (WARN_ON(!np))
> > +		return;
> 
> Drop this and add my:
> 
> Reviewed-by: Viresh Kumar <viresh.kumar at linaro.org>
> 
> --
> viresh


More information about the Linuxppc-dev mailing list