From: mark.rutland@arm.com (Mark Rutland)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] move arm dual timer into drivers/clocksource
Date: Tue, 9 Sep 2014 16:17:23 +0100 [thread overview]
Message-ID: <20140909151723.GA3494@leverpostej> (raw)
In-Reply-To: <1406865536-23984-1-git-send-email-wangkefeng.wang@huawei.com>
Hi Kefeng,
Superficially this series looks as if it could be useful (enabling sp804
support for arm64), but there are several problems:
* The commit messages are terse at best.
* The cover letter provides no rationale.
* Patch 2 doesn't appear to apply to current mainline (v3.17-rc4)
I was unable to find a later posting. Do you intend to continue with
this series?
Mark.
On Fri, Aug 01, 2014 at 04:58:53AM +0100, Kefeng Wang wrote:
> Kefeng Wang (3):
> ARM: remove unnecessary include arm_timer.h and timer-sp.h
> clocksource: move arm dual timer into drivers/clocksource
> clocksouce: sp804: use pr_fmt for logging
>
> arch/arm/Kconfig | 5 -
> arch/arm/common/Makefile | 1 -
> arch/arm/common/timer-sp.c | 304 -----------------------------
> arch/arm/include/asm/hardware/arm_timer.h | 35 ----
> arch/arm/include/asm/hardware/timer-sp.h | 23 ---
> arch/arm/mach-integrator/integrator_ap.c | 2 +-
> arch/arm/mach-nspire/nspire.c | 2 -
> arch/arm/mach-realview/core.c | 5 +-
> arch/arm/mach-versatile/core.c | 5 +-
> arch/arm/mach-vexpress/ct-ca9x4.c | 3 -
> arch/arm/mach-vexpress/v2m.c | 5 +-
> drivers/clocksource/Kconfig | 7 +
> drivers/clocksource/Makefile | 1 +
> drivers/clocksource/timer-sp.c | 307 ++++++++++++++++++++++++++++++
> include/clocksource/arm_timer.h | 35 ++++
> include/clocksource/timer-sp.h | 23 +++
> 16 files changed, 383 insertions(+), 380 deletions(-)
> delete mode 100644 arch/arm/common/timer-sp.c
> delete mode 100644 arch/arm/include/asm/hardware/arm_timer.h
> delete mode 100644 arch/arm/include/asm/hardware/timer-sp.h
> create mode 100644 drivers/clocksource/timer-sp.c
> create mode 100644 include/clocksource/arm_timer.h
> create mode 100644 include/clocksource/timer-sp.h
>
> --
> 1.7.12.4
>
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
prev parent reply other threads:[~2014-09-09 15:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-01 3:58 [PATCH 0/3] move arm dual timer into drivers/clocksource Kefeng Wang
2014-08-01 3:58 ` [PATCH 1/3] ARM: remove unnecessary include arm_timer.h and timer-sp.h Kefeng Wang
2014-08-01 3:58 ` [PATCH 2/3] clocksource: move arm dual timer into drivers/clocksource Kefeng Wang
2014-08-01 3:58 ` [PATCH 3/3] clocksouce: sp804: use pr_fmt for logging Kefeng Wang
2014-09-09 15:17 ` Mark Rutland [this message]
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=20140909151723.GA3494@leverpostej \
--to=mark.rutland@arm.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 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).