public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8 v11] Add TMU support for Exynos5250 based SMDK5250
@ 2013-02-25 11:12 Akshay Saraswat
  2013-02-25 11:13 ` [U-Boot] [PATCH 1/8 v11] Exynos5: TMU: Add driver for Thermal Management Unit Akshay Saraswat
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Akshay Saraswat @ 2013-02-25 11:12 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-03-12  9:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-25 11:12 [U-Boot] [PATCH 0/8 v11] Add TMU support for Exynos5250 based SMDK5250 Akshay Saraswat
2013-02-25 11:13 ` [U-Boot] [PATCH 1/8 v11] Exynos5: TMU: Add driver for Thermal Management Unit Akshay Saraswat
2013-02-25 11:13 ` [U-Boot] [PATCH 2/8 v11] Exynos5: FDT: Add TMU device node values Akshay Saraswat
2013-02-25 11:13 ` [U-Boot] [PATCH 3/8 v11] Exynos5: TMU: Add TMU init and status check Akshay Saraswat
2013-02-25 11:13 ` [U-Boot] [PATCH 4/8 v11] Exynos5: Config: Enable support for Exynos TMU driver Akshay Saraswat
2013-02-25 11:13 ` [U-Boot] [PATCH 5/8 v11] TMU: Add TMU support in dtt command Akshay Saraswat
2013-02-25 11:13 ` [U-Boot] [PATCH 6/8 v11] Exynos5: Config: Enable dtt command for TMU Akshay Saraswat
2013-02-25 11:13 ` [U-Boot] [PATCH 7/8 v11] Exynos5: TMU: Add hardware tripping Akshay Saraswat
2013-02-25 11:13 ` [U-Boot] [PATCH 8/8 v11] Exynos5: FDT: Add a H/W-trip member to TMU node Akshay Saraswat
2013-03-12  9:55 ` [U-Boot] [PATCH 0/8 v11] Add TMU support for Exynos5250 based SMDK5250 Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox