Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1260235 > unrolled thread

[GIT PULL] Thermal-SoC management updates for v4.4-rc1 #1

Started byEduardo Valentin <edubezval@gmail.com>
First post2015-11-01 21:40 +0100
Last post2015-11-04 03:40 +0100
Articles 5 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Thermal-SoC management updates for v4.4-rc1 #1 Eduardo Valentin <edubezval@gmail.com> - 2015-11-01 21:40 +0100
    RE: [GIT PULL] Thermal-SoC management updates for v4.4-rc1 #1 "Zhang, Rui" <rui.zhang@intel.com> - 2015-11-03 04:20 +0100
      Re: [GIT PULL] Thermal-SoC management updates for v4.4-rc1 #1 Eduardo Valentin <edubezval@gmail.com> - 2015-11-03 18:20 +0100
        Re: [GIT PULL] Thermal-SoC management updates for v4.4-rc1 #1 "Rafael J. Wysocki" <rafael@kernel.org> - 2015-11-03 22:20 +0100
          RE: [GIT PULL] Thermal-SoC management updates for v4.4-rc1 #1 "Zhang, Rui" <rui.zhang@intel.com> - 2015-11-04 03:40 +0100

#1260235 — [GIT PULL] Thermal-SoC management updates for v4.4-rc1 #1

FromEduardo Valentin <edubezval@gmail.com>
Date2015-11-01 21:40 +0100
Subject[GIT PULL] Thermal-SoC management updates for v4.4-rc1 #1
Message-ID<qq7zY-4y5-17@gated-at.bofh.it>
Hello Rui,

Please pull from

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

to receive Thermal-SoC Management updates for v4.4-rc1 with top-most

8fb2b9ac2aadd6d87f89071c2c85f8c12b41c943:

  thermal: underflow bug in imx_set_trip_temp() (2015-10-30 11:35:50 -0700)

on top of commit 3225031fbeb1e32b269a82eccd815128267a4bfe:

  Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile (2015-09-28 12:27:18 -0400)

Specifics:
- OMAP3 support on TI SoC thermal driver.
- Devfreq cooling device. This comes with a change in OPP layer Acked by Viresh K.
- Fixes on IMX, Armada, and Rockchip thermal drivers.
- This branch has been compiled tested and boot tested by Linaro bot [1,2].

Apologize for the silent in the past weeks. I had two trips in a row and had
limited Internet access. Please let me know if I missed your patch. I tried
checking those that were idling in the mailing list and cleaning the patchwork,
but I might have missed some. So, still catching up.

There are still new drivers to be reviewed and merged which is on my radar. I
will be sending updates still to see if they can make this merge window. For
now I would say they will be scheduled for the next one.

[1] - http://kernelci.org/build/evalenti/kernel/v4.3-rc3-52-g8fb2b9ac2aad/
[2] - http://kernelci.org/boot/all/job/evalenti/kernel/v4.3-rc3-52-g8fb2b9ac2aad/

BR,

Eduardo Valentin
----------------------------------------------------------------
Bai Ping (1):
      thermal: imx: register irq handler later in probe

Dan Carpenter (1):
      thermal: underflow bug in imx_set_trip_temp()

Dmitry Torokhov (2):
      thermal: rockchip: fix handling of invalid readings
      thermal: rockhip: fix setting thermal shutdown polarity

Eduardo Valentin (1):
      thermal: ti-soc-thermal: add OMAP36xx support

Javi Merino (2):
      PM / OPP: get the voltage for all OPPs
      devfreq_cooling: add trace information

Nadav Haklai (1):
      thermal: armada: Fix possible overflow in the Armada 380 thermal sensor formula

Pavel Machek (1):
      ti-soc-thermal: implement omap3 support

