Re: [Qemu-devel] [PATCH v3 3/5] i.MX: move FEC device to a register array structure.

2016-05-17 Thread Peter Maydell
On 8 May 2016 at 20:41, Jean-Christophe Dubois wrote: > This is to prepare for the ENET Gb device of the i.MX6. > > Signed-off-by: Jean-Christophe Dubois > --- > > Changes since v1: > * Not present on v1. > > Changes since v2: > * The patch was split in 2 parts: >- a "port" to a reg array b

[Qemu-devel] [PATCH v3 3/5] i.MX: move FEC device to a register array structure.

2016-05-08 Thread Jean-Christophe Dubois
This is to prepare for the ENET Gb device of the i.MX6. Signed-off-by: Jean-Christophe Dubois --- Changes since v1: * Not present on v1. Changes since v2: * The patch was split in 2 parts: - a "port" to a reg array based device (this patch). - the addition of the Gb support (next patc