Re: [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c

2022-04-06 Thread Cédric Le Goater
On 4/6/22 11:16, Klaus Jensen wrote: On Apr 6 10:52, Cédric Le Goater wrote: On 4/6/22 09:40, Klaus Jensen wrote: On Apr 6 08:14, Cédric Le Goater wrote: Hello Klaus, On 3/31/22 18:57, Klaus Jensen wrote: From: Klaus Jensen Add slave mode functionality for the Aspeed I2C controller. This

Re: [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c

2022-04-06 Thread Klaus Jensen
On Apr 6 10:52, Cédric Le Goater wrote: > On 4/6/22 09:40, Klaus Jensen wrote: > > On Apr 6 08:14, Cédric Le Goater wrote: > > > Hello Klaus, > > > > > > On 3/31/22 18:57, Klaus Jensen wrote: > > > > From: Klaus Jensen > > > > > > > > Add slave mode functionality for the Aspeed I2C controller.

Re: [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c

2022-04-06 Thread Cédric Le Goater
On 4/6/22 09:40, Klaus Jensen wrote: On Apr 6 08:14, Cédric Le Goater wrote: Hello Klaus, On 3/31/22 18:57, Klaus Jensen wrote: From: Klaus Jensen Add slave mode functionality for the Aspeed I2C controller. This is implemented by creating an Aspeed I2C Slave device that attaches to the bus.

Re: [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c

2022-04-06 Thread Klaus Jensen
On Apr 6 08:14, Cédric Le Goater wrote: > Hello Klaus, > > On 3/31/22 18:57, Klaus Jensen wrote: > > From: Klaus Jensen > > > > Add slave mode functionality for the Aspeed I2C controller. This is > > implemented by creating an Aspeed I2C Slave device that attaches to the > > bus. > > > > This

Re: [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c

2022-04-05 Thread Cédric Le Goater
Hello Klaus, On 3/31/22 18:57, Klaus Jensen wrote: From: Klaus Jensen Add slave mode functionality for the Aspeed I2C controller. This is implemented by creating an Aspeed I2C Slave device that attaches to the bus. This i2c slave device only implements the asynchronous version of i2c_send() a

Re: [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c

2022-03-31 Thread Klaus Jensen
On Mar 31 22:44, Philippe Mathieu-Daudé wrote: > On 31/3/22 18:57, Klaus Jensen wrote: > > From: Klaus Jensen > > > > Add slave mode functionality for the Aspeed I2C controller. This is > > implemented by creating an Aspeed I2C Slave device that attaches to the > > bus. > > > > This i2c slave de

Re: [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c

2022-03-31 Thread Philippe Mathieu-Daudé
On 31/3/22 18:57, Klaus Jensen wrote: From: Klaus Jensen Add slave mode functionality for the Aspeed I2C controller. This is implemented by creating an Aspeed I2C Slave device that attaches to the bus. This i2c slave device only implements the asynchronous version of i2c_send() and the event c

[RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c

2022-03-31 Thread Klaus Jensen
From: Klaus Jensen Add slave mode functionality for the Aspeed I2C controller. This is implemented by creating an Aspeed I2C Slave device that attaches to the bus. This i2c slave device only implements the asynchronous version of i2c_send() and the event callback. Signed-off-by: Klaus Jensen -