Re: [Qemu-devel] [PATCH V3 1/4] Implement the FreeScale i.MX UART. This uart is used in a variety of SoCs, including some by Motorola, as well as in the FreeScale i.MX series.

2011-12-05 Thread Peter Chubb
> "Peter" == Peter Maydell writes: Peter> On 30 November 2011 03:36, Peter Chubb Peter> wrote: Commit messages should be Peter> formatted with a short summary line, then a blank line, then a Peter> more detailed description. You've put everything into one Peter> extremely long summary line h

Re: [Qemu-devel] [PATCH V3 1/4] Implement the FreeScale i.MX UART. This uart is used in a variety of SoCs, including some by Motorola, as well as in the FreeScale i.MX series.

2011-12-01 Thread Peter Chubb
> "Peter" == Peter Maydell writes: Peter> On 1 December 2011 16:55, Peter Maydell Peter> wrote: >> On 30 November 2011 03:36, Peter Chubb >> wrote: >>> Signed-off-by: Hans Jang Peter> Is this email address correct? Trying to send this email got Peter> me: 550 550 ... User not known (state

Re: [Qemu-devel] [PATCH V3 1/4] Implement the FreeScale i.MX UART. This uart is used in a variety of SoCs, including some by Motorola, as well as in the FreeScale i.MX series.

2011-12-01 Thread Peter Maydell
On 1 December 2011 16:55, Peter Maydell wrote: > On 30 November 2011 03:36, Peter Chubb wrote: >> Signed-off-by: Hans Jang Is this email address correct? Trying to send this email got me: 550 550 ... User not known (state 17). >> Signed-off-by: Adam Clench >> Signed-off-by: Peter Chubb --

Re: [Qemu-devel] [PATCH V3 1/4] Implement the FreeScale i.MX UART. This uart is used in a variety of SoCs, including some by Motorola, as well as in the FreeScale i.MX series.

2011-12-01 Thread Peter Maydell
On 30 November 2011 03:36, Peter Chubb wrote: Commit messages should be formatted with a short summary line, then a blank line, then a more detailed description. You've put everything into one extremely long summary line here, which looks odd in git log. Try: ===begin=== hw/imx_serial: Implement

[Qemu-devel] [PATCH V3 1/4] Implement the FreeScale i.MX UART. This uart is used in a variety of SoCs, including some by Motorola, as well as in the FreeScale i.MX series.

2011-11-29 Thread Peter Chubb
Signed-off-by: Hans Jang Signed-off-by: Adam Clench Signed-off-by: Peter Chubb --- Makefile.target |1 hw/imx_serial.c | 320 2 files changed, 321 insertions(+) create mode 100644 hw/imx_serial.c Index: qemu-working/hw/imx_serial.