summaryrefslogtreecommitdiffstats
path: root/drivers/char/misc.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: char: misc: Replace printk with pr_err.Varsha Rao2017-04-081-1/+1
* drivers: char: misc: Add blank line after declaration.Varsha Rao2017-04-081-0/+1
* drivers: char: misc: Add space after ','.Varsha Rao2017-04-081-2/+2
* drivers: char: misc: Replace "foo * bar" with "foo *bar".Varsha Rao2017-04-081-2/+2
* char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-051-6/+3
* char: misc: fix error pathSudip Mukherjee2015-07-271-2/+4
* char: misc: remove redundant ifdefSudip Mukherjee2015-07-271-2/+0
* char: misc: restore MISC_DYNAMIC_MINOR on device_create() failureVladimir Zapolskiy2015-06-011-4/+9
* drivers: char: misc.c: remove trailing whitespaceTal Shorer2015-05-241-5/+5
* misc: pass miscdevice through file's private_dataTom Van Braeckel2015-04-031-3/+8
* misc: Add attribute groupsTakashi Iwai2015-03-251-2/+3
* char: misc: document behaviour of open()Martin Kepplinger2015-03-251-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-9/+3
|\
| * consolidate the reassignments of ->f_op in ->open() instancesAl Viro2013-10-241-9/+3
* | Drivers: char: misc: 'misc_deregister()' changed the 'mutex_unlock' logic upo...Elad Wexler2013-09-261-4/+4
|/
* drivers/char/misc.c:misc_register(): do not loop on misc_list unconditionallyDae S. Kim2013-02-271-7/+9
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* char: add WARN_ON() in misc_deregister()Akinobu Mita2010-08-091-1/+1
* drivers: misc: pass miscdevice pointer via file private dataSamu Onkalo2010-05-251-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* drivers/char/misc.c: use bitmap/bitops functions for dynamic minor number all...Thadeu Lima de Souza Cascardo2009-12-151-13/+9
* drivers/char/misc.c: clear allocation bit in minor bitmap when device registe...Thadeu Lima de Souza Cascardo2009-12-151-3/+5
* misc: remove MAC pmu function declaration from misc device classThadeu Lima de Souza Cascardo2009-12-151-2/+0
* drivers: Remove BKL from misc_openThomas Gleixner2009-10-141-4/+1
* seq_file: constify seq_operationsJames Morris2009-09-231-1/+1
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-4/+6
* Driver Core: misc: add nodename support for misc devices.Kay Sievers2009-06-151-3/+12
* 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-2/+2
* misc: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-0/+3
* drivers: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-12/+15
* PM: Remove destroy_suspended_device()Rafael J. Wysocki2008-04-191-9/+4
* Misc: Add possibility to remove misc devices during suspend/resumeRafael J. Wysocki2008-02-051-4/+9
* Make /proc/misc use seq_list_xxx helpersPavel Emelianov2007-07-161-15/+3
* use mutex instead of semaphore for misc char devicesMatthias Kaehlcke2007-05-081-13/+14
* [PATCH] Correct misc_register return code handling in several driversNeil Horman2006-12-071-0/+2
* Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman2006-12-011-9/+4
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-4/+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-1/+0
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-8/+1
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-1/+1
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
* [PATCH] move m68k rtc drivers over to initcallsChristoph Hellwig2005-09-071-8/+1
* [PATCH] ppc32: Remove CONFIG_PMAC_PBOOKBenjamin Herrenschmidt2005-06-271-3/+0
* [PATCH] I8K: initialization code cleanup; formattingDmitry Torokhov2005-06-251-4/+0
* [PATCH] Toshiba driver cleanupDmitry Torokhov2005-06-251-4/+0