* [GIT PULL 2/2] Samsung CLK update for v3.11
@ 2013-06-19 14:48 Kukjin Kim
2013-06-25 17:06 ` Olof Johansson
0 siblings, 1 reply; 3+ messages in thread
From: Kukjin Kim @ 2013-06-19 14:48 UTC (permalink / raw)
To: linux-arm-kernel
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(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL 2/2] Samsung CLK update for v3.11
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:22 ` Mike Turquette
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2013-06-25 17:06 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Wed, Jun 19, 2013 at 11:48:51PM +0900, Kukjin Kim wrote:
> 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
Not pulling these. They are for the clock subsystem and should go through
Mike Turquette. He might or might not still be taking patches for 3.11,
but they're mostly cleanup so there should be no harm in holding off
for 3.12.
Also, none of the patches were posted to linux-arm-kernel, just to the
samsung list. Please crosspost to lakml for wider exposure and reviews.
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL 2/2] Samsung CLK update for v3.11
2013-06-25 17:06 ` Olof Johansson
@ 2013-06-25 17:22 ` Mike Turquette
0 siblings, 0 replies; 3+ messages in thread
From: Mike Turquette @ 2013-06-25 17:22 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Olof Johansson (2013-06-25 10:06:39)
> Hi,
>
> On Wed, Jun 19, 2013 at 11:48:51PM +0900, Kukjin Kim wrote:
> > 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
>
> Not pulling these. They are for the clock subsystem and should go through
> Mike Turquette. He might or might not still be taking patches for 3.11,
> but they're mostly cleanup so there should be no harm in holding off
> for 3.12.
>
> Also, none of the patches were posted to linux-arm-kernel, just to the
> samsung list. Please crosspost to lakml for wider exposure and reviews.
I'm not taking patches for 3.11. Some of the patches I was not Cc'd on
which made it hard to find them. Even if I am not Cc'd I can usually
pick up clock-related patches that land on LAKML, but not all of these
were went to linux-arm-kernel.
I'm happy to take these in towards 3.12 after the merge window.
Regards,
Mike
>
>
> -Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-25 17:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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:22 ` Mike Turquette
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).