Linux RTC
 help / color / mirror / Atom feed
* [rtc-linux] [PATCH 0/8] rtc: m41t80: update and add functionalities
@ 2016-03-29  6:55 Mylène Josserand
       [not found] ` <cover.1459233897.git.mylene.josserand@free-electrons.com>
  2016-04-04 18:53 ` [rtc-linux] Re: [PATCH 0/8] rtc: m41t80: update and add functionalities Alexandre Belloni
  0 siblings, 2 replies; 10+ messages in thread
From: Mylène Josserand @ 2016-03-29  6:55 UTC (permalink / raw)
  To: alexandre.belloni, rtc-linux
  Cc: Alessandro Zummo, linux-kernel, mylene.josserand

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
     =20
Myl=C3=A8ne 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(-)

--=20
2.8.0.rc3

--=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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-04-04 18:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-29  6:55 [rtc-linux] [PATCH 0/8] rtc: m41t80: update and add functionalities 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   ` [rtc-linux] [PATCH 2/8] rtc: m41t80: remove proc macro 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   ` [rtc-linux] [PATCH 4/8] rtc: m41t80: add the use of 'BIT' macro 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   ` [rtc-linux] [PATCH 6/8] rtc: m41t80: add alarm functionality 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   ` [rtc-linux] [PATCH 8/8] rtc: m41t80: handle oscillator failure bit Mylène Josserand
2016-04-04 18:53 ` [rtc-linux] Re: [PATCH 0/8] rtc: m41t80: update and add functionalities Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox