aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/ds1620.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2013-05-05ds1620: single_open() leakGravatar Al Viro 1-1/+1
2013-04-29ds1620: Don't use create_proc_read_entry()Gravatar David Howells 1-14/+19
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Gravatar Al Viro 1-4/+3
2012-10-07ARM: footbridge: nw_gpio_lock is raw_spin_lockGravatar Arnd Bergmann 1-4/+4
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-4/+4
2010-05-17drivers: Push down BKL into various driversGravatar Arnd Bergmann 1-2/+14
2008-12-13[ARM] netwinder: clean up GPIO namingGravatar Russell King 1-13/+12
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machGravatar Russell King 1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadGravatar Russell King 1-1/+1
2008-06-20ds1620: BKL pushdownGravatar Arnd Bergmann 1-1/+8
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-07-03[PATCH] make more file_operation structs staticGravatar Arjan van de Ven 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-06-25[PATCH] char/ds1620: use msleep() instead of schedule_timeout()Gravatar Domen Puncer 1-2/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+416