From: Patrick Trantham <patrick.trantham@fuel7.com>
To: Alessandro Zummo <a.zummo@towertech.it>, rtc-linux@googlegroups.com
Cc: linux-kernel@vger.kernel.org, patrick.trantham@fuel7.com,
kyle.manna@fuel7.com
Subject: [PATCH] rtc: ISL12022: Add support for ISL12020
Date: Tue, 18 Oct 2011 14:01:32 -0500 [thread overview]
Message-ID: <1318964492-19805-1-git-send-email-patrick.trantham@fuel7.com> (raw)
Update the ISL12022 device id array to support the ISL12020 which has
been tested and verified using this driver.
Signed-off-by: Patrick Trantham <patrick.trantham@fuel7.com>
Tested-by: Kyle Manna <kyle.manna@fuel7.com>
---
drivers/rtc/rtc-isl12022.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/rtc/rtc-isl12022.c b/drivers/rtc/rtc-isl12022.c
index ddbc797..e114507 100644
--- a/drivers/rtc/rtc-isl12022.c
+++ b/drivers/rtc/rtc-isl12022.c
@@ -295,6 +295,7 @@ static int isl12022_remove(struct i2c_client *client)
static const struct i2c_device_id isl12022_id[] = {
{ "isl12022", 0 },
{ "rtc8564", 0 },
+ { "isl12020", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, isl12022_id);
--
1.7.4.1
reply other threads:[~2011-10-18 19:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1318964492-19805-1-git-send-email-patrick.trantham@fuel7.com \
--to=patrick.trantham@fuel7.com \
--cc=a.zummo@towertech.it \
--cc=kyle.manna@fuel7.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rtc-linux@googlegroups.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
all inboxes | Powered by JetHome®