commit | de75ccdd4118ca41ac473c1ab96365280c631cdd | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Wed Aug 31 18:15:28 2016 +0200 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Mon Sep 05 17:15:59 2016 +0200 |
tree | 5c1632b49e725a2d6899a61d592f8dff60f70a40 | |
parent | 7f742e8e8ad4c54ae66820c91bbbb6526a461117 [diff] |
rtc: asm9260: rework locking The rtc-asm9260 driver uses a discrete spinlock (wrongly uninitialized). Use the rtc mutex to lock mmio accesses instead. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>