Re: [PATCH 5/5] hw/i2c: pmbus: add VCAP register

2023-03-30 Thread Corey Minyard
On Wed, Mar 22, 2023 at 05:55:13PM +, Titus Rwantare wrote: > VCAP is a register for devices with energy storage capacitors. Acked-by: Corey MInyard > > Reviewed-by: Benjamin Streb > Signed-off-by: Titus Rwantare > --- > hw/i2c/pmbus_device.c | 8 >

[PATCH 5/5] hw/i2c: pmbus: add VCAP register

2023-03-22 Thread Titus Rwantare
VCAP is a register for devices with energy storage capacitors. Reviewed-by: Benjamin Streb Signed-off-by: Titus Rwantare --- hw/i2c/pmbus_device.c | 8 include/hw/i2c/pmbus_device.h | 1 + 2 files changed, 9 insertions(+) diff --git a/hw/i2c/pmbus_device.c