From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Thu, 10 Dec 2015 04:57:49 +0000 Subject: Re: [PATCH 0/8 v4] enable to use thermal-zone on r8a7790/1 Message-Id: <20151210045745.GD6964@verge.net.au> List-Id: References: <87vb895x9d.wl%kuninori.morimoto.gx@renesas.com> In-Reply-To: <87vb895x9d.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Kuninori Morimoto Cc: Zhang Rui , Eduardo Valentin , Geert Uytterhoeven , Magnus , linux-sh@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, "devicetree@vger.kernel.org" On Tue, Dec 08, 2015 at 05:26:20AM +0000, Kuninori Morimoto wrote: > > Hi > > These are v4 of thermal-zone support for r8a7790/r8a7791. > Mainly, it cares return value of get_temp() > > I think 8) is needed on of-thermal (?) > > Kuninori Morimoto (8): > 1) thermal: rcar: move rcar_thermal_dt_ids to upside > 2) thermal: rcar: check every rcar_thermal_update_temp() return value > 3) thermal: rcar: check irq possibility in rcar_thermal_irq_xxx() > 4) thermal: rcar: retern error rcar_thermal_get_temp() if no ctemp update > 5) thermal: rcar: enable to use thermal-zone on DT > 6) ARM: shmobile: r8a7790: enable to use thermal-zone > 7) ARM: shmobile: r8a7791: enable to use thermal-zone > 8) thermal: of-thermal: of_thermal_set_trip_temp() call thermal_zone_device_update() > I have marked patches 6 and 7 as deferred pending acceptance of the driver changes.