From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754995AbcBHT5J (ORCPT ); Mon, 8 Feb 2016 14:57:09 -0500 Received: from muru.com ([72.249.23.125]:60911 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753186AbcBHT5H (ORCPT ); Mon, 8 Feb 2016 14:57:07 -0500 Date: Mon, 8 Feb 2016 11:57:04 -0800 From: Tony Lindgren To: 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 Subject: Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data Message-ID: <20160208195704.GW19432@atomide.com> References: <1454922990-7501-1-git-send-email-j-keerthy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454922990-7501-1-git-send-email-j-keerthy@ti.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * 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? 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: Tony Lindgren Subject: Re: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data Date: Mon, 8 Feb 2016 11:57:04 -0800 Message-ID: <20160208195704.GW19432@atomide.com> References: <1454922990-7501-1-git-send-email-j-keerthy@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1454922990-7501-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Keerthy Cc: edubezval-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org List-Id: devicetree@vger.kernel.org * 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? 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 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 8 Feb 2016 11:57:04 -0800 Subject: [PATCH 0/3] arm: dts: DRA7: Add IVA and DSPEVE thermal domain data In-Reply-To: <1454922990-7501-1-git-send-email-j-keerthy@ti.com> References: <1454922990-7501-1-git-send-email-j-keerthy@ti.com> Message-ID: <20160208195704.GW19432@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * 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? 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 >