Re: [PATCH v2 05/10] iio: adc: at91-sama5d2-adc: add support for separate end of conversion registers
From: <hidden>
Date: 2021-08-31 06:45:08
Also in:
linux-arm-kernel, linux-iio, lkml
From: <hidden>
Date: 2021-08-31 06:45:08
Also in:
linux-arm-kernel, linux-iio, lkml
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 <redacted> ---
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