public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Mircea Caprioru <mircea.caprioru@analog.com>
Cc: <Michael.Hennerich@analog.com>, <alexandru.ardelean@analog.com>,
	<lars@metafoo.de>, <gregkh@linuxfoundation.org>,
	<linux-kernel@vger.kernel.org>, <linux-iio@vger.kernel.org>,
	Dragos Bogdan <dragos.bogdan@analog.com>
Subject: Re: [PATCH V3] iio: adc: ad7476: Add LTC2314-14 support
Date: Tue, 29 Dec 2020 17:42:05 +0000	[thread overview]
Message-ID: <20201229174205.1844dcc8@archlinux> (raw)
In-Reply-To: <20201216083639.89425-1-mircea.caprioru@analog.com>

On Wed, 16 Dec 2020 10:36:39 +0200
Mircea Caprioru <mircea.caprioru@analog.com> wrote:

> From: Dragos Bogdan <dragos.bogdan@analog.com>
> 
> The LTC2314-14 is a 14-bit, 4.5Msps, serial sampling A/D converter that draws only
> 6.2mA from a wide range analog supply adjustable from 2.7V to 5.25V.
> 
> Signed-off-by: Dragos Bogdan <dragos.bogdan@analog.com>
> Signed-off-by: Mircea Caprioru <mircea.caprioru@analog.com>
Applied to the togreg branch of iio.git.

thanks,

Jonathan

> ---
>  drivers/iio/adc/ad7476.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/drivers/iio/adc/ad7476.c b/drivers/iio/adc/ad7476.c
> index 66c55ae67791..17402714b387 100644
> --- a/drivers/iio/adc/ad7476.c
> +++ b/drivers/iio/adc/ad7476.c
> @@ -67,6 +67,7 @@ enum ad7476_supported_device_ids {
>  	ID_ADS7866,
>  	ID_ADS7867,
>  	ID_ADS7868,
> +	ID_LTC2314_14,
>  };
>  
>  static void ad7091_convst(struct ad7476_state *st)
> @@ -250,6 +251,10 @@ static const struct ad7476_chip_info ad7476_chip_info_tbl[] = {
>  		.channel[0] = ADS786X_CHAN(8),
>  		.channel[1] = IIO_CHAN_SOFT_TIMESTAMP(1),
>  	},
> +	[ID_LTC2314_14] = {
> +		.channel[0] = AD7940_CHAN(14),
> +		.channel[1] = IIO_CHAN_SOFT_TIMESTAMP(1),
> +	},
>  };
>  
>  static const struct iio_info ad7476_info = {
> @@ -365,6 +370,7 @@ static const struct spi_device_id ad7476_id[] = {
>  	{"ads7866", ID_ADS7866},
>  	{"ads7867", ID_ADS7867},
>  	{"ads7868", ID_ADS7868},
> +	{"ltc2314-14", ID_LTC2314_14},
>  	{}
>  };
>  MODULE_DEVICE_TABLE(spi, ad7476_id);


      reply	other threads:[~2020-12-29 17:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-16  8:36 [PATCH V3] iio: adc: ad7476: Add LTC2314-14 support Mircea Caprioru
2020-12-29 17:42 ` Jonathan Cameron [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201229174205.1844dcc8@archlinux \
    --to=jic23@kernel.org \
    --cc=Michael.Hennerich@analog.com \
    --cc=alexandru.ardelean@analog.com \
    --cc=dragos.bogdan@analog.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mircea.caprioru@analog.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox