[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <02c38a22-6196-4b53-b092-5185b4df134c@bootlin.com>
Date: Fri, 6 Dec 2024 11:34:35 +0100
From: Thomas Richard <thomas.richard@...tlin.com>
To: Guenter Roeck <linux@...ck-us.net>
Cc: Jean Delvare <jdelvare@...e.com>, Lee Jones <lee@...nel.org>,
linux-kernel@...r.kernel.org, linux-hwmon@...r.kernel.org,
thomas.petazzoni@...tlin.com, blake.vermeer@...sight.com
Subject: Re: [PATCH v3 1/2] hwmon: Add Congatec Board Controller monitoring
driver
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@...tlin.com>
>> ---
>> 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
Powered by blists - more mailing lists