linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Thermal SoC management updates for v4.11-rc1 #1
@ 2017-02-19  1:53 Eduardo Valentin
  2017-02-20 17:51 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Eduardo Valentin @ 2017-02-19  1:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: ACPI Devel Maling List, Linux PM, LKML, Rui Zhang

Hello Rui,

Please pull the following changes to get the Thermal SoC updates
for 4.11-rc1. Here we have:
- thermal support for zx2967. thanks to Baoyou Xie.
- new driver support for rcar-gen3.
- a couple of fixes on TI, exynos, and IMX drivers.

I might also send a second pull, depending if we get new versions
of other two drivers that have been on review for some time.

BR,

The following changes since commit cdb98c2698b4af287925abcba4d77d92af82a0c3:

  Revert "nvme: add support for the Write Zeroes command" (2016-12-13 19:53:37 -0800)

are available in the git repository at:

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

for you to fetch changes up to 992edf395b8a8411c506f4345bc04451eba95976:

  thermal: mtk_thermal: Staticise a number of data variables (2017-02-18 17:44:29 -0800)

----------------------------------------------------------------
Baoyou Xie (2):
      dt: bindings: add documentation for zx2967 family thermal sensor
      thermal: zx2967: add thermal driver for ZTE's zx2967 family

Keerthy (3):
      thermal: ti-soc-thermal: Remove CPU_THERMAL Dependency from TI_THERMAL
      thermal: arm: dra752: Remove TSHUT configuration
      thermal: arm: dra752: Remove all TSHUT related definitions

Krzysztof Kozlowski (1):
      thermal: exynos: Remove parsing unused samsung,tmu_cal_mode property

Shailendra Verma (1):
      thermal: imx: Fix possible NULL dereference.

Vivek Gautam (1):
      thermal: mtk_thermal: Staticise a number of data variables

Wolfram Sang (2):
      thermal: rcar_gen3_thermal: Document the R-Car Gen3
      thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driver

 .../bindings/thermal/rcar-gen3-thermal.txt         |  56 ++++
 .../devicetree/bindings/thermal/zx2967-thermal.txt | 116 +++++++
 drivers/thermal/Kconfig                            |  17 ++
 drivers/thermal/Makefile                           |   2 +
 drivers/thermal/imx_thermal.c                      |   4 +
 drivers/thermal/mtk_thermal.c                      |  16 +-
 drivers/thermal/rcar_gen3_thermal.c                | 335 +++++++++++++++++++++
 drivers/thermal/samsung/exynos_tmu.c               |   1 -
 drivers/thermal/samsung/exynos_tmu.h               |   1 -
 drivers/thermal/ti-soc-thermal/Kconfig             |   1 -
 drivers/thermal/ti-soc-thermal/dra752-bandgap.h    |  19 --
 .../thermal/ti-soc-thermal/dra752-thermal-data.c   |  28 +-
 drivers/thermal/zx2967_thermal.c                   | 258 ++++++++++++++++
 13 files changed, 797 insertions(+), 57 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.txt
 create mode 100644 Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
 create mode 100644 drivers/thermal/rcar_gen3_thermal.c
 create mode 100644 drivers/thermal/zx2967_thermal.c

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

* Re: [GIT PULL] Thermal SoC management updates for v4.11-rc1 #1
  2017-02-19  1:53 [GIT PULL] Thermal SoC management updates for v4.11-rc1 #1 Eduardo Valentin
@ 2017-02-20 17:51 ` Linus Torvalds
  2017-02-20 17:59   ` Eduardo Valentin
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2017-02-20 17:51 UTC (permalink / raw)
  To: Eduardo Valentin; +Cc: ACPI Devel Maling List, Linux PM, LKML, Rui Zhang

Eduardo,
 i'm ignoring this pull request because it seems to be meant for Rui
("Hello Rui"), even though he was just Cc'd and I was on the "To:"
field.

So if you actually meant for me to pull it directly and the "Hello"
was just a thinko, please re-send saying so, so that it doesn't get
lost.

                  Linus

On Sat, Feb 18, 2017 at 5:53 PM, Eduardo Valentin <edubezval@gmail.com> wrote:
> Hello Rui,
>
> Please pull the following changes to get the Thermal SoC updates
> for 4.11-rc1. [...]

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

* Re: [GIT PULL] Thermal SoC management updates for v4.11-rc1 #1
  2017-02-20 17:51 ` Linus Torvalds
@ 2017-02-20 17:59   ` Eduardo Valentin
  0 siblings, 0 replies; 3+ messages in thread
From: Eduardo Valentin @ 2017-02-20 17:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: ACPI Devel Maling List, Linux PM, LKML, Rui Zhang

Hello Linus,

On Mon, Feb 20, 2017 at 09:51:37AM -0800, Linus Torvalds wrote:
> Eduardo,
>  i'm ignoring this pull request because it seems to be meant for Rui
> ("Hello Rui"), even though he was just Cc'd and I was on the "To:"
> field.


Please ignore this pull. Yes, this pull was wrongly sent with your
email  in the To: line. My bad here as I generated the wrong mbox.

> 
> So if you actually meant for me to pull it directly and the "Hello"
> was just a thinko, please re-send saying so, so that it doesn't get
> lost.

I am resending this one, but this goes typically to Rui first, so he
builds a single pull to you, to avoid too many changes going directly to
you from the thermal subsystem.

For for now, ignore this.

Sorry for the noise.

> 
>                   Linus
> 
> On Sat, Feb 18, 2017 at 5:53 PM, Eduardo Valentin <edubezval@gmail.com> wrote:
> > Hello Rui,
> >
> > Please pull the following changes to get the Thermal SoC updates
> > for 4.11-rc1. [...]

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

end of thread, other threads:[~2017-02-20 17:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-19  1:53 [GIT PULL] Thermal SoC management updates for v4.11-rc1 #1 Eduardo Valentin
2017-02-20 17:51 ` Linus Torvalds
2017-02-20 17:59   ` 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).