Linux Documentation
 help / color / mirror / Atom feed
* [PATCH 0/3] hwmon: (nct6775) Add support for NCT6122D and NCT6126D
@ 2026-09-09 18:25 Paul Louvel
  2026-09-09 18:25 ` [PATCH 1/3] Documentation: hwmon: (nct6775) Document NCT6116D/NCT6122D/NCT6126D support Paul Louvel
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Paul Louvel @ 2026-09-09 18:25 UTC (permalink / raw)
  To: Guenter Roeck, Jonathan Corbet, Shuah Khan, Randy Dunlap
  Cc: Thomas Petazzoni, linux-hwmon, linux-doc, linux-kernel,
	Paul Louvel

Hi,

This series adds support for the hardware monitoring functionality of
the Nuvoton NCT6122D and NCT6126D Super-I/O chips. It is based on the
NCT6122D/NCT6126D datasheet (V2.4) availale on Nuvoton website.

The two chips shares the same hardware monitor block, so both are
handled through a single chip kind.

Patch 1 document the support of NCT6116D/NCT6122D/NCT6126D.

Patch 2 adds the NCT6126D and reuses the existing NCT6116D register
tables, adding only different VIN tables.

Patch 3 then adds the NCT6122D, which differs only in its device IDs and
UART count.

Tested on a Kontron SBC-EKL 3"5.

Thanks.

Assisted-by: opencode:z-ai/glm-5.3-flash
Signed-off-by: Paul Louvel <paul.louvel@bootlin.com>
---
Paul Louvel (3):
      Documentation: hwmon: (nct6775) Document NCT6116D/NCT6122D/NCT6126D support
      hwmon: (nct6775) Add support for NCT6126D
      hwmon: (nct6775) Add support for NCT6122D

 Documentation/hwmon/nct6775.rst  |  16 ++++++
 drivers/hwmon/nct6775-core.c     | 116 +++++++++++++++++++++++++++++++++++++++
 drivers/hwmon/nct6775-platform.c |  33 ++++++++++-
 drivers/hwmon/nct6775.h          |   4 +-
 4 files changed, 166 insertions(+), 3 deletions(-)
---
base-commit: df2908090cda368b01ff43709f51890076c56157
change-id: 20260909-bootlin-hwmon-nct6126-c620a379b509

Best regards,
--  
Paul Louvel, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-09-11  1:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-09 18:25 [PATCH 0/3] hwmon: (nct6775) Add support for NCT6122D and NCT6126D Paul Louvel
2026-09-09 18:25 ` [PATCH 1/3] Documentation: hwmon: (nct6775) Document NCT6116D/NCT6122D/NCT6126D support Paul Louvel
2026-09-09 20:26   ` Guenter Roeck
2026-09-09 18:25 ` [PATCH 2/3] hwmon: (nct6775) Add support for NCT6126D Paul Louvel
2026-09-09 20:28   ` Guenter Roeck
2026-09-09 18:25 ` [PATCH 3/3] hwmon: (nct6775) Add support for NCT6122D Paul Louvel
2026-09-11  1:02   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox