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

Simon Glass sjg at chromium.org
Wed Nov 7 01:02:17 CET 2012


Hi Hatim,

On Tue, Nov 6, 2012 at 2:18 AM, Hatim Ali <hatim.rv at samsung.com> wrote:
> The patch series add 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
>
> Akshay Saraswat (5):
>   EXYNOS5: FDT: Add TMU device node values
>   EXYNOS5: TMU: Add driver for Thermal Management Unit
>   EXYNOS5: Power down API for Thermal Management Unit
>   GEN: Add a poll function to monitor events
>   EXYNOS5: TMU: Add TMU status polling
>
> Alim Akhtar (1):
>   GEN: TMU: Add u-boot command to read current temp
>
> Hatim Ali (2):
>   EXYNOS5: Config: Enable support for Exynos TMU driver
>   EXYNOS5: Config: Enable tmu command

This series generally looks good to me. I have a few comments which I
will attach to individual patches.

Regards,
Simon

>
>  README                                        |    7 +
>  arch/arm/cpu/armv7/exynos/power.c             |   11 +
>  arch/arm/dts/exynos5250.dtsi                  |    5 +
>  arch/arm/include/asm/arch-exynos/exynos-tmu.h |   82 +++++++
>  arch/arm/include/asm/arch-exynos/power.h      |    4 +
>  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                    |  296 +++++++++++++++++++++++++
>  include/common.h                              |    8 +
>  include/configs/exynos5250-dt.h               |    7 +
>  include/fdtdec.h                              |    1 +
>  lib/fdtdec.c                                  |    1 +
>  17 files changed, 564 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
>
> --
> 1.7.2.3
>


More information about the U-Boot mailing list