[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201301260003.43854.arnd@arndb.de>
Date: Sat, 26 Jan 2013 00:03:43 +0000
From: Arnd Bergmann <arnd@...db.de>
To: James Hogan <james.hogan@...tec.com>
Cc: linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org
Subject: Re: [PATCH v3 21/44] metag: Time keeping
On Thursday 10 January 2013, James Hogan wrote:
> Add time keeping code for metag. Meta hardware threads have 2 timers.
> The background timer (TXTIMER) is used as a free-running time base, and
> the interrupt timer (TXTIMERI) is used for the timer interrupt. Both
> counters traditionally count at approximately 1MHz.
>
> Signed-off-by: James Hogan <james.hogan@...tec.com>
> ---
> arch/metag/include/asm/clock.h | 51 +++++++++++
> arch/metag/include/asm/delay.h | 29 +++++++
> arch/metag/include/asm/mach/arch.h | 4 +
> arch/metag/kernel/clock.c | 53 ++++++++++++
> arch/metag/kernel/time.c | 163 ++++++++++++++++++++++++++++++++++++
We are actually moving clocksource drivers to drivers/clocksource
now, maybe you can move this one too.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists