Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1299719 > unrolled thread
| Started by | Eduardo Valentin <edubezval@gmail.com> |
|---|---|
| First post | 2015-12-31 19:10 +0100 |
| Last post | 2016-01-02 03:40 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL] Thermal-SoC management updates for v4.4-rc8 Eduardo Valentin <edubezval@gmail.com> - 2015-12-31 19:10 +0100
RE: [GIT PULL] Thermal-SoC management updates for v4.4-rc8 "Zhang, Rui" <rui.zhang@intel.com> - 2016-01-02 02:40 +0100
Re: [GIT PULL] Thermal-SoC management updates for v4.4-rc8 Eduardo Valentin <edubezval@gmail.com> - 2016-01-02 03:40 +0100
| From | Eduardo Valentin <edubezval@gmail.com> |
|---|---|
| Date | 2015-12-31 19:10 +0100 |
| Subject | [GIT PULL] Thermal-SoC management updates for v4.4-rc8 |
| Message-ID | <qLPPJ-7P9-15@gated-at.bofh.it> |
Hello Rui,
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.4-rc8 with top-most
ebe580748d7c33bfd308f09b825dff15fa2eccf2:
thermal: trip_point_temp_store() calls thermal_zone_device_update() (2015-12-31 09:41:52 -0800)
on top of commit c6169202e40868fd00de7ce35ee16c81b1f9e123:
Merge branch 'for-linus' of git://git.kernel.dk/linux-block (2015-12-30 10:26:20 -0800)
Specifics in this pull request:
- Several fixes and cleanups on Rockchip thermal drivers.
- Several fixes and cleanups on RCAR thermal drivers.
- Build/boot tests powered by KernelCI [1,2] \o/
BTW, I have rebase my -fixes branch on top of linus master branch, as you reported
merge conflict. Please let me know if this branch causes troubles for you.
[1] - https://kernelci.org/boot/all/job/evalenti/kernel/v4.4-rc5-27-gce0265dd6f8e/
[2] - https://kernelci.org/build/evalenti/kernel/v4.4-rc5-27-gce0265dd6f8e/
BR,
Eduardo Valentin
----------------------------------------------------------------
Caesar Wang (4):
thermal: rockchip: fix a trivial typo
dt-bindings: rockchip-thermal: Support the RK3228/RK3399 SoCs compatible
thermal: rockchip: Support the RK3228 SoCs in thermal driver
thermal: rockchip: Support the RK3399 SoCs in thermal driver
Kuninori Morimoto (5):
thermal: rcar: move rcar_thermal_dt_ids to upside
thermal: rcar: check every rcar_thermal_update_temp() return value
thermal: rcar: check irq possibility in rcar_thermal_irq_xxx()
thermal: rcar: rcar_thermal_get_temp() return error if strange temp
thermal: trip_point_temp_store() calls thermal_zone_device_update()
.../bindings/thermal/rockchip-thermal.txt | 2 +
drivers/thermal/rcar_thermal.c | 53 ++++---
drivers/thermal/rockchip_thermal.c | 172 +++++++++++++++++++--
drivers/thermal/thermal_core.c | 6 +-
4 files changed, 200 insertions(+), 33 deletions(-)
--
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]
| From | "Zhang, Rui" <rui.zhang@intel.com> |
|---|---|
| Date | 2016-01-02 02:40 +0100 |
| Message-ID | <qMjkK-1EL-9@gated-at.bofh.it> |
| In reply to | #1299719 |
Hi, Eduardo, I checked those commits and none of them seems to be a real urgent fix that should be included in -rc8. Instead, they should be queued for 4.5 IMO. What do you think? Thanks, rui > -----Original Message----- > From: Eduardo Valentin [mailto:edubezval@gmail.com] > Sent: Friday, January 01, 2016 2:07 AM > To: Zhang, Rui <rui.zhang@intel.com> > Cc: ACPI Devel Maling List <linux-acpi@vger.kernel.org>; Linux PM <linux- > pm@vger.kernel.org>; LKML <linux-kernel@vger.kernel.org>; Zhang, Rui > <rui.zhang@intel.com> > Subject: [GIT PULL] Thermal-SoC management updates for v4.4-rc8 > Importance: High > > Hello Rui, > > 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.4-rc8 with top-most > > ebe580748d7c33bfd308f09b825dff15fa2eccf2: > > thermal: trip_point_temp_store() calls thermal_zone_device_update() > (2015-12-31 09:41:52 -0800) > > on top of commit c6169202e40868fd00de7ce35ee16c81b1f9e123: > > Merge branch 'for-linus' of git://git.kernel.dk/linux-block (2015-12-30 > 10:26:20 -0800) > > Specifics in this pull request: > - Several fixes and cleanups on Rockchip thermal drivers. > - Several fixes and cleanups on RCAR thermal drivers. > - Build/boot tests powered by KernelCI [1,2] \o/ > > BTW, I have rebase my -fixes branch on top of linus master branch, as you > reported merge conflict. Please let me know if this branch causes troubles > for you. > > [1] - https://kernelci.org/boot/all/job/evalenti/kernel/v4.4-rc5-27- > gce0265dd6f8e/ > [2] - https://kernelci.org/build/evalenti/kernel/v4.4-rc5-27-gce0265dd6f8e/ > > BR, > > Eduardo Valentin > > ---------------------------------------------------------------- > Caesar Wang (4): > thermal: rockchip: fix a trivial typo > dt-bindings: rockchip-thermal: Support the RK3228/RK3399 SoCs > compatible > thermal: rockchip: Support the RK3228 SoCs in thermal driver > thermal: rockchip: Support the RK3399 SoCs in thermal driver > > Kuninori Morimoto (5): > thermal: rcar: move rcar_thermal_dt_ids to upside > thermal: rcar: check every rcar_thermal_update_temp() return value > thermal: rcar: check irq possibility in rcar_thermal_irq_xxx() > thermal: rcar: rcar_thermal_get_temp() return error if strange temp > thermal: trip_point_temp_store() calls thermal_zone_device_update() > > .../bindings/thermal/rockchip-thermal.txt | 2 + > drivers/thermal/rcar_thermal.c | 53 ++++--- > drivers/thermal/rockchip_thermal.c | 172 +++++++++++++++++++-- > drivers/thermal/thermal_core.c | 6 +- > 4 files changed, 200 insertions(+), 33 deletions(-) -- 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]
| From | Eduardo Valentin <edubezval@gmail.com> |
|---|---|
| Date | 2016-01-02 03:40 +0100 |
| Message-ID | <qMkgN-2c4-1@gated-at.bofh.it> |
| In reply to | #1300020 |
Hello Rui, On Sat, Jan 02, 2016 at 01:35:18AM +0000, Zhang, Rui wrote: > Hi, Eduardo, > > I checked those commits and none of them seems to be a real urgent fix that should be included in -rc8. > Instead, they should be queued for 4.5 IMO. What do you think? Yeah, if you prefer, we can queue these to 4.5-rc1. BR, -- 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