On Thu, Apr 2, 2015 at 3:36 PM, Yinghai Lu <[email protected]> wrote: > On Thu, Apr 2, 2015 at 3:12 PM, Yinghai Lu <[email protected]> wrote: >> On Thu, Apr 2, 2015 at 10:23 AM, Yinghai Lu <[email protected]> wrote: >>> On Thu, Apr 2, 2015 at 9:31 AM, Peter Hurley <[email protected]> >>> wrote: >>> >>>> Would you please try the patch below instead? >>>> >>> Great. that works, and less lines change than my version. >>> >> >> still have another problem. >> when using console=uart8250,io,0x3f8 >> it works as earlycon at first. >> but after handover to normal console >> it will revert back to 9600 again. > > this regression should be caused by: > > commit c7cef0a84912cab3c9df8949b034e4aa62982ec9 > Author: Peter Hurley <[email protected]> > Date: Mon Mar 9 16:27:12 2015 -0400 > > console: Add extensible console matching
current code will: for earlycon, will probe baud rate, and save it back to device->options. and later update the command line uart to ttyS, update the options with baud rate. And your change will not try to find the exact port to have baud rate. and just use command. So will have have that probed baud rate passed. Please check if you can fix this regression. Maybe you have to put back command line update code back. Thanks Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

