From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduardo Valentin Subject: Re: [PATCH v2 0/4] Thermal:exynos: Thermal Measurement Unit fix and Samsung SoCs support Date: Thu, 25 Apr 2013 11:39:38 -0400 Message-ID: <51794E3A.10009@ti.com> References: <1366389493-8239-1-git-send-email-l.majewski@samsung.com> <1366893045-31586-1-git-send-email-l.majewski@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1366893045-31586-1-git-send-email-l.majewski@samsung.com> Sender: linux-pm-owner@vger.kernel.org To: Lukasz Majewski Cc: Kukjin Kim , "devicetree-discuss@lists.ozlabs.org" , Zhang Rui , "linux-samsung-soc@vger.kernel.org" , Linux PM list , Amit Daniel Kachhap , t.figa@samsung.com, Sachin Kamat , Myungjoo Ham , eduardo.valentin@ti.com List-Id: devicetree@vger.kernel.org Hello Lukasz, On 25-04-2013 08:30, Lukasz Majewski wrote: > This patch series provide various fixes for TMU block. > First of all it fixes a problem with get_cpu_frequency() lockup at cpu_cooling.c. > > Secondly a proper regulator definition (VDD_TS) has been added. > Moreover device tree definitions and documentation entry are now in place. > > Dependencies (those patches shall be applied on top of): > - "clk: exynos4: Add clock entries for TMU" Is this one same as [1/6] clk:exynos4:TMU Thermal Measurement Unit clock added to common clock framework in your previous series? > - "Thermal: exynos: Add clk_{un}prepare APIs" Same as thermal:exynos4: TMU Common clock framework support for TMU (Thermal Monitoring Unit) in your previous series? > - "Thermal: exynos: Add compatible string for exynos4412" > This should be same as thermal:exynos4: Enable support for Exynos4412 SoCs in your previous series? > > Lukasz Majewski (4): > ARM: dts: thermal: exynos4: TMU device tree support for Exynos4412 > targets > Thermal: exynos: Support for TMU regulator defined at device tree > ARM: dts: thermal: exynos4: Add documentation for Exynos SoC thermal > bindings > ARM:TMU:fix: Avoid lockup when first frequency table entry is > CPUFREQ_ENTRY_INVALID The above, as stated at the patch may not be needed. > > .../devicetree/bindings/thermal/exynos-thermal.txt | 25 ++++++++++++++++++++ > arch/arm/boot/dts/exynos4x12.dtsi | 10 ++++++++ > drivers/thermal/cpu_cooling.c | 3 +-- > drivers/thermal/exynos_thermal.c | 19 +++++++++++++++ > 4 files changed, 55 insertions(+), 2 deletions(-) > create mode 100644 Documentation/devicetree/bindings/thermal/exynos-thermal.txt >