Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755934AbYHCEe7 (ORCPT ); Sun, 3 Aug 2008 00:34:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751558AbYHCEeh (ORCPT ); Sun, 3 Aug 2008 00:34:37 -0400 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.123]:56645 "EHLO cdptpa-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297AbYHCEeg (ORCPT ); Sun, 3 Aug 2008 00:34:36 -0400 Date: Sun, 03 Aug 2008 00:34:06 -0400 Message-ID: <87abfu7m4h.wl%ysato@users.sourceforge.jp> From: Yoshinori Sato To: Andrew Morton Cc: lkml Subject: [PATCH 0/3] h8300 update timer handler User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.2 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2369 Lines: 47 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/