Re: [Qemu-devel] [PATCH v3] [i.MX] Remove MSGDATA register support.

2017-01-09 Thread jcd
Le 2017-01-09 12:56, Peter Maydell a écrit : On 7 January 2017 at 12:20, Jean-Christophe Dubois wrote: From the documentation it is not clear what this SPI register is about. Moreover, neither linux driver nor xvisor driver are using this SPI register. For now we just remove it and issue a

Re: [Qemu-devel] [PATCH v3] [i.MX] Remove MSGDATA register support.

2017-01-09 Thread Peter Maydell
On 7 January 2017 at 12:20, Jean-Christophe Dubois wrote: > From the documentation it is not clear what this SPI register is about. > > Moreover, neither linux driver nor xvisor driver are using this SPI register. > > For now we just remove it and issue a log on register write access. By the way,

Re: [Qemu-devel] [PATCH v3] [i.MX] Remove MSGDATA register support.

2017-01-09 Thread Peter Maydell
On 7 January 2017 at 12:20, Jean-Christophe Dubois wrote: > From the documentation it is not clear what this SPI register is about. > > Moreover, neither linux driver nor xvisor driver are using this SPI register. > > For now we just remove it and issue a log on register write access. > > Signed-o

[Qemu-devel] [PATCH v3] [i.MX] Remove MSGDATA register support.

2017-01-07 Thread Jean-Christophe Dubois
>From the documentation it is not clear what this SPI register is about. Moreover, neither linux driver nor xvisor driver are using this SPI register. For now we just remove it and issue a log on register write access. Signed-off-by: Jean-Christophe Dubois --- Changes since v1: * Fix coding st