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>,
	Mike Turquette <mturquette@linaro.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>,
	Arun Kumar K <arun.kk@samsung.com>,
	Sachin Kamat <sachin.kamat@linaro.org>
Subject: [GIT PULL 2/2] Samsung CLK update for v3.11
Date: Wed, 19 Jun 2013 23:48:51 +0900	[thread overview]
Message-ID: <51C1C4D3.5050206@samsung.com> (raw)

Hi Arnd, Olof

This is updates for Samsung clks but some of them didn't get Mike's ack 
but I think, it should be fine and remained in mailing list long time.

Mike, if you have any objection on this branch, please let us know.

Just note, based on tags/exynos-dt-2 to avoid merge conflicts ;)

Thanks,
- Kukjin


The following changes since commit 5f13269130d6798571ffbd9d84dbef0950984c5b:

   ARM: dts: Set BUCK7 as always on for Origen board (2013-06-19 
00:41:56 +0900)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/samsung-clk-1

for you to fetch changes up to 765ab41132b24c9d40b11b2100ae7f01c19a64af:

   clk: exynos5440: Staticize local symbols (2013-06-19 23:29:59 +0900)

----------------------------------------------------------------
clk updates
- fix HDMI clock number for exynos5250
- add G3D clocks for exynos5250
- add TMU clocks for exynos4
- use static for local symbols for exynos clk

----------------------------------------------------------------
Arun Kumar K (2):
       Documentation: Fix HDMI clock number for exynos5250-clock
       clk: exynos5250: Add clocks for G3D

Sachin Kamat (4):
       clk: exynos4: Add clock entries for TMU
       clk: exynos4: Staticize local symbols
       clk: exynos5250: Staticize local symbols
       clk: exynos5440: Staticize local symbols

  .../devicetree/bindings/clock/exynos4-clock.txt    |  1 +
  .../devicetree/bindings/clock/exynos5250-clock.txt |  3 ++-
  drivers/clk/samsung/clk-exynos4.c                  | 28 
++++++++++++----------
  drivers/clk/samsung/clk-exynos5250.c               | 26 
+++++++++++++-------
  drivers/clk/samsung/clk-exynos5440.c               | 14 +++++------
  5 files changed, 43 insertions(+), 29 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 2/2] Samsung CLK update for v3.11
Date: Wed, 19 Jun 2013 23:48:51 +0900	[thread overview]
Message-ID: <51C1C4D3.5050206@samsung.com> (raw)

Hi Arnd, Olof

This is updates for Samsung clks but some of them didn't get Mike's ack 
but I think, it should be fine and remained in mailing list long time.

Mike, if you have any objection on this branch, please let us know.

Just note, based on tags/exynos-dt-2 to avoid merge conflicts ;)

Thanks,
- Kukjin


The following changes since commit 5f13269130d6798571ffbd9d84dbef0950984c5b:

   ARM: dts: Set BUCK7 as always on for Origen board (2013-06-19 
00:41:56 +0900)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/samsung-clk-1

for you to fetch changes up to 765ab41132b24c9d40b11b2100ae7f01c19a64af:

   clk: exynos5440: Staticize local symbols (2013-06-19 23:29:59 +0900)

----------------------------------------------------------------
clk updates
- fix HDMI clock number for exynos5250
- add G3D clocks for exynos5250
- add TMU clocks for exynos4
- use static for local symbols for exynos clk

----------------------------------------------------------------
Arun Kumar K (2):
       Documentation: Fix HDMI clock number for exynos5250-clock
       clk: exynos5250: Add clocks for G3D

Sachin Kamat (4):
       clk: exynos4: Add clock entries for TMU
       clk: exynos4: Staticize local symbols
       clk: exynos5250: Staticize local symbols
       clk: exynos5440: Staticize local symbols

  .../devicetree/bindings/clock/exynos4-clock.txt    |  1 +
  .../devicetree/bindings/clock/exynos5250-clock.txt |  3 ++-
  drivers/clk/samsung/clk-exynos4.c                  | 28 
++++++++++++----------
  drivers/clk/samsung/clk-exynos5250.c               | 26 
+++++++++++++-------
  drivers/clk/samsung/clk-exynos5440.c               | 14 +++++------
  5 files changed, 43 insertions(+), 29 deletions(-)

             reply	other threads:[~2013-06-19 14:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-19 14:48 Kukjin Kim [this message]
2013-06-19 14:48 ` [GIT PULL 2/2] Samsung CLK update for v3.11 Kukjin Kim
2013-06-25 17:06 ` Olof Johansson
2013-06-25 17:06   ` Olof Johansson
2013-06-25 17:22   ` Mike Turquette
2013-06-25 17:22     ` Mike Turquette

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=51C1C4D3.5050206@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=arnd@arndb.de \
    --cc=arun.kk@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=olof@lixom.net \
    --cc=sachin.kamat@linaro.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 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.