Re: [PATCH] rtc: support for rv4162c7

2016-04-14 Thread Tomas Krcka
Hi, ok, good. Thanks. Patch is not needed. 2016-04-14 9:19 GMT+02:00 Alexandre Belloni : > Hi, > > On 14/04/2016 at 08:29:47 +0200, Tomas Krcka wrote : >> Hi, >> that's correct, but idetification of this chip is rv4162c7 so >> i2c_match_id() returns NULL. >

Re: [PATCH] rtc: support for rv4162c7

2016-04-13 Thread Tomas Krcka
> > On 13/04/2016 at 22:39:39 +0200, Tomas Krcka wrote : >> 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. >> > > Well, technically, it is an

[PATCH] rtc: support for rv4162c7

2016-04-13 Thread Tomas Krcka
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 --- drivers/rtc/rtc-m41t80.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/rtc/rtc-m41t80.c