Re: [Qemu-devel] [PATCH v4 6/8] i.MX: move FEC device to a register array structure.

2016-05-20 Thread Jean-Christophe DUBOIS
Le 20/05/2016 04:26, Jason Wang a écrit : On 2016年05月19日 14:10, Jean-Christophe DUBOIS wrote: Le 19/05/2016 05:28, Jason Wang a écrit : On 2016年05月19日 06:23, Jean-Christophe Dubois wrote: This is to prepare for the ENET Gb device of the i.MX6. Signed-off-by: Jean-Christophe Dubois --- C

Re: [Qemu-devel] [PATCH v4 6/8] i.MX: move FEC device to a register array structure.

2016-05-19 Thread Jason Wang
On 2016年05月19日 14:10, Jean-Christophe DUBOIS wrote: Le 19/05/2016 05:28, Jason Wang a écrit : On 2016年05月19日 06:23, 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. Ch

Re: [Qemu-devel] [PATCH v4 6/8] i.MX: move FEC device to a register array structure.

2016-05-18 Thread Jean-Christophe DUBOIS
Le 19/05/2016 05:28, Jason Wang a écrit : On 2016年05月19日 06:23, 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:

Re: [Qemu-devel] [PATCH v4 6/8] i.MX: move FEC device to a register array structure.

2016-05-18 Thread Jason Wang
On 2016年05月19日 06:23, 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 based device (th

[Qemu-devel] [PATCH v4 6/8] i.MX: move FEC device to a register array structure.

2016-05-18 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 patch