Hi,
just a simple question, is uart driver for kernel 2.6.15 complete.
There are some parts like:
void scc1_lineif(struct uart_cpm_port *pinfo)
{
/* XXX SCC1: insert port configuration here */
pinfo->brg = 1;
}
....
that seems to incomplete. Am I able to do something with SCC1 with the current
cpm_uart code?Maybe stupid question, is there any way (is it possible) to import old uart driver from kernel 2.4.x to kernel 2.6.x Regards, Ladislav Klenovic
