summaryrefslogtreecommitdiff
path: root/firmware/yam
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2011-06-16 18:27:09 -0700
committerJohn Stultz <john.stultz@linaro.org>2011-06-21 15:38:33 -0700
commitc008ba58af24dc5d0d8e9fe6e59d876910254761 (patch)
tree0e718ce49992b6a7dfde619cd6ebf05afe06ae12 /firmware/yam
parente08f6d4131ab964420f0bcabecc68d75fb49df79 (diff)
alarmtimers: Handle late rtc module loading
The alarmtimers code currently picks a rtc device to use at late init time. However, if your rtc driver is loaded as a module, it may be registered after the alarmtimers late init code, leaving the alarmtimers nonfunctional. This patch moves the the rtcdevice selection to when we actually try to use it, allowing us to make use of rtc modules that may have been loaded at any point since bootup. CC: Thomas Gleixner <tglx@linutronix.de> CC: Meelis Roos <mroos@ut.ee> Reported-by: Meelis Roos <mroos@ut.ee> Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'firmware/yam')
0 files changed, 0 insertions, 0 deletions