[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210116173707.7fdd269c@archlinux>
Date: Sat, 16 Jan 2021 17:37:07 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: Cristian Pop <cristian.pop@...log.com>
Cc: <linux-iio@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<devicetree@...r.kernel.org>
Subject: Re: [PATCH v6 3/3] iio: dac: ad5766: add driver support for AD5766
On Fri, 15 Jan 2021 13:21:05 +0200
Cristian Pop <cristian.pop@...log.com> wrote:
> The AD5766/AD5767 are 16-channel, 16-bit/12-bit, voltage output dense DACs
> Digital-to-Analog converters.
>
> This change adds support for these DACs.
>
> Signed-off-by: Cristian Pop <cristian.pop@...log.com>
I spoke too soon. Please run a W=1 build for future cases. It tends
to pick up on little issues - in this case a plural vs singular
in the docs vs the code.
...
> +/**
> + * struct ad5766_chip_info - chip specific information
> + * @num_channels: number of channels
> + * @channel: channel specification
channels.
Fixed up and pushed out.
thanks,
Jonathan
> + */
> +struct ad5766_chip_info {
> + unsigned int num_channels;
> + const struct iio_chan_spec *channels;
> +};
Powered by blists - more mailing lists