serial: sirf: use dynamic method allocate uart structure
authorQipan Li <Qipan.Li@csr.com>
Wed, 29 Apr 2015 06:45:08 +0000 (06:45 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 May 2015 17:01:20 +0000 (19:01 +0200)
commita6ffe8966acbb66bbff03bb9273dfe88b04585c2
tree191e939a4fb2b027493712f11f4e7fac0141e9d3
parent2c40b57dc82de8e1337666341efe41a0fe9dd741
serial: sirf: use dynamic method allocate uart structure

In different platform of SiRF SoCs, there is no same uart and usp-uart
numbers, it is not convenient to use hard-coded ports array and port
lines.

here we drop the hard-coded ports table , and drop "cell-index". then
move to use alias id to get line.

for example:
aliases {
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
serial3 = &uart3;
serial4 = &uart4;
serial5 = &uart5;
serial6 = &uart6;
serial9 = &usp2;
};

at the same, enlarge the max port number according to the chip with the most
UART.

Signed-off-by: Qipan Li <Qipan.Li@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sirfsoc_uart.c
drivers/tty/serial/sirfsoc_uart.h
This page took 0.032435 seconds and 5 git commands to generate.