From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Subject: [PATCH 0/6] thermal:exynos4: Thermal Measurement Unit fixes for Samsung SoCs Date: Fri, 19 Apr 2013 18:38:07 +0200 Message-ID: <1366389493-8239-1-git-send-email-l.majewski@samsung.com> Return-path: Sender: linux-pm-owner@vger.kernel.org To: Kukjin Kim Cc: Mike Turquette , Zhang Rui , devicetree-discuss@lists.ozlabs.org, linux-samsung-soc@vger.kernel.org, Linux PM list , Amit Daniel Kachhap , Lukasz Majewski List-Id: devicetree@vger.kernel.org This patch series provide various fixes for TMU block. Namely, support for common clock framework and proper regulator VDD_TS has been added. Moreover device tree definitions and documentation entry are now in place. Lukasz Majewski (6): clk:exynos4:TMU Thermal Measurement Unit clock added to common clock framework thermal:exynos4: TMU Common clock framework support for TMU (Thermal Monitoring Unit) thermal:exynos4: TMU device tree support for Exynos4412 targets thermal: Support for TMU regulator defined at device tree thermal:exynos4: Enable support for Exynos4412 SoCs thermal:exynos4: Add documentation for Exynos SoC thermal bindings .../devicetree/bindings/clock/exynos4-clock.txt | 1 + .../devicetree/bindings/thermal/exynos-thermal.txt | 22 +++++++++++ arch/arm/boot/dts/exynos4x12.dtsi | 10 +++++ drivers/clk/samsung/clk-exynos4.c | 6 ++- drivers/thermal/exynos_thermal.c | 41 +++++++++++++++----- 5 files changed, 70 insertions(+), 10 deletions(-) create mode 100644 Documentation/devicetree/bindings/thermal/exynos-thermal.txt -- 1.7.10.4