aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/interface.c
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-221-0/+23
* Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-26/+13
|\
| * rtc: Disable the alarm in the hardware (v2)Rabin Vincent2012-04-021-2/+13
| * drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings2012-01-251-2/+2
| * Revert "rtc: Disable the alarm in the hardware"Linus Torvalds2012-01-061-34/+10
* | samsung update 1codeworkx2012-06-021-0/+22
|/
* rtc: Disable the alarm in the hardwareRabin Vincent2011-12-091-10/+34
* rtc: Fix RTC PIE frequency limitJohn Stultz2011-10-031-1/+1
* rtc: limit frequencyThomas Gleixner2011-08-041-1/+1
* rtc: fix hrtimer deadlockThomas Gleixner2011-08-041-19/+37
* rtc: handle errors correctly in rtc_irq_set_state()Thomas Gleixner2011-08-041-0/+3
* rtc: Staticize non-exported __rtc_set_alarm()Mark Brown2011-06-011-1/+1
* Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstul...Thomas Gleixner2011-04-131-0/+26
|\
| * RTC: Fix early irqs caused by calling rtc_set_alarm too earlyJohn Stultz2011-03-291-0/+26
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* RTC: Initialize kernel state from RTCJohn Stultz2011-03-091-0/+180
* RTC: Re-enable UIE timer/polling emulationJohn Stultz2011-02-171-1/+17
* RTC: Release mutex in error path of rtc_alarm_irq_enableUwe Kleine-König2011-02-171-3/+2
* RTC: Prevents a division by zero in kernel code.Marcelo Roberto Jimenez2011-02-031-0/+3
* RTC: Properly handle rtc_read_alarm error propagation and fix bugJohn Stultz2011-01-211-3/+9
* RTC: Propagate error handling via rtc_timer_enqueue properlyJohn Stultz2011-01-211-21/+28
* 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