From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: "Mylène Josserand" <mylene.josserand@free-electrons.com>
Cc: rtc-linux@googlegroups.com,
Alessandro Zummo <a.zummo@towertech.it>,
linux-kernel@vger.kernel.org
Subject: [rtc-linux] Re: [PATCH 0/8] rtc: m41t80: update and add functionalities
Date: Mon, 4 Apr 2016 20:53:50 +0200 [thread overview]
Message-ID: <20160404185350.GA7190@piout.net> (raw)
In-Reply-To: <cover.1459188215.git.mylene.josserand@free-electrons.com>
On 29/03/2016 at 08:55:57 +0200, Myl=C4=8Dne Josserand wrote :
> This patchset updates the m41t80 driver :
> - update the sysfs entries export to use DEVICE_ATTR_XX
> - remove some unnecessary macro
> - replace old i2c functions to smbus ones
> - use BIT macro
> - remove some warnings
> - replace obsolete functions
>=20
> It adds also some functionalities :
> - alarm IRQ which was previously removed because it was not working
> - wakealarm to use the RTC and set an alarm to wakeup the system
> - Oscillator failure to print an error if it is set
> =20
> Myl=C4=8Dne Josserand (8):
> rtc: m41t80: update sysfs entries export
> rtc: m41t80: remove proc macro
> rtc: m41t80: replace i2c functions to smbus ones
> rtc: m41t80: add the use of 'BIT' macro
> rtc: m41t80: remove warnings and replace obsolete function
> rtc: m41t80: add alarm functionality
> rtc: m41t80: add wakealarm functionality
> rtc: m41t80: handle oscillator failure bit
>=20
> drivers/rtc/rtc-m41t80.c | 443 +++++++++++++++++++++++++++++++----------=
------
> 1 file changed, 289 insertions(+), 154 deletions(-)
>=20
All applied, thanks!
--=20
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--=20
--=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.
WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: "Mylène Josserand" <mylene.josserand@free-electrons.com>
Cc: rtc-linux@googlegroups.com,
Alessandro Zummo <a.zummo@towertech.it>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/8] rtc: m41t80: update and add functionalities
Date: Mon, 4 Apr 2016 20:53:50 +0200 [thread overview]
Message-ID: <20160404185350.GA7190@piout.net> (raw)
In-Reply-To: <cover.1459188215.git.mylene.josserand@free-electrons.com>
On 29/03/2016 at 08:55:57 +0200, Mylène Josserand wrote :
> This patchset updates the m41t80 driver :
> - update the sysfs entries export to use DEVICE_ATTR_XX
> - remove some unnecessary macro
> - replace old i2c functions to smbus ones
> - use BIT macro
> - remove some warnings
> - replace obsolete functions
>
> It adds also some functionalities :
> - alarm IRQ which was previously removed because it was not working
> - wakealarm to use the RTC and set an alarm to wakeup the system
> - Oscillator failure to print an error if it is set
>
> Mylène Josserand (8):
> rtc: m41t80: update sysfs entries export
> rtc: m41t80: remove proc macro
> rtc: m41t80: replace i2c functions to smbus ones
> rtc: m41t80: add the use of 'BIT' macro
> rtc: m41t80: remove warnings and replace obsolete function
> rtc: m41t80: add alarm functionality
> rtc: m41t80: add wakealarm functionality
> rtc: m41t80: handle oscillator failure bit
>
> drivers/rtc/rtc-m41t80.c | 443 +++++++++++++++++++++++++++++++----------------
> 1 file changed, 289 insertions(+), 154 deletions(-)
>
All applied, thanks!
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-04-04 18:53 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-29 6:55 [rtc-linux] [PATCH 0/8] rtc: m41t80: update and add functionalities Mylène Josserand
2016-03-29 6:55 ` Mylène Josserand
[not found] ` <cover.1459233897.git.mylene.josserand@free-electrons.com>
2016-03-29 6:55 ` [rtc-linux] [PATCH 1/8] rtc: m41t80: update sysfs entries export Mylène Josserand
2016-03-29 6:55 ` Mylène Josserand
2016-03-29 6:55 ` [rtc-linux] [PATCH 2/8] rtc: m41t80: remove proc macro Mylène Josserand
2016-03-29 6:55 ` Mylène Josserand
2016-03-29 6:56 ` [rtc-linux] [PATCH 3/8] rtc: m41t80: replace i2c functions to smbus ones Mylène Josserand
2016-03-29 6:56 ` Mylène Josserand
2016-03-29 6:56 ` [rtc-linux] [PATCH 4/8] rtc: m41t80: add the use of 'BIT' macro Mylène Josserand
2016-03-29 6:56 ` Mylène Josserand
2016-03-29 6:56 ` [rtc-linux] [PATCH 5/8] rtc: m41t80: remove warnings and replace obsolete function Mylène Josserand
2016-03-29 6:56 ` Mylène Josserand
2016-03-29 6:56 ` [rtc-linux] [PATCH 6/8] rtc: m41t80: add alarm functionality Mylène Josserand
2016-03-29 6:56 ` Mylène Josserand
2016-03-29 6:56 ` [rtc-linux] [PATCH 7/8] rtc: m41t80: add wakealarm functionality Mylène Josserand
2016-03-29 6:56 ` Mylène Josserand
2016-03-29 6:56 ` [rtc-linux] [PATCH 8/8] rtc: m41t80: handle oscillator failure bit Mylène Josserand
2016-03-29 6:56 ` Mylène Josserand
2016-04-04 18:53 ` Alexandre Belloni [this message]
2016-04-04 18:53 ` [PATCH 0/8] rtc: m41t80: update and add functionalities 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=20160404185350.GA7190@piout.net \
--to=alexandre.belloni@free-electrons.com \
--cc=a.zummo@towertech.it \
--cc=linux-kernel@vger.kernel.org \
--cc=mylene.josserand@free-electrons.com \
--cc=rtc-linux@googlegroups.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 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.