Re: [Qemu-devel] [PATCH 03/13] mxs/imx23: Add uart driver

2014-01-10 Thread Peter Crosthwaite
On Tue, Jan 7, 2014 at 1:19 AM, Peter Maydell wrote: > On 11 December 2013 13:56, Michel Pollet wrote: >> Prototype driver for the mxs/imx23 uart IO block. This has no >> real 'uart' functional code, apart from letting itself be >> initialized by linux without generating a timeout error. >> >> Si

Re: [Qemu-devel] [PATCH 03/13] mxs/imx23: Add uart driver

2014-01-06 Thread Peter Maydell
On 11 December 2013 13:56, Michel Pollet wrote: > Prototype driver for the mxs/imx23 uart IO block. This has no > real 'uart' functional code, apart from letting itself be > initialized by linux without generating a timeout error. > > Signed-off-by: Michel Pollet Hi; there are some minor code st

[Qemu-devel] [PATCH 03/13] mxs/imx23: Add uart driver

2013-12-11 Thread Michel Pollet
Prototype driver for the mxs/imx23 uart IO block. This has no real 'uart' functional code, apart from letting itself be initialized by linux without generating a timeout error. Signed-off-by: Michel Pollet --- hw/char/Makefile.objs | 1 + hw/char/mxs_uart.c| 146 +++