aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/stallion.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-12Convert from class_device to device in drivers/chartonyj@suse.de1-4/+3
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita1-4/+1
2007-07-17stallion: remove unneeded lock_kernelAlan Cox1-2/+0
2007-07-17Char: stallion, remove user class report requestJiri Slaby1-3/+0
2007-06-24Char: stallion, fix oops during init with ISA cardsIngo Korb1-3/+4
2007-06-08Char: stallion, proper fail return valuesJiri Slaby1-1/+5
2007-06-08Char: stallion, alloc tty before pci devices initJiri Slaby1-39/+34
2007-06-08Char: stallion, don't fail with less than max panelsJiri Slaby1-1/+1
2006-12-08[PATCH] Char: stallion, use dynamic devJiri Slaby1-6/+27
2006-12-08[PATCH] Char: stallion, variables cleanupJiri Slaby1-36/+31
2006-12-08[PATCH] Char: stallion, remove syntactic sugarJiri Slaby1-97/+81
2006-12-08[PATCH] Char: stallion, brd struct lockingJiri Slaby1-5/+13
2006-12-08[PATCH] Char: stallion, fix fail pathsJiri Slaby1-29/+52
2006-12-08[PATCH] Char: stallion, functions cleanupJiri Slaby1-167/+40
2006-12-08[PATCH] Char: stallion, correct __init macrosJiri Slaby1-5/+5
2006-12-08[PATCH] Char: stallion, implement fail pathsJiri Slaby1-71/+128
2006-12-08[PATCH] Char: stallion, prints cleanupJiri Slaby1-13/+2
2006-12-08[PATCH] Char: stallion, convert to pci probingJiri Slaby1-82/+83
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-9/+11
2006-12-08[PATCH] Char: stallion, remove many prototypesJiri Slaby1-131/+91
2006-12-08[PATCH] Char: stallion, mark functions as initJiri Slaby1-8/+8
2006-12-08[PATCH] Char: stallion, uninline functionsJiri Slaby1-19/+9
2006-12-08[PATCH] Char: stallion, move init/deinitJiri Slaby1-136/+120
2006-12-08[PATCH] Char: stallion, kill typedefsJiri Slaby1-231/+227
2006-12-08[PATCH] Char: stallion, remove unneeded castsJiri Slaby1-136/+136
2006-12-08[PATCH] Char: stallion, use pr_debug macroJiri Slaby1-237/+86
2006-12-06[PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro1-6/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+2
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-12/+2
2006-06-28[PATCH] stallion: fix recent SMP locking cleanupAlan Cox1-0/+3
2006-06-27[PATCH] stallion clean upAlan Cox1-122/+86
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+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-4/+1
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-5/+1
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-1/+0
2006-03-31[PATCH] drivers/char/[i]stallion: Clean up kmalloc usageTobias Klauser1-31/+15
2006-03-23[PATCH] sem2mutex: drivers/char/Ingo Molnar1-1/+0
2006-01-15return statement cleanup - kill pointless parenthesesJesper Juhl1-64/+64
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-35/+15
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser1-8/+7
2005-11-07[PATCH] kfree cleanup: drivers/charJesper Juhl1-4/+2
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+3
2005-06-20[PATCH] class: convert drivers/char/* to use the new class api instead of class_simplegregkh@suse.de1-5/+5
2005-05-01[PATCH] make lots of things staticAdrian Bunk1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+5197