summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-dev.c
Commit message (Expand)AuthorAge
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* rtc: remove .open() and .release()Alexandre Belloni2017-08-24
* rtc: dev: remove rtc->name from debug messageAlexandre Belloni2017-06-03
* rtc: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-21
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* rtc: dev: properly manage lifetime of dev and cdev in rtc deviceDmitry Torokhov2015-09-05
* rtc: Update rtc-dev to use y2038-safe time interfacesXunlei Pang2015-01-23
* rtc: use dev_warn()/dev_dbg()/pr_err() instead of printk()Jingoo Han2013-02-21
* drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.cSachin Kamat2012-12-17
* rtc: Fix ioctl error path returnJohn Stultz2011-06-01
* RTC: Re-enable UIE timer/polling emulationJohn Stultz2011-02-17
* RTC: Revert UIE emulation removalJohn Stultz2011-02-17
* RTC: Fix rtc driver ioctl specific shortcuttingJohn Stultz2011-02-03
* RTC: Remove UIE emulationJohn Stultz2010-12-10
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-11
* rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto2009-06-19
* rtc: add alarm/update irq interfacesAlessandro Zummo2009-01-04
* saner FASYNC handling on file closeAl Viro2008-11-01
* rtc: file close() consistently disables repeating irqsDavid Brownell2008-10-16
* rtc: fix kernel panic on second use of SIGIO nofiticationMarcin Slusarz2008-10-03
* rtc: fix double lock on UIE emulationAtsushi Nemoto2008-08-20
* revert "rtc: cdev lock_kernel() pushdown"David Brownell2008-08-12
* rtc-dev: stop periodic interrupts on device releaseTomas Janousek2008-07-30
* rtc: don't return -EBUSY when mutex_lock_interruptible() failsDavid Brownell2008-07-30
* rtc: remove BKL for ioctl()David Brownell2008-07-24
* rtc: cdev lock_kernel() pushdownJonathan Corbet2008-06-20
* rtc-cmos alarm acts as oneshotDavid Brownell2008-02-06
* RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flagJiri Kosina2007-12-05
* RTC: convert mutex to bitfieldJiri Kosina2007-11-29
* rtc: allow validated RTC_PIE_ON for non-rootBryan Kadzban2007-10-16
* rtc-dev: no need to convert file->private_data to rtc deviceMark Zhan2007-10-16
* RTC: periodic irq fixAlessandro Zummo2007-10-16
* rtc-dev: Make RTC driver return ENOTTY instead of ENOIOCTLCMDThomas Hommel2007-07-31
* rtc-dev: return -ENOTTY in ioctl if irq_set_freq is not implemented by driverHans-Christian Egtvedt2007-07-17
* rtc: remove "RTC_ALM_SET mode" bugsDavid Brownell2007-05-08
* rtc: update to class device removal patchesDavid Brownell2007-05-08
* rtc: remove rest of class_deviceDavid Brownell2007-05-08
* rtc: rtc interfaces don't use class_deviceDavid Brownell2007-05-08
* rtc: remove /sys/class/rtc-dev/*David Brownell2007-05-08
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-12
* [PATCH] trivial __user annotations - rtc-devAl Viro2007-02-09
* [PATCH] rtc: remove syslog spam on registrationDavid Brownell2006-12-13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-05
|\
| * [PATCH] rtc class locking bugfixesDavid Brownell2006-11-25
| * [PATCH] rtc framework handles periodic irqsDavid Brownell2006-11-25
* | WorkStruct: make allyesconfigDavid Howells2006-11-22
|/
* [PATCH] constify rtc_class_ops: update driversDavid Brownell2006-10-01
* [PATCH] RTC class uses subsys_initDavid Brownell2006-10-01