Re: [PATCH] tty/serial: Add support for Altera serial port

2013-03-21 Thread Heikki Krogerus
Hi, On Thu, Mar 07, 2013 at 10:28:37AM +0800, Ley Foon Tan wrote: > diff --git a/drivers/tty/serial/8250/8250.c b/drivers/tty/serial/8250/8250.c > index 0efc815..661096d 100644 > --- a/drivers/tty/serial/8250/8250.c > +++ b/drivers/tty/serial/8250/8250.c > @@ -301,7 +301,28 @@ static const struct

[PATCH] tty/serial: Add support for Altera serial port

2013-03-06 Thread Ley Foon Tan
Add support for Altera 8250/16550 compatible serial port. Signed-off-by: Ley Foon Tan --- .../devicetree/bindings/tty/serial/of-serial.txt |3 ++ drivers/tty/serial/8250/8250.c | 23 +++- drivers/tty/serial/of_serial.c |6 +