Re: patch "U6715 8250 serial like driver" added to gregkh-2.6 tree

From: Alan Cox
Date: Tue Jul 27 2010 - 10:53:56 EST


> We have such a platform driver, but I can't see anywhere an example of
> set_termios()
> or another uart_ops function overriding.

The example I referenced shows you how to provide your own
serial_in/serial_out.

You will need to adjust the 8250 driver to add another function pointer
and copy it so that you can also override set_termios.

Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/