linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] thermal-soc: urgent fixes for 3.12
@ 2013-10-14 22:00 Eduardo Valentin
  2013-10-15 11:36 ` Zhang Rui
  0 siblings, 1 reply; 3+ messages in thread
From: Eduardo Valentin @ 2013-10-14 22:00 UTC (permalink / raw)
  To: rui.zhang; +Cc: amit.daniel, l.majewski, linux-kernel, linux-pm

Hello Rui,

Please pull the following changes. It contains fixes for 3.12 on Exynos
thermal driver, which is currently broken, Exynos4412 is the main affected.
Thanks Lukasz for his persistence on getting this done for 3.12.

Lukasz, you need to queue the remaining changes on DT via your platform tree.

It contains also a fix on the extrapolation rules for TI SoCs.

The following changes since commit 74ae45a3d656d3e86bb8e776634ebdfd3f39f37c:

  Merge branches 'x86_pkg_temp' and 'misc' of .git into next (2013-09-25 21:41:44 +0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git next

for you to fetch changes up to 848a3b2b91a45f6b7814e2779f58cc0461d88fce:

  drivers: thermal: allow ti-soc-thermal run without pcb zone (2013-10-14 17:48:33 -0400)

----------------------------------------------------------------
Eduardo Valentin (1):
      drivers: thermal: allow ti-soc-thermal run without pcb zone

Lukasz Majewski (3):
      thermal: exynos: Remove check for thermal device pointer at exynos_report_trigger()
      thermal: exynos: Provide separate TMU data for Exynos4412
      thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos4412

 drivers/thermal/samsung/exynos_thermal_common.c    |  2 --
 drivers/thermal/samsung/exynos_tmu.c               | 12 ++++++---
 drivers/thermal/samsung/exynos_tmu.h               |  7 ++++-
 drivers/thermal/samsung/exynos_tmu_data.c          | 30 +++++++++++++++++-----
 drivers/thermal/samsung/exynos_tmu_data.h          | 13 +++++++++-
 drivers/thermal/ti-soc-thermal/ti-thermal-common.c |  1 +
 6 files changed, 51 insertions(+), 14 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] thermal-soc: urgent fixes for 3.12
  2013-10-14 22:00 [GIT PULL] thermal-soc: urgent fixes for 3.12 Eduardo Valentin
@ 2013-10-15 11:36 ` Zhang Rui
  2013-10-15 14:09   ` Eduardo Valentin
  0 siblings, 1 reply; 3+ messages in thread
From: Zhang Rui @ 2013-10-15 11:36 UTC (permalink / raw)
  To: Eduardo Valentin; +Cc: amit.daniel, l.majewski, linux-kernel, linux-pm

Hi, Eduardo,

On Mon, 2013-10-14 at 18:00 -0400, Eduardo Valentin wrote:
> Hello Rui,
> 
> Please pull the following changes. It contains fixes for 3.12 on Exynos
> thermal driver, which is currently broken, Exynos4412 is the main affected.
> Thanks Lukasz for his persistence on getting this done for 3.12.
> 
> Lukasz, you need to queue the remaining changes on DT via your platform tree.
> 
> It contains also a fix on the extrapolation rules for TI SoCs.
> 
> The following changes since commit 74ae45a3d656d3e86bb8e776634ebdfd3f39f37c:
> 
>   Merge branches 'x86_pkg_temp' and 'misc' of .git into next (2013-09-25 21:41:44 +0800)
> 
please rebase your tree on top of my master branch or Linus' tree.
Or else I'll pull in some thermal changes in my next branch that are
targeted for 3.13.

thanks,
rui
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git next
> 
> for you to fetch changes up to 848a3b2b91a45f6b7814e2779f58cc0461d88fce:
> 
>   drivers: thermal: allow ti-soc-thermal run without pcb zone (2013-10-14 17:48:33 -0400)
> 
> ----------------------------------------------------------------
> Eduardo Valentin (1):
>       drivers: thermal: allow ti-soc-thermal run without pcb zone
> 
> Lukasz Majewski (3):
>       thermal: exynos: Remove check for thermal device pointer at exynos_report_trigger()
>       thermal: exynos: Provide separate TMU data for Exynos4412
>       thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos4412
> 
>  drivers/thermal/samsung/exynos_thermal_common.c    |  2 --
>  drivers/thermal/samsung/exynos_tmu.c               | 12 ++++++---
>  drivers/thermal/samsung/exynos_tmu.h               |  7 ++++-
>  drivers/thermal/samsung/exynos_tmu_data.c          | 30 +++++++++++++++++-----
>  drivers/thermal/samsung/exynos_tmu_data.h          | 13 +++++++++-
>  drivers/thermal/ti-soc-thermal/ti-thermal-common.c |  1 +
>  6 files changed, 51 insertions(+), 14 deletions(-)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] thermal-soc: urgent fixes for 3.12
  2013-10-15 11:36 ` Zhang Rui
