sh: remove old CMT driver
authorMagnus Damm <damm@igel.co.jp>
Thu, 30 Apr 2009 04:09:26 +0000 (04:09 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 30 Apr 2009 04:21:14 +0000 (13:21 +0900)
commitf425752fc66acf1d4e47970ea704ed7d31c14173
tree84784c46f0cfa6ac555a499cce9826918ae0feba
parent698aa99da5f5e2b4c666fd21ab77306f0225b8f5
sh: remove old CMT driver

This patch removes the old CMT driver (CONFIG_SH_CMT/timer-cmt.c)

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

If multiple CMT channels are enabled using platform data, use the
earlytimer parameter on the kernel command line to select channel.
For instance, use "earlytimer=sh_cmt.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-cmt.c [deleted file]
arch/sh/kernel/timers/timer.c