public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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 ` [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
      
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(-)

-- 
2.8.0.rc3

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

end of thread, other threads:[~2016-04-04 18:54 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 [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   ` [PATCH 1/8] rtc: m41t80: update sysfs entries export Mylène Josserand
2016-03-29  6:55   ` [PATCH 2/8] rtc: m41t80: remove proc macro Mylène Josserand
2016-03-29  6:56   ` [PATCH 3/8] rtc: m41t80: replace i2c functions to smbus ones Mylène Josserand
2016-03-29  6:56   ` [PATCH 4/8] rtc: m41t80: add the use of 'BIT' macro Mylène Josserand
2016-03-29  6:56   ` [PATCH 5/8] rtc: m41t80: remove warnings and replace obsolete function Mylène Josserand
2016-03-29  6:56   ` [PATCH 6/8] rtc: m41t80: add alarm functionality Mylène Josserand
2016-03-29  6:56   ` [PATCH 7/8] rtc: m41t80: add wakealarm functionality Mylène Josserand
2016-03-29  6:56   ` [PATCH 8/8] rtc: m41t80: handle oscillator failure bit Mylène Josserand
2016-04-04 18:53 ` [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