Re: [PATCH v5 11/13] iio: frequency: ad9910: show channel priority in debugfs

From: Jonathan Cameron

Date: Fri May 22 2026 - 14:08:27 EST


On Sun, 17 May 2026 19:37:55 +0100
Rodrigo Alencar via B4 Relay <devnull+rodrigo.alencar.analog.com@xxxxxxxxxx> wrote:

> From: Rodrigo Alencar <rodrigo.alencar@xxxxxxxxxx>
>
> Expose frequency_source, phase_source and amplitude_source attributes in
> debugfs. Those indicate from which channel the specific DDS parameter is
> being sourced by returning its label. The implementation follows the
> priority table found in the datasheet.
>

Examples here would be good.

I guess maybe this suffers the same label problem as the parent stuff.
Same solution?


> Signed-off-by: Rodrigo Alencar <rodrigo.alencar@xxxxxxxxxx>