lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 13 Apr 2016 22:39:39 +0200
From:	Tomas Krcka <tomas.krcka@...roup.cz>
To:	rtc-linux@...glegroups.com
Cc:	a.zummo@...ertech.it, alexandre.belloni@...e-electrons.com,
	linux-kernel@...r.kernel.org
Subject: [PATCH] rtc: support for rv4162c7

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@...roup.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