[PATCH v1 0/5] iio: Add support for MT6363/6373 Auxiliary ADC

AngeloGioacchino Del Regno posted 5 patches 3 months, 2 weeks ago
There is a newer version of this series
.../iio/adc/mediatek,mt6359-auxadc.yaml       |   2 +
drivers/iio/adc/mt6359-auxadc.c               | 401 ++++++++++++++----
.../iio/adc/mediatek,mt6363-auxadc.h          |  24 ++
.../iio/adc/mediatek,mt6373-auxadc.h          |  19 +
4 files changed, 374 insertions(+), 72 deletions(-)
create mode 100644 include/dt-bindings/iio/adc/mediatek,mt6363-auxadc.h
create mode 100644 include/dt-bindings/iio/adc/mediatek,mt6373-auxadc.h
[PATCH v1 0/5] iio: Add support for MT6363/6373 Auxiliary ADC
Posted by AngeloGioacchino Del Regno 3 months, 2 weeks ago
This series adds support for the Auxiliary ADC IP found on the new
MediaTek MT6363 and MT6373 PMICs, found on board designs featuring
the MT8196 Chromebook SoC or the MT6991 Dimensity 9400 Smartphone SoC.

AngeloGioacchino Del Regno (5):
  dt-bindings: iio: adc: mt6359: Add bindings for MT6363 PMIC AuxADC
  dt-bindings: iio: adc: mt6359: Add bindings for MT6373 PMIC AuxADC
  iio: adc: mt6359: Add ready register index and mask to channel data
  iio: adc: mt6359: Add support for MediaTek MT6363 PMIC AUXADC
  iio: adc: mt6359: Add support for MediaTek MT6373 PMIC AUXADC

 .../iio/adc/mediatek,mt6359-auxadc.yaml       |   2 +
 drivers/iio/adc/mt6359-auxadc.c               | 401 ++++++++++++++----
 .../iio/adc/mediatek,mt6363-auxadc.h          |  24 ++
 .../iio/adc/mediatek,mt6373-auxadc.h          |  19 +
 4 files changed, 374 insertions(+), 72 deletions(-)
 create mode 100644 include/dt-bindings/iio/adc/mediatek,mt6363-auxadc.h
 create mode 100644 include/dt-bindings/iio/adc/mediatek,mt6373-auxadc.h

-- 
2.49.0
Re: [PATCH v1 0/5] iio: Add support for MT6363/6373 Auxiliary ADC
Posted by Nícolas F. R. A. Prado 3 months, 2 weeks ago
On Mon, 2025-06-23 at 14:00 +0200, AngeloGioacchino Del Regno wrote:
> This series adds support for the Auxiliary ADC IP found on the new
> MediaTek MT6363 and MT6373 PMICs, found on board designs featuring
> the MT8196 Chromebook SoC or the MT6991 Dimensity 9400 Smartphone
> SoC.
> 
> AngeloGioacchino Del Regno (5):
>   dt-bindings: iio: adc: mt6359: Add bindings for MT6363 PMIC AuxADC
>   dt-bindings: iio: adc: mt6359: Add bindings for MT6373 PMIC AuxADC
>   iio: adc: mt6359: Add ready register index and mask to channel data
>   iio: adc: mt6359: Add support for MediaTek MT6363 PMIC AUXADC
>   iio: adc: mt6359: Add support for MediaTek MT6373 PMIC AUXADC

For the entire series:

Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>

(as I internally reviewed this before submission)

-- 
Thanks,

Nícolas