aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/interface.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-31rtc: interface: Validate alarm-time before handling rolloverGravatar Vaibhav Jain 1-1/+8
2016-12-25ktime: Cleanup ktime_set() usageGravatar Thomas Gleixner 1-4/+4
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-4/+4
2016-07-11rtc: fix a typo and reduce three empty lines to oneGravatar Uwe Kleine-König 1-3/+1
2016-06-04rtc: interface: ignore expired timers when enqueuing new timersGravatar Colin Ian King 1-1/+15
2016-05-30rtc: initialize output parameter for read alarm to "uninitialized"Gravatar Uwe Kleine-König 1-1/+11
2016-03-14rtc: Add functions to set and read rtc offsetGravatar Joshua Clayton 1-0/+54
2015-09-05rtc: Drop (un)likely before IS_ERR(_OR_NULL)Gravatar viresh kumar 1-1/+1
2015-06-25rtc: interface: Remove rtc_set_mmss()Gravatar Xunlei Pang 1-45/+0
2015-06-19rtc: interface: Remove unused return value from rtc_timer_cancel()Gravatar Krzysztof Kozlowski 1-3/+1
2015-04-17drivers/rtc/interface.c: __rtc_read_time: reduce log levelGravatar Aaro Koskinen 1-2/+3
2015-04-03drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacementGravatar Xunlei Pang 1-1/+7
2015-01-23rtc: Update interface.c to use y2038-safe time interfacesGravatar Xunlei Pang 1-12/+10
2014-12-10rtc: refine rtc_timer_do_work() to consider other set alarm failuresGravatar Xunlei Pang 1-0/+13
2014-12-10drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_timeGravatar Hyogi Gim 1-0/+8
2014-08-08drivers/rtc/interface.c: check the error after __rtc_read_time()Gravatar Hyogi Gim 1-0/+2
2014-06-06drivers/rtc/interface.c: fix infinite loop in initializing the alarmGravatar Ales Novak 1-2/+12
2014-04-03rtc: verify a critical argument to rtc_update_irq() before using itGravatar Alessandro Zummo 1-0/+3
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