aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-dev.c
AgeCommit message (Expand)Author
2011-02-03RTC: Fix rtc driver ioctl specific shortcuttingJohn Stultz
2010-12-10RTC: Remove UIE emulationJohn 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-04rtc: add alarm/update irq interfacesAlessandro Zummo
2008-11-01saner FASYNC handling on file closeAl Viro
2008-10-16rtc: file close() consistently disables repeating irqsDavid Brownell
2008-10-03rtc: fix kernel panic on second use of SIGIO nofiticationMarcin Slusarz
2008-08-20rtc: fix double lock on UIE emulationAtsushi Nemoto
2008-08-12revert "rtc: cdev lock_kernel() pushdown"David Brownell
2008-07-30rtc-dev: stop periodic interrupts on device releaseTomas Janousek
2008-07-30rtc: don't return -EBUSY when mutex_lock_interruptible() failsDavid Brownell
2008-07-24rtc: remove BKL for ioctl()David Brownell
2008-06-20rtc: cdev lock_kernel() pushdownJonathan Corbet
2008-02-06rtc-cmos alarm acts as oneshotDavid Brownell
2007-12-05RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flagJiri Kosina
2007-11-29RTC: convert mutex to bitfieldJiri Kosina
2007-10-16rtc: allow validated RTC_PIE_ON for non-rootBryan Kadzban
2007-10-16rtc-dev: no need to convert file->private_data to rtc deviceMark Zhan
2007-10-16RTC: periodic irq fixAlessandro Zummo
2007-07-31rtc-dev: Make RTC driver return ENOTTY instead of ENOIOCTLCMDThomas Hommel
2007-07-17rtc-dev: return -ENOTTY in ioctl if irq_set_freq is not implemented by driverHans-Christian Egtvedt
2007-05-08rtc: remove "RTC_ALM_SET mode" bugsDavid Brownell
2007-05-08rtc: update to class device removal patchesDavid Brownell
2007-05-08rtc: remove rest of class_deviceDavid Brownell
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell
2007-05-08rtc: remove /sys/class/rtc-dev/*David Brownell
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven
2007-02-09[PATCH] trivial __user annotations - rtc-devAl Viro
2006-12-13[PATCH] rtc: remove syslog spam on registrationDavid Brownell
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-11-25[PATCH] rtc class locking bugfixesDavid Brownell
2006-11-25[PATCH] rtc framework handles periodic irqsDavid Brownell
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell
2006-10-01[PATCH] RTC class uses subsys_initDavid Brownell
2006-10-01[PATCH] rtc: remove superfluous call to call to cdev_del()Rolf Eike Beer
2006-06-25[PATCH] rtc subsystem: add capability checksAlessandro Zummo
2006-06-25[PATCH] RTC: rtc-dev UIE emulationAtsushi Nemoto
2006-05-21[PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriateAlessandro Zummo
2006-05-01[PATCH] RTC: rtc-dev tweak for 64-bit kernelAtsushi Nemoto
2006-03-27[PATCH] RTC subsystem: dev interfaceAlessandro Zummo