Re: 8250.c::autoconfig() fails loopback test on MPC824[15]
From: Arnd Bergmann <arnd@arndb.de>
Date: 2007-08-05 21:57:35
Also in:
linuxppc-dev
From: Arnd Bergmann <arnd@arndb.de>
Date: 2007-08-05 21:57:35
Also in:
linuxppc-dev
On Sunday 05 August 2007, Guennadi Liakhovetski wrote:
quoted
I supect it will have the same issue in the end, right?...if you choose to use of_serial.c, yes, if you don't use it and just use legacy_serial.c, then you're fine.
But of_serial can be a loadable module, which means you still get into trouble if you load it, even if the port was originally initialized by legacy_serial. Maybe the best solution would be for 824[15] to not claim compatibility with 8250 at all then. If the device tree contains an entry that matches what the generic driver looks for, it better be something that can be handled by that driver. Arnd <><