Re: [PATCH 1/3] hw/sensor: add MAX31790 fan controller

2022-01-27 Thread Peter Maydell
On Wed, 12 Jan 2022 at 00:25, Titus Rwantare wrote: > > Signed-off-by: Titus Rwantare > Reviewed-by: Hao Wu Hi; thanks for this patchset. For future revisions, could you make sure you send a cover-letter for patchsets that have more than one patch? It helps to keep the automated tooling from

[PATCH 1/3] hw/sensor: add MAX31790 fan controller

2022-01-11 Thread Titus Rwantare
Signed-off-by: Titus Rwantare Reviewed-by: Hao Wu --- MAINTAINERS | 8 +- hw/arm/Kconfig| 1 + hw/sensor/Kconfig | 4 + hw/sensor/max31790_fan_ctrl.c | 454 ++ hw/sensor/meson.build