aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-05RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flagJiri Kosina1-3/+3
2007-11-29RTC: convert mutex to bitfieldJiri Kosina1-8/+4
2007-10-16rtc: allow validated RTC_PIE_ON for non-rootBryan Kadzban1-1/+2
2007-10-16rtc-dev: no need to convert file->private_data to rtc deviceMark Zhan1-4/+4
2007-10-16RTC: periodic irq fixAlessandro Zummo1-22/+11
2007-07-31rtc-dev: Make RTC driver return ENOTTY instead of ENOIOCTLCMDThomas Hommel1-0/+2
2007-07-17rtc-dev: return -ENOTTY in ioctl if irq_set_freq is not implemented by driverHans-Christian Egtvedt1-0/+2
2007-05-08rtc: remove "RTC_ALM_SET mode" bugsDavid Brownell1-3/+39
2007-05-08rtc: update to class device removal patchesDavid Brownell1-1/+4
2007-05-08rtc: remove rest of class_deviceDavid Brownell1-7/+7
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell1-14/+13
2007-05-08rtc: remove /sys/class/rtc-dev/*David Brownell1-86/+20
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2007-02-09[PATCH] trivial __user annotations - rtc-devAl Viro1-1/+1
2006-12-13[PATCH] rtc: remove syslog spam on registrationDavid Brownell1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-6/+19
2006-11-25[PATCH] rtc class locking bugfixesDavid Brownell1-5/+7
2006-11-25[PATCH] rtc framework handles periodic irqsDavid Brownell1-1/+12
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-2/+2
2006-10-01[PATCH] RTC class uses subsys_initDavid Brownell1-1/+1
2006-10-01[PATCH] rtc: remove superfluous call to call to cdev_del()Rolf Eike Beer1-1/+0
2006-06-25[PATCH] rtc subsystem: add capability checksAlessandro Zummo1-7/+22
2006-06-25[PATCH] RTC: rtc-dev UIE emulationAtsushi Nemoto1-0/+102
2006-05-21[PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriateAlessandro Zummo1-3/+3
2006-05-01[PATCH] RTC: rtc-dev tweak for 64-bit kernelAtsushi Nemoto1-6/+11
2006-03-27[PATCH] RTC subsystem: dev interfaceAlessandro Zummo1-0/+382