summaryrefslogtreecommitdiffstats
path: root/drivers/char/ppdev.c
Commit message (Expand)AuthorAgeFilesLines
* new helper: file_inode(file)Al Viro2013-02-221-3/+3
* Merge branch 'master' into for-nextJiri Kosina2012-10-281-1/+2
|\
| * ppdev: ppdev_init: do not return zero in case of failureAlexey Khoroshilov2012-09-051-1/+2
* | parport: dead code in pp_writeAlan Cox2012-10-151-5/+1
|/
* drivers/char/ppdev.c: put gotten port valueJulia Lawall2011-05-261-0/+1
* drivers/char/ppdev.c: fix information leak to userlandVasiliy Kulikov2010-10-271-0/+1
* drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-4/+4
* drivers/char/ppdev.c: use kasprintfJulia Lawall2010-05-271-3/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ppdev: reduce kernel log spamMichael Buesch2009-06-181-18/+11
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+2
* ppdev: wrap ioctl handler in driver and push lock downAlan Cox2008-07-251-5/+13
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-2/+3
* Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-201-1/+2
* Add "no BKL needed" comments to several driversJonathan Corbet2008-06-201-0/+1
* [PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik2007-10-231-2/+2
* Clean up duplicate includes in drivers/char/Jesper Juhl2007-10-171-1/+0
* 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] struct path: convert char-driversJosef Sipek2006-12-081-2/+2
* Driver core: convert ppdev code to use struct deviceGreg Kroah-Hartman2006-12-011-3/+3
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-1/+1
* [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-8/+1
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-4/+0
* [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] parport: move PP_MAJOR from ppdev.h to major.hRene Herman2006-03-251-1/+2
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
* [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/+824