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. >> If it's there any workaround, how t

Re: [PATCH] rtc: support for rv4162c7

2016-04-14 Thread 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. > If it's there any workaround, how the chip can be detected > automatically then OK, but without this patch it doesn't work for me. > J

Re: [PATCH] rtc: support for rv4162c7

2016-04-13 Thread Tomas Krcka
Hi, that's correct, but idetification of this chip is rv4162c7 so i2c_match_id() returns NULL. If it's there any workaround, how the chip can be detected automatically then OK, but without this patch it doesn't work for me. 2016-04-14 0:49 GMT+02:00 Alexandre Belloni : > Hi, > > On 13/04/2016 at

Re: [PATCH] rtc: support for rv4162c7

2016-04-13 Thread Alexandre Belloni
Hi, 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 rv4162. rv4162-c7 is the only available one

[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 b