Re: [PATCH 2/5] hw/i2c: pmbus: add vout mode bitfields

2023-03-30 Thread Corey Minyard
On Thu, Mar 30, 2023 at 11:20:11AM -0500, Corey Minyard wrote: > I almost never say this, as patches are usually too large :), but it > would be nice if you combined this with the patch that uses the > structure so we can see what it's used for. Especially since that patch > is several patches

Re: [PATCH 2/5] hw/i2c: pmbus: add vout mode bitfields

2023-03-30 Thread Corey Minyard
I almost never say this, as patches are usually too large :), but it would be nice if you combined this with the patch that uses the structure so we can see what it's used for. Especially since that patch is several patches down the line. -corey On Wed, Mar 22, 2023 at 05:55:10PM +, Titus

[PATCH 2/5] hw/i2c: pmbus: add vout mode bitfields

2023-03-22 Thread Titus Rwantare
Reviewed-by: Hao Wu Signed-off-by: Titus Rwantare --- include/hw/i2c/pmbus_device.h | 8 1 file changed, 8 insertions(+) diff --git a/include/hw/i2c/pmbus_device.h b/include/hw/i2c/pmbus_device.h index 7dc00cc4d9..2e95164aa1 100644 --- a/include/hw/i2c/pmbus_device.h +++