]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
altera_uart: Make it possible to use Altera UART and 8250 ports together
authorAnton Vorontsov <cbouatmailru@gmail.com>
Fri, 1 Oct 2010 14:23:24 +0000 (18:23 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:20:08 +0000 (10:20 -0700)
commit99793c660c811309ae4ca94cc9cf1c2f34940197
treef75092dd60f6186c4a8ff52e848ae40687c3c60c
parent0d426eda7c94d864ead913f7099c623521368443
altera_uart: Make it possible to use Altera UART and 8250 ports together

This fixes tty name, major and minor numbers. The major number
204 is used across many platform-specific serial drivers, so we
use that.

Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Acked-by: Tobias Klauser <tklauser@distanz.ch>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/serial/altera_uart.c