Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1652171 > unrolled thread
| Started by | Eduardo Valentin <edubezval@gmail.com> |
|---|---|
| First post | 2017-05-28 18:20 +0200 |
| Last post | 2017-05-29 15:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL][RESEND] Thermal SoC management fixes for v4.12-rc3 Eduardo Valentin <edubezval@gmail.com> - 2017-05-28 18:20 +0200
Re: [GIT PULL][RESEND] Thermal SoC management fixes for v4.12-rc3 Zhang Rui <rui.zhang@intel.com> - 2017-05-29 15:30 +0200
| From | Eduardo Valentin <edubezval@gmail.com> |
|---|---|
| Date | 2017-05-28 18:20 +0200 |
| Subject | [GIT PULL][RESEND] Thermal SoC management fixes for v4.12-rc3 |
| Message-ID | <tM957-4gY-5@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Hello Linus,
I know this is (very) late, but please consider these six fixes for next rc3.
I tried sending these via Rui, but I think I missed the window to get
him still in office, so I am sending directly to you.
Changelog in this pull:
- Fixes on TI SoC driver, Broadcom, qoriq.
- Small sparse warn fix on thermal core.
On top of my local test, these went through linux-next and kerneci.
The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:
Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal fixes
for you to fetch changes up to a54c51863ed1294078a435151e625313b4365ac5:
thermal: broadcom: ns-thermal: default on iProc SoCs (2017-05-23 20:09:34 -0700)
----------------------------------------------------------------
Colin Ian King (1):
thermal: core: make thermal_emergency_poweroff static
Jon Mason (1):
thermal: broadcom: ns-thermal: default on iProc SoCs
Markus Elfring (3):
ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()
ti-soc-thermal: Delete error messages for failed memory allocations in ti_bandgap_build()
ti-soc-thermal: Fix a typo in a comment line
Masahiro Yamada (1):
thermal: qoriq: remove useless call for of_thermal_get_trip_points()
drivers/thermal/broadcom/Kconfig | 9 +++++----
drivers/thermal/qoriq_thermal.c | 3 ---
drivers/thermal/thermal_core.c | 2 +-
drivers/thermal/ti-soc-thermal/ti-bandgap.c | 14 +++++---------
4 files changed, 11 insertions(+), 17 deletions(-)
[toc] | [next] | [standalone]
| From | Zhang Rui <rui.zhang@intel.com> |
|---|---|
| Date | 2017-05-29 15:30 +0200 |
| Message-ID | <tMsU9-s2-7@gated-at.bofh.it> |
| In reply to | #1652171 |
On Sun, 2017-05-28 at 09:14 -0700, Eduardo Valentin wrote: > Hello Linus, > > I know this is (very) late, but please consider these six fixes for > next rc3. > I tried sending these via Rui, but I think I missed the window to get > him still in office, so I am sending directly to you. yes, I missed Eduardo' first pull request and I'm still on holiday till the day after tomorrow. > Changelog in this pull: > - Fixes on TI SoC driver, Broadcom, qoriq. > - Small sparse warn fix on thermal core. > I'm okay with the changes in this pull request. thanks, rui > On top of my local test, these went through linux-next and kerneci. > > The following changes since commit > 08332893e37af6ae779367e78e444f8f9571511d: > > Linux 4.12-rc2 (2017-05-21 19:30:23 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc- > thermal fixes > > for you to fetch changes up to > a54c51863ed1294078a435151e625313b4365ac5: > > thermal: broadcom: ns-thermal: default on iProc SoCs (2017-05-23 > 20:09:34 -0700) > > ---------------------------------------------------------------- > Colin Ian King (1): > thermal: core: make thermal_emergency_poweroff static > > Jon Mason (1): > thermal: broadcom: ns-thermal: default on iProc SoCs > > Markus Elfring (3): > ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build() > ti-soc-thermal: Delete error messages for failed memory > allocations in ti_bandgap_build() > ti-soc-thermal: Fix a typo in a comment line > > Masahiro Yamada (1): > thermal: qoriq: remove useless call for > of_thermal_get_trip_points() > > drivers/thermal/broadcom/Kconfig | 9 +++++---- > drivers/thermal/qoriq_thermal.c | 3 --- > drivers/thermal/thermal_core.c | 2 +- > drivers/thermal/ti-soc-thermal/ti-bandgap.c | 14 +++++--------- > 4 files changed, 11 insertions(+), 17 deletions(-)
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web