From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751159AbdE2N1j (ORCPT ); Mon, 29 May 2017 09:27:39 -0400 Received: from mga14.intel.com ([192.55.52.115]:63928 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751038AbdE2N1i (ORCPT ); Mon, 29 May 2017 09:27:38 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,414,1491289200"; d="scan'208";a="93099855" Message-ID: <1496064453.2572.8.camel@intel.com> Subject: Re: [GIT PULL][RESEND] Thermal SoC management fixes for v4.12-rc3 From: Zhang Rui To: Eduardo Valentin , Linus Torvalds Cc: ACPI Devel Maling List , Linux PM , LKML Date: Mon, 29 May 2017 21:27:33 +0800 In-Reply-To: <20170528161451.GA11662@localhost.localdomain> References: <20170528161451.GA11662@localhost.localdomain> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)