[rtc-linux] Re: [PATCH 2/2] rtc: asm9260: rework locking

2016-08-31 Thread Alexandre Belloni
On 31/08/2016 at 17:14:27 +0200, Oleksij Rempel wrote : > Hi > > Am 31.08.2016 um 02:18 schrieb Alexandre Belloni: > > The rtc-asm9260 driver uses a discrete spinlock (wrongly uninitialized). > > Use the rtc mutex to lock mmio accesses instead. > > > > Signed-off-by: Alexandre Belloni

[rtc-linux] Re: [PATCH 2/2] rtc: asm9260: rework locking

2016-08-31 Thread Oleksij Rempel
Hi Am 31.08.2016 um 02:18 schrieb Alexandre Belloni: > The rtc-asm9260 driver uses a discrete spinlock (wrongly uninitialized). > Use the rtc mutex to lock mmio accesses instead. > > Signed-off-by: Alexandre Belloni > --- > drivers/rtc/rtc-asm9260.c | 16