aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1374.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin1-12/+1
2011-03-22rtc: convert DS1374 to dev_pm_opsMark Brown1-6/+13
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz1-27/+10
2010-12-24rtc: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-17rtc: set wakeup capability for I2C and SPI RTC driversAnton Vorontsov1-0/+2
2009-07-06rtc: ds1374, fix lock imbalanceJiri Slaby1-2/+2
2009-06-19rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto1-5/+0
2009-04-01rtc: test before subtraction on unsignedRoel Kluin1-3/+3
2008-10-16rtc: DS1374 wakeup supportMarc Pignat1-0/+21
2008-08-20rtc: rtc-ds1374: fix 'no irq' case handlingAnton Vorontsov1-5/+5
2008-06-06rtc-ds1374: rename device to just "ds1374"Jean Delvare1-1/+1
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare1-0/+7
2008-04-29i2c: Add support for device alias namesJean Delvare1-1/+2
2007-10-16rtc: RTC class driver for the ds1374Scott Wood1-0/+449