aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/interface.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: Namespace fixupThomas Gleixner2010-12-131-21/+21
* RTC: Rework RTC code to use timerqueue for eventsJohn Stultz2010-12-101-225/+349
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto2009-06-191-5/+7
* rtc: use set_mmss when set_time is not availableAlessandro Zummo2009-01-061-3/+8
* rtc: move power of 2 periodic frequency check down into driversJonathan Cameron2009-01-061-3/+0
* rtc: struct device: replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* rtc: add alarm/update irq interfacesAlessandro Zummo2009-01-041-0/+54
* rtc: fix handling of missing tm_year data when reading alarmsMark Brown2008-11-061-1/+1
* rtc: don't return -EBUSY when mutex_lock_interruptible() failsDavid Brownell2008-07-301-5/+5
* Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman2008-07-211-1/+1
* rtc: rtc_read_alarm() handles wraparoundDavid Brownell2008-07-041-11/+91
* rtc: use class iteration apiDave Young2008-01-241-10/+12
* RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flagJiri Kosina2007-12-051-2/+2
* RTC: convert mutex to bitfieldJiri Kosina2007-11-291-2/+2
* rtc: fix readback from /sys/class/rtc/rtc?/wakealarmMark Lord2007-10-161-1/+82
* rtc_irq_set_freq() requires power-of-two and associated kerneldocDavid Brownell2007-10-161-0/+24
* RTC: periodic irq fixAlessandro Zummo2007-10-161-3/+12
* rtc: remove "RTC_ALM_SET mode" bugsDavid Brownell2007-05-081-0/+4
* rtc: remove rest of class_deviceDavid Brownell2007-05-081-17/+17
* rtc: rtc interfaces don't use class_deviceDavid Brownell2007-05-081-42/+36
* [PATCH] rtc_cmos oops fixDavid Brownell2007-03-011-1/+2
* [PATCH] rtc class locking bugfixesDavid Brownell2006-11-251-4/+11
* [PATCH] rtc framework handles periodic irqsDavid Brownell2006-11-251-0/+1
* [PATCH] rtc subsystem, fix capability checks in kernel interfaceAlessandro Zummo2006-06-251-16/+6
* [PATCH] RTC subsystem: classAlessandro Zummo2006-03-271-0/+277