Re: [PATCH 3/7] hw/i2c: pmbus: add fan support

2023-03-31 Thread Corey Minyard
On Fri, Mar 31, 2023 at 12:07:52AM +, Titus Rwantare wrote: > PMBus devices may integrate fans whose operation is configurable > over PMBus. This commit allows the driver to read and write the > fan control registers but does not model the operation of fans. > > Reviewed-by: Stephen Longfield

[PATCH 3/7] hw/i2c: pmbus: add fan support

2023-03-30 Thread Titus Rwantare
PMBus devices may integrate fans whose operation is configurable over PMBus. This commit allows the driver to read and write the fan control registers but does not model the operation of fans. Reviewed-by: Stephen Longfield Signed-off-by: Titus Rwantare --- hw/i2c/pmbus_device.c | 176