aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-dev.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: Fix ioctl error path returnJohn Stultz2011-06-011-1/+2
* RTC: Re-enable UIE timer/polling emulationJohn Stultz2011-02-171-1/+1
* RTC: Revert UIE emulation removalJohn Stultz2011-02-171-0/+104
* RTC: Fix rtc driver ioctl specific shortcuttingJohn Stultz2011-02-031-14/+7
* RTC: Remove UIE emulationJohn Stultz2010-12-101-104/+0
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto2009-06-191-4/+2
* rtc: add alarm/update irq interfacesAlessandro Zummo2009-01-041-16/+35
* saner FASYNC handling on file closeAl Viro2008-11-011-3/+0
* rtc: file close() consistently disables repeating irqsDavid Brownell2008-10-161-3/+9
* rtc: fix kernel panic on second use of SIGIO nofiticationMarcin Slusarz2008-10-031-6/+9
* rtc: fix double lock on UIE emulationAtsushi Nemoto2008-08-201-1/+4
* revert "rtc: cdev lock_kernel() pushdown"David Brownell2008-08-121-9/+3
* rtc-dev: stop periodic interrupts on device releaseTomas Janousek2008-07-301-0/+2
* rtc: don't return -EBUSY when mutex_lock_interruptible() failsDavid Brownell2008-07-301-1/+1
* rtc: remove BKL for ioctl()David Brownell2008-07-241-20/+38
* rtc: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-3/+9
* rtc-cmos alarm acts as oneshotDavid Brownell2008-02-061-0/+9
* RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flagJiri Kosina2007-12-051-3/+3
* RTC: convert mutex to bitfieldJiri Kosina2007-11-291-8/+4
* rtc: allow validated RTC_PIE_ON for non-rootBryan Kadzban2007-10-161-1/+2
* rtc-dev: no need to convert file->private_data to rtc deviceMark Zhan2007-10-161-4/+4
* RTC: periodic irq fixAlessandro Zummo2007-10-161-22/+11
* rtc-dev: Make RTC driver return ENOTTY instead of ENOIOCTLCMDThomas Hommel2007-07-311-0/+2
* rtc-dev: return -ENOTTY in ioctl if irq_set_freq is not implemented by driverHans-Christian Egtvedt2007-07-171-0/+2
* rtc: remove "RTC_ALM_SET mode" bugsDavid Brownell2007-05-081-3/+39
* rtc: update to class device removal patchesDavid Brownell2007-05-081-1/+4
* rtc: remove rest of class_deviceDavid Brownell2007-05-081-7/+7
* rtc: rtc interfaces don't use class_deviceDavid Brownell2007-05-081-14/+13
* rtc: remove /sys/class/rtc-dev/*David Brownell2007-05-081-86/+20
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* [PATCH] trivial __user annotations - rtc-devAl Viro2007-02-091-1/+1
* [PATCH] rtc: remove syslog spam on registrationDavid Brownell2006-12-131-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-6/+19
|\
| * [PATCH] rtc class locking bugfixesDavid Brownell2006-11-251-5/+7
| * [PATCH] rtc framework handles periodic irqsDavid Brownell2006-11-251-1/+12
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+4
|/
* [PATCH] constify rtc_class_ops: update driversDavid Brownell2006-10-011-2/+2
* [PATCH] RTC class uses subsys_initDavid Brownell2006-10-011-1/+1
* [PATCH] rtc: remove superfluous call to call to cdev_del()Rolf Eike Beer2006-10-011-1/+0
* [PATCH] rtc subsystem: add capability checksAlessandro Zummo2006-06-251-7/+22
* [PATCH] RTC: rtc-dev UIE emulationAtsushi Nemoto2006-06-251-0/+102
* [PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriateAlessandro Zummo2006-05-211-3/+3
* [PATCH] RTC: rtc-dev tweak for 64-bit kernelAtsushi Nemoto2006-05-011-6/+11
* [PATCH] RTC subsystem: dev interfaceAlessandro Zummo2006-03-271-0/+382