This patch series adds support for TMU driver using device tree for Exynos5250 based SMDK5250 board.
Changes since v10: - Patch-1: Renamed asm/arch/exynos-tmu.h to asm/arch/tmu.h. - Patch-2: None. - Patch-3: None. - Patch-4: None. - Patch-5: None. - Patch-6: None. - Patch-7: None. - Patch-8: None. Akshay Saraswat (8): Exynos5: TMU: Add driver for Thermal Management Unit Exynos5: FDT: Add TMU device node values Exynos5: TMU: Add TMU init and status check Exynos5: Config: Enable support for Exynos TMU driver TMU: Add TMU support in dtt command Exynos5: Config: Enable dtt command for TMU Exynos5: TMU: Add hardware tripping Exynos5: FDT: Add a H/W-trip member to TMU node arch/arm/cpu/armv7/exynos/power.c | 12 ++ arch/arm/dts/exynos5250.dtsi | 5 + arch/arm/include/asm/arch-exynos/power.h | 4 + arch/arm/include/asm/arch-exynos/tmu.h | 58 ++++++ board/samsung/dts/exynos5250-smdk5250.dts | 13 ++ board/samsung/smdk5250/smdk5250.c | 39 ++++ common/cmd_dtt.c | 32 ++- doc/device-tree-bindings/exynos/tmu.txt | 44 +++++ drivers/power/Makefile | 1 + drivers/power/exynos-tmu.c | 319 ++++++++++++++++++++++++++++++ include/configs/exynos5250-dt.h | 5 + include/fdtdec.h | 1 + include/tmu.h | 46 +++++ lib/fdtdec.c | 1 + 14 files changed, 579 insertions(+), 1 deletion(-) create mode 100644 arch/arm/include/asm/arch-exynos/tmu.h create mode 100644 doc/device-tree-bindings/exynos/tmu.txt create mode 100644 drivers/power/exynos-tmu.c create mode 100644 include/tmu.h -- 1.8.0 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot