]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: rx8025: fix 12/24 hour mode detection on RX-8035
authorMathew McBride <matt@traverse.com.au>
Wed, 6 Jul 2022 07:42:36 +0000 (07:42 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:22:53 +0000 (14:22 +0200)
commit2bf5550026107d791ed2ddee304cc38aa48f6f42
tree922109f914da2027dc70724fe0a452ae887045e2
parentfe2b6969c20ab55ba4dd55518d91337276b085c5
rtc: rx8025: fix 12/24 hour mode detection on RX-8035

commit 75277a6dc6e4c6819985d11ae423071d8100169c upstream.

The 12/24hr flag in the RX-8035 can be found in the hour register,
instead of the CTRL1 on the RX-8025. This was overlooked when
support for the RX-8035 was added, and was causing read errors when
the hour register 'overflowed'.

To deal with the relevant register not always being visible in
the relevant functions, determine the 12/24 mode at startup and
store it in the driver state.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
Fixes: b021ef059ed7 ("rtc: rx8025: implement RX-8035 support")
Cc: stable@vger.kernel.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20220706074236.24011-1-matt@traverse.com.au
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/rtc/rtc-rx8025.c