linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Thermal-SoC management updates for v4.3-rc2
@ 2015-09-14  3:55 Eduardo Valentin
  2015-09-21  8:57 ` Javi Merino
  0 siblings, 1 reply; 3+ messages in thread
From: Eduardo Valentin @ 2015-09-14  3:55 UTC (permalink / raw)
  To: Rui Zhang; +Cc: Linux ACPI, Linux PM, LKML

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

Hello Rui,

(apologize for duplicates, now copying the mailing lists)

Please pull from

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

to receive Thermal-SoC Management updates for v4.3-rc2 with top-most

eba4f88d5af84e0fcaa5d6eb4fe35a75c47203cb:

  thermal: cpu_cooling: free power table on error or when unregistering (2015-09-13 20:34:05 -0700)

on top of commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

Specifics:
- Add compile test flags on thermal drivers that allow it without
producing compilation errors
- Fixes around memory allocation on cpu_cooling
- Fix on db8500 cpufreq code to allow autoload
- Maintainer entries for cpu cooling device

More fixes still to come, but if not for rc2, for rc3.

BR,

Eduardo Valentin
----------------------------------------------------------------
Eduardo Valentin (10):
      thermal: hisi: allow compile test
      thermal: spear: allow compile test
      thermal: rockchip: allow compile test
      thermal: kirkwood: allow compile test
      thermal: dove: allow compile test
      thermal: armada: allow compile test
      thermal: exynos: allow compile test
      thermal: qcom_spmi: allow compile test
      thermal: ti-soc: allow compile test
      thermal: ti-soc: Kconfig fix to avoid menu showing wrongly

Javi Merino (2):
      thermal: cpu_cooling: don't call kcalloc() under rcu_read_lock
      thermal: cpu_cooling: free power table on error or when unregistering

Luis de Bethencourt (1):
      thermal: db8500_cpufreq_cooling: Fix module autoload for OF platform driver

Punit Agrawal (1):
      thermal: Fix thermal_zone_of_sensor_register to match documentation

Viresh Kumar (1):
      thermal: cpu_cooling: Add MAINTAINERS entry

 MAINTAINERS                              | 10 ++++++
 drivers/thermal/Kconfig                  | 17 ++++++-----
 drivers/thermal/cpu_cooling.c            | 52 +++++++++++++++++++-------------
 drivers/thermal/db8500_cpufreq_cooling.c |  1 +
 drivers/thermal/ti-soc-thermal/Kconfig   |  8 ++---
 include/linux/thermal.h                  |  2 +-
 6 files changed, 55 insertions(+), 35 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

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

* Re: [GIT PULL] Thermal-SoC management updates for v4.3-rc2
  2015-09-14  3:55 [GIT PULL] Thermal-SoC management updates for v4.3-rc2 Eduardo Valentin
@ 2015-09-21  8:57 ` Javi Merino
  2015-09-21 13:36   ` Zhang, Rui
  0 siblings, 1 reply; 3+ messages in thread
From: Javi Merino @ 2015-09-21  8:57 UTC (permalink / raw)
  To: Rui Zhang, Eduardo Valentin; +Cc: Linux ACPI, Linux PM, LKML

Hi Eduardo, Rui,

On Mon, Sep 14, 2015 at 04:55:01AM +0100, Eduardo Valentin wrote:
> Hello Rui,
> 
> (apologize for duplicates, now copying the mailing lists)
> 
> Please pull from
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal fixes
> 
> to receive Thermal-SoC Management updates for v4.3-rc2 with top-most
> 
> eba4f88d5af84e0fcaa5d6eb4fe35a75c47203cb:
> 
>   thermal: cpu_cooling: free power table on error or when unregistering (2015-09-13 20:34:05 -0700)
> 
> on top of commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
> 
>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
> 
> Specifics:
> - Add compile test flags on thermal drivers that allow it without
> producing compilation errors
> - Fixes around memory allocation on cpu_cooling
> - Fix on db8500 cpufreq code to allow autoload
> - Maintainer entries for cpu cooling device
> 
> More fixes still to come, but if not for rc2, for rc3.

Looks like this didn't make it for -rc2.  Please send a pull request
for -rc3.

Thanks,
Javi

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

* RE: [GIT PULL] Thermal-SoC management updates for v4.3-rc2
  2015-09-21  8:57 ` Javi Merino
@ 2015-09-21 13:36   ` Zhang, Rui
  0 siblings, 0 replies; 3+ messages in thread
From: Zhang, Rui @ 2015-09-21 13:36 UTC (permalink / raw)
  To: Javi Merino, Eduardo Valentin; +Cc: Linux ACPI, Linux PM, LKML

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1571 bytes --]

Yeah, will send for -rc3.

Thanks,
rui

> -----Original Message-----
> From: Javi Merino [mailto:javi.merino@arm.com]
> Sent: Monday, September 21, 2015 4:58 PM
> To: Zhang, Rui; Eduardo Valentin
> Cc: Linux ACPI; Linux PM; LKML
> Subject: Re: [GIT PULL] Thermal-SoC management updates for v4.3-rc2
> Importance: High
> 
> Hi Eduardo, Rui,
> 
> On Mon, Sep 14, 2015 at 04:55:01AM +0100, Eduardo Valentin wrote:
> > Hello Rui,
> >
> > (apologize for duplicates, now copying the mailing lists)
> >
> > Please pull from
> >
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-therm
> > al fixes
> >
> > to receive Thermal-SoC Management updates for v4.3-rc2 with top-most
> >
> > eba4f88d5af84e0fcaa5d6eb4fe35a75c47203cb:
> >
> >   thermal: cpu_cooling: free power table on error or when
> > unregistering (2015-09-13 20:34:05 -0700)
> >
> > on top of commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
> >
> >   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
> >
> > Specifics:
> > - Add compile test flags on thermal drivers that allow it without
> > producing compilation errors
> > - Fixes around memory allocation on cpu_cooling
> > - Fix on db8500 cpufreq code to allow autoload
> > - Maintainer entries for cpu cooling device
> >
> > More fixes still to come, but if not for rc2, for rc3.
> 
> Looks like this didn't make it for -rc2.  Please send a pull request for -rc3.
> 
> Thanks,
> Javi
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

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

end of thread, other threads:[~2015-09-21 13:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-14  3:55 [GIT PULL] Thermal-SoC management updates for v4.3-rc2 Eduardo Valentin
2015-09-21  8:57 ` Javi Merino
2015-09-21 13:36   ` Zhang, Rui

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