aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/stallion.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-30tty: Fix regressions in the char driver conversionAlan Cox1-3/+4
2009-12-11tty: stallion: Convert to the tty_port_open/close methodsAlan Cox1-81/+35
2009-12-11tty: stallion: kill BKL ioctlAlan Cox1-6/+7
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-06-11tty: Add carrier processing on close to the tty_port coreAlan Cox1-3/+3
2009-04-01proc tty: switch stallion to ->proc_fopsAlexey Dobriyan1-76/+50
2009-01-02tty: Introduce some close helpers for portsAlan Cox1-35/+4
2009-01-02tty: rework stallion to use the tty_port bitsAlan Cox1-104/+38
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox1-7/+21
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+2
2008-10-13tty: Remove lots of NULL checksAlan Cox1-34/+0
2008-10-13stallion: Use krefsAlan Cox1-41/+64
2008-07-24stallion: removed unused variableAndre Haupt1-1/+0
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-2/+2
2008-07-22Fix the (i)Stallion driver's putchar() and break_ctl() opsDavid Howells1-7/+9
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+2
2008-07-20stallion: use tty_portAlan Cox1-80/+80
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-0/+2
2008-04-30stallion: Prepare for BKL push downAlan Cox1-12/+3
2008-04-20drivers/char: minor irq handler cleanupsJeff Garzik1-1/+1
2008-02-07Char: stallion, remove bottomhalfJiri Slaby1-44/+24
2008-02-07Char: stallion, fix compiler warningsJiri Slaby1-4/+6
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