All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] ARM: add clock api to sp804 and smp_twd timers
@ 2011-01-12 23:31 Rob Herring
  2011-01-12 23:31 ` [PATCH 1/7] ARM: integrator cp: init clocks early and add sp804 clock Rob Herring
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Rob Herring @ 2011-01-12 23:31 UTC (permalink / raw)
  To: linux-arm-kernel

From: Rob Herring <rob.herring@calxeda.com>

Russell,

Here is updated patch series based on your previous comments. As I mentioned,
the problem making the clock api mandatory for smp_twd is I don't know what the
frequency of the timer is on various platforms or an understanding of what 
their clock trees look like to do a proper implementation of the clocks. I did
add clocks for vexpress as I can test that platform.

Rob

Rob Herring (7):
  ARM: integrator cp: init clocks early and add sp804 clock
  ARM: realview: init clocks early and add sp804 clock
  ARM: versatile: init clocks early and add sp804 clock
  ARM: vexpress: init clocks early and add sp804 clock
  ARM: timer-sp: support timer clock freq other than 1MHz
  ARM: smp_twd: add clock api support
  ARM: vexpress: add smp_twd clock

 arch/arm/common/timer-sp.c               |   43 +++++++++++++++++++++---------
 arch/arm/include/asm/hardware/timer-sp.h |    4 +-
 arch/arm/include/asm/smp_twd.h           |    1 +
 arch/arm/kernel/smp_twd.c                |   11 +++++++
 arch/arm/mach-integrator/integrator_cp.c |   19 ++++++++++---
 arch/arm/mach-realview/core.c            |   16 +++++++----
 arch/arm/mach-realview/core.h            |    1 +
 arch/arm/mach-realview/realview_eb.c     |    1 +
 arch/arm/mach-realview/realview_pb1176.c |    1 +
 arch/arm/mach-realview/realview_pb11mp.c |    1 +
 arch/arm/mach-realview/realview_pba8.c   |    1 +
 arch/arm/mach-realview/realview_pbx.c    |    1 +
 arch/arm/mach-versatile/core.c           |   22 +++++++++++----
 arch/arm/mach-versatile/core.h           |    1 +
 arch/arm/mach-versatile/versatile_ab.c   |    1 +
 arch/arm/mach-versatile/versatile_pb.c   |    1 +
 arch/arm/mach-vexpress/core.h            |    1 +
 arch/arm/mach-vexpress/ct-ca9x4.c        |   27 ++++++++++++++-----
 arch/arm/mach-vexpress/v2m.c             |   18 +++++++++---
 19 files changed, 129 insertions(+), 42 deletions(-)

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

end of thread, other threads:[~2011-01-12 23:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-12 23:31 [PATCH 0/7] ARM: add clock api to sp804 and smp_twd timers Rob Herring
2011-01-12 23:31 ` [PATCH 1/7] ARM: integrator cp: init clocks early and add sp804 clock Rob Herring
2011-01-12 23:53   ` Russell King - ARM Linux
2011-01-12 23:31 ` [PATCH 2/7] ARM: realview: " Rob Herring
2011-01-12 23:31 ` [PATCH 3/7] ARM: versatile: " Rob Herring
2011-01-12 23:32 ` [PATCH 4/7] ARM: vexpress: " Rob Herring
2011-01-12 23:32 ` [PATCH 5/7] ARM: timer-sp: support timer clock freq other than 1MHz Rob Herring
2011-01-12 23:32 ` [PATCH 6/7] ARM: smp_twd: add clock api support Rob Herring
2011-01-12 23:32 ` [PATCH 7/7] ARM: vexpress: add smp_twd clock Rob Herring

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.