Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support

2022-05-06 Thread Cédric Le Goater
Hello Jonathan, On 5/6/22 16:07, Jonathan Cameron wrote: On Thu, 31 Mar 2022 18:57:33 +0200 Klaus Jensen wrote: From: Klaus Jensen Hi all, This RFC series adds I2C "slave mode" support for the Aspeed I2C controller as well as the necessary infrastructure in the i2c core to support this. B

Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support

2022-05-06 Thread Jonathan Cameron via
On Thu, 31 Mar 2022 18:57:33 +0200 Klaus Jensen wrote: > From: Klaus Jensen > > Hi all, > > This RFC series adds I2C "slave mode" support for the Aspeed I2C > controller as well as the necessary infrastructure in the i2c core to > support this. > > Background > ~~ > We are working on

Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support

2022-04-06 Thread Peter Delevoryas
> On Apr 6, 2022, at 11:41 AM, Klaus Jensen wrote: > > On Apr 6 17:03, Peter Delevoryas wrote: >> >> >>> On Apr 5, 2022, at 11:07 PM, Klaus Jensen wrote: >>> >>> On Apr 5 20:52, Peter Delevoryas wrote: > On Mar 31, 2022, at 9:57 AM, Klaus Jensen wrote: > > From: K

Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support

2022-04-06 Thread Klaus Jensen
On Apr 6 17:03, Peter Delevoryas wrote: > > > > On Apr 5, 2022, at 11:07 PM, Klaus Jensen wrote: > > > > On Apr 5 20:52, Peter Delevoryas wrote: > >> > >> > >>> On Mar 31, 2022, at 9:57 AM, Klaus Jensen wrote: > >>> > >>> From: Klaus Jensen > >>> > >>> Hi all, > >>> > >>> This RFC serie

Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support

2022-04-06 Thread Peter Delevoryas
> On Apr 5, 2022, at 11:07 PM, Klaus Jensen wrote: > > On Apr 5 20:52, Peter Delevoryas wrote: >> >> >>> On Mar 31, 2022, at 9:57 AM, Klaus Jensen wrote: >>> >>> From: Klaus Jensen >>> >>> Hi all, >>> >>> This RFC series adds I2C "slave mode" support for the Aspeed I2C >>> controller as

Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support

2022-04-05 Thread Klaus Jensen
On Apr 5 20:52, Peter Delevoryas wrote: > > > > On Mar 31, 2022, at 9:57 AM, Klaus Jensen wrote: > > > > From: Klaus Jensen > > > > Hi all, > > > > This RFC series adds I2C "slave mode" support for the Aspeed I2C > > controller as well as the necessary infrastructure in the i2c core to > >

Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support

2022-04-05 Thread Peter Delevoryas
> On Mar 31, 2022, at 9:57 AM, Klaus Jensen wrote: > > From: Klaus Jensen > > Hi all, > > This RFC series adds I2C "slave mode" support for the Aspeed I2C > controller as well as the necessary infrastructure in the i2c core to > support this. > > Background > ~~ > We are working on

Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support

2022-04-01 Thread Corey Minyard
On Fri, Apr 01, 2022 at 08:29:03AM +0200, Klaus Jensen wrote: > On Mar 31 15:32, Corey Minyard wrote: > > On Thu, Mar 31, 2022 at 06:57:33PM +0200, Klaus Jensen wrote: > > > From: Klaus Jensen > > > > > > Hi all, > > > > > > This RFC series adds I2C "slave mode" support for the Aspeed I2C > > >

Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support

2022-04-01 Thread Klaus Jensen
On Apr 1 10:58, Damien Hedde wrote: > > On 4/1/22 08:29, Klaus Jensen wrote: > > On Mar 31 15:32, Corey Minyard wrote: > > > On Thu, Mar 31, 2022 at 06:57:33PM +0200, Klaus Jensen wrote: > > > > From: Klaus Jensen > > > > > > > > Hi all, > > > > > > > > This RFC series adds I2C "slave mode" su

Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support

2022-04-01 Thread Damien Hedde
On 4/1/22 08:29, Klaus Jensen wrote: On Mar 31 15:32, Corey Minyard wrote: On Thu, Mar 31, 2022 at 06:57:33PM +0200, Klaus Jensen wrote: From: Klaus Jensen Hi all, This RFC series adds I2C "slave mode" support for the Aspeed I2C controller as well as the necessary infrastructure in the i2c

Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support

2022-03-31 Thread Klaus Jensen
On Mar 31 15:32, Corey Minyard wrote: > On Thu, Mar 31, 2022 at 06:57:33PM +0200, Klaus Jensen wrote: > > From: Klaus Jensen > > > > Hi all, > > > > This RFC series adds I2C "slave mode" support for the Aspeed I2C > > controller as well as the necessary infrastructure in the i2c core to > > supp

Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support

2022-03-31 Thread Corey Minyard
On Thu, Mar 31, 2022 at 06:57:33PM +0200, Klaus Jensen wrote: > From: Klaus Jensen > > Hi all, > > This RFC series adds I2C "slave mode" support for the Aspeed I2C > controller as well as the necessary infrastructure in the i2c core to > support this. I've been wondering when this would happen

[RFC PATCH 0/4] hw/i2c: i2c slave mode support

2022-03-31 Thread Klaus Jensen
From: Klaus Jensen Hi all, This RFC series adds I2C "slave mode" support for the Aspeed I2C controller as well as the necessary infrastructure in the i2c core to support this. Background ~~ We are working on an emulated NVM Express Management Interface[1] for testing and validation purp