summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1305.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/rtc/rtc-ds1305.c: add missing braces around sizeofSachin Kamat2013-07-031-16/+16
* drivers/rtc/rtc-ds1305.c: use devm_* APIsSachin Kamat2013-04-291-23/+12
* drivers/rtc: dump small buffers via %*phAndy Shevchenko2013-02-211-6/+2
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* rtc: convert rtc spi drivers to module_spi_driverAxel Lin2012-03-231-11/+1
* rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker2011-10-311-0/+1
* RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-031-30/+13
* rtc: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-2/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* rtc: set wakeup capability for I2C and SPI RTC driversAnton Vorontsov2009-12-171-0/+2
* rtc: fix driver data issues in several rtc driversAlessandro Zummo2009-12-161-8/+6
* spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-0/+1
* rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto2009-06-191-3/+0
* x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-1/+0
* drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-19/+19
* rtc: ds1305/ds1306 driverDavid Brownell2008-07-241-0/+847