|
|
Log in / Subscribe / Register

Add Nuvoton NCT7718W IIO driver

From:  Ming Yu <a0282524688-AT-gmail.com>
To:  tmyu0-AT-nuvoton.com, jic23-AT-kernel.org, lars-AT-metafoo.de, robh-AT-kernel.org, krzk+dt-AT-kernel.org, conor+dt-AT-kernel.org, cmo-AT-melexis.com
Subject:  [PATCH v1 0/2] Add Nuvoton NCT7718W IIO driver
Date:  Tue, 26 Nov 2024 15:40:03 +0800
Message-ID:  <20241126074005.546447-1-tmyu0@nuvoton.com>
Cc:  linux-iio-AT-vger.kernel.org, devicetree-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org
Archive-link:  Article

NCT7718W is an I2C based thermal sensor chip from Nuvoton.

Ming Yu (2):
  dt-bindings: iio: temperature: Add support for NCT7718W
  iio: temperature: Add Nuvoton NCT7718W support

 .../iio/temperature/nuvoton,nct7718.yaml      |  44 ++
 MAINTAINERS                                   |   7 +
 drivers/iio/temperature/Kconfig               |  10 +
 drivers/iio/temperature/Makefile              |   1 +
 drivers/iio/temperature/nct7718.c             | 505 ++++++++++++++++++
 5 files changed, 567 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/temperature/nuvoton,nct7718.yaml
 create mode 100644 drivers/iio/temperature/nct7718.c

-- 
2.34.1




Copyright © 2024, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds