Re: [PATCH v2 05/10] iio: adc: at91-sama5d2-adc: add support for separate end of conversion registers

From: Eugen.Hristev
Date: Tue Aug 31 2021 - 02:45:08 EST


On 8/24/21 2:54 PM, Eugen Hristev wrote:
> Some platforms have separated the end-of-conversion information from the
> usual ISR/IMR/IER/IDR registers, into EOC_ISR/EOC_IMR/EOC_IER/EOC_IDR.
> To cope with both variants, helpers are being added, that will make
> code more clear and more easy to read.
>
> Signed-off-by: Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx>
> ---

Hi Jonathan,

If you can still make changes on your testing branch, I noticed a typo
in the shortcommit of this patch : 'at91-sama5d2-adc' instead of
'at91-sama5d2_adc' , grepping through commits in the future might miss
this patch, so maybe you can change it ?

Thanks,
Eugen