linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tomas Krcka <tomas.krcka@nkgroup.cz>
To: rtc-linux@googlegroups.com
Cc: a.zummo@towertech.it, alexandre.belloni@free-electrons.com,
	linux-kernel@vger.kernel.org
Subject: [PATCH] rtc: support for rv4162c7
Date: Wed, 13 Apr 2016 22:39:39 +0200	[thread overview]
Message-ID: <570EAE8B.7010706@nkgroup.cz> (raw)

This patch is for support of rv4162c7 RTC chip.
The device has same parameters as rv4162, but with different identification.
Tested with PhyTec module AM335x. 

Signed-off-by: Tomas Krcka <tomas.krcka@nkgroup.cz> 

---
 drivers/rtc/rtc-m41t80.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/rtc/rtc-m41t80.c b/drivers/rtc/rtc-m41t80.c
index d107a8e..1aa57d8 100644
--- a/drivers/rtc/rtc-m41t80.c
+++ b/drivers/rtc/rtc-m41t80.c
@@ -81,6 +81,7 @@ static const struct i2c_device_id m41t80_id[] = {
     { "m41st85", M41T80_FEATURE_HT | M41T80_FEATURE_BL | M41T80_FEATURE_SQ },
     { "m41st87", M41T80_FEATURE_HT | M41T80_FEATURE_BL | M41T80_FEATURE_SQ },
     { "rv4162", M41T80_FEATURE_SQ | M41T80_FEATURE_WD | M41T80_FEATURE_SQ_ALT },
+    { "rv4162c7", M41T80_FEATURE_SQ | M41T80_FEATURE_WD | M41T80_FEATURE_SQ_ALT },
     { }
 };
 MODULE_DEVICE_TABLE(i2c, m41t80_id);
-- 1.9.1

             reply	other threads:[~2016-04-13 20:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-13 20:39 Tomas Krcka [this message]
2016-04-13 22:49 ` [PATCH] rtc: support for rv4162c7 Alexandre Belloni
2016-04-14  6:29   ` Tomas Krcka
2016-04-14  7:19     ` Alexandre Belloni
2016-04-14  7:24       ` Tomas Krcka

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=570EAE8B.7010706@nkgroup.cz \
    --to=tomas.krcka@nkgroup.cz \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@free-electrons.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;
as well as URLs for NNTP newsgroup(s).