aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/rtc.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-02char: rtc: remove task handlingGravatar Alexandre Belloni 1-13/+0
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-17/+2
2018-03-01char: rtc: remove unused rtc_control() APIGravatar Alexandre Belloni 1-83/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2013-10-16various char drivers: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-3/+2
2013-06-17char: Convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-3/+3
2012-09-26drivers/char: removes unnecessary semicolonGravatar Peter Senna Tschudin 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-02-03drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.cGravatar Michael Witten 1-2/+2
2011-09-15drivers/char/rtc: use printk_ratelimited instead of printk_ratelimitGravatar Christian Dietrich 1-4/+3
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-1/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-1/+1
2009-11-12sysctl drivers: Remove dead binary sysctl supportGravatar Eric W. Biederman 1-6/+3
2009-10-13headers: Fix build after <linux/sched.h> removalGravatar Ingo Molnar 1-0/+1
2009-01-08RTC: Remove the BKL.Gravatar David John 1-13/+4
2008-11-01saner FASYNC handling on file closeGravatar Al Viro 1-2/+0
2008-10-20rtc: use bcd2bin/bin2bcdGravatar Adrian Bunk 1-20/+20
2008-10-16legacy rtc: remove needless/confusing HPET_RTC_IRQ optionGravatar David Brownell 1-1/+1
2008-08-30sparc32: Convert PC RTC probing to pure OF driver.Gravatar David S. Miller 1-13/+17
2008-08-12drivers/char/rtc.c: removed duplicated includeGravatar Huang Weiyi 1-1/+0
2008-07-26drivers/char/rtc.c: make 2 functions staticGravatar Adrian Bunk 1-2/+3
2008-07-24rtc: remove and clarify unneeded externsGravatar Carlos R. Mafra 1-2/+0
2008-07-24rtc: push the BKL down into the driver ioctl methodGravatar Alan Cox 1-7/+10
2008-07-14Merge commit 'v2.6.26' into bkl-removalGravatar Jonathan Corbet 1-1/+2
2008-07-10rtc: fix reported IRQ rate for when HPET is enabledGravatar Paul Gortmaker 1-1/+2
2008-07-02rtc: BKL pushdownGravatar Arnd Bergmann 1-0/+4
2008-04-29drivers: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-4/+2
2008-04-28drivers/char/rtc.c: use time_before, time_before_eq, etcGravatar Julia Lawall 1-1/+3
2008-02-29Fix hpet_(un)register_irq_handler() for emulationGravatar David Howells 1-2/+2
2008-01-30rtc: use the IRQ callback interface in (old) RTC driverGravatar Bernhard Walle 1-1/+14
2008-01-30x86: clean up drivers/char/rtc.cGravatar Ingo Molnar 1-109/+129
2007-11-14rtc: fall back to requesting only the ports we actually useGravatar Bjorn Helgaas 1-6/+30
2007-11-14rtc: release correct region in error pathGravatar Bjorn Helgaas 1-9/+11
2007-07-21x86_64: Untangle asm/hpet.h from asm/timex.hGravatar Chris Wright 1-1/+1
2007-07-20[SPARC64]: Stop using drivers/char/rtc.cGravatar David S. Miller 1-24/+6
2007-07-16RTC: Ratelimit "lost interrupts" messageGravatar Ben Collins 1-1/+2
2007-05-08drivers/char: use __set_current_state()Gravatar Milind Arun Choudhary 1-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlGravatar Eric W. Biederman 1-1/+1
2007-02-14[PATCH] sysctl: remove sys_sysctl support from drivers/char/rtc.cGravatar Eric W. Biederman 1-4/+2
2007-02-12[PATCH] Char: timers cleanupGravatar Jiri Slaby 1-7/+5
2006-12-22[PATCH] rtc warning fixGravatar Andrew Morton 1-1/+6
2006-12-13[PATCH] RTC driver init adjustmentGravatar Jan Beulich 1-15/+17
2006-12-13[PATCH] rtc: fx error caseGravatar Jan Beulich 1-0/+8
2006-10-09[RTC] Consistently use of tabs for formatting.Gravatar Ralf Baechle 1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-4/+4
2006-09-29[PATCH] remove unnecessary barrier in rtc_get_rtc_timeGravatar Steven Rostedt 1-3/+1