sh: remove old MTU2 driver
authorMagnus Damm <damm@igel.co.jp>
Thu, 30 Apr 2009 07:12:09 +0000 (07:12 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 3 May 2009 08:40:13 +0000 (17:40 +0900)
commit3280c8865e1b738604bacdea54738acef31e8c12
treee6019038b1b0f68bdb01d3e52a627c222425ae46
parentda107c6ef919b3afd9c9b405a4f71e03b5725b04
sh: remove old MTU2 driver

This patch removes the old MTU2 driver (CONFIG_SH_MTU2/timer-mtu2.c)

As replacement, select the sh_cmt driver with CONFIG_SH_TIMER_MTU2
and configure timer channel using platform data.

If multiple MTU channels are enabled using platform data, use the
earlytimer parameter on the kernel command line to select channel.
For instance, use "earlytimer=sh_mtu2.0" to select the first channel.

To verify which timer is being used, look at printouts or the timer
irq count in /proc/interrupts.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
arch/sh/include/asm/timer.h
arch/sh/kernel/timers/Makefile
arch/sh/kernel/timers/timer-mtu2.c [deleted file]
arch/sh/kernel/timers/timer.c