All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/3] h8300 update timer handler
Date: Sun, 03 Aug 2008 00:34:06 -0400	[thread overview]
Message-ID: <87abfu7m4h.wl%ysato@users.sourceforge.jp> (raw)

h8300 new timer handlers.

1/3 - new timer handler
2/3 - delete obsolute files
3/3 - misc update

 arch/h8300/Kconfig.cpu                         |  115 ++++++++++-------------
 arch/h8300/kernel/Makefile                     |    2 +-
 arch/h8300/kernel/time.c                       |    5 +-
 arch/h8300/kernel/timer/Makefile               |    6 ++
 arch/h8300/kernel/timer/itu.c                  |   83 +++++++++++++++++
 arch/h8300/kernel/timer/timer16.c              |   78 ++++++++++++++++
 arch/h8300/kernel/timer/timer8.c               |  103 +++++++++++++++++++++
 arch/h8300/kernel/timer/tpu.c                  |  102 +++++++++++++++++++++
 arch/h8300/platform/h8300h/aki3068net/Makefile |    1 -
 arch/h8300/platform/h8300h/aki3068net/timer.c  |   51 -----------
 arch/h8300/platform/h8300h/generic/Makefile    |    1 -
 arch/h8300/platform/h8300h/generic/timer.c     |   95 -------------------
 arch/h8300/platform/h8300h/h8max/Makefile      |    1 -
 arch/h8300/platform/h8300h/h8max/timer.c       |   52 -----------
 arch/h8300/platform/h8s/edosk2674/Makefile     |    1 -
 arch/h8300/platform/h8s/edosk2674/timer.c      |   54 -----------
 arch/h8300/platform/h8s/generic/Makefile       |    1 -
 arch/h8300/platform/h8s/generic/timer.c        |   53 -----------
 include/asm-h8300/io.h                         |   34 +++++++
 include/asm-h8300/timer.h                      |   25 +++++
 20 files changed, 486 insertions(+), 377 deletions(-)
 create mode 100644 arch/h8300/kernel/timer/Makefile
 create mode 100644 arch/h8300/kernel/timer/itu.c
 create mode 100644 arch/h8300/kernel/timer/timer16.c
 create mode 100644 arch/h8300/kernel/timer/timer8.c
 create mode 100644 arch/h8300/kernel/timer/tpu.c
 delete mode 100644 arch/h8300/platform/h8300h/aki3068net/timer.c
 delete mode 100644 arch/h8300/platform/h8300h/generic/timer.c
 delete mode 100644 arch/h8300/platform/h8300h/h8max/timer.c
 delete mode 100644 arch/h8300/platform/h8s/edosk2674/timer.c
 delete mode 100644 arch/h8300/platform/h8s/generic/timer.c
 create mode 100644 include/asm-h8300/timer.h

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

             reply	other threads:[~2008-08-03  4:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-03  4:34 Yoshinori Sato [this message]
2008-08-04 23:16 ` [PATCH 0/3] h8300 update timer handler Andrew Morton
2008-08-05 19:53   ` Yoshinori Sato

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=87abfu7m4h.wl%ysato@users.sourceforge.jp \
    --to=ysato@users.sourceforge.jp \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@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.