From: Scott Wood <scottwood@freescale.com>
To: Eduardo Valentin <edubezval@gmail.com>
Cc: "linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
Hongtao Jia <hongtao.jia@freescale.com>,
"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>
Subject: Re: [PATCH V3] thermal: qoriq: Add thermal management support
Date: Wed, 4 Nov 2015 16:45:15 -0600 [thread overview]
Message-ID: <1446677115.12676.26.camel@freescale.com> (raw)
In-Reply-To: <20151104192444.GA14127@localhost.localdomain>
On Wed, 2015-11-04 at 11:24 -0800, Eduardo Valentin wrote:
> On Fri, Sep 25, 2015 at 03:09:42AM +0000, Hongtao Jia wrote:
> >
> > > -----Original Message-----
> > > From: Wood Scott-B07421
> > > Sent: Friday, September 25, 2015 6:10 AM
> > > To: Jia Hongtao-B38951
> > > Cc: edubezval@gmail.com; linux-pm@vger.kernel.org; linuxppc-
> > > dev@lists.ozlabs.org
> > > Subject: Re: [PATCH V3] thermal: qoriq: Add thermal management support
> > >
> > > On Wed, 2015-09-23 at 16:28 +0800, Jia Hongtao wrote:
> > > > This driver add thermal management support by enabling TMU (Thermal
> > > > Monitoring Unit) on QorIQ platform.
> > > >
> > > > It's based on thermal of framework:
> > > > - Trip points defined in device tree.
> > > > - Cpufreq as cooling device registered in qoriq cpufreq driver.
> > >
> > > I don't see any cooling device registered in the qoriq cpufreq driver.
> > > Is this dependent on some other patch?
> >
> > It's not depend on any patch. But I saw your patch below:
> > [PATCH v3 5/5] cpufreq: qoriq: Don't look at clock implementation details
> > So I hold my patch waiting for your patch merged or there will be
> > conflict.
> >
> > I could send it out too if you are fine with it.
>
> Would you guys benefit of cpufreq-cpu0?
If you mean cpufreq-dt, no, as I explained in
https://lkml.org/lkml/2015/9/18/699
-Scott
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev
WARNING: multiple messages have this Message-ID (diff)
From: Scott Wood <scottwood@freescale.com>
To: Eduardo Valentin <edubezval@gmail.com>
Cc: Hongtao Jia <hongtao.jia@freescale.com>,
"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>
Subject: Re: [PATCH V3] thermal: qoriq: Add thermal management support
Date: Wed, 4 Nov 2015 16:45:15 -0600 [thread overview]
Message-ID: <1446677115.12676.26.camel@freescale.com> (raw)
In-Reply-To: <20151104192444.GA14127@localhost.localdomain>
On Wed, 2015-11-04 at 11:24 -0800, Eduardo Valentin wrote:
> On Fri, Sep 25, 2015 at 03:09:42AM +0000, Hongtao Jia wrote:
> >
> > > -----Original Message-----
> > > From: Wood Scott-B07421
> > > Sent: Friday, September 25, 2015 6:10 AM
> > > To: Jia Hongtao-B38951
> > > Cc: edubezval@gmail.com; linux-pm@vger.kernel.org; linuxppc-
> > > dev@lists.ozlabs.org
> > > Subject: Re: [PATCH V3] thermal: qoriq: Add thermal management support
> > >
> > > On Wed, 2015-09-23 at 16:28 +0800, Jia Hongtao wrote:
> > > > This driver add thermal management support by enabling TMU (Thermal
> > > > Monitoring Unit) on QorIQ platform.
> > > >
> > > > It's based on thermal of framework:
> > > > - Trip points defined in device tree.
> > > > - Cpufreq as cooling device registered in qoriq cpufreq driver.
> > >
> > > I don't see any cooling device registered in the qoriq cpufreq driver.
> > > Is this dependent on some other patch?
> >
> > It's not depend on any patch. But I saw your patch below:
> > [PATCH v3 5/5] cpufreq: qoriq: Don't look at clock implementation details
> > So I hold my patch waiting for your patch merged or there will be
> > conflict.
> >
> > I could send it out too if you are fine with it.
>
> Would you guys benefit of cpufreq-cpu0?
If you mean cpufreq-dt, no, as I explained in
https://lkml.org/lkml/2015/9/18/699
-Scott
next prev parent reply other threads:[~2015-11-04 22:45 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-23 8:28 [PATCH V3] thermal: qoriq: Add thermal management support Jia Hongtao
2015-09-23 8:28 ` Jia Hongtao
2015-09-24 22:09 ` Scott Wood
2015-09-24 22:09 ` Scott Wood
2015-09-25 3:09 ` Hongtao Jia
2015-09-25 3:09 ` Hongtao Jia
2015-09-25 5:12 ` Scott Wood
2015-09-25 7:36 ` Hongtao Jia
2015-09-25 7:36 ` Hongtao Jia
2015-11-04 19:24 ` Eduardo Valentin
2015-11-04 22:45 ` Scott Wood [this message]
2015-11-04 22:45 ` Scott Wood
2015-11-05 3:56 ` Hongtao Jia
2015-11-05 3:56 ` Hongtao Jia
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1446677115.12676.26.camel@freescale.com \
--to=scottwood@freescale.com \
--cc=edubezval@gmail.com \
--cc=hongtao.jia@freescale.com \
--cc=linux-pm@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.