aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-05rtc: dev: properly manage lifetime of dev and cdev in rtc deviceDmitry Torokhov1-0/+1
2015-01-23rtc: Update rtc-dev to use y2038-safe time interfacesXunlei Pang1-4/+4
2013-02-21rtc: use dev_warn()/dev_dbg()/pr_err() instead of printk()Jingoo Han1-5/+6
2012-12-17drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.cSachin Kamat1-19/+0
2011-06-01rtc: Fix ioctl error path returnJohn Stultz1-1/+2
2011-02-17RTC: Re-enable UIE timer/polling emulationJohn Stultz1-1/+1
2011-02-17RTC: Revert UIE emulation removalJohn Stultz1-0/+104
2011-02-03RTC: Fix rtc driver ioctl specific shortcuttingJohn Stultz1-14/+7
2010-12-10RTC: Remove UIE emulationJohn Stultz1-104/+0
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-06-19rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto1-4/+2
2009-01-04rtc: add alarm/update irq interfacesAlessandro Zummo1-16/+35
2008-11-01saner FASYNC handling on file closeAl Viro1-3/+0
2008-10-16rtc: file close() consistently disables repeating irqsDavid Brownell1-3/+9
2008-10-03rtc: fix kernel panic on second use of SIGIO nofiticationMarcin Slusarz1-6/+9
2008-08-20rtc: fix double lock on UIE emulationAtsushi Nemoto1-1/+4
2008-08-12revert "rtc: cdev lock_kernel() pushdown"David Brownell1-9/+3
2008-07-30rtc-dev: stop periodic interrupts on device releaseTomas Janousek1-0/+2
2008-07-30rtc: don't return -EBUSY when mutex_lock_interruptible() failsDavid Brownell1-1/+1
2008-07-24rtc: remove BKL for ioctl()David Brownell1-20/+38
2008-06-20rtc: cdev lock_kernel() pushdownJonathan Corbet1-3/+9
2008-02-06rtc-cmos alarm acts as oneshotDavid Brownell1-0/+9
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