Re: [Qemu-devel] [PATCH v2] i2c: add aspeed i2c controller

2016-06-06 Thread Cédric Le Goater
On 06/06/2016 05:05 PM, Peter Maydell wrote: > On 31 May 2016 at 15:18, Cédric Le Goater wrote: >> The Aspeed AST2400 integrates a set of 14 I2C/SMBus bus controllers >> directly connected to the APB bus. They can be programmed as master or >> slave but the propopsed model only supports the master

Re: [Qemu-devel] [PATCH v2] i2c: add aspeed i2c controller

2016-06-06 Thread Peter Maydell
On 31 May 2016 at 15:18, Cédric Le Goater wrote: > The Aspeed AST2400 integrates a set of 14 I2C/SMBus bus controllers > directly connected to the APB bus. They can be programmed as master or > slave but the propopsed model only supports the master mode. > > On the TODO list, we also have : > > -

Re: [Qemu-devel] [PATCH v2] i2c: add aspeed i2c controller

2016-06-03 Thread Peter Maydell
On 31 May 2016 at 15:18, Cédric Le Goater wrote: > The Aspeed AST2400 integrates a set of 14 I2C/SMBus bus controllers > directly connected to the APB bus. They can be programmed as master or > slave but the propopsed model only supports the master mode. > > On the TODO list, we also have : > > -

[Qemu-devel] [PATCH v2] i2c: add aspeed i2c controller

2016-05-31 Thread Cédric Le Goater
The Aspeed AST2400 integrates a set of 14 I2C/SMBus bus controllers directly connected to the APB bus. They can be programmed as master or slave but the propopsed model only supports the master mode. On the TODO list, we also have : - improve and harden the state machine. - bus recovery support