]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] m68knommu: set irq priority/level different for each ColdFire serial port
authorGreg Ungerer <gerg@snapgear.com>
Tue, 10 Jan 2006 06:59:04 +0000 (16:59 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 17:31:27 +0000 (09:31 -0800)
commit082f2c1cc7aa7aabdbf5235b788ff42e10abb399
tree6df24ee2dbfff72f29c5ddac02d7f68df241a7f7
parent892b62527fb3cd6753d6d2b79b5f21259f344cf5
[PATCH] m68knommu: set irq priority/level different for each ColdFire serial port

Set the hardware interrupt priority to a different value for each
attached ColdFire serial port.  According to the CPU documentation you
should not use the same combination of level/priority on more than one
device.  People have reported odd serial port behavior with them set the
same.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/mcfserial.c