* [GIT PULL 1/5] Samsung CLK update for 3.16
@ 2014-05-30 19:58 ` Kukjin Kim
0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2014-05-30 19:58 UTC (permalink / raw)
To: arm@kernel.org, Arnd Bergmann, 'Olof Johansson',
Kevin Hilman
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, Mike Turquette, Tomasz Figa
The following changes since commit bfed1074f213051e94648bfad0d0611a16d81366:
clk: exynos5250: Add missing sysmmu clocks for DISP and ISP blocks
(2014-05-26 06:48:10 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-clk-3
for you to fetch changes up to e7ef0b632eb45b0c725629da3561ecde8935a398:
clk: exynos5410: register clocks using common clock framework
(2014-05-31 02:13:16 +0900)
----------------------------------------------------------------
Samsung 3rd clock updates for 3.16
- add clock for new exynos5410 SoC
----------------------------------------------------------------
Tarek Dakhran (1):
clk: exynos5410: register clocks using common clock framework
.../devicetree/bindings/clock/exynos5410-clock.txt | 45 +++++
drivers/clk/samsung/Makefile | 1 +
drivers/clk/samsung/clk-exynos5410.c | 209
+++++++++++++++++++++
include/dt-bindings/clock/exynos5410.h | 33 ++++
4 files changed, 288 insertions(+)
create mode 100644
Documentation/devicetree/bindings/clock/exynos5410-clock.txt
create mode 100644 drivers/clk/samsung/clk-exynos5410.c
create mode 100644 include/dt-bindings/clock/exynos5410.h
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 1/5] Samsung CLK update for 3.16
@ 2014-05-30 19:58 ` Kukjin Kim
0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2014-05-30 19:58 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit bfed1074f213051e94648bfad0d0611a16d81366:
clk: exynos5250: Add missing sysmmu clocks for DISP and ISP blocks
(2014-05-26 06:48:10 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-clk-3
for you to fetch changes up to e7ef0b632eb45b0c725629da3561ecde8935a398:
clk: exynos5410: register clocks using common clock framework
(2014-05-31 02:13:16 +0900)
----------------------------------------------------------------
Samsung 3rd clock updates for 3.16
- add clock for new exynos5410 SoC
----------------------------------------------------------------
Tarek Dakhran (1):
clk: exynos5410: register clocks using common clock framework
.../devicetree/bindings/clock/exynos5410-clock.txt | 45 +++++
drivers/clk/samsung/Makefile | 1 +
drivers/clk/samsung/clk-exynos5410.c | 209
+++++++++++++++++++++
include/dt-bindings/clock/exynos5410.h | 33 ++++
4 files changed, 288 insertions(+)
create mode 100644
Documentation/devicetree/bindings/clock/exynos5410-clock.txt
create mode 100644 drivers/clk/samsung/clk-exynos5410.c
create mode 100644 include/dt-bindings/clock/exynos5410.h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL 1/5] Samsung CLK update for 3.16
2014-05-30 19:58 ` Kukjin Kim
@ 2014-05-31 4:39 ` Olof Johansson
-1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-05-31 4:39 UTC (permalink / raw)
To: Kukjin Kim
Cc: arm@kernel.org, Arnd Bergmann, Kevin Hilman,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, Mike Turquette, Tomasz Figa
On Sat, May 31, 2014 at 04:58:57AM +0900, Kukjin Kim wrote:
> The following changes since commit bfed1074f213051e94648bfad0d0611a16d81366:
>
> clk: exynos5250: Add missing sysmmu clocks for DISP and ISP blocks
> (2014-05-26 06:48:10 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-clk-3
>
> for you to fetch changes up to e7ef0b632eb45b0c725629da3561ecde8935a398:
>
> clk: exynos5410: register clocks using common clock framework
> (2014-05-31 02:13:16 +0900)
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 1/5] Samsung CLK update for 3.16
@ 2014-05-31 4:39 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-05-31 4:39 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, May 31, 2014 at 04:58:57AM +0900, Kukjin Kim wrote:
> The following changes since commit bfed1074f213051e94648bfad0d0611a16d81366:
>
> clk: exynos5250: Add missing sysmmu clocks for DISP and ISP blocks
> (2014-05-26 06:48:10 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-clk-3
>
> for you to fetch changes up to e7ef0b632eb45b0c725629da3561ecde8935a398:
>
> clk: exynos5410: register clocks using common clock framework
> (2014-05-31 02:13:16 +0900)
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-05-31 4:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30 19:58 [GIT PULL 1/5] Samsung CLK update for 3.16 Kukjin Kim
2014-05-30 19:58 ` Kukjin Kim
2014-05-31 4:39 ` Olof Johansson
2014-05-31 4:39 ` Olof Johansson
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.