Re: [PATCH v3 1/2] hwmon: Add Congatec Board Controller monitoring driver
From: Thomas Richard
Date: Fri Dec 06 2024 - 05:34:45 EST
On 11/15/24 16:57, Guenter Roeck wrote:
> On Fri, Nov 15, 2024 at 04:39:08PM +0100, Thomas Richard wrote:
>> Add support for the Congatec Board Controller. This controller exposes
>> temperature, voltage, current and fan sensors.
>>
>> The available sensors list cannot be predicted. Some sensors can be
>> present or not, depending the system.
>> The driver has an internal list of all possible sensors, for all Congatec
>> boards. The Board Controller gives to the driver its sensors list, and
>> their status (active or not).
>>
>> Signed-off-by: Thomas Richard <thomas.richard@xxxxxxxxxxx>
>> ---
>> MAINTAINERS | 1 +
>> drivers/hwmon/Kconfig | 9 ++
>> drivers/hwmon/Makefile | 1 +
>> drivers/hwmon/cgbc-hwmon.c | 304 +++++++++++++++++++++++++++++++++++++++++++++
>
> Two problems:
> - Documentation/hwmon/cgbc-hwmon.rst is missing.
> - "git am" fails due to a conflict in MAINTAINERS, meaning it is not based
> on the mainline kernel.
It is based on linux-next, as the MFD driver was not yet merged mainline.
Now v6.13-rc1 is available. So I will rebase the serie.
Regards,
Thomas