linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] clk: mvebu: for v3.14
@ 2013-12-01 17:07 Jason Cooper
  2013-12-06 16:26 ` Jason Cooper
  0 siblings, 1 reply; 6+ messages in thread
From: Jason Cooper @ 2013-12-01 17:07 UTC (permalink / raw)
  To: linux-arm-kernel

Mike,

Here's the first round for v3.14.  These have been in -next for a week
now, without problem.

thx,

Jason.


The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

  Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-clk-3.14

for you to fetch changes up to a2473b6c8279b95c5fa954f765da65cc27d6e2d2:

  clk: mvebu: Add Core Divider clock (2013-11-24 17:29:25 +0000)

----------------------------------------------------------------
mvebu clock changes for v3.14

 - mvebu: add the core divider clock driver
 - sparse cleanup

----------------------------------------------------------------
Ezequiel Garcia (1):
      clk: mvebu: Add Core Divider clock

Jisheng Zhang (1):
      clk: mvebu: staticize of_cpu_clk_setup

 drivers/clk/mvebu/Kconfig       |   5 +
 drivers/clk/mvebu/Makefile      |   1 +
 drivers/clk/mvebu/clk-corediv.c | 223 ++++++++++++++++++++++++++++++++++++++++
 drivers/clk/mvebu/clk-cpu.c     |   2 +-
 4 files changed, 230 insertions(+), 1 deletion(-)
 create mode 100644 drivers/clk/mvebu/clk-corediv.c

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] clk: mvebu: for v3.14
  2013-12-01 17:07 [GIT PULL] clk: mvebu: for v3.14 Jason Cooper
@ 2013-12-06 16:26 ` Jason Cooper
  2013-12-11 17:49   ` Jason Cooper
  0 siblings, 1 reply; 6+ messages in thread
From: Jason Cooper @ 2013-12-06 16:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Dec 01, 2013 at 12:07:52PM -0500, Jason Cooper wrote:
> Mike,
> 
> Here's the first round for v3.14.  These have been in -next for a week
> now, without problem.

Ping?  I see you've been pulling stuff into your -next branch.  Did you
miss this, or did I send it to the wrong list?

thx,

Jason.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] clk: mvebu: for v3.14
  2013-12-06 16:26 ` Jason Cooper
@ 2013-12-11 17:49   ` Jason Cooper
  2013-12-20  1:15     ` Ezequiel Garcia
  0 siblings, 1 reply; 6+ messages in thread
From: Jason Cooper @ 2013-12-11 17:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Dec 06, 2013 at 11:26:58AM -0500, Jason Cooper wrote:
> On Sun, Dec 01, 2013 at 12:07:52PM -0500, Jason Cooper wrote:
> > Mike,
> > 
> > Here's the first round for v3.14.  These have been in -next for a week
> > now, without problem.
> 
> Ping?  I see you've been pulling stuff into your -next branch.  Did you
> miss this, or did I send it to the wrong list?

re-ping?

thx,

Jason.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] clk: mvebu: for v3.14
  2013-12-11 17:49   ` Jason Cooper
@ 2013-12-20  1:15     ` Ezequiel Garcia
  2013-12-20 21:27       ` Mike Turquette
  0 siblings, 1 reply; 6+ messages in thread
From: Ezequiel Garcia @ 2013-12-20  1:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Dec 11, 2013 at 12:49:35PM -0500, Jason Cooper wrote:
> On Fri, Dec 06, 2013 at 11:26:58AM -0500, Jason Cooper wrote:
> > On Sun, Dec 01, 2013 at 12:07:52PM -0500, Jason Cooper wrote:
> > > Mike,
> > > 
> > > Here's the first round for v3.14.  These have been in -next for a week
> > > now, without problem.
> > 
> > Ping?  I see you've been pulling stuff into your -next branch.  Did you
> > miss this, or did I send it to the wrong list?
> 
> re-ping?
> 

Any news on this? Is there any problem with this driver?
-- 
Ezequiel Garc?a, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] clk: mvebu: for v3.14
  2013-12-20  1:15     ` Ezequiel Garcia
@ 2013-12-20 21:27       ` Mike Turquette
  2013-12-20 21:35         ` Ezequiel Garcia
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Turquette @ 2013-12-20 21:27 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Ezequiel Garcia (2013-12-19 17:15:22)
> On Wed, Dec 11, 2013 at 12:49:35PM -0500, Jason Cooper wrote:
> > On Fri, Dec 06, 2013 at 11:26:58AM -0500, Jason Cooper wrote:
> > > On Sun, Dec 01, 2013 at 12:07:52PM -0500, Jason Cooper wrote:
> > > > Mike,
> > > > 
> > > > Here's the first round for v3.14.  These have been in -next for a week
> > > > now, without problem.
> > > 
> > > Ping?  I see you've been pulling stuff into your -next branch.  Did you
> > > miss this, or did I send it to the wrong list?
> > 
> > re-ping?
> > 
> 
> Any news on this? Is there any problem with this driver?

Taken into clk-next.

Thanks!
Mike

> -- 
> Ezequiel Garc?a, Free Electrons
> Embedded Linux, Kernel and Android Engineering
> http://free-electrons.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] clk: mvebu: for v3.14
  2013-12-20 21:27       ` Mike Turquette
@ 2013-12-20 21:35         ` Ezequiel Garcia
  0 siblings, 0 replies; 6+ messages in thread
From: Ezequiel Garcia @ 2013-12-20 21:35 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Dec 20, 2013 at 01:27:33PM -0800, Mike Turquette wrote:
> Quoting Ezequiel Garcia (2013-12-19 17:15:22)
> > On Wed, Dec 11, 2013 at 12:49:35PM -0500, Jason Cooper wrote:
> > > On Fri, Dec 06, 2013 at 11:26:58AM -0500, Jason Cooper wrote:
> > > > On Sun, Dec 01, 2013 at 12:07:52PM -0500, Jason Cooper wrote:
> > > > > Mike,
> > > > > 
> > > > > Here's the first round for v3.14.  These have been in -next for a week
> > > > > now, without problem.
> > > > 
> > > > Ping?  I see you've been pulling stuff into your -next branch.  Did you
> > > > miss this, or did I send it to the wrong list?
> > > 
> > > re-ping?
> > > 
> > 
> > Any news on this? Is there any problem with this driver?
> 
> Taken into clk-next.
> 

Awesome!
-- 
Ezequiel Garc?a, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-12-20 21:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 17:07 [GIT PULL] clk: mvebu: for v3.14 Jason Cooper
2013-12-06 16:26 ` Jason Cooper
2013-12-11 17:49   ` Jason Cooper
2013-12-20  1:15     ` Ezequiel Garcia
2013-12-20 21:27       ` Mike Turquette
2013-12-20 21:35         ` Ezequiel Garcia

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).