From: <marius.cristea@microchip.com>
To: <jic23@kernel.org>, <lars@metafoo.de>, <robh+dt@kernel.org>
Cc: <krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>,
<linux-iio@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <marius.cristea@microchip.com>
Subject: [PATCH v2 0/2] adding support for Microchip PAC193X Power Monitor
Date: Wed, 25 Oct 2023 16:44:02 +0300 [thread overview]
Message-ID: <20231025134404.131485-1-marius.cristea@microchip.com> (raw)
From: Marius Cristea <marius.cristea@microchip.com>
Adding support for Microchip PAC193X series of Power Monitor with
Accumulator chip family. This driver covers the following part numbers:
- PAC1931, PAC1932, PAC1933 and PAC1934
Differences related to previous patch:
v2:
- fix review comments:
- change the device tree bindings
- use label property
- fix coding style issues
- remove unused headers
- use get_unaligned_bexx instead of own functions
- change to use a system work queue
- use probe_new instead of old probe
v1:
- first version comitted to review
Marius Cristea (2):
dt-bindings: iio: adc: adding dt-bindings for PAC193X
iio: adc: adding support for pac193x
.../ABI/testing/sysfs-bus-iio-adc-pac1934 | 15 +
.../bindings/iio/adc/microchip,pac1934.yaml | 146 ++
MAINTAINERS | 7 +
drivers/iio/adc/Kconfig | 12 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/pac1934.c | 1775 +++++++++++++++++
6 files changed, 1956 insertions(+)
create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-adc-pac1934
create mode 100644 Documentation/devicetree/bindings/iio/adc/microchip,pac1934.yaml
create mode 100644 drivers/iio/adc/pac1934.c
base-commit: 5e99f692d4e32e3250ab18d511894ca797407aec
--
2.34.1
next reply other threads:[~2023-10-25 13:44 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-25 13:44 marius.cristea [this message]
2023-10-25 13:44 ` [PATCH v2 1/2] dt-bindings: iio: adc: adding dt-bindings for PAC193X marius.cristea
2023-10-25 15:08 ` Conor Dooley
2023-10-26 15:23 ` Marius.Cristea
2023-10-26 16:08 ` Conor Dooley
2023-10-27 14:26 ` Jonathan Cameron
2023-11-07 8:55 ` Marius.Cristea
2023-12-04 9:41 ` Jonathan Cameron
2023-11-10 16:27 ` Marius.Cristea
2023-12-04 9:43 ` Jonathan Cameron
2023-10-27 12:13 ` Krzysztof Kozlowski
2023-10-25 13:44 ` [PATCH v2 2/2] iio: adc: adding support for pac193x marius.cristea
2023-10-25 14:38 ` Nuno Sá
2023-10-26 15:03 ` Marius.Cristea
2023-10-27 8:40 ` Nuno Sá
2023-10-27 14:29 ` Jonathan Cameron
2023-10-25 17:23 ` kernel test robot
2023-10-27 12:20 ` Krzysztof Kozlowski
2023-10-27 15:18 ` Jonathan Cameron
2023-11-02 14:28 ` Robin Getz
2023-11-07 12:55 ` Marius.Cristea
2023-11-07 15:39 ` Robin Getz
2023-10-27 12:10 ` [PATCH v2 0/2] adding support for Microchip PAC193X Power Monitor Krzysztof Kozlowski
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=20231025134404.131485-1-marius.cristea@microchip.com \
--to=marius.cristea@microchip.com \
--cc=conor+dt@kernel.org \
--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).