[U-Boot] [PATCH 0/8 v10] Add TMU support for Exynos5250 based SMDK5250

Akshay Saraswat akshay.s at samsung.com
Thu Feb 21 10:40:19 CET 2013


This patch series adds support for TMU driver using device tree for Exynos5250
based SMDK5250 board.

Changes since v9:
        - Patch-1: Fixed few nits.
        - Patch-2: None.
        - Patch-3: Fixed few nits.
        - Patch-4: None.
        - Patch-5: None.
        - Patch-6: None.
        - Patch-7: Fixed few nits.
        - 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/exynos-tmu.h |  58 +++++
 arch/arm/include/asm/arch-exynos/power.h      |   4 +
 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/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



More information about the U-Boot mailing list