aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/interface.c
AgeCommit message (Expand)Author
2011-02-17RTC: Re-enable UIE timer/polling emulationJohn Stultz
2011-02-17RTC: Release mutex in error path of rtc_alarm_irq_enableUwe Kleine-König
2011-02-03RTC: Prevents a division by zero in kernel code.Marcelo Roberto Jimenez
2011-01-21RTC: Properly handle rtc_read_alarm error propagation and fix bugJohn Stultz
2011-01-21RTC: Propagate error handling via rtc_timer_enqueue properlyJohn Stultz
2010-12-13rtc: Namespace fixupThomas Gleixner
2010-12-10RTC: Rework RTC code to use timerqueue for eventsJohn Stultz
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-06-19rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto
2009-01-06rtc: use set_mmss when set_time is not availableAlessandro Zummo
2009-01-06rtc: move power of 2 periodic frequency check down into driversJonathan Cameron
2009-01-06rtc: struct device: replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-04rtc: add alarm/update irq interfacesAlessandro Zummo
2008-11-06rtc: fix handling of missing tm_year data when reading alarmsMark Brown
2008-07-30rtc: don't return -EBUSY when mutex_lock_interruptible() failsDavid Brownell
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman
2008-07-04rtc: rtc_read_alarm() handles wraparoundDavid Brownell
2008-01-24rtc: use class iteration apiDave Young
2007-12-05RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flagJiri Kosina
2007-11-29RTC: convert mutex to bitfieldJiri Kosina
2007-10-16rtc: fix readback from /sys/class/rtc/rtc?/wakealarmMark Lord
2007-10-16rtc_irq_set_freq() requires power-of-two and associated kerneldocDavid Brownell
2007-10-16RTC: periodic irq fixAlessandro Zummo
2007-05-08rtc: remove "RTC_ALM_SET mode" bugsDavid Brownell
2007-05-08rtc: remove rest of class_deviceDavid Brownell
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell
2007-03-01[PATCH] rtc_cmos oops fixDavid Brownell
2006-11-25[PATCH] rtc class locking bugfixesDavid Brownell
2006-11-25[PATCH] rtc framework handles periodic irqsDavid Brownell
2006-06-25[PATCH] rtc subsystem, fix capability checks in kernel interfaceAlessandro Zummo
2006-03-27[PATCH] RTC subsystem: classAlessandro Zummo