[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 3/3] hw/i2c: smbus_slave: Reset state on reset
From: |
Peter Maydell |
Subject: |
Re: [PATCH v3 3/3] hw/i2c: smbus_slave: Reset state on reset |
Date: |
Thu, 8 Feb 2024 16:31:52 +0000 |
On Fri, 2 Feb 2024 at 20:48, Joe Komlodi <komlodi@google.com> wrote:
>
> If a reset comes while the SMBus device is not in its idle state, it's
> possible for it to get confused on valid transactions post-reset.
>
> Signed-off-by: Joe Komlodi <komlodi@google.com>
> ---
> hw/i2c/smbus_slave.c | 9 +++++++++
> 1 file changed, 9 insertions(+)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM