summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-m41t80.c
AgeCommit message (Expand)Author
2017-08-24rtc: m41t80: remove debug sysfs attributeAlexandre Belloni
2017-08-24rtc: m41t80: enable wakealarm when "wakeup-source" is specifiedEric Cooper
2017-05-31rtc: m41t80: add clock provider supportGary Bisson
2017-05-31rtc: m41t80: remove sqw sysfs entryGary Bisson
2017-05-31rtc: m41t80: fix SQW dividers override when setting a dateGary Bisson
2017-05-31rtc: m41t80: fix SQWE override when setting an alarmGary Bisson
2017-04-19rtc: m41t80: Add proper compatible for rv4162Alexandre Belloni
2017-03-09rtc: m41t80: Add OF device ID tableJavier Martinez Canillas
2016-07-21rtc: m41t80: add suspend handlers for alarm IRQStefan Christ
2016-07-21rtc: m41t80: make it a real error messageStefan Christ
2016-07-19rtc: m41t80: use devm_add_action_or_reset()Sudip Mukherjee
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König
2016-05-20rtc: m41t80: handle oscillator failure bitMylène Josserand
2016-05-20rtc: m41t80: add wakealarm functionalityMylène Josserand
2016-05-20rtc: m41t80: add alarm functionalityMylène Josserand
2016-05-20rtc: m41t80: remove warnings and replace obsolete functionMylène Josserand
2016-05-20rtc: m41t80: add the use of 'BIT' macroMylène Josserand
2016-05-20rtc: m41t80: replace i2c functions for smbus onesMylène Josserand
2016-05-20rtc: m41t80: remove proc macroMylène Josserand
2016-05-20rtc: m41t80: update sysfs entries exportMylène Josserand
2016-03-19rtc: m41t80: avoid out of range year valuesStefan Christ
2015-04-17rtc: use more standard kernel logging stylesJoe Perches
2014-06-06drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162Wolfram Sang
2014-06-06drivers/rtc/rtc-m41t80.c: propagate error value from smbus functionsWolfram Sang
2014-06-06drivers/rtc/rtc-m41t80.c: clean up error pathsWolfram Sang
2014-06-06drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macroWolfram Sang
2013-07-03drivers/rtc/rtc-m41t80.c: fix spacing related issueSachin Kamat
2013-04-29rtc: rtc-m41t80: use devm_*() functionsJingoo Han
2012-10-06drivers/rtc/rtc-m41t80.c: remove disabled alarm functionalityPaul Bolle
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin
2011-12-13rtc: m41t80: Workaround broken alarm functionalityJohn Stultz
2011-05-06rtc: m41t80: Initialize clientdata before registering deviceJohn Stultz
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-09-09rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarmAtsushi Nemoto
2010-08-11rtc/m41t80: use rtc_valid_tm() to check returned tmWan ZongShun
2010-05-27rtc-m41t80: use nonseekable_open()Jan Blunck
2010-05-17drivers: Push down BKL into various driversArnd Bergmann
2009-04-02rtc: add m41t62 support to rtc-m41t80 driverDaniel Glockner
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk
2008-10-16rtc: rtc-m41t80.c: add support for the ST M41T65 RTCSteven A. Falco
2008-07-24rtc: m41t80: use pr_info() as appropriateMaciej W. Rozycki
2008-07-24rtc: m41t80: sort header inclusions for readabilityMaciej W. Rozycki
2008-07-02rtc-rtc-m41t80: BKL pushdownArnd Bergmann
2008-05-13rtc: m41t80: include <linux/kernel.h> for printk()Maciej W. Rozycki
2008-05-13RTC/watchdog: M41T80: fix a potential use of unitialized dataMaciej W. Rozycki
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare
2008-04-29i2c: Add support for device alias namesJean Delvare