[PATCH 0/3] ARM: OMAP2+: hwmod: RTC: Add lock and unlock hooks
From: paul@pwsan.com (Paul Walmsley)
Date: 2015-07-16 00:15:13
Also in:
linux-omap
From: paul@pwsan.com (Paul Walmsley)
Date: 2015-07-16 00:15:13
Also in:
linux-omap
On Tue, 14 Jul 2015, Tero Kristo wrote:
On 07/14/2015 01:09 PM, Lokesh Vutla wrote:quoted
Hi, On Wednesday 10 June 2015 02:56 PM, Lokesh Vutla wrote:quoted
Some IP blocks like RTC, needs an additional unlocking mechanism for writing to its registers. This patch adds optional lock and unlock function pointers to the IP block's hwmod data which gets executed before and after writing into IP sysconfig register. And also hook lock and unlock functions to AMx3xx, DRA7 RTC hwmod data, so that sysconfig registers are updated properly.ping on this series. Thanks and regards, Lokesh
[...]
It is also racy, as there is no locking in place to avoid concurrent access to the lock/unlock registers across hwmod+driver.
I don't see the race. Where is it? - Paul