Re: [PATCH v6 0/3] iio: adc: mt6360: Add ADC driver for MT6360

From: Jonathan Cameron
Date: Sat Oct 10 2020 - 18:52:32 EST


On Thu, 1 Oct 2020 16:54:05 +0800
Gene Chen <gene.chen.richtek@xxxxxxxxx> wrote:

> This patch series add MT6360 ADC support contains driver, testing document
> and binding document
>
> Gene Chen (2)
> dt-bindings: iio: adc: add bindings doc for MT6360 ADC
> Documentation: ABI: testing: mt6360: Add ADC sysfs guideline
> iio: adc: mt6360: Add ADC driver for MT6360

Hi Gene

This looks good to me. I'm just waiting now on some final
reviews for the patch that adds the label attribute support.
Once those are in I'll pick your driver up as well.

If I seem to have lost it, feel free to poke me!

Thanks,

Jonathan

>
> Documentation/ABI/testing/sysfs-bus-iio-adc-mt6360 | 78 ++
> Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml | 34
> drivers/iio/adc/Kconfig | 11
> drivers/iio/adc/Makefile | 1
> drivers/iio/adc/mt6360-adc.c | 362 ++++++++++
> 5 files changed, 486 insertions(+)
>
> changelogs between v1 & v2
> - adc: use IIO_CHAN_INFO_PROCESSED only
> - adc: use devm_iio_triggered_buffer_setup
> - adc: use use s64 to record timestamp
>
> changelogs between v2 & v3
> - Rearrange include file order by alphabet
> - Set line length constraint below 100
> - Add Document for testing adc sysfs node guideline
> - Set compiler 64 bit aligned when handle iio timestamp
>
> changelogs between v3 & v4
> - Fix sysfs guideline description
> - Replace iio channel processed by raw/scale/offset
> - Add comment of read adc flow for special HW design
>
> changelogs between v4 & v5
> - Rename dt-bindings aligned to file name
> - Aligned sysfs node name with driver and add VBUSDIVX description
> - Add ADC channel sysfs node "*_labels"
>
> changelogs between v5 & v6
> - Memset aligned adc data
> - Remove strong casting void pointer
>