Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Samsung board-2 for v3.2
Date: Tue, 04 Oct 2011 22:21:25 +0900	[thread overview]
Message-ID: <019b01cc8298$846170c0$8d245240$%kim@samsung.com> (raw)

Hi Arnd,

This is a second Samsung board stuff for v3.2 and includes new board,
SMDK4412.

Please pull from:
  git://github.com/kgene/linux-samsung.git next-samsung-board-2

As a note, since supporting SMDK4412 needs previous next-samsung-board
branch so this is based on next-samsung-board which has been already merged
into arm-soc and this includes converting boot_params to atag_offset for
adding/changing boards in this time.

If any problems, please let me know.

One more as a note, the next-samsung-devel and next-samsung-devel-2 will be
sent to you soon after testing ;)

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

The following changes since commit 2520123382e97271e932377c83bca010c265be55:

  Merge branch 'next-samsung-board-v3.1' into next-samsung-board (2011-09-16
17:13:09 +0900)

are available in the git repository at:

 git://github.com/kgene/linux-samsung.git next-samsung-board-2

Changhwan Youn (7):
      ARM: EXYNOS4: Add support PPI in external GIC
      ARM: EXYNOS4: Add support MCT PPI for EXYNOS4212
      ARM: EXYNOS4: Add support new EXYNOS4412 SoC
      ARM: EXYNOS4: Add support clock for EXYNOS4412
      ARM: EXYNOS4: Add functions for gic interrupt handling
      ARM: EXYNOS4: Add MCT support for EXYNOS4412
      ARM: EXYNOS4: Add support SMDK4412 Board

Tushar Behera (1):
      ARM: EXYNOS4: convert boot_params to atag_offset

 arch/arm/mach-exynos4/Kconfig                      |   14 ++
 arch/arm/mach-exynos4/Makefile                     |    3 +-
 arch/arm/mach-exynos4/clock.c                      |    4 +-
 arch/arm/mach-exynos4/cpu.c                        |   21 ++-
 arch/arm/mach-exynos4/include/mach/entry-macro.S   |   29 +++-
 arch/arm/mach-exynos4/include/mach/irqs.h          |    2 +
 arch/arm/mach-exynos4/include/mach/map.h           |    1 -
 arch/arm/mach-exynos4/include/mach/regs-mct.h      |    5 +-
 arch/arm/mach-exynos4/mach-origen.c                |    2 +-
 .../{mach-smdk4212.c => mach-smdk4x12.c}           |  128 ++++++++-------
 arch/arm/mach-exynos4/mach-smdkv310.c              |    4 +-
 arch/arm/mach-exynos4/mct.c                        |  166
++++++++++++--------
 arch/arm/mach-exynos4/platsmp.c                    |    5 +-
 arch/arm/plat-s5p/cpu.c                            |    9 +
 arch/arm/plat-samsung/include/plat/cpu.h           |    8 +
 15 files changed, 251 insertions(+), 150 deletions(-)
 rename arch/arm/mach-exynos4/{mach-smdk4212.c => mach-smdk4x12.c} (61%)

             reply	other threads:[~2011-10-04 13:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-04 13:21 Kukjin Kim [this message]
2011-10-05  8:51 ` [GIT PULL] Samsung board-2 for v3.2 Kyungmin Park
2011-10-07 18:01 ` Arnd Bergmann

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='019b01cc8298$846170c0$8d245240$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox