Re: [PATCH 2/4] iio: adc: mt6323-auxadc: add mt6323 PMIC AUXADC driver

Sanjay Chitroda sanjayembeddedse at gmail.com
Tue Jun 2 18:11:43 PDT 2026



On 2 June 2026 6:16:55 pm IST, Roman Vivchar via B4 Relay <devnull+rva333.protonmail.com at kernel.org> wrote:
>From: Roman Vivchar <rva333 at 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 at protonmail.ch> # Amazon Echo Dot (2nd Generation)
>Signed-off-by: Roman Vivchar <rva333 at 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 at protonmail.com>
>+L:	linux-iio at vger.kernel.org

No need to add explicit iio list for driver.
Top level entry covers this driver.

>+L:	linux-mediatek at 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 at protonmail.com>
> L:	linux-clk at vger.kernel.org
...
Thanks, Sanjay
>+MODULE_DESCRIPTION("MediaTek MT6323 PMIC AUXADC Driver");
>



More information about the linux-arm-kernel mailing list