aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16Make /proc/misc use seq_list_xxx helpersPavel Emelianov1-15/+3
2007-05-08use mutex instead of semaphore for misc char devicesMatthias Kaehlcke1-13/+14
2006-12-07[PATCH] Correct misc_register return code handling in several driversNeil Horman1-0/+2
2006-12-01Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman1-9/+4
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman1-4/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-8/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-09-07[PATCH] move m68k rtc drivers over to initcallsChristoph Hellwig1-8/+1
2005-06-27[PATCH] ppc32: Remove CONFIG_PMAC_PBOOKBenjamin Herrenschmidt1-3/+0
2005-06-25[PATCH] I8K: initialization code cleanup; formattingDmitry Torokhov1-4/+0
2005-06-25[PATCH] Toshiba driver cleanupDmitry Torokhov1-4/+0
2005-06-20[PATCH] class: convert drivers/char/* to use the new class api instead of class_simplegregkh@suse.de1-8/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+331