All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: "Uwe Kleine-König" <uwe@kleine-koenig.org>
Cc: "Alessandro Zummo" <a.zummo@towertech.it>,
	rtc-linux@googlegroups.com, "Manuel Röder" <manuel_roeder@gmx.de>
Subject: [rtc-linux] Re: [PATCH v2 0/5] rtc: s35390a: allow shutdown of NAS after alarm triggered
Date: Fri, 8 Jul 2016 16:41:58 +0200	[thread overview]
Message-ID: <20160708144158.GL22202@piout.net> (raw)
In-Reply-To: <1467473292-26371-1-git-send-email-uwe@kleine-koenig.org>

On 02/07/2016 at 17:28:07 +0200, Uwe Kleine-K=C3=B6nig wrote :
> Hello,
>=20
> this is v2 of the series fixing https://bugs.debian.org/794266.
>=20
> The only change compared to (implicit) v1 is that reading out a disabled
> alarm is fixed. When the alarm is disabled the respective register is
> shadowed with the result is that the reported alarm time is 45:85:0
> because both hour and minute byte are read as 0xff and bcd2bin(0x3f) and
> bcd2bin(0x7f) are 45 and 85 respectively.
>=20
> The new behaviour is to only set .enabled =3D 0 and return. Not 100% sure
> this is the right thing, though. The only alternative is to enable alarm
> and read out a time, but that might have the side effect to trigger an
> unwanted alarm, so I didn't chose this way.
>=20
> Best regards
> Uwe
>=20
> Uwe Kleine-K=C3=B6nig (5):
>   rtc: s35390a: fix reading out alarm
>   rtc: s35390a: implement reset routine as suggested by the reference
>   rtc: s35390a: improve irq handling
>   rtc: s35390a: improve two comments in .set_alarm
>   rtc: fix a typo and reduce three empty lines to one
>=20
>  drivers/rtc/interface.c   |   4 +-
>  drivers/rtc/rtc-s35390a.c | 157 +++++++++++++++++++++++++++++++++++-----=
------
>  2 files changed, 120 insertions(+), 41 deletions(-)
>=20

All applied, thanks!


I added a quick commit message in 4/5.

--=20
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

--=20
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
---=20
You received this message because you are subscribed to the Google Groups "=
rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

      parent reply	other threads:[~2016-07-08 14:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-02 15:28 [rtc-linux] [PATCH v2 0/5] rtc: s35390a: allow shutdown of NAS after alarm triggered Uwe Kleine-König
2016-07-02 15:28 ` [rtc-linux] [PATCH v2 1/5] rtc: s35390a: fix reading out alarm Uwe Kleine-König
2016-07-02 15:28 ` [rtc-linux] [PATCH v2 2/5] rtc: s35390a: implement reset routine as suggested by the reference Uwe Kleine-König
2016-07-02 15:28 ` [rtc-linux] [PATCH v2 3/5] rtc: s35390a: improve irq handling Uwe Kleine-König
2016-07-02 15:28 ` [rtc-linux] [PATCH v2 4/5] rtc: s35390a: improve two comments in .set_alarm Uwe Kleine-König
2016-07-02 15:28 ` [rtc-linux] [PATCH v2 5/5] rtc: fix a typo and reduce three empty lines to one Uwe Kleine-König
2016-07-08 14:41 ` Alexandre Belloni [this message]

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=20160708144158.GL22202@piout.net \
    --to=alexandre.belloni@free-electrons.com \
    --cc=a.zummo@towertech.it \
    --cc=manuel_roeder@gmx.de \
    --cc=rtc-linux@googlegroups.com \
    --cc=uwe@kleine-koenig.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.