From: Stefan Eichenberger <eichest@gmail.com>
To: jic23@kernel.org
Cc: linux-iio@vger.kernel.org, stefan.eichenberger@netmodule.com
Subject: [PATCH 1/2] iio: adc: max1363: add missing adc to max1363_id
Date: Fri, 18 Mar 2016 16:51:03 +0100 [thread overview]
Message-ID: <1458316264-18244-1-git-send-email-stefan.eichenberger@netmodule.com> (raw)
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>
---
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 },
{}
};
--
2.0.4
next reply other threads:[~2016-03-18 15:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-18 15:51 Stefan Eichenberger [this message]
2016-03-18 15:51 ` [PATCH 2/2] iio: adc: max1363: correct reference voltage Stefan Eichenberger
2016-03-20 10:31 ` [PATCH 1/2] iio: adc: max1363: add missing adc to max1363_id 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=1458316264-18244-1-git-send-email-stefan.eichenberger@netmodule.com \
--to=eichest@gmail.com \
--cc=jic23@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).