Re: [PATCH 3/3] MAINTAINERS: add Axiado SARADC driver entry

From: Joshua Crofts

Date: Thu May 28 2026 - 04:37:37 EST


On Thu, 28 May 2026 at 10:21, Petar Stepanovic <pstepanovic@xxxxxxxxxx> wrote:
>
> Add a MAINTAINERS entry for the Axiado SARADC binding and driver.
>
> Signed-off-by: Petar Stepanovic <pstepanovic@xxxxxxxxxx>
> ---
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b2040011a386..e6dadfa65ee0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4312,6 +4312,14 @@ S: Orphan
> F: Documentation/devicetree/bindings/sound/axentia,*
> F: sound/soc/atmel/tse850-pcm5142.c
>
> +AXIADO SARADC DRIVER
> +M: Petar Stepanovic <pstepanovic@xxxxxxxxxx>
> +M: Akhila Kavi <akavi@xxxxxxxxxx>
> +M: Prasad Bolisetty <pbolisetty@xxxxxxxxxx>
> +S: Maintained
> +F: Documentation/devicetree/bindings/iio/adc/axiado,ax3000-saradc.yaml

Fold the lines above into the dt-bindings patch. You're adding a new
file, so it's best
to have any changes to MAINTAINERS in the same patch so that it's already
documented when the patch is accepted.

> +F: drivers/iio/adc/axiado_saradc.c

This line should be added in the patch with the actual driver code.

--
Kind regards

CJD