From: Sylvain Munaut Date: Fri, 6 Jan 2006 08:11:32 +0000 (-0800) Subject: [PATCH] ppc32/serial: Change mpc52xx_uart.c to use the Low Density Serial port major X-Git-Tag: v2.6.16-rc1~936^2~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d62de3aa8ac762c09845aa38634a845da55f31dc;p=pandora-kernel.git [PATCH] ppc32/serial: Change mpc52xx_uart.c to use the Low Density Serial port major Before this patch we were just using the "classic" /dev/ttySx devices. However when another on the system is loaded that uses those (like drivers for serial PCMCIA), that creates a conflict for the minors. Therefore, we now use /dev/ttyPSC[0:5] (note the 0-based numbering !) with some minors we've been assigned in the "Low Density Serial port major" Signed-off-by: Sylvain Munaut Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed