summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-m41t80.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-07drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162Wolfram Sang1-0/+1
2014-06-07drivers/rtc/rtc-m41t80.c: propagate error value from smbus functionsWolfram Sang1-14/+23
2014-06-07drivers/rtc/rtc-m41t80.c: clean up error pathsWolfram Sang1-41/+23
2014-06-07drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macroWolfram Sang1-6/+0
2013-07-04drivers/rtc/rtc-m41t80.c: fix spacing related issueSachin Kamat1-1/+1
2013-04-30rtc: rtc-m41t80: use devm_*() functionsJingoo Han1-11/+5
2012-10-05drivers/rtc/rtc-m41t80.c: remove disabled alarm functionalityPaul Bolle1-153/+4
2012-03-24rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin1-12/+1
2011-12-14rtc: m41t80: Workaround broken alarm functionalityJohn Stultz1-0/+9
2011-05-07rtc: m41t80: Initialize clientdata before registering deviceJohn Stultz1-2/+3
2011-02-04RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz1-22/+8
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-6/+7
2010-09-10rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarmAtsushi Nemoto1-1/+1
2010-08-11rtc/m41t80: use rtc_valid_tm() to check returned tmWan ZongShun1-2/+2
2010-05-27rtc-m41t80: use nonseekable_open()Jan Blunck1-5/+1
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-2/+14
2009-04-03rtc: add m41t62 support to rtc-m41t80 driverDaniel Glockner1-5/+13
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-22/+22
2008-10-16rtc: rtc-m41t80.c: add support for the ST M41T65 RTCSteven A. Falco1-10/+33
2008-07-24rtc: m41t80: use pr_info() as appropriateMaciej W. Rozycki1-4/+2
2008-07-24rtc: m41t80: sort header inclusions for readabilityMaciej W. Rozycki1-7/+7
2008-07-03rtc-rtc-m41t80: BKL pushdownArnd Bergmann1-1/+6
2008-05-13rtc: m41t80: include <linux/kernel.h> for printk()Maciej W. Rozycki1-0/+1
2008-05-13RTC/watchdog: M41T80: fix a potential use of unitialized dataMaciej W. Rozycki1-1/+1
2008-04-30i2c: Convert most new-style drivers to use module aliasingJean Delvare1-59/+19
2008-04-30i2c: Add support for device alias namesJean Delvare1-1/+2
2007-08-23correct name for rtc-m41t80David Brownell1-1/+1
2007-07-17rtc: watchdog support for rtc-m41t80 driverAtsushi Nemoto1-0/+288
2007-07-17rtc: add rtc-m41t80 driverAtsushi Nemoto1-0/+629