Ørjan Eide (1):
      thermal: Add devfreq cooling

 .../devicetree/bindings/thermal/ti_soc_thermal.txt |  14 +
 drivers/base/power/opp.c                           |   4 +-
 drivers/thermal/Kconfig                            |  14 +
 drivers/thermal/Makefile                           |   3 +
 drivers/thermal/armada_thermal.c                   |   6 +-
 drivers/thermal/devfreq_cooling.c                  | 569 +++++++++++++++++++++
 drivers/thermal/imx_thermal.c                      |  21 +-
 drivers/thermal/rockchip_thermal.c                 |  38 +-
 drivers/thermal/ti-soc-thermal/Kconfig             |  15 +
 drivers/thermal/ti-soc-thermal/Makefile            |   1 +
 .../thermal/ti-soc-thermal/omap3-thermal-data.c    | 176 +++++++
 drivers/thermal/ti-soc-thermal/ti-bandgap.c        |  14 +
 drivers/thermal/ti-soc-thermal/ti-bandgap.h        |  11 +
 include/linux/devfreq_cooling.h                    |  81 +++
 include/trace/events/thermal.h                     |  53 ++
 15 files changed, 985 insertions(+), 35 deletions(-)
 create mode 100644 drivers/thermal/devfreq_cooling.c
 create mode 100644 drivers/thermal/ti-soc-thermal/omap3-thermal-data.c
 create mode 100644 include/linux/devfreq_cooling.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1261173

From"Zhang, Rui" <rui.zhang@intel.com>
Date2015-11-03 04:20 +0100
Message-ID<qqAiC-5zj-7@gated-at.bofh.it>
In reply to#1260235

> -----Original Message-----
> From: Eduardo Valentin [mailto:edubezval@gmail.com]
> Sent: Monday, November 02, 2015 4:31 AM
> To: Zhang, Rui
> Cc: Linux ACPI; Linux PM; LKML
> Subject: [GIT PULL] Thermal-SoC management updates for v4.4-rc1 #1
> Importance: High
> 
> Hello Rui,
> 
> Please pull from
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
> linus
> 
> to receive Thermal-SoC Management updates for v4.4-rc1 with top-most
> 
> 8fb2b9ac2aadd6d87f89071c2c85f8c12b41c943:
> 
>   thermal: underflow bug in imx_set_trip_temp() (2015-10-30 11:35:50 -0700)
> 
> on top of commit 3225031fbeb1e32b269a82eccd815128267a4bfe:
> 
>   Merge branch 'stable' of
> git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile (2015-09-28
> 12:27:18 -0400)
> 
> Specifics:
> - OMAP3 support on TI SoC thermal driver.
> - Devfreq cooling device. This comes with a change in OPP layer Acked by
> Viresh K.
> - Fixes on IMX, Armada, and Rockchip thermal drivers.
> - This branch has been compiled tested and boot tested by Linaro bot [1,2].
> 
> Apologize for the silent in the past weeks. I had two trips in a row and had
> limited Internet access. Please let me know if I missed your patch. I tried
> checking those that were idling in the mailing list and cleaning the patchwork,
> but I might have missed some. So, still catching up.
> 
> There are still new drivers to be reviewed and merged which is on my radar. I
> will be sending updates still to see if they can make this merge window. For
> now I would say they will be scheduled for the next one.
> 
> [1] - http://kernelci.org/build/evalenti/kernel/v4.3-rc3-52-g8fb2b9ac2aad/
> [2] - http://kernelci.org/boot/all/job/evalenti/kernel/v4.3-rc3-52-
> g8fb2b9ac2aad/
> 
> BR,
> 
> Eduardo Valentin
> ----------------------------------------------------------------
> Bai Ping (1):
>       thermal: imx: register irq handler later in probe
> 
> Dan Carpenter (1):
>       thermal: underflow bug in imx_set_trip_temp()
> 
> Dmitry Torokhov (2):
>       thermal: rockchip: fix handling of invalid readings
>       thermal: rockhip: fix setting thermal shutdown polarity
> 
> Eduardo Valentin (1):
>       thermal: ti-soc-thermal: add OMAP36xx support
> 
> Javi Merino (2):
>       PM / OPP: get the voltage for all OPPs

I think this patch should be took by Rafael, right?

Thanks,
Rui

