Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0791721d800790e6e533bd8467df67f0dc4f2fec
/
drivers
/
char
/
lp.c
dd55972
Merge 5.9-rc3 into char-misc-next
by Greg Kroah-Hartman
· 4 years, 4 months ago
c2fef5f
lp: Avoid comma separated statements
by Joe Perches
· 4 years, 4 months ago
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 4 months ago
45a2d64
lp: fix sparc64 LPSETTIMEOUT ioctl
by Arnd Bergmann
· 5 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
ca5dc2d
char: lp: mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
fdfaef2
char: lp: use new parport device model
by Sudip Mukherjee
· 6 years ago
e379c1a
char: lp: properly count the lp devices
by Sudip Mukherjee
· 6 years ago
dc34da4
char: lp: use first unused lp number while registering
by Sudip Mukherjee
· 6 years ago
d6318c0
char: lp: detach the device when parallel port is removed
by Sudip Mukherjee
· 6 years ago
0edf39d
char: lp: introduce list to save port number
by Sudip Mukherjee
· 6 years ago
885b368
char: lp: fix spacing style before open parenthesis
by Sudip Mukherjee
· 6 years ago
2081f9c
char: lp: fix whitespace with pointers
by Sudip Mukherjee
· 6 years ago
1b3451e
char: lp: use tabs instead of spaces
by Sudip Mukherjee
· 6 years ago
3999202
char: lp: do not use return as a function
by Sudip Mukherjee
· 6 years ago
1c3de93
char: lp: move trailing statement to next line
by Sudip Mukherjee
· 6 years ago
69f9216
char: lp: remove trailing whitespace
by Sudip Mukherjee
· 6 years ago
9ff6576
char: lp: use true or false for boolean values
by Gustavo A. R. Silva
· 7 years ago
9a45048
lp: support 64-bit time_t user space
by Arnd Bergmann
· 7 years ago
3e21f4a
char: lp: fix possible integer overflow in lp_setup()
by Willy Tarreau
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
1c2de82
char: Int overflow in lp_do_ioctl().
by Yongjian Xu
· 11 years ago
221ba15
Char: lp, protect LPGETSTATUS with port_mutex
by salina@us.ibm.com
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
a591afc
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
9dd4cca
compat: Handle COMPAT_USE_64BIT_TIME in the lp driver
by H. Peter Anvin
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
613655f
drivers: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 15 years ago
3695669
lp: move compat_ioctl handling into lp.c
by Arnd Bergmann
· 15 years ago
03457cd
device create: char: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
47aa579
device create: char: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 17 years ago
abedd29
lp: cdev lock_kernel() pushdown
by Jonathan Corbet
· 17 years ago
0a5dcb5
Parallel port: convert port_mutex to the mutex API
by Matthias Kaehlcke
· 17 years ago
f4a1c2b
lp_console: cleanups
by Pavel Machek
· 17 years ago
07c015e
Convert from class_device to device in drivers/char
by tonyj@suse.de
· 17 years ago
b259d74
ROUND_UP macro cleanup in drivers/char/lp.c
by Milind Arun Choudhary
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
da67529
layered parport code uses parport->dev
by David Brownell
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
a7113a9
[PATCH] struct path: convert char-drivers
by Josef Sipek
· 18 years ago
d09d7dd
[PATCH] There is no devfs, there has never been a devfs, we have always been at war with...
by Alan Cox
· 18 years ago
62322d2
[PATCH] make more file_operation structs static
by Arjan van de Ven
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
ff23eca
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
by Greg Kroah-Hartman
· 20 years ago
8ab5e4c
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
by Greg Kroah-Hartman
· 20 years ago
7c69ef7
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
by Greg Kroah-Hartman
· 20 years ago
95dc112
[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
by Greg Kroah-Hartman
· 20 years ago
53f4654
[PATCH] Driver Core: fix up all callers of class_device_create()
by Greg Kroah-Hartman
· 19 years ago
9675770
[PATCH] drivers/char/lp.c : Use of the time_after() macro
by Marcelo Feitoza Parisi
· 19 years ago
ca8eca6
[PATCH] class: convert drivers/char/* to use the new class api instead of class_simple
by gregkh@suse.de
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago