* [GIT PULL] thermal soc changes
@ 2014-08-22 12:46 Eduardo Valentin
2014-08-27 7:41 ` Zhang Rui
0 siblings, 1 reply; 4+ messages in thread
From: Eduardo Valentin @ 2014-08-22 12:46 UTC (permalink / raw)
To: Rui Zhang; +Cc: Linux PM, LKML
Hello Rui,
Please pull these changes. Here we have three new features: IMX driver has
now support to i.mx6sx, the of-thermal now if aware of disabled thermal zones
in DT, and we shall have tracing support on thermal framework.
The following changes since commit 47d104ba5879790c7c91c3390b0b08399e168efe:
Merge branches 'exynos-fix', 'for-rc', 'int3403-fix', 'misc', 'rcar-thermal' and 'sti-thermal' of .git into next (2014-07-22 10:13:00 +0800)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
for you to fetch changes up to 3c94f17e72a7bcf689756da100b6051e535c45f4:
Thermal: imx: add i.mx6sx thermal support (2014-08-09 10:29:30 -0400)
----------------------------------------------------------------
Anson Huang (1):
Thermal: imx: add i.mx6sx thermal support
Laxman Dewangan (1):
thermal: add support to disable thermal zone from DTS
Punit Agrawal (3):
thermal: trace: Trace temperature changes
thermal: trace: Trace when a cooling device's state is updated
thermal: trace: Trace when temperature is above a trip point
.../devicetree/bindings/thermal/imx-thermal.txt | 5 +-
drivers/thermal/fair_share.c | 12 +++
drivers/thermal/imx_thermal.c | 91 ++++++++++++++++++----
drivers/thermal/of-thermal.c | 12 +++
drivers/thermal/step_wise.c | 5 +-
drivers/thermal/thermal_core.c | 7 ++
include/trace/events/thermal.h | 83 ++++++++++++++++++++
7 files changed, 200 insertions(+), 15 deletions(-)
create mode 100644 include/trace/events/thermal.h
BR,
Eduardo Valentin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] thermal soc changes
2014-08-22 12:46 [GIT PULL] thermal soc changes Eduardo Valentin
@ 2014-08-27 7:41 ` Zhang Rui
2014-08-27 13:27 ` Eduardo Valentin
0 siblings, 1 reply; 4+ messages in thread
From: Zhang Rui @ 2014-08-27 7:41 UTC (permalink / raw)
To: Eduardo Valentin; +Cc: Linux PM, LKML
On Fri, 2014-08-22 at 08:46 -0400, Eduardo Valentin wrote:
> Hello Rui,
>
> Please pull these changes. Here we have three new features: IMX driver has
> now support to i.mx6sx, the of-thermal now if aware of disabled thermal zones
> in DT, and we shall have tracing support on thermal framework.
>
> The following changes since commit 47d104ba5879790c7c91c3390b0b08399e168efe:
>
> Merge branches 'exynos-fix', 'for-rc', 'int3403-fix', 'misc', 'rcar-thermal' and 'sti-thermal' of .git into next (2014-07-22 10:13:00 +0800)
>
> are available in the git repository at:
>
>
> https://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
>
I suppose you mean
http://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git next branch. And I've pulled those changes in your next branch.
thanks,
rui
> for you to fetch changes up to 3c94f17e72a7bcf689756da100b6051e535c45f4:
>
> Thermal: imx: add i.mx6sx thermal support (2014-08-09 10:29:30 -0400)
>
> ----------------------------------------------------------------
> Anson Huang (1):
> Thermal: imx: add i.mx6sx thermal support
>
> Laxman Dewangan (1):
> thermal: add support to disable thermal zone from DTS
>
> Punit Agrawal (3):
> thermal: trace: Trace temperature changes
> thermal: trace: Trace when a cooling device's state is updated
> thermal: trace: Trace when temperature is above a trip point
>
> .../devicetree/bindings/thermal/imx-thermal.txt | 5 +-
> drivers/thermal/fair_share.c | 12 +++
> drivers/thermal/imx_thermal.c | 91 ++++++++++++++++++----
> drivers/thermal/of-thermal.c | 12 +++
> drivers/thermal/step_wise.c | 5 +-
> drivers/thermal/thermal_core.c | 7 ++
> include/trace/events/thermal.h | 83 ++++++++++++++++++++
> 7 files changed, 200 insertions(+), 15 deletions(-)
> create mode 100644 include/trace/events/thermal.h
>
>
> BR,
>
> Eduardo Valentin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] thermal soc changes
2014-08-27 7:41 ` Zhang Rui
@ 2014-08-27 13:27 ` Eduardo Valentin
2014-10-22 13:07 ` Punit Agrawal
0 siblings, 1 reply; 4+ messages in thread
From: Eduardo Valentin @ 2014-08-27 13:27 UTC (permalink / raw)
To: Zhang Rui; +Cc: Linux PM, LKML
Hello Rui,
On Wed, Aug 27, 2014 at 03:41:53PM +0800, Zhang Rui wrote:
> On Fri, 2014-08-22 at 08:46 -0400, Eduardo Valentin wrote:
> > Hello Rui,
> >
> > Please pull these changes. Here we have three new features: IMX driver has
> > now support to i.mx6sx, the of-thermal now if aware of disabled thermal zones
> > in DT, and we shall have tracing support on thermal framework.
> >
> > The following changes since commit 47d104ba5879790c7c91c3390b0b08399e168efe:
> >
> > Merge branches 'exynos-fix', 'for-rc', 'int3403-fix', 'misc', 'rcar-thermal' and 'sti-thermal' of .git into next (2014-07-22 10:13:00 +0800)
> >
> > are available in the git repository at:
> >
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
> >
>
> I suppose you mean
> http://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git next branch. And I've pulled those changes in your next branch.
Yes Rui. I made a mistake.
Thanks for pulling.
>
> thanks,
Cheers,
> rui
> > for you to fetch changes up to 3c94f17e72a7bcf689756da100b6051e535c45f4:
> >
> > Thermal: imx: add i.mx6sx thermal support (2014-08-09 10:29:30 -0400)
> >
> > ----------------------------------------------------------------
> > Anson Huang (1):
> > Thermal: imx: add i.mx6sx thermal support
> >
> > Laxman Dewangan (1):
> > thermal: add support to disable thermal zone from DTS
> >
> > Punit Agrawal (3):
> > thermal: trace: Trace temperature changes
> > thermal: trace: Trace when a cooling device's state is updated
> > thermal: trace: Trace when temperature is above a trip point
> >
> > .../devicetree/bindings/thermal/imx-thermal.txt | 5 +-
> > drivers/thermal/fair_share.c | 12 +++
> > drivers/thermal/imx_thermal.c | 91 ++++++++++++++++++----
> > drivers/thermal/of-thermal.c | 12 +++
> > drivers/thermal/step_wise.c | 5 +-
> > drivers/thermal/thermal_core.c | 7 ++
> > include/trace/events/thermal.h | 83 ++++++++++++++++++++
> > 7 files changed, 200 insertions(+), 15 deletions(-)
> > create mode 100644 include/trace/events/thermal.h
> >
> >
> > BR,
> >
> > Eduardo Valentin
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] thermal soc changes
2014-08-27 13:27 ` Eduardo Valentin
@ 2014-10-22 13:07 ` Punit Agrawal
0 siblings, 0 replies; 4+ messages in thread
From: Punit Agrawal @ 2014-10-22 13:07 UTC (permalink / raw)
To: Eduardo Valentin; +Cc: Zhang Rui, Linux PM, LKML
Hi Rui
Eduardo Valentin <edubezval@gmail.com> writes:
> Hello Rui,
>
> On Wed, Aug 27, 2014 at 03:41:53PM +0800, Zhang Rui wrote:
>> On Fri, 2014-08-22 at 08:46 -0400, Eduardo Valentin wrote:
>> > Hello Rui,
>> >
>> > Please pull these changes. Here we have three new features: IMX driver has
>> > now support to i.mx6sx, the of-thermal now if aware of disabled thermal zones
>> > in DT, and we shall have tracing support on thermal framework.
>> >
>> > The following changes since commit 47d104ba5879790c7c91c3390b0b08399e168efe:
>> >
>> > Merge branches 'exynos-fix', 'for-rc', 'int3403-fix', 'misc', 'rcar-thermal' and 'sti-thermal' of .git into next (2014-07-22 10:13:00 +0800)
>> >
>> > are available in the git repository at:
>> >
>> >
>> > https://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
>> >
>>
>> I suppose you mean
>> http://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git next branch. And I've pulled those changes in your next branch.
>
> Yes Rui. I made a mistake.
>
> Thanks for pulling.
>
>
>>
>> thanks,
>
> Cheers,
>
[...]
>> > Punit Agrawal (3):
>> > thermal: trace: Trace temperature changes
>> > thermal: trace: Trace when a cooling device's state is updated
>> > thermal: trace: Trace when temperature is above a trip point
I can't find the thermal trace patches in 3.18-rc1. When should I expect
to see them in Linus' tree?
Cheers,
Punit
[...]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-10-22 13:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22 12:46 [GIT PULL] thermal soc changes Eduardo Valentin
2014-08-27 7:41 ` Zhang Rui
2014-08-27 13:27 ` Eduardo Valentin
2014-10-22 13:07 ` Punit Agrawal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).