aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ds1620.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2013-05-05ds1620: single_open() leakAl Viro1-1/+1
2013-04-29ds1620: Don't use create_proc_read_entry()David Howells1-14/+19
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Al Viro1-4/+3
2012-10-07ARM: footbridge: nw_gpio_lock is raw_spin_lockArnd Bergmann1-4/+4
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-4/+4
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-2/+14
2008-12-13[ARM] netwinder: clean up GPIO namingRussell King1-13/+12
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-06-20ds1620: BKL pushdownArnd Bergmann1-1/+8
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-06-25[PATCH] char/ds1620: use msleep() instead of schedule_timeout()Domen Puncer1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+416