linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/08] mach-shmobile timer consolidation
@ 2012-03-06  8:36 Magnus Damm
  2012-03-07 21:59 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2012-03-06  8:36 UTC (permalink / raw)
  To: linux-sh

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 00/08] mach-shmobile timer consolidation
  2012-03-06  8:36 [PATCH 00/08] mach-shmobile timer consolidation Magnus Damm
@ 2012-03-07 21:59 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2012-03-07 21:59 UTC (permalink / raw)
  To: linux-sh

On Tuesday, March 06, 2012, Magnus Damm wrote:
> 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>

Applied.

Thanks,
Rafael


> ---
> 
>  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(-)
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-07 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06  8:36 [PATCH 00/08] mach-shmobile timer consolidation Magnus Damm
2012-03-07 21:59 ` Rafael J. Wysocki

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).