Re: [PATCH] of_serial: Add UPF_FIXED_TYPE flag

2009-06-19 Thread Michael Ellerman
On Tue, 2009-06-09 at 18:39 -0500, Dave Mitchell wrote: This patch adds the UPF_FIXED_TYPE flag which will bypass the 8250's autoconfig probe for uart type. The uart type identified by the of_serial's parse of the flat device tree will be utilized as defined. Signed-off-by: Dave Mitchell

Re: [PATCH] of_serial: Add UPF_FIXED_TYPE flag

2009-06-19 Thread Benjamin Herrenschmidt
On Fri, 2009-06-19 at 18:24 +1000, Michael Ellerman wrote: I think we /probably/ want a similar change in legacy_serial.c, for soc ports at least. Or do people have things that are compatible ns16550 but aren't? Do we really want to keep of_serial.c ? I fail to see the point in keeping

[PATCH] of_serial: Add UPF_FIXED_TYPE flag

2009-06-09 Thread Dave Mitchell
This patch adds the UPF_FIXED_TYPE flag which will bypass the 8250's autoconfig probe for uart type. The uart type identified by the of_serial's parse of the flat device tree will be utilized as defined. Signed-off-by: Dave Mitchell dmitch...@amcc.com --- drivers/serial/of_serial.c |2 +- 1