]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] serial: serial_txx9 driver update
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Sat, 10 Feb 2007 09:45:05 +0000 (01:45 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:27 +0000 (10:51 -0800)
commit745d15f44684e3d633c7b7aa9c4e4747414efa96
tree86bd8700b12519a4dc4efc33ccddd0a1c743fd67
parent3e4b2a16a5ce3f15b7c12ad2b617d8ee880cd6c0
[PATCH] serial: serial_txx9 driver update

Update the serial_txx9 driver.

 * Configurable manumum port number. (SERIAL_TXX9_NR_UARTS)
 * Remove some code which is unneeded if CONFIG_PM=n.
 * Use PCI_DEVICE() for pci device id table and make it const.
 * Do not include <asm/irq.h>

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/serial/Kconfig
drivers/serial/serial_txx9.c