Re: [PATCH v9 1/9] hwmon: smpro: Add Ampere's Altra smpro-hwmon driver

From: Quan Nguyen
Date: Wed Oct 26 2022 - 23:40:00 EST




On 26/10/2022 22:00, Guenter Roeck wrote:
On Thu, Sep 29, 2022 at 04:43:13PM +0700, Quan Nguyen wrote:
This commit adds support for Ampere SMpro hwmon driver. This driver
supports accessing various CPU sensors provided by the SMpro co-processor
including temperature, power, voltages, and current.

Signed-off-by: Quan Nguyen <quan@xxxxxxxxxxxxxxxxxxxxxx>
Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>

I see that the mfd patch was accepted into the mfd subsystem,
so I'll apply this and the next patch in the series to hwmon-next.


Thanks Guenter for picking the patches.

There are two issues found by Bagas [1] in document format and kernel test robot [2] on smpro-hwmon.c. I'll fix them in separate patches.

[1] https://lore.kernel.org/lkml/Y1aHiaZ1OpHZIzS9@xxxxxxxxxx/T/#mfea2167b99384486a1b75d9304536015116c1821
[2] https://lore.kernel.org/lkml/Y1aHiaZ1OpHZIzS9@xxxxxxxxxx/T/#mc86afb1ae9d332f152e0fb0d1908dac667519871

Thanks,
- Quan