From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/08] mach-shmobile timer consolidation
Date: Tue, 06 Mar 2012 08:36:06 +0000 [thread overview]
Message-ID: <20120306083606.8131.92041.sendpatchset@w520> (raw)
mach-shmobile timer consolidation
[PATCH 01/08] ARM: mach-shmobile: add shmobile_earlytimer_init()
[PATCH 02/08] ARM: mach-shmobile: sh7367 and G3EVM timer rework
[PATCH 03/08] ARM: mach-shmobile: sh7377 and G4EVM timer rework
[PATCH 04/08] ARM: mach-shmobile: sh7372, AP4EVB and Mackerel timer rework
[PATCH 05/08] ARM: mach-shmobile: sh73a0, AG5EVM and Kota2 timer rework
[PATCH 06/08] ARM: mach-shmobile: r8a7740 and Bonito timer rework
[PATCH 07/08] ARM: mach-shmobile: r8a7779 and Marzen timer rework
[PATCH 08/08] ARM: mach-shmobile: default to no earlytimer
These patches rework the shmobile timer code to make the earlytimer
opt-in instead of default. The exisitng in-tree boards will keep on
using earlytimer as usual, but upcoming DT-based generic support
can with these patches use the regular driver model for timers.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/board-ag5evm.c | 14 +-------------
arch/arm/mach-shmobile/board-ap4evb.c | 13 +------------
arch/arm/mach-shmobile/board-bonito.c | 18 +++++++++++-------
arch/arm/mach-shmobile/board-g3evm.c | 13 +------------
arch/arm/mach-shmobile/board-g4evm.c | 13 +------------
arch/arm/mach-shmobile/board-kota2.c | 13 +------------
arch/arm/mach-shmobile/board-mackerel.c | 13 +------------
arch/arm/mach-shmobile/board-marzen.c | 14 +-------------
arch/arm/mach-shmobile/include/mach/common.h | 1 +
arch/arm/mach-shmobile/setup-r8a7740.c | 10 ++++++++++
arch/arm/mach-shmobile/setup-r8a7779.c | 10 ++++++++++
arch/arm/mach-shmobile/setup-sh7367.c | 10 ++++++++++
arch/arm/mach-shmobile/setup-sh7372.c | 10 ++++++++++
arch/arm/mach-shmobile/setup-sh7377.c | 10 ++++++++++
arch/arm/mach-shmobile/setup-sh73a0.c | 10 ++++++++++
arch/arm/mach-shmobile/timer.c | 8 ++++++--
16 files changed, 85 insertions(+), 95 deletions(-)
next reply other threads:[~2012-03-06 8:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-06 8:36 Magnus Damm [this message]
2012-03-07 21:59 ` [PATCH 00/08] mach-shmobile timer consolidation Rafael J. Wysocki
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=20120306083606.8131.92041.sendpatchset@w520 \
--to=magnus.damm@gmail.com \
--cc=linux-sh@vger.kernel.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.