aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-m41t80.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: m41t80: Workaround broken alarm functionalityJohn Stultz2012-01-061-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