summaryrefslogtreecommitdiffstats
path: root/drivers/char/lp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-3/+0
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-2/+0
* [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
* [PATCH] drivers/char/lp.c : Use of the time_after() macroMarcelo Feitoza Parisi2005-09-101-1/+2
* [PATCH] class: convert drivers/char/* to use the new class api instead of cla...gregkh@suse.de2005-06-201-6/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+995