From: cy_huang <u0084500@gmail.com>
To: jic23@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org
Cc: lars@metafoo.de, cy_huang@richtek.com, linux-iio@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: [PATCH 0/2] Add Richtek RTQ6056 support
Date: Fri, 17 Jun 2022 17:32:53 +0800 [thread overview]
Message-ID: <1655458375-30478-1-git-send-email-u0084500@gmail.com> (raw)
From: ChiYuan Huang <cy_huang@richtek.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
next reply other threads:[~2022-06-17 9:33 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-17 9:32 cy_huang [this message]
2022-06-17 9:32 ` [PATCH 1/2] dt-bindings: iio: adc: Add rtq6056 adc support cy_huang
2022-06-18 1:45 ` Krzysztof Kozlowski
2022-06-18 15:50 ` ChiYuan Huang
2022-06-18 17:00 ` Krzysztof Kozlowski
2022-06-18 17:34 ` Jonathan Cameron
2022-06-18 17:35 ` Jonathan Cameron
2022-06-19 10:26 ` Krzysztof Kozlowski
2022-06-17 9:32 ` [PATCH 2/2] iio: adc: Add rtq6056 support cy_huang
2022-06-17 17:07 ` Andy Shevchenko
2022-06-18 15:16 ` ChiYuan Huang
2022-06-19 10:38 ` Andy Shevchenko
2022-06-24 3:39 ` ChiYuan Huang
2022-06-28 11:47 ` Andy Shevchenko
2022-06-17 17:10 ` Jonathan Cameron
2022-06-18 15:49 ` ChiYuan Huang
2022-06-19 11:32 ` Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1655458375-30478-1-git-send-email-u0084500@gmail.com \
--to=u0084500@gmail.com \
--cc=cy_huang@richtek.com \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).