From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755557AbcBIDiS (ORCPT ); Mon, 8 Feb 2016 22:38:18 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:60035 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753271AbcBIDiQ (ORCPT ); Mon, 8 Feb 2016 22:38:16 -0500 Subject: Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data To: Tony Lindgren , Keerthy References: <1454922990-7501-1-git-send-email-j-keerthy@ti.com> <20160208195704.GW19432@atomide.com> CC: , , , , , , , , From: Keerthy Message-ID: <56B95EF7.9080107@ti.com> Date: Tue, 9 Feb 2016 09:07:27 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20160208195704.GW19432@atomide.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 09 February 2016 01:27 AM, Tony Lindgren wrote: > * Keerthy [160208 01:19]: >> OMAP5 has 3 thermal zones cpu, core and multimedia. >> On the other hand DRA7 has 5 thermal zones cpu, gpu, core, dspeve >> and iva. Currently cpu, core and multimedia are being added via dt >> and the other 2 are getting added via kernel. Add the missing thermal >> domains in dt so as give the correct trip numbers, type and temperatures. >> >> Tested on DRA7-EVM. > > Are these critical fixes to have for v4.5-rc cycle or can they > wait for v4.6 merge window? Driver configures some default thresholds that are a bit higher but there are some thresholds already for dspeve and iva too. So guess these can wait if its already too late. Regards, Keerthy > > Regards, > > Tony > >> Keerthy (3): >> arm: dts: DRA7: Add DSPEVE thermal data >> arm: dts: DRA7: Add IVA thermal data >> arm: dts: DRA7: Add missing IVA and DSPEVE thermal domain data >> >> arch/arm/boot/dts/dra7-dspeve-thermal.dtsi | 27 +++++++++++++++++++++++++++ >> arch/arm/boot/dts/dra7-iva-thermal.dtsi | 27 +++++++++++++++++++++++++++ >> arch/arm/boot/dts/dra7.dtsi | 2 ++ >> 3 files changed, 56 insertions(+) >> create mode 100644 arch/arm/boot/dts/dra7-dspeve-thermal.dtsi >> create mode 100644 arch/arm/boot/dts/dra7-iva-thermal.dtsi >> >> -- >> 1.9.1 >> From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keerthy Subject: Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data Date: Tue, 9 Feb 2016 09:07:27 +0530 Message-ID: <56B95EF7.9080107@ti.com> References: <1454922990-7501-1-git-send-email-j-keerthy@ti.com> <20160208195704.GW19432@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160208195704.GW19432@atomide.com> Sender: linux-kernel-owner@vger.kernel.org To: Tony Lindgren , Keerthy Cc: edubezval@gmail.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux@arm.linux.org.uk, galak@codeaurora.org, ijc+devicetree@hellion.org.uk, mark.rutland@arm.com List-Id: devicetree@vger.kernel.org On Tuesday 09 February 2016 01:27 AM, Tony Lindgren wrote: > * Keerthy [160208 01:19]: >> OMAP5 has 3 thermal zones cpu, core and multimedia. >> On the other hand DRA7 has 5 thermal zones cpu, gpu, core, dspeve >> and iva. Currently cpu, core and multimedia are being added via dt >> and the other 2 are getting added via kernel. Add the missing thermal >> domains in dt so as give the correct trip numbers, type and temperatures. >> >> Tested on DRA7-EVM. > > Are these critical fixes to have for v4.5-rc cycle or can they > wait for v4.6 merge window? Driver configures some default thresholds that are a bit higher but there are some thresholds already for dspeve and iva too. So guess these can wait if its already too late. Regards, Keerthy > > Regards, > > Tony > >> Keerthy (3): >> arm: dts: DRA7: Add DSPEVE thermal data >> arm: dts: DRA7: Add IVA thermal data >> arm: dts: DRA7: Add missing IVA and DSPEVE thermal domain data >> >> arch/arm/boot/dts/dra7-dspeve-thermal.dtsi | 27 +++++++++++++++++++++++++++ >> arch/arm/boot/dts/dra7-iva-thermal.dtsi | 27 +++++++++++++++++++++++++++ >> arch/arm/boot/dts/dra7.dtsi | 2 ++ >> 3 files changed, 56 insertions(+) >> create mode 100644 arch/arm/boot/dts/dra7-dspeve-thermal.dtsi >> create mode 100644 arch/arm/boot/dts/dra7-iva-thermal.dtsi >> >> -- >> 1.9.1 >> From mboxrd@z Thu Jan 1 00:00:00 1970 From: a0393675@ti.com (Keerthy) Date: Tue, 9 Feb 2016 09:07:27 +0530 Subject: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data In-Reply-To: <20160208195704.GW19432@atomide.com> References: <1454922990-7501-1-git-send-email-j-keerthy@ti.com> <20160208195704.GW19432@atomide.com> Message-ID: <56B95EF7.9080107@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 09 February 2016 01:27 AM, Tony Lindgren wrote: > * Keerthy [160208 01:19]: >> OMAP5 has 3 thermal zones cpu, core and multimedia. >> On the other hand DRA7 has 5 thermal zones cpu, gpu, core, dspeve >> and iva. Currently cpu, core and multimedia are being added via dt >> and the other 2 are getting added via kernel. Add the missing thermal >> domains in dt so as give the correct trip numbers, type and temperatures. >> >> Tested on DRA7-EVM. > > Are these critical fixes to have for v4.5-rc cycle or can they > wait for v4.6 merge window? Driver configures some default thresholds that are a bit higher but there are some thresholds already for dspeve and iva too. So guess these can wait if its already too late. Regards, Keerthy > > Regards, > > Tony > >> Keerthy (3): >> arm: dts: DRA7: Add DSPEVE thermal data >> arm: dts: DRA7: Add IVA thermal data >> arm: dts: DRA7: Add missing IVA and DSPEVE thermal domain data >> >> arch/arm/boot/dts/dra7-dspeve-thermal.dtsi | 27 +++++++++++++++++++++++++++ >> arch/arm/boot/dts/dra7-iva-thermal.dtsi | 27 +++++++++++++++++++++++++++ >> arch/arm/boot/dts/dra7.dtsi | 2 ++ >> 3 files changed, 56 insertions(+) >> create mode 100644 arch/arm/boot/dts/dra7-dspeve-thermal.dtsi >> create mode 100644 arch/arm/boot/dts/dra7-iva-thermal.dtsi >> >> -- >> 1.9.1 >>