All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Arnd Bergmann <arnd@arndb.de>, 'Olof Johansson' <olof@lixom.net>,
	Kevin Hilman <khilman@linaro.org>,
	arm@kernel.org
Cc: "linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>
Subject: [GIT PULL 2nd 1/5] Samsung non-critical fixes for v3.14
Date: Sun, 22 Dec 2013 03:23:21 +0900	[thread overview]
Message-ID: <52B5DC99.6010801@samsung.com> (raw)

The following changes since commit 236940d2c951a84735fdd7b958b5159eaf501784:

   ARM: dts: Update display clock frequency for Origen-4412 (2013-12-16 
04:41:57 +0900)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/samsung-fixes-2

for you to fetch changes up to ca7c11fc8df0657ddeffc1cd98428abd739e1e10:

   ARM: dts: Use MSHC controller for eMMC memory for exynos4412-trats2 
(2013-12-21 08:01:31 +0900)

----------------------------------------------------------------
Samsung non-critical 2nd fixes for v3.14
- Correct HSMMC1 card detection type for s3c6410-mini6410
- Fix different key mapping backslash and search key for exynos5250-snow
- Fix definitions of div_mmc_pre4 divider for CLK_SET_RATE_PARENT
- Fix clock provider for mshc on exynos4412
- Fix definitions of mshc dt nodes for exynos4x12
- use mshc controller for eMMC for exynos4412-trats2

----------------------------------------------------------------
Doug Anderson (2):
       ARM: dts: Add the missing "\" key in non-US keyboards for 
exynos5250-snow
       ARM: dts: Fix exynos5250-snow's search key to be L_META

Seungwon Jeon (1):
       ARM: dts: add clock provider for mshc node for Exynos4412 SOC

Tomasz Figa (4):
       ARM: S3C64XX: Correct card detect type for HSMMC1 for MINI6410
       clk: samsung: exynos4: Fix definition of div_mmc_pre4 divider
       ARM: dts: Fix definition of MSHC device tree nodes for exynos4x12
       ARM: dts: Use MSHC controller for eMMC memory for exynos4412-trats2

  arch/arm/boot/dts/exynos4412-odroidx.dts |  5 +----
  arch/arm/boot/dts/exynos4412-origen.dts  |  5 +----
  arch/arm/boot/dts/exynos4412-trats2.dts  | 20 ++++++++++++++++----
  arch/arm/boot/dts/exynos4412.dtsi        |  7 -------
  arch/arm/boot/dts/exynos4x12.dtsi        | 13 +++++++++++++
  arch/arm/boot/dts/exynos5250-snow.dts    |  3 ++-
  arch/arm/mach-s3c64xx/mach-mini6410.c    | 10 ++++++++++
  drivers/clk/samsung/clk-exynos4.c        |  3 ++-
  8 files changed, 45 insertions(+), 21 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2nd 1/5] Samsung non-critical fixes for v3.14
Date: Sun, 22 Dec 2013 03:23:21 +0900	[thread overview]
Message-ID: <52B5DC99.6010801@samsung.com> (raw)

The following changes since commit 236940d2c951a84735fdd7b958b5159eaf501784:

   ARM: dts: Update display clock frequency for Origen-4412 (2013-12-16 
04:41:57 +0900)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/samsung-fixes-2

for you to fetch changes up to ca7c11fc8df0657ddeffc1cd98428abd739e1e10:

   ARM: dts: Use MSHC controller for eMMC memory for exynos4412-trats2 
(2013-12-21 08:01:31 +0900)

----------------------------------------------------------------
Samsung non-critical 2nd fixes for v3.14
- Correct HSMMC1 card detection type for s3c6410-mini6410
- Fix different key mapping backslash and search key for exynos5250-snow
- Fix definitions of div_mmc_pre4 divider for CLK_SET_RATE_PARENT
- Fix clock provider for mshc on exynos4412
- Fix definitions of mshc dt nodes for exynos4x12
- use mshc controller for eMMC for exynos4412-trats2

----------------------------------------------------------------
Doug Anderson (2):
       ARM: dts: Add the missing "\" key in non-US keyboards for 
exynos5250-snow
       ARM: dts: Fix exynos5250-snow's search key to be L_META

Seungwon Jeon (1):
       ARM: dts: add clock provider for mshc node for Exynos4412 SOC

Tomasz Figa (4):
       ARM: S3C64XX: Correct card detect type for HSMMC1 for MINI6410
       clk: samsung: exynos4: Fix definition of div_mmc_pre4 divider
       ARM: dts: Fix definition of MSHC device tree nodes for exynos4x12
       ARM: dts: Use MSHC controller for eMMC memory for exynos4412-trats2

  arch/arm/boot/dts/exynos4412-odroidx.dts |  5 +----
  arch/arm/boot/dts/exynos4412-origen.dts  |  5 +----
  arch/arm/boot/dts/exynos4412-trats2.dts  | 20 ++++++++++++++++----
  arch/arm/boot/dts/exynos4412.dtsi        |  7 -------
  arch/arm/boot/dts/exynos4x12.dtsi        | 13 +++++++++++++
  arch/arm/boot/dts/exynos5250-snow.dts    |  3 ++-
  arch/arm/mach-s3c64xx/mach-mini6410.c    | 10 ++++++++++
  drivers/clk/samsung/clk-exynos4.c        |  3 ++-
  8 files changed, 45 insertions(+), 21 deletions(-)

             reply	other threads:[~2013-12-21 18:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-21 18:23 Kukjin Kim [this message]
2013-12-21 18:23 ` [GIT PULL 2nd 1/5] Samsung non-critical fixes for v3.14 Kukjin Kim
2013-12-24  2:59 ` Olof Johansson
2013-12-24  2:59   ` Olof Johansson

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=52B5DC99.6010801@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=khilman@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    /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.