linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: "Krzysztof Kozlowski" <krzk@kernel.org>,
	linux-rtc@vger.kernel.org,
	"linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>,
	a.zummo@towertech.it,
	"Bartłomiej Żołnierkiewicz" <b.zolnierkie@samsung.com>
Subject: Re: [PATCH] rtc: s3c-rtc: Avoid using broken ALMYEAR register
Date: Tue, 13 Nov 2018 13:33:25 +0100	[thread overview]
Message-ID: <20181113123325.GR29768@piout.net> (raw)
In-Reply-To: <333d1f33-11f7-b270-a919-e651143be08d@samsung.com>

On 13/11/2018 13:15:33+0100, Marek Szyprowski wrote:
> Hi Krzysztof,
> 
> On 2018-11-13 12:50, Krzysztof Kozlowski wrote:
> > On Tue, 13 Nov 2018 at 12:33, Marek Szyprowski <m.szyprowski@samsung.com> wrote:
> >> (RTC,ALM)YEAR registers of Exynos built-in RTC device contains 3 BCD
> >> characters. s3c-rtc driver uses only 2 lower of them and supports years
> >> from 2000..2099 range. The third BCD value is typically set to 0, but it
> >> looks that handling of it is broken in the hardware. It sometimes
> >> defaults to a random (even non-BCD) value. This is not an issue
> >> for handling RTCYEAR register, because bcd2bin() properly handles only
> >> 8bit values (2 BCD characters, the third one is skipped). The problem
> >> is however with ALMYEAR register and proper RTC alarm operation. When
> >> YEAREN bit is set for the configured alarm, RTC hardware triggers alarm
> >> only when ALMYEAR and RTCYEAR matches. This usually doesn't happen
> >> because of the random noise on the third BCD character.
> >>
> >> Fix this by simply skipping setting ALMYEAR register in alarm
> >> configuration. This workaround fixes broken alarm operation on Exynos
> >> built-in rtc device. My tests revealed that the issue happens on the
> >> following Exynos series: 3250, 4210, 4412, 5250 and 5410.
> > Does it mean that alarm set for 20.11.2019 will be triggered also this
> > year on 20.11.2018 (and any other year as well)?
> Yes, this will trigger one year earlier.
> The question is if this is really and issue in typical use cases...
> 

Note that the core will already set the alarm again if it fired too
early. So this is way better than not firing at all.

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2018-11-13 12:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20181113113303eucas1p130a8d53b363d8ff378389e2cfc6f6cc6@eucas1p1.samsung.com>
2018-11-13 11:32 ` [PATCH] rtc: s3c-rtc: Avoid using broken ALMYEAR register Marek Szyprowski
2018-11-13 11:39   ` Alexandre Belloni
2018-11-13 11:52     ` Marek Szyprowski
2018-11-13 11:50   ` Krzysztof Kozlowski
2018-11-13 12:15     ` Marek Szyprowski
2018-11-13 12:33       ` Alexandre Belloni [this message]
2018-11-14  9:59   ` Alexandre Belloni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181113123325.GR29768@piout.net \
    --to=alexandre.belloni@bootlin.com \
    --cc=a.zummo@towertech.it \
    --cc=b.zolnierkie@samsung.com \
    --cc=krzk@kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).