parport/serial: add support for Timedia/SUNIX cards to parport_serial
authorFrédéric Brière <fbriere@fbriere.net>
Sun, 29 May 2011 19:08:04 +0000 (15:08 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 16:35:57 +0000 (09:35 -0700)
commitb9b24558f7d36c550b5cf0b550a8926f8c03cdbd
tree35bf3afc3ff13a8f09e1d45af7d25dd19ad2e53c
parent5bf8f501e05930364b345ed8710c5b1a13207134
parport/serial: add support for Timedia/SUNIX cards to parport_serial

Timedia/SUNIX PCI cards with both serial and parallel ports are
currently supported by 8250_pci and parport_pc individually.  Moving
that support into parport_serial allows using both types of ports at the
same time.

This was successfully tested with a SUNIX 4079T.

Signed-off-by: Frédéric Brière <fbriere@fbriere.net>
Acked-by: Alan Cox <alan@linux.intel.com>
Cc: linux-serial@vger.kernel.org
Cc: linux-parport@lists.infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/parport/parport_pc.c
drivers/parport/parport_serial.c
drivers/tty/serial/8250_pci.c