summaryrefslogtreecommitdiffstats
path: root/drivers/char/rtc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [RTC] Consistently use of tabs for formatting.Ralf Baechle2006-10-091-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+4
* [PATCH] remove unnecessary barrier in rtc_get_rtc_timeSteven Rostedt2006-09-291-3/+1
* [PATCH] rtc: lockdep fix/workaroundPeter Zijlstra2006-09-251-2/+3
* [PATCH] lockdep: HPET/RTC fixIngo Molnar2006-07-121-3/+3
* [PATCH] char/rtc: Handle memory-mapped chips properlyMaciej W. Rozycki2006-07-101-9/+32
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-2/+2
* [PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner2006-07-021-3/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller2006-06-231-2/+2
* [SPARC]: Kill __irq_itoa().David S. Miller2006-06-201-4/+0
* [PATCH] Allow reading CMOS day of week registerAlan Cox2006-01-111-5/+9