From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] ARM: add clock api to sp804 and smp_twd timers
Date: Wed, 12 Jan 2011 17:31:56 -0600 [thread overview]
Message-ID: <1294875123-14086-1-git-send-email-robherring2@gmail.com> (raw)
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(-)
next reply other threads:[~2011-01-12 23:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-12 23:31 Rob Herring [this message]
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
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=1294875123-14086-1-git-send-email-robherring2@gmail.com \
--to=robherring2@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.