[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1655458375-30478-1-git-send-email-u0084500@gmail.com>
Date: Fri, 17 Jun 2022 17:32:53 +0800
From: cy_huang <u0084500@...il.com>
To: jic23@...nel.org, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org
Cc: lars@...afoo.de, cy_huang@...htek.com, linux-iio@...r.kernel.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Subject: [PATCH 0/2] Add Richtek RTQ6056 support
From: ChiYuan Huang <cy_huang@...htek.com>
This patch series is to enable Richtek RTQ6056 support.
The RTQ6056 is a high accuracy current-sense monitor with I2C interface, and
the device provides full information for system by reading out the load current
and power.
ChiYuan Huang (2):
dt-bindings: iio: adc: Add rtq6056 adc support
iio: adc: Add rtq6056 support
.../ABI/testing/sysfs-bus-iio-adc-rtq6056 | 58 +++
.../bindings/iio/adc/richtek,rtq6056-adc.yaml | 57 +++
drivers/iio/adc/Kconfig | 15 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/rtq6056-adc.c | 548 +++++++++++++++++++++
5 files changed, 679 insertions(+)
create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-adc-rtq6056
create mode 100644 Documentation/devicetree/bindings/iio/adc/richtek,rtq6056-adc.yaml
create mode 100644 drivers/iio/adc/rtq6056-adc.c
--
2.7.4
Powered by blists - more mailing lists