Re: [PATCH v2 08/13] hw/i2c/pmbus: Reset out buf after switching pages

2022-06-29 Thread Peter Delevoryas
> On Jun 29, 2022, at 11:28 AM, Peter Delevoryas wrote: > > > >> On Jun 29, 2022, at 11:05 AM, Titus Rwantare wrote: >> >> On Tue, 28 Jun 2022 at 20:36, Peter Delevoryas >> wrote: >>> >>> When a pmbus device switches pages, it should clears its output buffer so >>> that the next

Re: [PATCH v2 08/13] hw/i2c/pmbus: Reset out buf after switching pages

2022-06-29 Thread Peter Delevoryas
> On Jun 29, 2022, at 11:05 AM, Titus Rwantare wrote: > > On Tue, 28 Jun 2022 at 20:36, Peter Delevoryas > wrote: >> >> When a pmbus device switches pages, it should clears its output buffer so >> that the next transaction doesn't emit data from the previous page. >> >> Fixes:

Re: [PATCH v2 08/13] hw/i2c/pmbus: Reset out buf after switching pages

2022-06-29 Thread Titus Rwantare
On Tue, 28 Jun 2022 at 20:36, Peter Delevoryas wrote: > > When a pmbus device switches pages, it should clears its output buffer so > that the next transaction doesn't emit data from the previous page. > > Fixes: 3746d5c15e70570b ("hw/i2c: add support for PMBus”) > Signed-off-by: Peter Delevoryas

Re: [PATCH v2 08/13] hw/i2c/pmbus: Reset out buf after switching pages

2022-06-29 Thread Cédric Le Goater
On 6/29/22 05:36, Peter Delevoryas wrote: When a pmbus device switches pages, it should clears its output buffer so that the next transaction doesn't emit data from the previous page. Fixes: 3746d5c15e70570b ("hw/i2c: add support for PMBus”) Signed-off-by: Peter Delevoryas --- Reviewed-by:

[PATCH v2 08/13] hw/i2c/pmbus: Reset out buf after switching pages

2022-06-28 Thread Peter Delevoryas
When a pmbus device switches pages, it should clears its output buffer so that the next transaction doesn't emit data from the previous page. Fixes: 3746d5c15e70570b ("hw/i2c: add support for PMBus”) Signed-off-by: Peter Delevoryas --- hw/i2c/pmbus_device.c | 1 + 1 file changed, 1 insertion(+)