public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/05] sh: timer patches
@ 2009-01-22  9:55 Magnus Damm
  2009-01-29  9:14 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2009-01-22  9:55 UTC (permalink / raw)
  To: linux-sh

sh: timer patches

[PATCH 01/05] sh: rework clocksource and sched_clock
[PATCH 02/05] sh: tmu disable support
[PATCH 03/05] sh: fix no sys_timer case
[PATCH 04/05] sh: CMT platform driver V6
[PATCH 05/05] sh: CMT platform data for sh7723/sh7722/sh7366/sh7343

These patches are my latest iteration of SuperH timer changes.

Patch 1-3 are quite obvious and have no special dependencies.

The CMT driver patch implements a simplified CMT driver. The
clocksource and early platform driver dependencies have been
removed temporarily to make it possible to merge the driver
without waiting for bits in -mm.

The CMT platform data patch depends on the serial port patches.

And on top of all this I have some early platform driver patches.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
---

 arch/sh/Kconfig                        |    8 
 arch/sh/include/asm/timer.h            |    4 
 arch/sh/kernel/cpu/sh4a/setup-sh7343.c |   34 +
 arch/sh/kernel/cpu/sh4a/setup-sh7366.c |   34 +
 arch/sh/kernel/cpu/sh4a/setup-sh7722.c |   34 +
 arch/sh/kernel/cpu/sh4a/setup-sh7723.c |   34 +
 arch/sh/kernel/time_32.c               |   72 +--
 arch/sh/kernel/timers/timer-tmu.c      |   20 -
 drivers/clocksource/Makefile           |    1 
 drivers/clocksource/sh_cmt.c           |  615 ++++++++++++++++++++++++++++++++
 include/linux/sh_cmt.h                 |   13 
 11 files changed, 812 insertions(+), 57 deletions(-)

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

* Re: [PATCH 00/05] sh: timer patches
  2009-01-22  9:55 [PATCH 00/05] sh: timer patches Magnus Damm
@ 2009-01-29  9:14 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-01-29  9:14 UTC (permalink / raw)
  To: linux-sh

On Thu, Jan 22, 2009 at 06:55:21PM +0900, Magnus Damm wrote:
> sh: timer patches
> 
> [PATCH 01/05] sh: rework clocksource and sched_clock
> [PATCH 02/05] sh: tmu disable support
> [PATCH 03/05] sh: fix no sys_timer case
> [PATCH 04/05] sh: CMT platform driver V6
> [PATCH 05/05] sh: CMT platform data for sh7723/sh7722/sh7366/sh7343
> 
> These patches are my latest iteration of SuperH timer changes.
> 
> Patch 1-3 are quite obvious and have no special dependencies.
> 
> The CMT driver patch implements a simplified CMT driver. The
> clocksource and early platform driver dependencies have been
> removed temporarily to make it possible to merge the driver
> without waiting for bits in -mm.
> 
> The CMT platform data patch depends on the serial port patches.
> 
> And on top of all this I have some early platform driver patches.
> 
> Signed-off-by: Magnus Damm <damm@igel.co.jp>

I've applied the series, along with a number of cleanups on the
architecture side.

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

end of thread, other threads:[~2009-01-29  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-22  9:55 [PATCH 00/05] sh: timer patches Magnus Damm
2009-01-29  9:14 ` Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox