aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/hp_sdc_rtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-23Input: hp_sdc_rtc - remove dead chardev codeArnd Bergmann1-342/+0
2018-12-10Input: hp_sdc_rtc - Switch to use %ptRAndy Shevchenko1-5/+3
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2015-10-22Input: hp_sdc_rtc - fix y2038 problem in proc_showWEN Pingbo1-26/+26
2013-11-20Input: hp_sdc_rtc - unlock on error in hp_sdc_rtc_read_i8042timer()Dan Carpenter1-1/+4
2013-05-05input: single_open() leakAl Viro1-1/+1
2013-04-29hp_sdc_rtc: Don't use create_proc_read_entry()David Howells1-32/+26
2013-03-02parisc: check return value of down_interruptible() in hp_sdc_rtc.cHelge Deller1-3/+12
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-3/+4
2010-10-12input: Misc/hp_sdc_rtc: semaphore cleanupThomas Gleixner1-2/+2
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+4
2010-06-08hp_sdc_rtc: fix broken ioctl conversionArnd Bergmann1-1/+1
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-10/+24
2009-12-09Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2009-10-18Input: hp_sdc_rtc - fix test in hp_sdc_rtc_read_rt()Roel Kluin1-1/+1
2009-10-14input: Remove BKL from hp_sdc_rtcThomas Gleixner1-2/+0
2008-11-01saner FASYNC handling on file closeAl Viro1-13/+0
2008-10-14HP input: kill warnings due to suseconds_t differencesGeert Uytterhoeven1-5/+5
2008-07-24Add missing semaphore.h includesMatthew Wilcox1-0/+1
2008-06-20hp_sdc_rtc: BKL pushdownArnd Bergmann1-0/+2
2008-05-18m68k: Some input drivers do not check the platformGeert Uytterhoeven1-0/+5
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2006-12-07[PATCH] Correct misc_register return code handling in several driversNeil Horman1-1/+3
2006-10-15[PATCH] hp drivers/input stuff: C99 initializers, NULL noise removal, __user annotationsAl Viro1-4/+4
2006-01-08[PATCH] small hp_sdc_rtc cleanup: use no_llseekMarcelo Tosatti1-8/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+724