summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-m41t80.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: m41t80: add suspend handlers for alarm IRQStefan Christ2016-07-211-0/+25
* rtc: m41t80: make it a real error messageStefan Christ2016-07-211-1/+1
* rtc: m41t80: use devm_add_action_or_reset()Sudip Mukherjee2016-07-191-3/+2
* rtc: simplify implementations of read_alarmUwe Kleine-König2016-07-091-2/+0
* rtc: m41t80: handle oscillator failure bitMylène Josserand2016-05-201-2/+23
* rtc: m41t80: add wakealarm functionalityMylène Josserand2016-05-201-0/+2
* rtc: m41t80: add alarm functionalityMylène Josserand2016-05-201-13/+167
* rtc: m41t80: remove warnings and replace obsolete functionMylène Josserand2016-05-201-11/+15
* rtc: m41t80: add the use of 'BIT' macroMylène Josserand2016-05-201-15/+15
* rtc: m41t80: replace i2c functions for smbus onesMylène Josserand2016-05-201-90/+44
* rtc: m41t80: remove proc macroMylène Josserand2016-05-201-4/+0
* rtc: m41t80: update sysfs entries exportMylène Josserand2016-05-201-24/+32
* rtc: m41t80: avoid out of range year valuesStefan Christ2016-03-191-0/+6
* rtc: use more standard kernel logging stylesJoe Perches2015-04-171-2/+4
* drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162Wolfram Sang2014-06-061-0/+1
* drivers/rtc/rtc-m41t80.c: propagate error value from smbus functionsWolfram Sang2014-06-061-14/+23
* drivers/rtc/rtc-m41t80.c: clean up error pathsWolfram Sang2014-06-061-41/+23
* drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macroWolfram Sang2014-06-061-6/+0
* drivers/rtc/rtc-m41t80.c: fix spacing related issueSachin Kamat2013-07-031-1/+1
* rtc: rtc-m41t80: use devm_*() functionsJingoo Han2013-04-291-11/+5
* drivers/rtc/rtc-m41t80.c: remove disabled alarm functionalityPaul Bolle2012-10-061-153/+4
* rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin2012-03-231-12/+1
* rtc: m41t80: Workaround broken alarm functionalityJohn Stultz2011-12-131-0/+9
* rtc: m41t80: Initialize clientdata before registering deviceJohn Stultz2011-05-061-2/+3
* RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-031-22/+8
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-6/+7
|/
* rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarmAtsushi Nemoto2010-09-091-1/+1
* rtc/m41t80: use rtc_valid_tm() to check returned tmWan ZongShun2010-08-111-2/+2
* rtc-m41t80: use nonseekable_open()Jan Blunck2010-05-271-5/+1
* drivers: Push down BKL into various driversArnd Bergmann2010-05-171-2/+14
* rtc: add m41t62 support to rtc-m41t80 driverDaniel Glockner2009-04-021-5/+13
* drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-22/+22
* rtc: rtc-m41t80.c: add support for the ST M41T65 RTCSteven A. Falco2008-10-161-10/+33
* rtc: m41t80: use pr_info() as appropriateMaciej W. Rozycki2008-07-241-4/+2
* rtc: m41t80: sort header inclusions for readabilityMaciej W. Rozycki2008-07-241-7/+7
* rtc-rtc-m41t80: BKL pushdownArnd Bergmann2008-07-021-1/+6
* rtc: m41t80: include <linux/kernel.h> for printk()Maciej W. Rozycki2008-05-131-0/+1
* RTC/watchdog: M41T80: fix a potential use of unitialized dataMaciej W. Rozycki2008-05-131-1/+1
* i2c: Convert most new-style drivers to use module aliasingJean Delvare2008-04-291-59/+19
* i2c: Add support for device alias namesJean Delvare2008-04-291-1/+2
* correct name for rtc-m41t80David Brownell2007-08-221-1/+1
* rtc: watchdog support for rtc-m41t80 driverAtsushi Nemoto2007-07-171-0/+288
* rtc: add rtc-m41t80 driverAtsushi Nemoto2007-07-171-0/+629