Re: [Qemu-devel] [PATCH 0/3] aspeed/i2c: fix receive done interrupt model

2018-09-25 Thread Peter Maydell
On 14 September 2018 at 07:35, Cédric Le Goater wrote: > Hello, > > The interrupt model of the Aspeed I2C controller does handle correctly > the RX_DONE bit. As indicated in the AST2500 datasheet, the RX_DONE > bit needs to be cleared to allow mode data to be received. This series > fixes the beha

[Qemu-devel] [PATCH 0/3] aspeed/i2c: fix receive done interrupt model

2018-09-13 Thread Cédric Le Goater
Hello, The interrupt model of the Aspeed I2C controller does handle correctly the RX_DONE bit. As indicated in the AST2500 datasheet, the RX_DONE bit needs to be cleared to allow mode data to be received. This series fixes the behavior and delays the data reception until the bit has been cleared.