From: Magnus Damm <magnus.damm@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/13] ARM: shmobile: Rework ->init_time() / shmobile_timer_init()
Date: Wed, 31 Jul 2013 19:01:10 +0000 [thread overview]
Message-ID: <20130731190110.31796.96552.sendpatchset@w520> (raw)
ARM: shmobile: Rework ->init_time() / shmobile_timer_init()
[PATCH 01/13] ARM: shmobile: Use default ->init_time() on r8a73a4
[PATCH 02/13] ARM: shmobile: Use default ->init_time() on r8a7740
[PATCH 03/13] ARM: shmobile: Use default ->init_time() on r8a7778
[PATCH 04/13] ARM: shmobile: Use default ->init_time() on r8a7779
[PATCH 05/13] ARM: shmobile: Use default ->init_time() on Bockw
[PATCH 06/13] ARM: shmobile: Use default ->init_time() on Bockw DT ref
[PATCH 07/13] ARM: shmobile: Use default ->init_time() on Armadillo DT ref
[PATCH 08/13] ARM: shmobile: Use default ->init_time() on APE6EVM
[PATCH 09/13] ARM: shmobile: Use default ->init_time() on APE6EVM DT ref
[PATCH 10/13] ARM: shmobile: Use default ->init_time() on Marzen DT ref
[PATCH 11/13] ARM: shmobile: Use default ->init_time() on KZM9G DT ref
[PATCH 12/13] ARM: shmobile: Use clocksource_of_init() on r8a7790
[PATCH 13/13] ARM: shmobile: Remove unused shmobile_init_time()
Set ->init_time() to NULL to use the default ARM behaviour which
happens to be clocksource_of_init(). Also, replace the call to
shmobile_time_init() with clocksource_of_init(). Finally, remove
shmobile_init_time() that now is unused.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
Written against renesas.git renesas-devel-20130731 and
[PATCH 00/07] ARM: shmobile: sh73a0, r8a7779 and emev2 SMP SCU rework
[PATCH 00/02] ARM: shmobile: Per-CPU SMP boot / sleep code
arch/arm/mach-shmobile/board-ape6evm-reference.c | 1 -
arch/arm/mach-shmobile/board-ape6evm.c | 1 -
arch/arm/mach-shmobile/board-armadillo800eva-reference.c | 1 -
arch/arm/mach-shmobile/board-bockw-reference.c | 1 -
arch/arm/mach-shmobile/board-bockw.c | 1 -
arch/arm/mach-shmobile/board-kzm9g-reference.c | 1 -
arch/arm/mach-shmobile/board-marzen-reference.c | 1 -
arch/arm/mach-shmobile/include/mach/common.h | 1 -
arch/arm/mach-shmobile/setup-r8a73a4.c | 1 -
arch/arm/mach-shmobile/setup-r8a7740.c | 1 -
arch/arm/mach-shmobile/setup-r8a7778.c | 1 -
arch/arm/mach-shmobile/setup-r8a7779.c | 1 -
arch/arm/mach-shmobile/setup-r8a7790.c | 2 +-
arch/arm/mach-shmobile/timer.c | 4 ----
14 files changed, 1 insertion(+), 17 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: magnus.damm@gmail.com (Magnus Damm)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/13] ARM: shmobile: Rework ->init_time() / shmobile_timer_init()
Date: Thu, 01 Aug 2013 04:01:10 +0900 [thread overview]
Message-ID: <20130731190110.31796.96552.sendpatchset@w520> (raw)
ARM: shmobile: Rework ->init_time() / shmobile_timer_init()
[PATCH 01/13] ARM: shmobile: Use default ->init_time() on r8a73a4
[PATCH 02/13] ARM: shmobile: Use default ->init_time() on r8a7740
[PATCH 03/13] ARM: shmobile: Use default ->init_time() on r8a7778
[PATCH 04/13] ARM: shmobile: Use default ->init_time() on r8a7779
[PATCH 05/13] ARM: shmobile: Use default ->init_time() on Bockw
[PATCH 06/13] ARM: shmobile: Use default ->init_time() on Bockw DT ref
[PATCH 07/13] ARM: shmobile: Use default ->init_time() on Armadillo DT ref
[PATCH 08/13] ARM: shmobile: Use default ->init_time() on APE6EVM
[PATCH 09/13] ARM: shmobile: Use default ->init_time() on APE6EVM DT ref
[PATCH 10/13] ARM: shmobile: Use default ->init_time() on Marzen DT ref
[PATCH 11/13] ARM: shmobile: Use default ->init_time() on KZM9G DT ref
[PATCH 12/13] ARM: shmobile: Use clocksource_of_init() on r8a7790
[PATCH 13/13] ARM: shmobile: Remove unused shmobile_init_time()
Set ->init_time() to NULL to use the default ARM behaviour which
happens to be clocksource_of_init(). Also, replace the call to
shmobile_time_init() with clocksource_of_init(). Finally, remove
shmobile_init_time() that now is unused.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
Written against renesas.git renesas-devel-20130731 and
[PATCH 00/07] ARM: shmobile: sh73a0, r8a7779 and emev2 SMP SCU rework
[PATCH 00/02] ARM: shmobile: Per-CPU SMP boot / sleep code
arch/arm/mach-shmobile/board-ape6evm-reference.c | 1 -
arch/arm/mach-shmobile/board-ape6evm.c | 1 -
arch/arm/mach-shmobile/board-armadillo800eva-reference.c | 1 -
arch/arm/mach-shmobile/board-bockw-reference.c | 1 -
arch/arm/mach-shmobile/board-bockw.c | 1 -
arch/arm/mach-shmobile/board-kzm9g-reference.c | 1 -
arch/arm/mach-shmobile/board-marzen-reference.c | 1 -
arch/arm/mach-shmobile/include/mach/common.h | 1 -
arch/arm/mach-shmobile/setup-r8a73a4.c | 1 -
arch/arm/mach-shmobile/setup-r8a7740.c | 1 -
arch/arm/mach-shmobile/setup-r8a7778.c | 1 -
arch/arm/mach-shmobile/setup-r8a7779.c | 1 -
arch/arm/mach-shmobile/setup-r8a7790.c | 2 +-
arch/arm/mach-shmobile/timer.c | 4 ----
14 files changed, 1 insertion(+), 17 deletions(-)
next reply other threads:[~2013-07-31 19:01 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-31 19:01 Magnus Damm [this message]
2013-07-31 19:01 ` [PATCH 00/13] ARM: shmobile: Rework ->init_time() / shmobile_timer_init() Magnus Damm
2013-07-31 19:01 ` [PATCH 01/13] ARM: shmobile: Use default ->init_time() on r8a73a4 Magnus Damm
2013-07-31 19:01 ` Magnus Damm
2013-07-31 19:01 ` [PATCH 02/13] ARM: shmobile: Use default ->init_time() on r8a7740 Magnus Damm
2013-07-31 19:01 ` Magnus Damm
2013-07-31 19:01 ` [PATCH 03/13] ARM: shmobile: Use default ->init_time() on r8a7778 Magnus Damm
2013-07-31 19:01 ` Magnus Damm
2013-07-31 19:01 ` [PATCH 04/13] ARM: shmobile: Use default ->init_time() on r8a7779 Magnus Damm
2013-07-31 19:01 ` Magnus Damm
2013-07-31 19:01 ` [PATCH 05/13] ARM: shmobile: Use default ->init_time() on Bockw Magnus Damm
2013-07-31 19:01 ` Magnus Damm
2013-07-31 19:02 ` [PATCH 06/13] ARM: shmobile: Use default ->init_time() on Bockw DT ref Magnus Damm
2013-07-31 19:02 ` Magnus Damm
2013-07-31 19:02 ` [PATCH 07/13] ARM: shmobile: Use default ->init_time() on Armadillo " Magnus Damm
2013-07-31 19:02 ` Magnus Damm
2013-07-31 19:02 ` [PATCH 08/13] ARM: shmobile: Use default ->init_time() on APE6EVM Magnus Damm
2013-07-31 19:02 ` Magnus Damm
2013-07-31 19:02 ` [PATCH 09/13] ARM: shmobile: Use default ->init_time() on APE6EVM DT ref Magnus Damm
2013-07-31 19:02 ` Magnus Damm
2013-07-31 19:02 ` [PATCH 10/13] ARM: shmobile: Use default ->init_time() on Marzen " Magnus Damm
2013-07-31 19:02 ` Magnus Damm
2013-07-31 19:02 ` [PATCH 11/13] ARM: shmobile: Use default ->init_time() on KZM9G " Magnus Damm
2013-07-31 19:02 ` Magnus Damm
2013-07-31 19:03 ` [PATCH 12/13] ARM: shmobile: Use clocksource_of_init() on r8a7790 Magnus Damm
2013-07-31 19:03 ` Magnus Damm
2013-08-06 1:28 ` Simon Horman
2013-08-06 1:28 ` Simon Horman
2013-08-06 2:07 ` Simon Horman
2013-08-06 2:07 ` Simon Horman
2013-07-31 19:03 ` [PATCH 13/13] ARM: shmobile: Remove unused shmobile_init_time() Magnus Damm
2013-07-31 19:03 ` Magnus Damm
2013-08-01 0:55 ` [PATCH 00/13] ARM: shmobile: Rework ->init_time() / shmobile_timer_init() Kuninori Morimoto
2013-08-01 0:55 ` Kuninori Morimoto
2013-08-05 8:50 ` Simon Horman
2013-08-05 8:50 ` Simon Horman
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=20130731190110.31796.96552.sendpatchset@w520 \
--to=magnus.damm@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.