RE: [PATCH v7 5/5] iio: adc: ad7405: add ad7405 driver

From: Ioan-daniel, Pop
Date: Tue Jun 10 2025 - 08:18:35 EST


>
> Why do we need this .channel element if all instances use the same one? If you
> are are shortly going to add support for more devices where this will change
> then this is ok. If not, just have one static const channel and use that without
> looking it up via these chip_info structures.
>

Hi! I'm not aware of any other parts that use different channel types. It's true that all parts use the same .channel.
Should I submit a new patch version with the requested change?