Re: [PATCH v6 2/2] hwmon: Add driver for I2C chip Nuvoton NCT7363Y
From: Guenter Roeck
Date: Fri Nov 01 2024 - 10:49:07 EST
On Tue, Oct 22, 2024 at 01:29:05PM +0800, baneric926@xxxxxxxxx wrote:
> From: Ban Feng <kcfeng0@xxxxxxxxxxx>
>
> The NCT7363Y is a fan controller which provides up to 16
> independent FAN input monitors. It can report each FAN input count
> values. The NCT7363Y also provides up to 16 independent PWM
> outputs. Each PWM can output specific PWM signal by manual mode to
> control the FAN duty outside.
>
> Signed-off-by: Ban Feng <kcfeng0@xxxxxxxxxxx>
Applied. I did fix a couple of the nitpicks raised by Christophe,
but I did not replace for_each_child_of_node() with
for_each_child_of_node_scoped() since I can not test the code
and did not want to make a functional change.
Thanks,
Guenter