aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/interface.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-22rtc: Keep system awake until all expired RTC timers are handledGravatar Zoran Markovic 1-4/+9
2013-07-03drivers/rtc/interface.c: return -EBUSY, not -EACCES when device is busyGravatar Chris Brand 1-4/+4
2013-07-03drivers/rtc/interface.c: fix checkpatch errorsGravatar Sachin Kamat 1-9/+9
2013-02-06driver-core: constify data for class_find_device()Gravatar Michał Mirosław 1-3/+3
2012-08-08RTC: Avoid races between RTC alarm wakeup and suspend.Gravatar NeilBrown 1-0/+2
2012-03-15rtc: Provide flag for rtc devices that don't support UIEGravatar John Stultz 1-0/+5
2012-01-26rtc: Disable the alarm in the hardware (v2)Gravatar Rabin Vincent 1-2/+13
2012-01-26rtc: Expire alarms after the time is set. (v2)Gravatar NeilBrown 1-0/+4
2012-01-26rtc: Avoid setting alarm to a time in the pastGravatar John Stultz 1-1/+10
2012-01-10drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeGravatar Ben Hutchings 1-2/+2
2012-01-04Revert "rtc: Expire alarms after the time is set."Gravatar Linus Torvalds 1-6/+0
2012-01-03Revert "rtc: Disable the alarm in the hardware"Gravatar Linus Torvalds 1-34/+10
2011-12-13rtc: Expire alarms after the time is set.Gravatar NeilBrown 1-0/+6
2011-12-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-10/+34
2011-11-22rtc: Disable the alarm in the hardwareGravatar Rabin Vincent 1-10/+34
2011-10-31rtc: Add module.h to implicit users in drivers/rtcGravatar Paul Gortmaker 1-0/+1
2011-07-26rtc: fix hrtimer deadlockGravatar Thomas Gleixner 1-19/+37
2011-07-26rtc: limit frequencyGravatar Thomas Gleixner 1-1/+1
2011-07-26rtc: handle errors correctly in rtc_irq_set_state()Gravatar Thomas Gleixner 1-0/+3
2011-07-26rtc: Limit RTC PIE frequencyGravatar Thomas Gleixner 1-1/+1
2011-07-26rtc: Fix hrtimer deadlockGravatar Thomas Gleixner 1-19/+37
2011-07-26rtc: Handle errors correctly in rtc_irq_set_state()Gravatar Thomas Gleixner 1-0/+3
2011-06-01rtc: Staticize non-exported __rtc_set_alarm()Gravatar Mark Brown 1-1/+1
2011-04-13Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstul...Gravatar Thomas Gleixner 1-0/+26
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-29RTC: Fix early irqs caused by calling rtc_set_alarm too earlyGravatar John Stultz 1-0/+26
2011-03-09RTC: Initialize kernel state from RTCGravatar John Stultz 1-0/+180
2011-02-17RTC: Re-enable UIE timer/polling emulationGravatar John Stultz 1-1/+17
2011-02-17RTC: Release mutex in error path of rtc_alarm_irq_enableGravatar Uwe Kleine-König 1-3/+2
2011-02-03RTC: Prevents a division by zero in kernel code.Gravatar Marcelo Roberto Jimenez 1-0/+3
2011-01-21RTC: Properly handle rtc_read_alarm error propagation and fix bugGravatar John Stultz 1-3/+9
2011-01-21RTC: Propagate error handling via rtc_timer_enqueue properlyGravatar John Stultz 1-21/+28
2010-12-13rtc: Namespace fixupGravatar Thomas Gleixner 1-21/+21
2010-12-10RTC: Rework RTC code to use timerqueue for eventsGravatar John Stultz 1-225/+349
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 1-0/+1
2009-06-19rtc: make rtc_update_irq callable with irqs enabledGravatar Atsushi Nemoto 1-5/+7
2009-01-06rtc: use set_mmss when set_time is not availableGravatar Alessandro Zummo 1-3/+8
2009-01-06rtc: move power of 2 periodic frequency check down into driversGravatar Jonathan Cameron 1-3/+0
2009-01-06rtc: struct device: replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2009-01-04rtc: add alarm/update irq interfacesGravatar Alessandro Zummo 1-0/+54
2008-11-06rtc: fix handling of missing tm_year data when reading alarmsGravatar Mark Brown 1-1/+1
2008-07-30rtc: don't return -EBUSY when mutex_lock_interruptible() failsGravatar David Brownell 1-5/+5
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGravatar Greg Kroah-Hartman 1-1/+1
2008-07-04rtc: rtc_read_alarm() handles wraparoundGravatar David Brownell 1-11/+91
2008-01-24rtc: use class iteration apiGravatar Dave Young 1-10/+12
2007-12-05RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flagGravatar Jiri Kosina 1-2/+2
2007-11-29RTC: convert mutex to bitfieldGravatar Jiri Kosina 1-2/+2
2007-10-16rtc: fix readback from /sys/class/rtc/rtc?/wakealarmGravatar Mark Lord 1-1/+82
2007-10-16rtc_irq_set_freq() requires power-of-two and associated kerneldocGravatar David Brownell 1-0/+24
2007-10-16RTC: periodic irq fixGravatar Alessandro Zummo 1-3/+12