Re: [PATCH v3 1/3] hw/i2c: core: Add reset

2024-02-20 Thread Joe Komlodi
On Fri, Feb 16, 2024 at 5:04 PM Corey Minyard wrote: > > On Thu, Feb 08, 2024 at 04:39:10PM +, Peter Maydell wrote: > > On Fri, 2 Feb 2024 at 20:48, Joe Komlodi wrote: > > > > > > It's possible for a reset to come in the middle of a transaction, which > > > causes the bus to be in an old stat

Re: [PATCH v3 1/3] hw/i2c: core: Add reset

2024-02-16 Thread Corey Minyard
On Thu, Feb 08, 2024 at 04:39:10PM +, Peter Maydell wrote: > On Fri, 2 Feb 2024 at 20:48, Joe Komlodi wrote: > > > > It's possible for a reset to come in the middle of a transaction, which > > causes the bus to be in an old state when a new transaction comes in. > > > > Signed-off-by: Joe Koml

Re: [PATCH v3 1/3] hw/i2c: core: Add reset

2024-02-16 Thread Joe Komlodi
On Thu, Feb 8, 2024 at 8:39 AM Peter Maydell wrote: > > On Fri, 2 Feb 2024 at 20:48, Joe Komlodi wrote: > > > > It's possible for a reset to come in the middle of a transaction, which > > causes the bus to be in an old state when a new transaction comes in. > > > > Signed-off-by: Joe Komlodi > >

Re: [PATCH v3 1/3] hw/i2c: core: Add reset

2024-02-08 Thread Peter Maydell
On Fri, 2 Feb 2024 at 20:48, Joe Komlodi wrote: > > It's possible for a reset to come in the middle of a transaction, which > causes the bus to be in an old state when a new transaction comes in. > > Signed-off-by: Joe Komlodi > --- > hw/i2c/core.c| 19 +++ > include/hw/i