From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] ARM: add clock api to sp804 and smp_twd timers
Date: Sat, 2 Oct 2010 09:34:43 -0500 [thread overview]
Message-ID: <1286030086-25556-1-git-send-email-robherring2@gmail.com> (raw)
From: Rob Herring <rob.herring@smooth-stone.com>
Changes from v1:
Implement comments from Russell.
Use clk_get_sys to get twd clock.
Allow independent clocks for timer-sp clocksource and clockevent timers.
Rob Herring (3):
ARM: move timer-sp.c from versatile to common
ARM: timer-sp: support timer clock freq other than 1MHz
ARM: twd_smp: add clock api support
arch/arm/common/Makefile | 1 +
arch/arm/{plat-versatile => common}/timer-sp.c | 38 +++++++++++++++-------
arch/arm/include/asm/hardware/timer-sp.h | 2 +
arch/arm/include/asm/smp_twd.h | 1 +
arch/arm/kernel/smp_twd.c | 11 ++++++
arch/arm/mach-integrator/integrator_cp.c | 6 ++--
arch/arm/mach-realview/core.c | 6 ++--
arch/arm/mach-versatile/core.c | 6 ++--
arch/arm/mach-vexpress/ct-ca9x4.c | 6 ++--
arch/arm/mach-vexpress/v2m.c | 6 ++--
arch/arm/plat-versatile/Makefile | 1 -
arch/arm/plat-versatile/include/plat/timer-sp.h | 2 -
12 files changed, 56 insertions(+), 30 deletions(-)
rename arch/arm/{plat-versatile => common}/timer-sp.c (81%)
create mode 100644 arch/arm/include/asm/hardware/timer-sp.h
delete mode 100644 arch/arm/plat-versatile/include/plat/timer-sp.h
next reply other threads:[~2010-10-02 14:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-02 14:34 Rob Herring [this message]
2010-10-02 14:34 ` [PATCH v2 1/3] ARM: move timer-sp.c from versatile to common Rob Herring
2010-10-02 14:34 ` [PATCH v2 2/3] ARM: timer-sp: support timer clock freq other than 1MHz Rob Herring
2010-12-21 13:44 ` Russell King - ARM Linux
2010-12-21 14:14 ` Rob Herring
2010-10-02 14:34 ` [PATCH v2 3/3] ARM: twd_smp: add clock api support Rob Herring
2010-12-21 13:45 ` Russell King - ARM Linux
2011-01-12 21:28 ` 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=1286030086-25556-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.