[PATCH v1 2/2] hwmon: Driver for Nuvoton NCT736X
Guenter Roeck
linux at roeck-us.net
Mon Dec 4 18:06:37 AEDT 2023
On 12/3/23 21:56, baneric926 at gmail.com wrote:
> From: Ban Feng <kcfeng0 at nuvoton.com>
>
> NCT736X is an I2C based hardware monitoring chip from Nuvoton.
>
> Signed-off-by: Ban Feng <kcfeng0 at nuvoton.com>
> ---
[ ... ]
> + hwmon_dev = devm_hwmon_device_register_with_groups(dev,
> + client->name,
> + data, data->groups);
Please resubmit using devm_hwmon_device_register_with_info().
Drivers using deprecated APIs will not be accepted.
Guenter
More information about the openbmc
mailing list