aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/stallion.c
AgeCommit message (Expand)Author
2009-12-11tty: stallion: Convert to the tty_port_open/close methodsAlan Cox
2009-12-11tty: stallion: kill BKL ioctlAlan Cox
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-06-11tty: Add carrier processing on close to the tty_port coreAlan Cox
2009-04-01proc tty: switch stallion to ->proc_fopsAlexey Dobriyan
2009-01-02tty: Introduce some close helpers for portsAlan Cox
2009-01-02tty: rework stallion to use the tty_port bitsAlan Cox
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-10-13tty: Remove lots of NULL checksAlan Cox
2008-10-13stallion: Use krefsAlan Cox
2008-07-24stallion: removed unused variableAndre Haupt
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-07-22Fix the (i)Stallion driver's putchar() and break_ctl() opsDavid Howells
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-20stallion: use tty_portAlan Cox
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox
2008-04-30stallion: Prepare for BKL push downAlan Cox
2008-04-20drivers/char: minor irq handler cleanupsJeff Garzik
2008-02-07Char: stallion, remove bottomhalfJiri Slaby
2008-02-07Char: stallion, fix compiler warningsJiri Slaby
2007-10-12Convert from class_device to device in drivers/chartonyj@suse.de
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita
2007-07-17stallion: remove unneeded lock_kernelAlan Cox
2007-07-17Char: stallion, remove user class report requestJiri Slaby
2007-06-24Char: stallion, fix oops during init with ISA cardsIngo Korb
2007-06-08Char: stallion, proper fail return valuesJiri Slaby
2007-06-08Char: stallion, alloc tty before pci devices initJiri Slaby
2007-06-08Char: stallion, don't fail with less than max panelsJiri Slaby
2006-12-08[PATCH] Char: stallion, use dynamic devJiri Slaby
2006-12-08[PATCH] Char: stallion, variables cleanupJiri Slaby
2006-12-08[PATCH] Char: stallion, remove syntactic sugarJiri Slaby
2006-12-08[PATCH] Char: stallion, brd struct lockingJiri Slaby
2006-12-08[PATCH] Char: stallion, fix fail pathsJiri Slaby
2006-12-08[PATCH] Char: stallion, functions cleanupJiri Slaby
2006-12-08[PATCH] Char: stallion, correct __init macrosJiri Slaby
2006-12-08[PATCH] Char: stallion, implement fail pathsJiri Slaby
2006-12-08[PATCH] Char: stallion, prints cleanupJiri Slaby
2006-12-08[PATCH] Char: stallion, convert to pci probingJiri Slaby
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox
2006-12-08[PATCH] Char: stallion, remove many prototypesJiri Slaby
2006-12-08[PATCH] Char: stallion, mark functions as initJiri Slaby
2006-12-08[PATCH] Char: stallion, uninline functionsJiri Slaby
2006-12-08[PATCH] Char: stallion, move init/deinitJiri Slaby
2006-12-08[PATCH] Char: stallion, kill typedefsJiri Slaby
2006-12-08[PATCH] Char: stallion, remove unneeded castsJiri Slaby
2006-12-08[PATCH] Char: stallion, use pr_debug macroJiri Slaby
2006-12-06[PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-02[PATCH] const struct tty_operationsJeff Dike