summaryrefslogtreecommitdiff
path: root/drivers/char/lp.c
AgeCommit message (Expand)Author
2023-06-23char: lp: make lp_class a static const structureIvan Orlov
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2022-06-10char: lp: remove redundant initialization of errShreenidhi Shedi
2021-03-24char: lp: remove redundant space around (inside) parenthesized expressionsQiang Ma
2020-11-09char: lp: remove unneeded breakTom Rix
2020-08-31Merge 5.9-rc3 into char-misc-nextGreg Kroah-Hartman
2020-08-28lp: Avoid comma separated statementsJoe Perches
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-11-13lp: fix sparc64 LPSETTIMEOUT ioctlArnd Bergmann
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-02-13char: lp: mark expected switch fall-throughGustavo A. R. Silva
2018-12-19char: lp: use new parport device modelSudip Mukherjee
2018-12-19char: lp: properly count the lp devicesSudip Mukherjee
2018-12-19char: lp: use first unused lp number while registeringSudip Mukherjee
2018-12-19char: lp: detach the device when parallel port is removedSudip Mukherjee
2018-12-19char: lp: introduce list to save port numberSudip Mukherjee
2018-11-27char: lp: fix spacing style before open parenthesisSudip Mukherjee
2018-11-27char: lp: fix whitespace with pointersSudip Mukherjee
2018-11-27char: lp: use tabs instead of spacesSudip Mukherjee
2018-11-27char: lp: do not use return as a functionSudip Mukherjee
2018-11-27char: lp: move trailing statement to next lineSudip Mukherjee
2018-11-27char: lp: remove trailing whitespaceSudip Mukherjee
2018-01-25char: lp: use true or false for boolean valuesGustavo A. R. Silva
2017-11-28lp: support 64-bit time_t user spaceArnd Bergmann
2017-05-16char: lp: fix possible integer overflow in lp_setup()Willy Tarreau
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2013-12-18char: Int overflow in lp_do_ioctl().Yongjian Xu
2013-05-16Char: lp, protect LPGETSTATUS with port_mutexsalina@us.ibm.com
2013-02-22new helper: file_inode(file)Al Viro
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-02-20compat: Handle COMPAT_USE_64BIT_TIME in the lp driverH. Peter Anvin
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann
2009-12-10lp: move compat_ioctl handling into lp.cArnd Bergmann
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-06-20lp: cdev lock_kernel() pushdownJonathan Corbet
2008-02-06Parallel port: convert port_mutex to the mutex APIMatthias Kaehlcke
2007-10-17lp_console: cleanupsPavel Machek
2007-10-12Convert from class_device to device in drivers/chartonyj@suse.de
2007-05-08ROUND_UP macro cleanup in drivers/char/lp.cMilind Arun Choudhary
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08layered parport code uses parport->devDavid Brownell
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-12-08[PATCH] struct path: convert char-driversJosef Sipek
2006-09-29[PATCH] There is no devfs, there has never been a devfs, we have always been ...Alan Cox