>       devfreq_cooling: add trace information
> 
> Nadav Haklai (1):
>       thermal: armada: Fix possible overflow in the Armada 380 thermal sensor
> formula
> 
> Pavel Machek (1):
>       ti-soc-thermal: implement omap3 support
> 
> Ørjan Eide (1):
>       thermal: Add devfreq cooling
> 
>  .../devicetree/bindings/thermal/ti_soc_thermal.txt |  14 +
>  drivers/base/power/opp.c                           |   4 +-
>  drivers/thermal/Kconfig                            |  14 +
>  drivers/thermal/Makefile                           |   3 +
>  drivers/thermal/armada_thermal.c                   |   6 +-
>  drivers/thermal/devfreq_cooling.c                  | 569
> +++++++++++++++++++++
>  drivers/thermal/imx_thermal.c                      |  21 +-
>  drivers/thermal/rockchip_thermal.c                 |  38 +-
>  drivers/thermal/ti-soc-thermal/Kconfig             |  15 +
>  drivers/thermal/ti-soc-thermal/Makefile            |   1 +
>  .../thermal/ti-soc-thermal/omap3-thermal-data.c    | 176 +++++++
>  drivers/thermal/ti-soc-thermal/ti-bandgap.c        |  14 +
>  drivers/thermal/ti-soc-thermal/ti-bandgap.h        |  11 +
>  include/linux/devfreq_cooling.h                    |  81 +++
>  include/trace/events/thermal.h                     |  53 ++
>  15 files changed, 985 insertions(+), 35 deletions(-)  create mode 100644
> drivers/thermal/devfreq_cooling.c  create mode 100644 drivers/thermal/ti-
> soc-thermal/omap3-thermal-data.c
>  create mode 100644 include/linux/devfreq_cooling.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1261729

FromEduardo Valentin <edubezval@gmail.com>
Date2015-11-03 18:20 +0100
Message-ID<qqNpw-5Kb-5@gated-at.bofh.it>
In reply to#1261173
Rui, Rafael,

On Tue, Nov 03, 2015 at 03:10:28AM +0000, Zhang, Rui wrote:
> 
> > Javi Merino (2):
> >       PM / OPP: get the voltage for all OPPs
> 
> I think this patch should be took by Rafael, right?
> 
> Thanks,
> Rui
> 
> >  drivers/base/power/opp.c                           |   4 +-

Well, yes. I included it here because the devfreq support has a
(functional) dependency on this change. As it is a small change, and
I did not notice any break in linux-next, I included it in my pull
request.

Rafael, I think it is your call. Do you want collect this one and send
it via your tree, or are you fine having it going through Ruis?

BR,

Eduardo Valentin

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1261899

From"Rafael J. Wysocki" <rafael@kernel.org>
Date2015-11-03 22:20 +0100
Message-ID<qqR9M-87W-15@gated-at.bofh.it>
In reply to#1261729
HI,

On Tue, Nov 3, 2015 at 6:13 PM, Eduardo Valentin <edubezval@gmail.com> wrote:
> Rui, Rafael,
>
> On Tue, Nov 03, 2015 at 03:10:28AM +0000, Zhang, Rui wrote:
>>
>> > Javi Merino (2):
>> >       PM / OPP: get the voltage for all OPPs
>>
>> I think this patch should be took by Rafael, right?
>>
>> Thanks,
>> Rui
>>
>> >  drivers/base/power/opp.c                           |   4 +-
>
> Well, yes. I included it here because the devfreq support has a
> (functional) dependency on this change. As it is a small change, and
> I did not notice any break in linux-next, I included it in my pull
> request.
>
> Rafael, I think it is your call. Do you want collect this one and send
> it via your tree, or are you fine having it going through Ruis?

It can go in through the Rui's tree as far as I'm concerned.

Thanks,
Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1262050

