Skip to content
Commit c3b79770 authored by John Stultz's avatar John Stultz
Browse files

rtc: m41t80: Workaround broken alarm functionality



The m41t80 driver can read and set the alarm, but it doesn't
seem to have a functional alarm irq.

This causes failures when the generic core sees alarm functions,
but then cannot use them properly for things like UIE mode.

Disabling the alarm functions allows proper error reporting,
and possible fallback to emulated modes. Once someone fixes
the alarm irq functionality, this can be restored.

CC: stable@kernel.org
CC: Matt Turner <mattst88@gmail.com>
CC: Nico Macrionitis <acrux@cruxppc.org>
CC: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Reported-by: default avatarMatt Turner <mattst88@gmail.com>
Reported-by: default avatarNico Macrionitis <acrux@cruxppc.org>
Tested-by: default avatarNico Macrionitis <acrux@cruxppc.org>
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
parent 93b2ec01
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment