All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Lars-Peter Clausen <lars@metafoo.de>
Cc: Jonathan Cameron <jic23@cam.ac.uk>,
	linux-iio@vger.kernel.org, drivers@analog.com
Subject: Re: [PATCH 2/2] iio:ad5446: Add device ids for ad5301/ad5311/ad5321
Date: Sat, 08 Sep 2012 10:13:11 +0100	[thread overview]
Message-ID: <504B0C27.50006@kernel.org> (raw)
In-Reply-To: <1346749816-22877-2-git-send-email-lars@metafoo.de>

On 09/04/2012 10:10 AM, Lars-Peter Clausen wrote:
> The ad5301/ad5311/ad5321 are software compatible to the ad5602/ad5612/ad5622.
> 
> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
added to togreg branch of iio.git tree
> ---
>  drivers/iio/dac/Kconfig  |    8 ++++----
>  drivers/iio/dac/ad5446.c |    3 +++
>  2 files changed, 7 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig
> index 7599d62..7845263 100644
> --- a/drivers/iio/dac/Kconfig
> +++ b/drivers/iio/dac/Kconfig
> @@ -59,10 +59,10 @@ config AD5446
>  	tristate "Analog Devices AD5446 and similar single channel DACs driver"
>  	depends on (SPI_MASTER || I2C)
>  	help
> -	  Say yes here to build support for Analog Devices AD5300, AD5310, AD5320,
> -	  AD5444, AD5446, AD5450, AD5451, AD5452, AD5453, AD5512A, AD5541A, AD5542A,
> -	  AD5543, AD5553, AD5601, AD5602, AD5611, AD5612, AD5620, AD5621, AD5622,
> -	  AD5640, AD5660, AD5662 DACs.
> +	  Say yes here to build support for Analog Devices AD5300, AD5301, AD5310,
> +	  AD5311, AD5320, AD5321, AD5444, AD5446, AD5450, AD5451, AD5452, AD5453,
> +	  AD5512A, AD5541A, AD5542A, AD5543, AD5553, AD5601, AD5602, AD5611, AD5612,
> +	  AD5620, AD5621, AD5622, AD5640, AD5660, AD5662 DACs.
>  
>  	  To compile this driver as a module, choose M here: the
>  	  module will be called ad5446.
> diff --git a/drivers/iio/dac/ad5446.c b/drivers/iio/dac/ad5446.c
> index 2b0968f..3310cbb 100644
> --- a/drivers/iio/dac/ad5446.c
> +++ b/drivers/iio/dac/ad5446.c
> @@ -552,6 +552,9 @@ static int __devexit ad5446_i2c_remove(struct i2c_client *i2c)
>  }
>  
>  static const struct i2c_device_id ad5446_i2c_ids[] = {
> +	{"ad5301", ID_AD5602},
> +	{"ad5311", ID_AD5612},
> +	{"ad5321", ID_AD5622},
>  	{"ad5602", ID_AD5602},
>  	{"ad5612", ID_AD5612},
>  	{"ad5622", ID_AD5622},
> 

  reply	other threads:[~2012-09-08  9:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-04  9:10 [PATCH 1/2] iio:ad5446: Add support for the ad5300/ad5310/ad5320 Lars-Peter Clausen
2012-09-04  9:10 ` [PATCH 2/2] iio:ad5446: Add device ids for ad5301/ad5311/ad5321 Lars-Peter Clausen
2012-09-08  9:13   ` Jonathan Cameron [this message]
2012-09-08  9:12 ` [PATCH 1/2] iio:ad5446: Add support for the ad5300/ad5310/ad5320 Jonathan Cameron

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=504B0C27.50006@kernel.org \
    --to=jic23@kernel.org \
    --cc=drivers@analog.com \
    --cc=jic23@cam.ac.uk \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.