summaryrefslogtreecommitdiffstats
path: root/drivers/char/lp.c
Commit message (Expand)AuthorAgeFilesLines
* char: lp: make lp_class a static const structureIvan Orlov2023-06-231-9/+9
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* char: lp: remove redundant initialization of errShreenidhi Shedi2022-06-101-1/+1
* char: lp: remove redundant space around (inside) parenthesized expressionsQiang Ma2021-03-241-2/+2
* char: lp: remove unneeded breakTom Rix2020-11-091-1/+0
* Merge 5.9-rc3 into char-misc-nextGreg Kroah-Hartman2020-08-311-2/+2
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* | lp: Avoid comma separated statementsJoe Perches2020-08-281-2/+4
|/
* lp: fix sparc64 LPSETTIMEOUT ioctlArnd Bergmann2019-11-131-0/+4
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* char: lp: mark expected switch fall-throughGustavo A. R. Silva2019-02-131-2/+2
* char: lp: use new parport device modelSudip Mukherjee2018-12-191-4/+9
* char: lp: properly count the lp devicesSudip Mukherjee2018-12-191-0/+1
* char: lp: use first unused lp number while registeringSudip Mukherjee2018-12-191-1/+5
* char: lp: detach the device when parallel port is removedSudip Mukherjee2018-12-191-9/+10
* char: lp: introduce list to save port numberSudip Mukherjee2018-12-191-0/+4
* char: lp: fix spacing style before open parenthesisSudip Mukherjee2018-11-271-92/+92
* char: lp: fix whitespace with pointersSudip Mukherjee2018-11-271-5/+5
* char: lp: use tabs instead of spacesSudip Mukherjee2018-11-271-9/+9
* char: lp: do not use return as a functionSudip Mukherjee2018-11-271-3/+3
* char: lp: move trailing statement to next lineSudip Mukherjee2018-11-271-3/+6
* char: lp: remove trailing whitespaceSudip Mukherjee2018-11-271-15/+15
* char: lp: use true or false for boolean valuesGustavo A. R. Silva2018-01-251-1/+1
* lp: support 64-bit time_t user spaceArnd Bergmann2017-11-281-16/+51
* char: lp: fix possible integer overflow in lp_setup()Willy Tarreau2017-05-161-1/+5
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* char: Int overflow in lp_do_ioctl().Yongjian Xu2013-12-181-0/+2
* Char: lp, protect LPGETSTATUS with port_mutexsalina@us.ibm.com2013-05-161-0/+3
* new helper: file_inode(file)Al Viro2013-02-221-4/+4
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-4/+1
|\
| * compat: Handle COMPAT_USE_64BIT_TIME in the lp driverH. Peter Anvin2012-02-201-4/+1
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-7/+8
|/
* lp: move compat_ioctl handling into lp.cArnd Bergmann2009-12-101-26/+89
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+2
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-1/+2
* lp: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-12/+26
* Parallel port: convert port_mutex to the mutex APIMatthias Kaehlcke2008-02-061-5/+5
* lp_console: cleanupsPavel Machek2007-10-171-9/+8
* Convert from class_device to device in drivers/chartonyj@suse.de2007-10-121-3/+2
* ROUND_UP macro cleanup in drivers/char/lp.cMilind Arun Choudhary2007-05-081-4/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* layered parport code uses parport->devDavid Brownell2007-05-081-1/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] struct path: convert char-driversJosef Sipek2006-12-081-2/+2
* [PATCH] There is no devfs, there has never been a devfs, we have always been ...Alan Cox2006-09-291-2/+2