summaryrefslogtreecommitdiffstats
path: root/drivers/char/rtc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2019-01-011-4/+3
|\
| * rtc: Switch to use %ptRAndy Shevchenko2018-12-101-4/+3
* | char/rtc: Use of_node_name_eq for node name comparisonsRob Herring2018-12-191-2/+2
|/
* char: rtc: remove task handlingAlexandre Belloni2018-08-021-13/+0
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-17/+2
* char: rtc: remove unused rtc_control() APIAlexandre Belloni2018-03-011-83/+0
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* various char drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-161-3/+2
* char: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-171-3/+3
* drivers/char: removes unnecessary semicolonPeter Senna Tschudin2012-09-261-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.cMichael Witten2012-02-031-2/+2
* drivers/char/rtc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-09-151-4/+3
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-1/+1
* sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-1/+1
* sysctl drivers: Remove dead binary sysctl supportEric W. Biederman2009-11-121-6/+3
* headers: Fix build after <linux/sched.h> removalIngo Molnar2009-10-131-0/+1
* RTC: Remove the BKL.David John2009-01-081-13/+4
* saner FASYNC handling on file closeAl Viro2008-11-011-2/+0
* rtc: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-20/+20
* legacy rtc: remove needless/confusing HPET_RTC_IRQ optionDavid Brownell2008-10-161-1/+1
* sparc32: Convert PC RTC probing to pure OF driver.David S. Miller2008-08-301-13/+17
* drivers/char/rtc.c: removed duplicated includeHuang Weiyi2008-08-121-1/+0
* drivers/char/rtc.c: make 2 functions staticAdrian Bunk2008-07-261-2/+3
* rtc: remove and clarify unneeded externsCarlos R. Mafra2008-07-241-2/+0
* rtc: push the BKL down into the driver ioctl methodAlan Cox2008-07-241-7/+10
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-1/+2
|\
| * rtc: fix reported IRQ rate for when HPET is enabledPaul Gortmaker2008-07-101-1/+2
* | rtc: BKL pushdownArnd Bergmann2008-07-021-0/+4
|/
* drivers: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-4/+2
* drivers/char/rtc.c: use time_before, time_before_eq, etcJulia Lawall2008-04-281-1/+3
* Fix hpet_(un)register_irq_handler() for emulationDavid Howells2008-02-291-2/+2
* rtc: use the IRQ callback interface in (old) RTC driverBernhard Walle2008-01-301-1/+14
* x86: clean up drivers/char/rtc.cIngo Molnar2008-01-301-109/+129
* rtc: fall back to requesting only the ports we actually useBjorn Helgaas2007-11-141-6/+30
* rtc: release correct region in error pathBjorn Helgaas2007-11-141-9/+11
* x86_64: Untangle asm/hpet.h from asm/timex.hChris Wright2007-07-211-1/+1
* [SPARC64]: Stop using drivers/char/rtc.cDavid S. Miller2007-07-201-24/+6
* RTC: Ratelimit "lost interrupts" messageBen Collins2007-07-161-1/+2
* drivers/char: use __set_current_state()Milind Arun Choudhary2007-05-081-1/+1
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: remove sys_sysctl support from drivers/char/rtc.cEric W. Biederman2007-02-141-4/+2
* [PATCH] Char: timers cleanupJiri Slaby2007-02-121-7/+5
* [PATCH] rtc warning fixAndrew Morton2006-12-221-1/+6
* [PATCH] RTC driver init adjustmentJan Beulich2006-12-131-15/+17
* [PATCH] rtc: fx error caseJan Beulich2006-12-131-0/+8