From: Sanjay Chitroda <sanjayembeddedse@gmail•com>
To: rva333@protonmail•com,
"Roman Vivchar via B4 Relay"
<devnull+rva333.protonmail.com@kernel•org>,
"Jonathan Cameron" <jic23@kernel•org>,
"David Lechner" <dlechner@baylibre•com>,
"Nuno Sá" <nuno.sa@analog•com>,
"Andy Shevchenko" <andy@kernel•org>,
"Rob Herring" <robh@kernel•org>,
"Krzysztof Kozlowski" <krzk+dt@kernel•org>,
"Conor Dooley" <conor+dt@kernel•org>,
"Matthias Brugger" <matthias.bgg@gmail•com>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora•com>,
"Lee Jones" <lee@kernel•org>
Cc: linux-iio@vger•kernel.org, devicetree@vger•kernel.org,
linux-kernel@vger•kernel.org,
linux-arm-kernel@lists•infradead.org,
linux-mediatek@lists•infradead.org,
Ben Grisdale <bengris32@protonmail•ch>,
Roman Vivchar <rva333@protonmail•com>
Subject: Re: [PATCH 2/4] iio: adc: mt6323-auxadc: add mt6323 PMIC AUXADC driver
Date: Wed, 03 Jun 2026 06:41:43 +0530 [thread overview]
Message-ID: <1F6728A6-BD73-4159-AAC9-82370212EF04@gmail.com> (raw)
In-Reply-To: <20260602-mt6323-adc-v1-2-68ec737508ee@protonmail.com>
On 2 June 2026 6:16:55 pm IST, Roman Vivchar via B4 Relay <devnull+rva333.protonmail.com@kernel•org> wrote:
>From: Roman Vivchar <rva333@protonmail•com>
>
>The mt6323 AUXADC is a 15-bit ADC used for system monitoring. This driver
>provides support for reading various channels including battery and
>charger voltages, battery and chip temperature, current sensing and
>accessory detection.
>
>Add a driver for the AUXADC found in the MediaTek mt6323 PMIC.
>
>Tested-by: Ben Grisdale <bengris32@protonmail•ch> # Amazon Echo Dot (2nd Generation)
>Signed-off-by: Roman Vivchar <rva333@protonmail•com>
Hi Roman,
Thank you for the patch.
>---
> MAINTAINERS | 8 ++
> drivers/iio/adc/Kconfig | 11 ++
> drivers/iio/adc/Makefile | 1 +
> drivers/iio/adc/mt6323-auxadc.c | 299 ++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 319 insertions(+)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index d1cc0e12fe1f..c9ad2417a3ef 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -16256,6 +16256,14 @@ S: Maintained
> F: Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> F: drivers/mmc/host/mtk-sd.c
>
>+MEDIATEK MT6323 PMIC AUXADC DRIVER
>+M: Roman Vivchar <rva333@protonmail•com>
>+L: linux-iio@vger•kernel.org
No need to add explicit iio list for driver.
Top level entry covers this driver.
>+L: linux-mediatek@lists•infradead.org (moderated for non-subscribers)
>+S: Maintained
>+F: drivers/iio/adc/mt6323-auxadc.c
>+F: include/dt-bindings/iio/adc/mediatek,mt6323-auxadc.h
>+
> MEDIATEK MT6735 CLOCK & RESET DRIVERS
> M: Yassine Oudjana <y.oudjana@protonmail•com>
> L: linux-clk@vger•kernel.org
...
Thanks, Sanjay
>+MODULE_DESCRIPTION("MediaTek MT6323 PMIC AUXADC Driver");
>
next prev parent reply other threads:[~2026-06-03 1:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-02 12:46 [PATCH 0/4] AUXADC driver for the MediaTek mt6323 PMIC Roman Vivchar via B4 Relay
2026-06-02 12:46 ` [PATCH 1/4] dt-bindings: iio: adc: mediatek,mt6359-auxadc: add mt6323 PMIC AUXADC Roman Vivchar via B4 Relay
2026-06-02 16:21 ` Conor Dooley
2026-06-02 12:46 ` [PATCH 2/4] iio: adc: mt6323-auxadc: add mt6323 PMIC AUXADC driver Roman Vivchar via B4 Relay
2026-06-02 16:43 ` Nuno Sá
2026-06-03 11:24 ` Roman Vivchar
2026-06-03 1:11 ` Sanjay Chitroda [this message]
2026-06-03 5:51 ` Andy Shevchenko
2026-06-03 13:41 ` Jonathan Cameron
2026-06-02 12:46 ` [PATCH 3/4] mfd: mt6397-core: add mt6323 AUXADC support Roman Vivchar via B4 Relay
2026-06-02 12:46 ` [PATCH 4/4] ARM: dts: mediatek: mt6323: add " Roman Vivchar via B4 Relay
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=1F6728A6-BD73-4159-AAC9-82370212EF04@gmail.com \
--to=sanjayembeddedse@gmail$(echo .)com \
--cc=andy@kernel$(echo .)org \
--cc=angelogioacchino.delregno@collabora$(echo .)com \
--cc=bengris32@protonmail$(echo .)ch \
--cc=conor+dt@kernel$(echo .)org \
--cc=devicetree@vger$(echo .)kernel.org \
--cc=devnull+rva333.protonmail.com@kernel$(echo .)org \
--cc=dlechner@baylibre$(echo .)com \
--cc=jic23@kernel$(echo .)org \
--cc=krzk+dt@kernel$(echo .)org \
--cc=lee@kernel$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-iio@vger$(echo .)kernel.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-mediatek@lists$(echo .)infradead.org \
--cc=matthias.bgg@gmail$(echo .)com \
--cc=nuno.sa@analog$(echo .)com \
--cc=robh@kernel$(echo .)org \
--cc=rva333@protonmail$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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