From"Zhang, Rui" <rui.zhang@intel.com>
Date2015-11-04 03:40 +0100
Message-ID<qqW9r-2KP-9@gated-at.bofh.it>
In reply to#1261899
DQoNCj4gLS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0NCj4gRnJvbTogbGludXgtYWNwaS1vd25l
ckB2Z2VyLmtlcm5lbC5vcmcgW21haWx0bzpsaW51eC1hY3BpLQ0KPiBvd25lckB2Z2VyLmtlcm5l
bC5vcmddIE9uIEJlaGFsZiBPZiBSYWZhZWwgSi4gV3lzb2NraQ0KPiBTZW50OiBXZWRuZXNkYXks
IE5vdmVtYmVyIDA0LCAyMDE1IDU6MTQgQU0NCj4gVG86IEVkdWFyZG8gVmFsZW50aW4NCj4gQ2M6
IFpoYW5nLCBSdWk7IFJhZmFlbCBKLiBXeXNvY2tpOyBMaW51eCBBQ1BJOyBMaW51eCBQTTsgTEtN
TA0KPiBTdWJqZWN0OiBSZTogW0dJVCBQVUxMXSBUaGVybWFsLVNvQyBtYW5hZ2VtZW50IHVwZGF0
ZXMgZm9yIHY0LjQtcmMxICMxDQo+IEltcG9ydGFuY2U6IEhpZ2gNCj4gDQo+IEhJLA0KPiANCj4g
T24gVHVlLCBOb3YgMywgMjAxNSBhdCA2OjEzIFBNLCBFZHVhcmRvIFZhbGVudGluIDxlZHViZXp2
YWxAZ21haWwuY29tPg0KPiB3cm90ZToNCj4gPiBSdWksIFJhZmFlbCwNCj4gPg0KPiA+IE9uIFR1
ZSwgTm92IDAzLCAyMDE1IGF0IDAzOjEwOjI4QU0gKzAwMDAsIFpoYW5nLCBSdWkgd3JvdGU6DQo+
ID4+DQo+ID4+ID4gSmF2aSBNZXJpbm8gKDIpOg0KPiA+PiA+ICAgICAgIFBNIC8gT1BQOiBnZXQg
dGhlIHZvbHRhZ2UgZm9yIGFsbCBPUFBzDQo+ID4+DQo+ID4+IEkgdGhpbmsgdGhpcyBwYXRjaCBz
aG91bGQgYmUgdG9vayBieSBSYWZhZWwsIHJpZ2h0Pw0KPiA+Pg0KPiA+PiBUaGFua3MsDQo+ID4+
IFJ1aQ0KPiA+Pg0KPiA+PiA+ICBkcml2ZXJzL2Jhc2UvcG93ZXIvb3BwLmMgICAgICAgICAgICAg
ICAgICAgICAgICAgICB8ICAgNCArLQ0KPiA+DQo+ID4gV2VsbCwgeWVzLiBJIGluY2x1ZGVkIGl0
IGhlcmUgYmVjYXVzZSB0aGUgZGV2ZnJlcSBzdXBwb3J0IGhhcyBhDQo+ID4gKGZ1bmN0aW9uYWwp
IGRlcGVuZGVuY3kgb24gdGhpcyBjaGFuZ2UuIEFzIGl0IGlzIGEgc21hbGwgY2hhbmdlLCBhbmQg
SQ0KPiA+IGRpZCBub3Qgbm90aWNlIGFueSBicmVhayBpbiBsaW51eC1uZXh0LCBJIGluY2x1ZGVk
IGl0IGluIG15IHB1bGwNCj4gPiByZXF1ZXN0Lg0KPiA+DQo+ID4gUmFmYWVsLCBJIHRoaW5rIGl0
IGlzIHlvdXIgY2FsbC4gRG8geW91IHdhbnQgY29sbGVjdCB0aGlzIG9uZSBhbmQgc2VuZA0KPiA+
IGl0IHZpYSB5b3VyIHRyZWUsIG9yIGFyZSB5b3UgZmluZSBoYXZpbmcgaXQgZ29pbmcgdGhyb3Vn
aCBSdWlzPw0KPiANCj4gSXQgY2FuIGdvIGluIHRocm91Z2ggdGhlIFJ1aSdzIHRyZWUgYXMgZmFy
IGFzIEknbSBjb25jZXJuZWQuDQo+IA0KDQpHb29kLCBJIHdpbGwgdGFrZSB0aGlzIHBhdGNoLiBU
aGFua3MhDQoNCi1SdWkgDQoNCg==
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web