Re: [PATCH] rtc: Abracon ABX8XX write RTC fix

2015-09-05 Thread Alexandre Belloni
On 02/09/2015 at 10:02:29 +0200, Mitja Spes wrote : > Fixed RTC write bit as per application manual > > Signed-off-by: Mitja Spes > --- > drivers/rtc/rtc-abx80x.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux,

Re: [PATCH] rtc: Abracon ABX8XX write RTC fix

2015-09-05 Thread Alexandre Belloni
On 02/09/2015 at 10:02:29 +0200, Mitja Spes wrote : > Fixed RTC write bit as per application manual > > Signed-off-by: Mitja Spes > --- > drivers/rtc/rtc-abx80x.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. -- Alexandre Belloni, Free Electrons

[PATCH] rtc: Abracon ABX8XX write RTC fix

2015-09-02 Thread Mitja Spes
Fixed RTC write bit as per application manual Signed-off-by: Mitja Spes --- drivers/rtc/rtc-abx80x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/rtc-abx80x.c b/drivers/rtc/rtc-abx80x.c index 4337c3b..afea84c 100644 --- a/drivers/rtc/rtc-abx80x.c +++

[PATCH] rtc: Abracon ABX8XX write RTC fix

2015-09-02 Thread Mitja Spes
Fixed RTC write bit as per application manual Signed-off-by: Mitja Spes --- drivers/rtc/rtc-abx80x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/rtc-abx80x.c b/drivers/rtc/rtc-abx80x.c index 4337c3b..afea84c 100644 ---