From: Kukjin Kim <kgene@kernel.org>
To: arm@kernel.org, Arnd Bergmann <arnd@arndb.de>,
'Olof Johansson' <olof@lixom.net>,
Kevin Hilman <khilman@linaro.org>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL v2 1/5] Samsung clk driver updates for v4.3
Date: Fri, 14 Aug 2015 03:48:37 +0900 [thread overview]
Message-ID: <55CCE685.40501@kernel.org> (raw)
In-Reply-To: <55CCE517.2070003@kernel.org>
The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-clk-driver
for you to fetch changes up to cd6aceef028afc3fa216e3e7bc94cc31632cad43:
clk: exynos4x12: add cpu clock configuration data and instantiate cpu
clock (2015-08-14 02:00:43 +0900)
----------------------------------------------------------------
Samsung clk driver updates for v4.3
- add cpu clock configuration data and instantiate cpu clock
for exynos3250, 4210, 4412 and 5250 SoCs to support Samsung
specific cpu-clock type
* Note this branch has been provided to clk tree as a topic branch
----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
clk: exynos4x12: add cpu clock configuration data and instantiate
cpu clock
Chanwoo Choi (1):
clk: exynos3250: Add cpu clock configuration data and instaniate
cpu clock
Thomas Abraham (1):
clk: exynos5250: add cpu clock configuration data and instantiate
cpu clock
drivers/clk/samsung/clk-exynos3250.c | 32 ++++++++++++++++++++--
drivers/clk/samsung/clk-exynos4.c | 50
++++++++++++++++++++++++++++++++++
drivers/clk/samsung/clk-exynos5250.c | 31 +++++++++++++++++++++
include/dt-bindings/clock/exynos3250.h | 1 +
include/dt-bindings/clock/exynos5250.h | 1 +
5 files changed, 113 insertions(+), 2 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v2 1/5] Samsung clk driver updates for v4.3
Date: Fri, 14 Aug 2015 03:48:37 +0900 [thread overview]
Message-ID: <55CCE685.40501@kernel.org> (raw)
In-Reply-To: <55CCE517.2070003@kernel.org>
The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-clk-driver
for you to fetch changes up to cd6aceef028afc3fa216e3e7bc94cc31632cad43:
clk: exynos4x12: add cpu clock configuration data and instantiate cpu
clock (2015-08-14 02:00:43 +0900)
----------------------------------------------------------------
Samsung clk driver updates for v4.3
- add cpu clock configuration data and instantiate cpu clock
for exynos3250, 4210, 4412 and 5250 SoCs to support Samsung
specific cpu-clock type
* Note this branch has been provided to clk tree as a topic branch
----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
clk: exynos4x12: add cpu clock configuration data and instantiate
cpu clock
Chanwoo Choi (1):
clk: exynos3250: Add cpu clock configuration data and instaniate
cpu clock
Thomas Abraham (1):
clk: exynos5250: add cpu clock configuration data and instantiate
cpu clock
drivers/clk/samsung/clk-exynos3250.c | 32 ++++++++++++++++++++--
drivers/clk/samsung/clk-exynos4.c | 50
++++++++++++++++++++++++++++++++++
drivers/clk/samsung/clk-exynos5250.c | 31 +++++++++++++++++++++
include/dt-bindings/clock/exynos3250.h | 1 +
include/dt-bindings/clock/exynos5250.h | 1 +
5 files changed, 113 insertions(+), 2 deletions(-)
next prev parent reply other threads:[~2015-08-13 18:48 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-13 18:42 [GIT PULL v2 0/5] Samsung updates for v4.3 Kukjin Kim
2015-08-13 18:42 ` Kukjin Kim
2015-08-13 18:48 ` Kukjin Kim [this message]
2015-08-13 18:48 ` [GIT PULL v2 1/5] Samsung clk driver " Kukjin Kim
2015-08-21 1:35 ` Olof Johansson
2015-08-21 1:35 ` Olof Johansson
2015-08-13 18:50 ` [GIT PULL v2 2/5] Samsung 2nd DT " Kukjin Kim
2015-08-13 18:50 ` Kukjin Kim
2015-08-21 1:37 ` Olof Johansson
2015-08-21 1:37 ` Olof Johansson
2015-08-13 18:51 ` [GIT PULL v2 3/5] Samsung SoC " Kukjin Kim
2015-08-13 18:51 ` Kukjin Kim
2015-08-21 1:38 ` Olof Johansson
2015-08-21 1:38 ` Olof Johansson
2015-08-13 18:52 ` [GIT PULL v2 4/5] Samsung cpufreq driver " Kukjin Kim
2015-08-13 18:52 ` Kukjin Kim
2015-08-21 1:39 ` Olof Johansson
2015-08-21 1:39 ` Olof Johansson
2015-08-13 18:53 ` [GIT PULL v2 5/5] Samsung defconfig " Kukjin Kim
2015-08-13 18:53 ` Kukjin Kim
2015-08-21 1:40 ` Olof Johansson
2015-08-21 1:40 ` Olof Johansson
2015-08-20 2:25 ` [GIT PULL v2 0/5] Samsung " Kukjin Kim
2015-08-20 2:25 ` Kukjin Kim
2015-08-21 1:34 ` Olof Johansson
2015-08-21 1:34 ` 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=55CCE685.40501@kernel.org \
--to=kgene@kernel.org \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=k.kozlowski@samsung.com \
--cc=khilman@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=olof@lixom.net \
--cc=s.nawrocki@samsung.com \
/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.