All of lore.kernel.org
 help / color / mirror / Atom feed
From: HeungJun, Kim <riverful.kim@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 0/4] ARMV7: Exynos4: Add support for TRATS board
Date: Mon, 16 Jan 2012 16:42:01 +0900	[thread overview]
Message-ID: <1326699725-22049-1-git-send-email-riverful.kim@samsung.com> (raw)
In-Reply-To: <1325738891-13106-1-git-send-email-riverful.kim@samsung.com>

This patch series support for Samsung TRATS board, and add the headers of
watchdog and power, and current version is 4.

I missed logs of v2 on this thread, so I'm going to add this:
http://lists.denx.de/pipermail/u-boot/2012-January/114857.html

Also, this patch is tested on Samsung TRATS board.

Thank you.

Best Regards,
Heungjun Kim

HeungJun, Kim (4):
  ARMV7: Exynos4: Add watchdog.h for Exynos4
  ARMV7: Exynos4: Add supoort power for Exynos4
  ARMV7: Exynos4: Fix toolchain optimization problem for using volatile
  ARMV7: Exynos4: Add support for TRATS board

 MAINTAINERS                                 |    4 +
 arch/arm/include/asm/arch-exynos/cpu.h      |    1 +
 arch/arm/include/asm/arch-exynos/gpio.h     |   22 +-
 arch/arm/include/asm/arch-exynos/power.h    |  230 ++++++++++
 arch/arm/include/asm/arch-exynos/watchdog.h |   53 +++
 board/samsung/trats/Makefile                |   43 ++
 board/samsung/trats/setup.h                 |  637 +++++++++++++++++++++++++++
 board/samsung/trats/trats.c                 |  379 ++++++++++++++++
 boards.cfg                                  |    1 +
 drivers/gpio/s5p_gpio.c                     |   42 +-
 include/configs/trats.h                     |  214 +++++++++
 11 files changed, 1600 insertions(+), 26 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-exynos/power.h
 create mode 100644 arch/arm/include/asm/arch-exynos/watchdog.h
 create mode 100644 board/samsung/trats/Makefile
 create mode 100644 board/samsung/trats/setup.h
 create mode 100644 board/samsung/trats/trats.c
 create mode 100644 include/configs/trats.h

-- 
1.7.4.1

  parent reply	other threads:[~2012-01-16  7:42 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-05  4:48 [U-Boot] [PATCH] ARMV7: Add support for TRATS board HeungJun, Kim
2012-01-10  9:00 ` [U-Boot] [PATCH v3 0/3] ARMV7: Exynos4: " HeungJun, Kim
2012-01-10  9:00   ` [U-Boot] [PATCH v3 1/3] ARMV7: Exynos4: Add watchdog.h for Exynos4 HeungJun, Kim
2012-01-10  9:00   ` [U-Boot] [PATCH v3 2/3] ARMV7: Exynos4: Add supoort power " HeungJun, Kim
2012-01-10  9:00   ` [U-Boot] [PATCH v3 3/3] ARMV7: Exynos4: Add support for TRATS board HeungJun, Kim
2012-01-11  2:35     ` Minkyu Kang
2012-01-11  4:00       ` Kim, Heungjun
2012-01-11  9:43         ` Minkyu Kang
2012-01-11  5:19     ` [U-Boot] [PATCH v3 RESEND] " HeungJun, Kim
2012-01-11  5:28       ` Kim, Heungjun
2012-01-11  5:28     ` [U-Boot] [PATCH v3 RESEND 3/3] " HeungJun, Kim
2012-01-16  7:42 ` HeungJun, Kim [this message]
2012-01-16  7:42   ` [U-Boot] [PATCH v4 1/4] ARMV7: Exynos4: Add watchdog.h for Exynos4 HeungJun, Kim
2012-01-16  7:42   ` [U-Boot] [PATCH v4 2/4] ARMV7: Exynos4: Add supoort power " HeungJun, Kim
2012-01-16  7:42   ` [U-Boot] [PATCH v4 3/4] ARMV7: Exynos4: Fix toolchain optimization problem for using volatile HeungJun, Kim
2012-01-16  7:42   ` [U-Boot] [PATCH v4 4/4] ARMV7: Exynos4: Add support for TRATS board HeungJun, Kim
2012-01-17  7:13 ` [U-Boot] [PATCH v5 0/3] " HeungJun, Kim
2012-01-17  7:13   ` [U-Boot] [PATCH v5 1/3] ARMV7: Exynos4: Add watchdog.h for Exynos4 HeungJun, Kim
2012-01-17  7:13   ` [U-Boot] [PATCH v5 2/3] ARMV7: Exynos4: Add supoort power " HeungJun, Kim
2012-01-17  7:13   ` [U-Boot] [PATCH v5 3/3] ARMV7: Exynos4: Add support for TRATS board HeungJun, Kim
2012-01-18  7:03   ` [U-Boot] [PATCH v5 0/3] " Minkyu Kang

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=1326699725-22049-1-git-send-email-riverful.kim@samsung.com \
    --to=riverful.kim@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.