Re: [PATCH 1/7] hw/i2c: pmbus add support for block receive

2023-03-31 Thread Corey Minyard
On Fri, Mar 31, 2023 at 12:07:50AM +, Titus Rwantare wrote: > PMBus devices can send and receive variable length data using the > block read and write format, with the first byte in the payload > denoting the length. > > This is mostly used for strings and on-device logs. Devices can >

[PATCH 1/7] hw/i2c: pmbus add support for block receive

2023-03-30 Thread Titus Rwantare
PMBus devices can send and receive variable length data using the block read and write format, with the first byte in the payload denoting the length. This is mostly used for strings and on-device logs. Devices can respond to a block read with an empty string. Reviewed-by: Hao Wu Signed-off-by: