All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7 v5] Add TMU support for Exynos5250 based SMDK5250
@ 2013-01-21 11:11 Akshay Saraswat
  2013-01-21 11:11 ` [U-Boot] [PATCH 1/7 v5] EXYNOS5: TMU: Add driver for Thermal Management Unit Akshay Saraswat
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Akshay Saraswat @ 2013-01-21 11:11 UTC (permalink / raw)
  To: u-boot

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

Changes since v4:
	- Patch-1:Changed return value of get_cur_temp() in case of 0 degree temp from -1 to TMU_STATUS_INIT.
	- Patch-2:Changed API name from power_shutdown() to generic board_poweroff.
	- Patch-3:Rebased.
	- Patch-4:Replaced board polling with initial SoC temperature analysis for any possible threshold breach.
	- Patch-5:Rebased.
	- Patch-6:Removed tmu command and added to dtt.
	- Patch-7:Replaced tmu command configs with corresponding dtt configs.

Akshay Saraswat (7):
  EXYNOS5: TMU: Add driver for Thermal Management Unit
  EXYNOS5: Implement board_poweroff 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

 arch/arm/cpu/armv7/exynos/power.c             |   15 ++
 arch/arm/dts/exynos5250.dtsi                  |    5 +
 arch/arm/include/asm/arch-exynos/exynos-tmu.h |   58 +++++
 arch/arm/include/asm/arch-exynos/power.h      |    1 +
 board/samsung/dts/exynos5250-smdk5250.dts     |   13 ++
 board/samsung/smdk5250/smdk5250.c             |   35 +++
 common/cmd_dtt.c                              |   19 ++
 doc/device-tree-bindings/exynos/tmu.txt       |   35 +++
 drivers/power/Makefile                        |    1 +
 drivers/power/exynos-tmu.c                    |  297 +++++++++++++++++++++++++
 include/configs/exynos5250-dt.h               |    5 +
 include/fdtdec.h                              |    1 +
 include/tmu.h                                 |   46 ++++
 lib/fdtdec.c                                  |    1 +
 14 files changed, 532 insertions(+)
 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.7.9.5

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

end of thread, other threads:[~2013-01-22 20:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-21 11:11 [U-Boot] [PATCH 0/7 v5] Add TMU support for Exynos5250 based SMDK5250 Akshay Saraswat
2013-01-21 11:11 ` [U-Boot] [PATCH 1/7 v5] EXYNOS5: TMU: Add driver for Thermal Management Unit Akshay Saraswat
2013-01-22 15:51   ` Simon Glass
2013-01-21 11:11 ` [U-Boot] [PATCH 2/7 v5] EXYNOS5: Implement board_poweroff " Akshay Saraswat
2013-01-22 15:52   ` Simon Glass
2013-01-21 11:11 ` [U-Boot] [PATCH 3/7 v5] EXYNOS5: FDT: Add TMU device node values Akshay Saraswat
2013-01-22 15:58   ` Simon Glass
2013-01-21 11:11 ` [U-Boot] [PATCH 4/7 v5] EXYNOS5: TMU: Add TMU init and status check Akshay Saraswat
2013-01-22 20:45   ` Simon Glass
2013-01-21 11:11 ` [U-Boot] [PATCH 5/7 v5] EXYNOS5: Config: Enable support for Exynos TMU driver Akshay Saraswat
2013-01-22 20:46   ` Simon Glass
2013-01-21 11:11 ` [U-Boot] [PATCH 6/7 v5] TMU: Add TMU support in dtt command Akshay Saraswat
2013-01-22 20:51   ` Simon Glass
2013-01-21 11:11 ` [U-Boot] [PATCH 7/7 v5] EXYNOS5: Config: Enable dtt command for TMU Akshay Saraswat
2013-01-22 20:51   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.