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

Simon Glass sjg at chromium.org
Fri Nov 9 00:02:16 CET 2012


Hi Hatim,

On Thu, Nov 8, 2012 at 1:14 AM, Hatim Ali <hatim.rv at samsung.com> wrote:
> This patch series adds support for TMU driver using device tree for Exynos5250
> based SMDK5250 board.
> This patch series is dependent on the patch series
> "Add DT based ethernet driver for SMDK5250" by Hatim Ali
>
> Changes since v2:
>         - Replaced THERMAL with TMU in guards of tmu.h and exynos-tmu.h
>         - Updated Monitor Commands in README
>
> Akshay Saraswat (6):
>   EXYNOS5: FDT: Add TMU device node values
>   EXYNOS5: TMU: Add driver for Thermal Management Unit
>   EXYNOS5: Power down API for Thermal Management Unit
>   Add a poll function to monitor events
>   EXYNOS5: TMU: Add TMU status polling
>   EXYNOS5: Config: Enable support for Exynos TMU driver
>
> Alim Akhtar (2):
>   TMU: Add u-boot command to read current temp
>   EXYNOS5: Config: Enable tmu command

I have checked this series again and it looks fine to me. You still
have THERMAL_H in one place but it doesn't matter.

I will not ack each patch again since you already have my ack. I
wonder if you should remove the ack when you update a patch?

Regards,
Simon

>
>  README                                        |    8 +
>  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      |    8 +
>  board/samsung/dts/exynos5250-smdk5250.dts     |   13 +
>  board/samsung/smdk5250/smdk5250.c             |   36 +++
>  common/Makefile                               |    1 +
>  common/cmd_tmu.c                              |   51 +++++
>  common/console.c                              |    5 +
>  doc/device-tree-bindings/exynos/tmu.txt       |   35 +++
>  drivers/power/Makefile                        |    1 +
>  drivers/power/exynos-tmu.c                    |  297 +++++++++++++++++++++++++
>  include/common.h                              |    6 +
>  include/configs/exynos5250-dt.h               |    7 +
>  include/fdtdec.h                              |    1 +
>  include/tmu.h                                 |   46 ++++
>  lib/fdtdec.c                                  |    1 +
>  18 files changed, 594 insertions(+), 0 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-exynos/exynos-tmu.h
>  create mode 100644 common/cmd_tmu.c
>  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.2.3
>


More information about the U-Boot mailing list