aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/interface.c
AgeCommit message (Expand)Author
2015-06-25rtc: interface: Remove rtc_set_mmss()Xunlei Pang
2015-06-19rtc: interface: Remove unused return value from rtc_timer_cancel()Krzysztof Kozlowski
2015-04-17drivers/rtc/interface.c: __rtc_read_time: reduce log levelAaro Koskinen
2015-04-03drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacementXunlei Pang
2015-01-23rtc: Update interface.c to use y2038-safe time interfacesXunlei Pang
2014-12-10rtc: refine rtc_timer_do_work() to consider other set alarm failuresXunlei Pang
2014-12-10drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_timeHyogi Gim
2014-08-08drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim
2014-06-06drivers/rtc/interface.c: fix infinite loop in initializing the alarmAles Novak
2014-04-03rtc: verify a critical argument to rtc_update_irq() before using itAlessandro Zummo
2013-07-22rtc: Keep system awake until all expired RTC timers are handledZoran Markovic
2013-07-03drivers/rtc/interface.c: return -EBUSY, not -EACCES when device is busyChris Brand
2013-07-03drivers/rtc/interface.c: fix checkpatch errorsSachin Kamat
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2012-08-08RTC: Avoid races between RTC alarm wakeup and suspend.NeilBrown
2012-03-15rtc: Provide flag for rtc devices that don't support UIEJohn Stultz
2012-01-26rtc: Disable the alarm in the hardware (v2)Rabin Vincent
2012-01-26rtc: Expire alarms after the time is set. (v2)NeilBrown
2012-01-26rtc: Avoid setting alarm to a time in the pastJohn Stultz
2012-01-10drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings
2012-01-04Revert "rtc: Expire alarms after the time is set."Linus Torvalds
2012-01-03Revert "rtc: Disable the alarm in the hardware"Linus Torvalds
2011-12-13rtc: Expire alarms after the time is set.NeilBrown
2011-12-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2011-11-22rtc: Disable the alarm in the hardwareRabin Vincent
2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker
2011-07-26rtc: fix hrtimer deadlockThomas Gleixner
2011-07-26rtc: limit frequencyThomas Gleixner
2011-07-26rtc: handle errors correctly in rtc_irq_set_state()Thomas Gleixner
2011-07-26rtc: Limit RTC PIE frequencyThomas Gleixner
2011-07-26rtc: Fix hrtimer deadlockThomas Gleixner
2011-07-26rtc: Handle errors correctly in rtc_irq_set_state()Thomas Gleixner
2011-06-01rtc: Staticize non-exported __rtc_set_alarm()Mark Brown
2011-04-13Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstul...Thomas Gleixner
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-29RTC: Fix early irqs caused by calling rtc_set_alarm too earlyJohn Stultz
2011-03-09RTC: Initialize kernel state from RTCJohn Stultz
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