From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhang Rui Subject: Re: [GIT PULL] thermal-soc changes Date: Tue, 28 Oct 2014 13:40:24 +0800 Message-ID: <1414474824.4246.6.camel@rzhang1-toshiba> References: <20141021134941.GA4937@developer> <1414041345.2380.3.camel@rzhang1-toshiba> <20141023112721.GA5683@developer> <20141027195346.GB6088@developer> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <20141027195346.GB6088@developer> Sender: linux-kernel-owner@vger.kernel.org To: Eduardo Valentin Cc: Linux PM , LKML List-Id: linux-pm@vger.kernel.org Hi, Eduardo, On =E4=B8=80, 2014-10-27 at 15:53 -0400, Eduardo Valentin wrote: > Hello Rui, >=20 > On Thu, Oct 23, 2014 at 07:27:24AM -0400, Eduardo Valentin wrote: > > Hello Rui, > >=20 > > On Thu, Oct 23, 2014 at 01:15:45PM +0800, Zhang Rui wrote: > > > On =E4=BA=8C, 2014-10-21 at 09:49 -0400, Eduardo Valentin wrote: > > > > Hello Rui, > > > >=20 > > > > Here are a couple of changes that are in my tree. They include: > > > > - a few code refactoring improving the Exynos code base; > > > > - new feature on the Exynos code base (TRIMINFO and TRIMRELOAD)= ; > > > > - a documentation of RCAR thermal; and > > > > - a fix in the of-thermal, regarding the proper usage of of API= s. > > > >=20 > > > what's their target? > > > please send me separate pull requests for different targets. > > >=20 > >=20 > > All are for 3.18, I forgot to mention.=20 >=20 > Any updates? >=20 Well, I'm on a trip, and unfortunately, my Linux laptop is broken for the moment. so I think first we should keep all the patches for 3.18-rc in your tree to get tested, and then either I can send out the pull request at around 20th Nov, after coming back from travel, or you can help me send the pull request for 3.18-rc. thanks, rui > >=20 > > BR, > >=20 > > Eduardo Valentin > >=20 > > > thanks, > > > rui > > > > They are based on your next branch. > > > >=20 > > > > BR, > > > >=20 > > > > Eduardo Valentin > > > >=20 > > > > The following changes since commit 6ceaf58abe25e86292152005c511= 69796bad3407: > > > >=20 > > > > Merge branch 'int340x-thermal' of .git into next (2014-10-17 = 14:30:58 +0800) > > > >=20 > > > > are available in the git repository at: > > > >=20 > > > >=20 > > > > git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-= soc-thermal.git next > > > >=20 > > > > for you to fetch changes up to df67e40f51398fef8dd705dfe4e287ad= 9b10ba4b: > > > >=20 > > > > thermal: fix multiple disbalanced device node counters (2014-= 10-21 08:05:50 -0400) > > > >=20 > > > > ---------------------------------------------------------------= - > > > > Bartlomiej Zolnierkiewicz (9): > > > > thermal: exynos: remove unused struct exynos_tmu_register= s entries > > > > thermal: exynos: remove dead code for HW_MODE calibration > > > > thermal: exynos: remove redundant pdata checks from exyno= s_tmu_initialize() > > > > thermal: exynos: remove redundant threshold_code checks f= rom exynos_tmu_initialize() > > > > thermal: exynos: simplify temp_to_code() and code_to_temp= () > > > > thermal: exynos: cache non_hw_trigger_levels in pdata > > > > thermal: exynos: remove redundant pdata checks from exyno= s_tmu_control() > > > > thermal: exynos: remove identical values from exynos*_tmu= _registers structures > > > > thermal: samsung: Exynos5260 and Exynos5420 should not us= e TRIM_RELOAD flag > > > >=20 > > > > Chanwoo Choi (2): > > > > thermal: exynos: Add support for many TRIMINFO_CTRL regis= ters > > > > thermal: exynos: Add support for TRIM_RELOAD feature at E= xynos3250 > > > >=20 > > > > Geert Uytterhoeven (1): > > > > thermal: rcar: Add binding docs for new R-Car Gen2 SoCs > > > >=20 > > > > Vladimir Zapolskiy (1): > > > > thermal: fix multiple disbalanced device node counters > > > >=20 > > > > .../devicetree/bindings/thermal/rcar-thermal.txt | 5 +- > > > > drivers/thermal/of-thermal.c | 40 ++++-= - > > > > drivers/thermal/samsung/exynos_thermal_common.h | 2 +- > > > > drivers/thermal/samsung/exynos_tmu.c | 141 +++++= +--------------- > > > > drivers/thermal/samsung/exynos_tmu.h | 81 ++---= ------- > > > > drivers/thermal/samsung/exynos_tmu_data.c | 83 ++++-= ------- > > > > drivers/thermal/samsung/exynos_tmu_data.h | 39 +----= - > > > > 7 files changed, 111 insertions(+), 280 deletions(-) > > >=20 > > >=20 >=20 >=20