public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/05] sh: timer patches
Date: Thu, 22 Jan 2009 09:55:21 +0000	[thread overview]
Message-ID: <20090122095521.31653.35942.sendpatchset@rx1.opensource.se> (raw)

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

             reply	other threads:[~2009-01-22  9:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-22  9:55 Magnus Damm [this message]
2009-01-29  9:14 ` [PATCH 00/05] sh: timer patches Paul Mundt

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=20090122095521.31653.35942.sendpatchset@rx1.opensource.se \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox