Re: [Qemu-devel] [PATCH] i2c: add aspeed i2c crontroller

2016-05-22 Thread Andrew Jeffery
On Mon, 2016-05-23 at 07:55 +0200, Cédric Le Goater wrote: > >  > > The hunk fails to apply to master as the SCU isn't yet integrated > > there. The change to ast2400.h also fails to apply for this reason. > > Ah yes. I am using your branch for this patch.  > > So, I will provide you a fix for "q

Re: [Qemu-devel] [PATCH] i2c: add aspeed i2c crontroller

2016-05-22 Thread Cédric Le Goater
On 05/23/2016 03:41 AM, Andrew Jeffery wrote: > Hi Cédric, > > On Fri, 2016-05-20 at 18:27 +0200, Cédric Le Goater wrote: >> The Aspeed AST2400 integrates a set of 14 I2C/SMBus bus controllers >> directly connected to ab APB bus which can be programmed as a master >> or slave. >> >> This patch off

Re: [Qemu-devel] [PATCH] i2c: add aspeed i2c crontroller

2016-05-22 Thread Andrew Jeffery
Hi Cédric, On Fri, 2016-05-20 at 18:27 +0200, Cédric Le Goater wrote: > The Aspeed AST2400 integrates a set of 14 I2C/SMBus bus controllers > directly connected to ab APB bus which can be programmed as a master > or slave. > > This patch offers a device model for the master mode only, slave mode

[Qemu-devel] [PATCH] i2c: add aspeed i2c crontroller

2016-05-20 Thread Cédric Le Goater
The Aspeed AST2400 integrates a set of 14 I2C/SMBus bus controllers directly connected to ab APB bus which can be programmed as a master or slave. This patch offers a device model for the master mode only, slave mode is not supported. On the TODO list, we also have : - improve and harden the st