From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/8 v11] Add TMU support for Exynos5250 based SMDK5250
Date: Tue, 12 Mar 2013 18:55:55 +0900 [thread overview]
Message-ID: <513EFBAB.2070508@samsung.com> (raw)
In-Reply-To: <1361790787-21670-1-git-send-email-akshay.s@samsung.com>
On 25/02/13 20:12, Akshay Saraswat wrote:
> 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
>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
prev parent reply other threads:[~2013-03-12 9:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Minkyu Kang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=513EFBAB.2070508@samsung.com \
--to=mk7.kang@samsung.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.