@ 2013-10-15 14:09   ` Eduardo Valentin
  0 siblings, 0 replies; 3+ messages in thread
From: Eduardo Valentin @ 2013-10-15 14:09 UTC (permalink / raw)
  To: Zhang Rui
  Cc: Eduardo Valentin, amit.daniel, l.majewski, linux-kernel, linux-pm

[-- Attachment #1: Type: text/plain, Size: 2333 bytes --]

On 15-10-2013 07:36, Zhang Rui wrote:
> Hi, Eduardo,
> 
> On Mon, 2013-10-14 at 18:00 -0400, Eduardo Valentin wrote:
>> Hello Rui,
>>
>> Please pull the following changes. It contains fixes for 3.12 on Exynos
>> thermal driver, which is currently broken, Exynos4412 is the main affected.
>> Thanks Lukasz for his persistence on getting this done for 3.12.
>>
>> Lukasz, you need to queue the remaining changes on DT via your platform tree.
>>
>> It contains also a fix on the extrapolation rules for TI SoCs.
>>
>> The following changes since commit 74ae45a3d656d3e86bb8e776634ebdfd3f39f37c:
>>
>>   Merge branches 'x86_pkg_temp' and 'misc' of .git into next (2013-09-25 21:41:44 +0800)
>>
> please rebase your tree on top of my master branch or Linus' tree.
> Or else I'll pull in some thermal changes in my next branch that are
> targeted for 3.13.

In fact, my bad. I am rebasing on top of your master and resending.

> 
> thanks,
> rui
>> are available in the git repository at:
>>
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git next
>>
>> for you to fetch changes up to 848a3b2b91a45f6b7814e2779f58cc0461d88fce:
>>
>>   drivers: thermal: allow ti-soc-thermal run without pcb zone (2013-10-14 17:48:33 -0400)
>>
>> ----------------------------------------------------------------
>> Eduardo Valentin (1):
>>       drivers: thermal: allow ti-soc-thermal run without pcb zone
>>
>> Lukasz Majewski (3):
>>       thermal: exynos: Remove check for thermal device pointer at exynos_report_trigger()
>>       thermal: exynos: Provide separate TMU data for Exynos4412
>>       thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos4412
>>
>>  drivers/thermal/samsung/exynos_thermal_common.c    |  2 --
>>  drivers/thermal/samsung/exynos_tmu.c               | 12 ++++++---
>>  drivers/thermal/samsung/exynos_tmu.h               |  7 ++++-
>>  drivers/thermal/samsung/exynos_tmu_data.c          | 30 +++++++++++++++++-----
>>  drivers/thermal/samsung/exynos_tmu_data.h          | 13 +++++++++-
>>  drivers/thermal/ti-soc-thermal/ti-thermal-common.c |  1 +
>>  6 files changed, 51 insertions(+), 14 deletions(-)
> 
> 
> 
> 


-- 
You have got to be excited about what you are doing. (L. Lamport)

Eduardo Valentin


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 295 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-15 14:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-14 22:00 [GIT PULL] thermal-soc: urgent fixes for 3.12 Eduardo Valentin
2013-10-15 11:36 ` Zhang Rui
2013-10-15 14:09   ` Eduardo Valentin

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).