summaryrefslogtreecommitdiffstats
path: root/drivers/char/rtc.c
AgeCommit message (Expand)AuthorLines
2011-09-15drivers/char/rtc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich-4/+3
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely-1/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman-1/+1
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman-6/+3
2009-10-13headers: Fix build after <linux/sched.h> removalIngo Molnar-0/+1
2009-01-08RTC: Remove the BKL.David John-13/+4
2008-11-01saner FASYNC handling on file closeAl Viro-2/+0
2008-10-20rtc: use bcd2bin/bin2bcdAdrian Bunk-20/+20
2008-10-16legacy rtc: remove needless/confusing HPET_RTC_IRQ optionDavid Brownell-1/+1
2008-08-30sparc32: Convert PC RTC probing to pure OF driver.David S. Miller-13/+17
2008-08-12drivers/char/rtc.c: removed duplicated includeHuang Weiyi-1/+0
2008-07-26drivers/char/rtc.c: make 2 functions staticAdrian Bunk-2/+3
2008-07-24rtc: remove and clarify unneeded externsCarlos R. Mafra-2/+0
2008-07-24rtc: push the BKL down into the driver ioctl methodAlan Cox-7/+10
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet-1/+2
2008-07-10rtc: fix reported IRQ rate for when HPET is enabledPaul Gortmaker-1/+2
2008-07-02rtc: BKL pushdownArnd Bergmann-0/+4
2008-04-29drivers: use non-racy method for proc entries creationDenis V. Lunev-4/+2
2008-04-28drivers/char/rtc.c: use time_before, time_before_eq, etcJulia Lawall-1/+3
2008-02-29Fix hpet_(un)register_irq_handler() for emulationDavid Howells-2/+2
2008-01-30rtc: use the IRQ callback interface in (old) RTC driverBernhard Walle-1/+14
2008-01-30x86: clean up drivers/char/rtc.cIngo Molnar-109/+129
2007-11-14rtc: fall back to requesting only the ports we actually useBjorn Helgaas-6/+30
2007-11-14rtc: release correct region in error pathBjorn Helgaas-9/+11
2007-07-21x86_64: Untangle asm/hpet.h from asm/timex.hChris Wright-1/+1
2007-07-20[SPARC64]: Stop using drivers/char/rtc.cDavid S. Miller-24/+6
2007-07-16RTC: Ratelimit "lost interrupts" messageBen Collins-1/+2
2007-05-08drivers/char: use __set_current_state()Milind Arun Choudhary-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman-1/+1
2007-02-14[PATCH] sysctl: remove sys_sysctl support from drivers/char/rtc.cEric W. Biederman-4/+2
2007-02-12[PATCH] Char: timers cleanupJiri Slaby-7/+5
2006-12-22[PATCH] rtc warning fixAndrew Morton-1/+6
2006-12-13[PATCH] RTC driver init adjustmentJan Beulich-15/+17
2006-12-13[PATCH] rtc: fx error caseJan Beulich-0/+8
2006-10-09[RTC] Consistently use of tabs for formatting.Ralf Baechle-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-4/+4
2006-09-29[PATCH] remove unnecessary barrier in rtc_get_rtc_timeSteven Rostedt-3/+1
2006-09-25[PATCH] rtc: lockdep fix/workaroundPeter Zijlstra-2/+3
2006-07-12[PATCH] lockdep: HPET/RTC fixIngo Molnar-3/+3
2006-07-10[PATCH] char/rtc: Handle memory-mapped chips properlyMaciej W. Rozycki-9/+32
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven-2/+2
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-23[SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller-2/+2
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller-4/+0
2006-01-11[PATCH] Allow reading CMOS day of week registerAlan Cox-5/+9
2005-11-07[PATCH] Fix wrong irq enable via rtc_control()Takashi Iwai-27/+38
2005-09-05[RTC]: Use SA_SHIRQ in sparc specific code.David S. Miller-3/+2
2005-08-05[PATCH] rtc: msleep() cannot be used from interruptPetr Vandrovec-2/+5
2005-06-28[PATCH] Using msleep() instead of HZLuca Falavigna-12/+4