summaryrefslogtreecommitdiff
path: root/drivers/char/rtc.c
AgeCommit message (Expand)Author
2020-03-19rtc/alpha: remove legacy rtc driverArnd Bergmann
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2018-12-19char/rtc: Use of_node_name_eq for node name comparisonsRob Herring
2018-12-10rtc: Switch to use %ptRAndy Shevchenko
2018-08-02char: rtc: remove task handlingAlexandre Belloni
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-03-01char: rtc: remove unused rtc_control() APIAlexandre Belloni
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2013-10-16various char drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-06-17char: Convert use of typedef ctl_table to struct ctl_tableJoe Perches
2012-09-26drivers/char: removes unnecessary semicolonPeter Senna Tschudin
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-02-03drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.cMichael Witten
2011-09-15drivers/char/rtc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman
2009-10-13headers: Fix build after <linux/sched.h> removalIngo Molnar
2009-01-08RTC: Remove the BKL.David John
2008-11-01saner FASYNC handling on file closeAl Viro
2008-10-20rtc: use bcd2bin/bin2bcdAdrian Bunk
2008-10-16legacy rtc: remove needless/confusing HPET_RTC_IRQ optionDavid Brownell
2008-08-30sparc32: Convert PC RTC probing to pure OF driver.David S. Miller
2008-08-12drivers/char/rtc.c: removed duplicated includeHuang Weiyi
2008-07-26drivers/char/rtc.c: make 2 functions staticAdrian Bunk
2008-07-24rtc: remove and clarify unneeded externsCarlos R. Mafra
2008-07-24rtc: push the BKL down into the driver ioctl methodAlan Cox
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-07-10rtc: fix reported IRQ rate for when HPET is enabledPaul Gortmaker
2008-07-02rtc: BKL pushdownArnd Bergmann
2008-04-29drivers: use non-racy method for proc entries creationDenis V. Lunev
2008-04-28drivers/char/rtc.c: use time_before, time_before_eq, etcJulia Lawall
2008-02-29Fix hpet_(un)register_irq_handler() for emulationDavid Howells
2008-01-30rtc: use the IRQ callback interface in (old) RTC driverBernhard Walle
2008-01-30x86: clean up drivers/char/rtc.cIngo Molnar
2007-11-14rtc: fall back to requesting only the ports we actually useBjorn Helgaas
2007-11-14rtc: release correct region in error pathBjorn Helgaas
2007-07-21x86_64: Untangle asm/hpet.h from asm/timex.hChris Wright
2007-07-20[SPARC64]: Stop using drivers/char/rtc.cDavid S. Miller
2007-07-16RTC: Ratelimit "lost interrupts" messageBen Collins
2007-05-08drivers/char: use __set_current_state()Milind Arun Choudhary
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman
2007-02-14[PATCH] sysctl: remove sys_sysctl support from drivers/char/rtc.cEric W. Biederman
2007-02-12[PATCH] Char: timers cleanupJiri Slaby
2006-12-22[PATCH] rtc warning fixAndrew Morton