summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-dev.c
AgeCommit message (Expand)Author
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