[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aea7f92b-3d12-4ced-b1c8-90bcf1d992d3@baylibre.com>
Date: Tue, 22 Oct 2024 16:20:14 -0500
From: David Lechner <dlechner@...libre.com>
To: Antoniu Miclaus <antoniu.miclaus@...log.com>, jic23@...nel.org,
robh@...nel.org, krzk+dt@...nel.org, nuno.sa@...log.com,
conor+dt@...nel.org, ukleinek@...nel.org, dragos.bogdan@...log.com,
linux-iio@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-pwm@...r.kernel.org
Subject: Re: [PATCH v4 1/6] iio: backend: add API for interface get
On 10/18/24 5:42 AM, Antoniu Miclaus wrote:
> Add backend support for obtaining the interface type used.
>
> Signed-off-by: Antoniu Miclaus <antoniu.miclaus@...log.com>
> ---
...
> /**
> * iio_backend_extend_chan_spec - Extend an IIO channel
> * @indio_dev: IIO device
> diff --git a/include/linux/iio/backend.h b/include/linux/iio/backend.h
> index 8099759d7242..ad9fa0ada9b2 100644
> --- a/include/linux/iio/backend.h
> +++ b/include/linux/iio/backend.h
> @@ -63,6 +63,14 @@ enum iio_backend_sample_trigger {
> IIO_BACKEND_SAMPLE_TRIGGER_MAX
> };
>
> +enum iio_backend_interface_type {
> + IIO_BACKEND_INTERFACE_LVDS,
> + IIO_BACKEND_INTERFACE_CMOS,
I think IIO_BACKEND_INTERFACE_LVDS and IIO_BACKEND_INTERFACE_CMOS should
be removed. They are ambiguous and overlap with the SERIAL_ versions.
> + IIO_BACKEND_INTERFACE_SERIAL_LVDS,
> + IIO_BACKEND_INTERFACE_SERIAL_CMOS,
> + IIO_BACKEND_INTERFACE_MAX
> +};
> + struct iio_chan_spec *chan);
Powered by blists - more mailing lists