Re: [Qemu-devel] [PATCH for-2.4] i.MX: Fix UART driver to work with unitialized "chardev" device

2015-07-26 Thread Jean-Christophe DUBOIS
Hi, Sorry to bother you but is there some more work needed on this simple patch? Regards JC Le 13/07/2015 23:14, Jean-Christophe DUBOIS a écrit : Do you expect a v2 version of this patch that fix the patch description? JC Le 11/07/2015 11:00, Peter Crosthwaite a écrit : On Thu, Jul 9, 2015

Re: [Qemu-devel] [PATCH for-2.4] i.MX: Fix UART driver to work with unitialized "chardev" device

2015-07-13 Thread Jean-Christophe DUBOIS
Do you expect a v2 version of this patch that fix the patch description? JC Le 11/07/2015 11:00, Peter Crosthwaite a écrit : On Thu, Jul 9, 2015 at 2:29 AM, Jean-Christophe Dubois wrote: The "chardev" property initialisation might failed (for example because there is not enough chardev handle

Re: [Qemu-devel] [PATCH for-2.4] i.MX: Fix UART driver to work with unitialized "chardev" device

2015-07-11 Thread Peter Crosthwaite
On Thu, Jul 9, 2015 at 2:29 AM, Jean-Christophe Dubois wrote: > The "chardev" property initialisation might failed (for example because > there is not enough chardev handled by Qemu). > > The serial device emulator need to be able to "work" with an uninitialized > (NULL) "chardev" device pointer.

[Qemu-devel] [PATCH for-2.4] i.MX: Fix UART driver to work with unitialized "chardev" device

2015-07-09 Thread Jean-Christophe Dubois
The "chardev" property initialisation might failed (for example because there is not enough chardev handled by Qemu). The serial device emulator need to be able to "work" with an uninitialized (NULL) "chardev" device pointer. This patch add some test on the "chardev" pointer value before using it