All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: "arm@kernel.org" <arm@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	'Olof Johansson' <olof@lixom.net>
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] Samsung fixes-3 for 3.16
Date: Sun, 13 Jul 2014 07:23:05 +0900	[thread overview]
Message-ID: <53C1B549.1060706@samsung.com> (raw)

The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1:

   Linux 3.16-rc4 (2014-07-06 12:37:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to bed7118988ef48063c72f67cc2701c72663b3870:

   ARM: EXYNOS: Register cpuidle device only on exynos4210 and 5250 
(2014-07-11 08:15:32 +0900)

----------------------------------------------------------------
Samsung fixes-3 for v3.16
- update the parent for Auudss clock because kernel will be hang
   during late boot if the parent clock is disabled in bootloader.
- enable clk handing in power domain because while power domain
   on/off, its regarding clock source will be reset and it causes
   a problem so need to handle it.
- add mux clocks to be used by power domain for exynos5420-mfc
   during power domain on/off and property in device tree also.
- register cpuidle only for exynos4210 and exynos5250 because a
   system failure will be happened on other exynos SoCs.

----------------------------------------------------------------
Arun Kumar K (2):
       clk: exynos5420: Add IDs for clocks used in PD mfc
       ARM: dts: Add clock property for mfc_pd in exynos5420

Prathyush K (1):
       ARM: EXYNOS: Add support for clock handling in power domain

Tomasz Figa (1):
       ARM: EXYNOS: Register cpuidle device only on exynos4210 and 5250

Tushar Behera (1):
       ARM: dts: Update the parent for Audss clocks in Exynos5420

  .../bindings/arm/exynos/power_domain.txt           | 20 +++++++
  arch/arm/boot/dts/exynos5420.dtsi                  |  5 +-
  arch/arm/mach-exynos/exynos.c                      |  6 +--
  arch/arm/mach-exynos/pm_domains.c                  | 61 
+++++++++++++++++++++-
  drivers/clk/samsung/clk-exynos5420.c               |  6 ++-
  include/dt-bindings/clock/exynos5420.h             |  2 +
  6 files changed, 92 insertions(+), 8 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] Samsung fixes-3 for 3.16
Date: Sun, 13 Jul 2014 07:23:05 +0900	[thread overview]
Message-ID: <53C1B549.1060706@samsung.com> (raw)

The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1:

   Linux 3.16-rc4 (2014-07-06 12:37:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to bed7118988ef48063c72f67cc2701c72663b3870:

   ARM: EXYNOS: Register cpuidle device only on exynos4210 and 5250 
(2014-07-11 08:15:32 +0900)

----------------------------------------------------------------
Samsung fixes-3 for v3.16
- update the parent for Auudss clock because kernel will be hang
   during late boot if the parent clock is disabled in bootloader.
- enable clk handing in power domain because while power domain
   on/off, its regarding clock source will be reset and it causes
   a problem so need to handle it.
- add mux clocks to be used by power domain for exynos5420-mfc
   during power domain on/off and property in device tree also.
- register cpuidle only for exynos4210 and exynos5250 because a
   system failure will be happened on other exynos SoCs.

----------------------------------------------------------------
Arun Kumar K (2):
       clk: exynos5420: Add IDs for clocks used in PD mfc
       ARM: dts: Add clock property for mfc_pd in exynos5420

Prathyush K (1):
       ARM: EXYNOS: Add support for clock handling in power domain

Tomasz Figa (1):
       ARM: EXYNOS: Register cpuidle device only on exynos4210 and 5250

Tushar Behera (1):
       ARM: dts: Update the parent for Audss clocks in Exynos5420

  .../bindings/arm/exynos/power_domain.txt           | 20 +++++++
  arch/arm/boot/dts/exynos5420.dtsi                  |  5 +-
  arch/arm/mach-exynos/exynos.c                      |  6 +--
  arch/arm/mach-exynos/pm_domains.c                  | 61 
+++++++++++++++++++++-
  drivers/clk/samsung/clk-exynos5420.c               |  6 ++-
  include/dt-bindings/clock/exynos5420.h             |  2 +
  6 files changed, 92 insertions(+), 8 deletions(-)

             reply	other threads:[~2014-07-12 22:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-12 22:23 Kukjin Kim [this message]
2014-07-12 22:23 ` [GIT PULL] Samsung fixes-3 for 3.16 Kukjin Kim
2014-07-13  4:19 ` Olof Johansson
2014-07-13  4:19   ` 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=53C1B549.1060706@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --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.