Bug in drivers/serial/of_serial.c?
Arnd Bergmann
arnd at arndb.de
Mon Nov 16 19:09:08 EST 2009
On Sunday 15 November 2009, Alon Ziv wrote:
> *)PORT_16450, },
> - { .type = "serial", .compatible = "ns16550", .data = (void *)PORT_16550, },
> + { .type = "serial", .compatible = "ns16550", .data = (void *)PORT_16550A, },
Does not seem logical. If the device claims compatibility with ns16550, we should
not automatically assume it's an ns16550a. Why not add another line for
{ .type = "serial", .compatible = "ns16550a", .data = (void *)PORT_16550A, },
Arnd <><
More information about the Linuxppc-dev
mailing list