All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Stefan Eichenberger <eichest@gmail.com>
Cc: linux-iio@vger.kernel.org, stefan.eichenberger@netmodule.com
Subject: Re: [PATCH 1/2] iio: adc: max1363: add missing adc to max1363_id
Date: Sun, 20 Mar 2016 10:31:48 +0000	[thread overview]
Message-ID: <56EE7C14.5020804@kernel.org> (raw)
In-Reply-To: <1458316264-18244-1-git-send-email-stefan.eichenberger@netmodule.com>

On 18/03/16 15:51, Stefan Eichenberger wrote:
> max11644-max11647 had an enum value but were not added to the max1363_id,
> so they where not selectable in the devictree.
> 
> Signed-off-by: Stefan Eichenberger <stefan.eichenberger@netmodule.com>
oops - applied to the fixes branch of iio.git,

Thanks,

Jonathan
> ---
>  drivers/iio/adc/max1363.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c
> index 929508e..b5d28c0 100644
> --- a/drivers/iio/adc/max1363.c
> +++ b/drivers/iio/adc/max1363.c
> @@ -1680,6 +1680,10 @@ static const struct i2c_device_id max1363_id[] = {
>  	{ "max11615", max11615 },
>  	{ "max11616", max11616 },
>  	{ "max11617", max11617 },
> +	{ "max11644", max11644 },
> +	{ "max11645", max11645 },
> +	{ "max11646", max11646 },
> +	{ "max11647", max11647 },
>  	{}
>  };
>  
> 


      parent reply	other threads:[~2016-03-20 10:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-18 15:51 [PATCH 1/2] iio: adc: max1363: add missing adc to max1363_id Stefan Eichenberger
2016-03-18 15:51 ` [PATCH 2/2] iio: adc: max1363: correct reference voltage Stefan Eichenberger
2016-03-20 10:31 ` 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=56EE7C14.5020804@kernel.org \
    --to=jic23@kernel.org \
    --cc=eichest@gmail.com \
    --cc=linux-iio@vger.kernel.org \
    --cc=stefan.eichenberger@netmodule.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 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.