summaryrefslogtreecommitdiffstats
path: root/drivers/char/stallion.c
AgeCommit message (Expand)AuthorLines
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox-0/+2
2008-04-30stallion: Prepare for BKL push downAlan Cox-12/+3
2008-04-20drivers/char: minor irq handler cleanupsJeff Garzik-1/+1
2008-02-07Char: stallion, remove bottomhalfJiri Slaby-44/+24
2008-02-07Char: stallion, fix compiler warningsJiri Slaby-4/+6
2007-10-12Convert from class_device to device in drivers/chartonyj@suse.de-4/+3
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita-4/+1
2007-07-17stallion: remove unneeded lock_kernelAlan Cox-2/+0
2007-07-17Char: stallion, remove user class report requestJiri Slaby-3/+0
2007-06-24Char: stallion, fix oops during init with ISA cardsIngo Korb-3/+4
2007-06-08Char: stallion, proper fail return valuesJiri Slaby-1/+5
2007-06-08Char: stallion, alloc tty before pci devices initJiri Slaby-39/+34
2007-06-08Char: stallion, don't fail with less than max panelsJiri Slaby-1/+1
2006-12-08[PATCH] Char: stallion, use dynamic devJiri Slaby-6/+27
2006-12-08[PATCH] Char: stallion, variables cleanupJiri Slaby-36/+31
2006-12-08[PATCH] Char: stallion, remove syntactic sugarJiri Slaby-97/+81
2006-12-08[PATCH] Char: stallion, brd struct lockingJiri Slaby-5/+13
2006-12-08[PATCH] Char: stallion, fix fail pathsJiri Slaby-29/+52
2006-12-08[PATCH] Char: stallion, functions cleanupJiri Slaby-167/+40
2006-12-08[PATCH] Char: stallion, correct __init macrosJiri Slaby-5/+5
2006-12-08[PATCH] Char: stallion, implement fail pathsJiri Slaby-71/+128
2006-12-08[PATCH] Char: stallion, prints cleanupJiri Slaby-13/+2
2006-12-08[PATCH] Char: stallion, convert to pci probingJiri Slaby-82/+83
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox-9/+11
2006-12-08[PATCH] Char: stallion, remove many prototypesJiri Slaby-131/+91
2006-12-08[PATCH] Char: stallion, mark functions as initJiri Slaby-8/+8
2006-12-08[PATCH] Char: stallion, uninline functionsJiri Slaby-19/+9
2006-12-08[PATCH] Char: stallion, move init/deinitJiri Slaby-136/+120
2006-12-08[PATCH] Char: stallion, kill typedefsJiri Slaby-231/+227
2006-12-08[PATCH] Char: stallion, remove unneeded castsJiri Slaby-136/+136
2006-12-08[PATCH] Char: stallion, use pr_debug macroJiri Slaby-237/+86
2006-12-06[PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro-6/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-3/+2
2006-10-02[PATCH] const struct tty_operationsJeff Dike-1/+1
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven-1/+1
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds-12/+2
2006-06-28[PATCH] stallion: fix recent SMP locking cleanupAlan Cox-0/+3
2006-06-27[PATCH] stallion clean upAlan Cox-122/+86
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman-4/+1
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman-5/+1
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman-1/+0
2006-03-31[PATCH] drivers/char/[i]stallion: Clean up kmalloc usageTobias Klauser-31/+15
2006-03-23[PATCH] sem2mutex: drivers/char/Ingo Molnar-1/+0
2006-01-15return statement cleanup - kill pointless parenthesesJesper Juhl-64/+64
2006-01-10[PATCH] TTY layer buffering revampAlan Cox-35/+15
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser-8/+7