Re: [PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq

2014-05-07 Thread Nicolas Ferre
On 06/05/2014 23:10, Alexandre Belloni : > Hi, > > On 06/05/2014 at 19:06:56 +, Bryan Evenson wrote : >> >> I'd assume this patch would be backported to the longterm releases? >> > > If by longterm, you mean the linux4sam tree, 3.10 branch, it is up to > Nicolas to take it. I believe it will

Re: [PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq

2014-05-07 Thread Nicolas Ferre
On 06/05/2014 23:10, Alexandre Belloni : Hi, On 06/05/2014 at 19:06:56 +, Bryan Evenson wrote : I'd assume this patch would be backported to the longterm releases? If by longterm, you mean the linux4sam tree, 3.10 branch, it is up to Nicolas to take it. I believe it will be pretty

Re: [PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq

2014-05-06 Thread Alexandre Belloni
Hi, On 06/05/2014 at 19:06:56 +, Bryan Evenson wrote : > > I'd assume this patch would be backported to the longterm releases? > If by longterm, you mean the linux4sam tree, 3.10 branch, it is up to Nicolas to take it. I believe it will be pretty easy to convince him ;) -- Alexandre

Re: [PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq

2014-05-06 Thread Boris BREZILLON
ristophe Plagniol-Villard; >> linux-arm- >> ker...@lists.infradead.org; Alessandro Zummo; rtc- >> li...@googlegroups.com; linux-kernel@vger.kernel.org; Boris BREZILLON >> Subject: [PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq >> >> The rtc user mu

RE: [PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq

2014-05-06 Thread Bryan Evenson
ssandro Zummo; rtc- > li...@googlegroups.com; linux-kernel@vger.kernel.org; Boris BREZILLON > Subject: [PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq > > The rtc user must wait at least 1 sec between each time/calandar update > (see atmel's datasheet chapter "Upda

[PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq

2014-05-06 Thread Boris BREZILLON
The rtc user must wait at least 1 sec between each time/calandar update (see atmel's datasheet chapter "Updating Time/Calendar"). Use the 1Hz interrupt to update the at91_rtc_upd_rdy flag and wait for the at91_rtc_wait_upd_rdy event if the rtc is not ready. Signed-off-by: Boris BREZILLON

[PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq

2014-05-06 Thread Boris BREZILLON
The rtc user must wait at least 1 sec between each time/calandar update (see atmel's datasheet chapter Updating Time/Calendar). Use the 1Hz interrupt to update the at91_rtc_upd_rdy flag and wait for the at91_rtc_wait_upd_rdy event if the rtc is not ready. Signed-off-by: Boris BREZILLON

RE: [PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq

2014-05-06 Thread Bryan Evenson
...@googlegroups.com; linux-kernel@vger.kernel.org; Boris BREZILLON Subject: [PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq The rtc user must wait at least 1 sec between each time/calandar update (see atmel's datasheet chapter Updating Time/Calendar). Use the 1Hz interrupt

Re: [PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq

2014-05-06 Thread Boris BREZILLON
...@lists.infradead.org; Alessandro Zummo; rtc- li...@googlegroups.com; linux-kernel@vger.kernel.org; Boris BREZILLON Subject: [PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq The rtc user must wait at least 1 sec between each time/calandar update (see atmel's datasheet chapter

Re: [PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq

2014-05-06 Thread Alexandre Belloni
Hi, On 06/05/2014 at 19:06:56 +, Bryan Evenson wrote : I'd assume this patch would be backported to the longterm releases? If by longterm, you mean the linux4sam tree, 3.10 branch, it is up to Nicolas to take it. I believe it will be pretty easy to convince him ;) -- Alexandre