aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/stallion.c
Commit message (Expand)AuthorAgeFilesLines
* tty: stallion: Convert to the tty_port_open/close methodsAlan Cox2009-12-111-81/+35
* tty: stallion: kill BKL ioctlAlan Cox2009-12-111-6/+7
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* tty: Add carrier processing on close to the tty_port coreAlan Cox2009-06-111-3/+3
* proc tty: switch stallion to ->proc_fopsAlexey Dobriyan2009-04-011-76/+50
* tty: Introduce some close helpers for portsAlan Cox2009-01-021-35/+4
* tty: rework stallion to use the tty_port bitsAlan Cox2009-01-021-104/+38
* tty_port: Add a port level carrier detect operationAlan Cox2009-01-021-7/+21
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+2
* tty: Remove lots of NULL checksAlan Cox2008-10-131-34/+0
* stallion: Use krefsAlan Cox2008-10-131-41/+64
* stallion: removed unused variableAndre Haupt2008-07-241-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-07-221-2/+2
|\
| * device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-2/+2
* | Fix the (i)Stallion driver's putchar() and break_ctl() opsDavid Howells2008-07-221-7/+9
|/
* stallion: use tty_portAlan Cox2008-07-201-80/+80
* tty/serial: lay the foundations for the next set of reworksAlan Cox2008-04-301-0/+2
* stallion: Prepare for BKL push downAlan Cox2008-04-301-12/+3
* drivers/char: minor irq handler cleanupsJeff Garzik2008-04-201-1/+1
* Char: stallion, remove bottomhalfJiri Slaby2008-02-071-44/+24
* Char: stallion, fix compiler warningsJiri Slaby2008-02-071-4/+6
* Convert from class_device to device in drivers/chartonyj@suse.de2007-10-121-4/+3
* unregister_chrdev(): ignore the return valueAkinobu Mita2007-07-191-4/+1
* stallion: remove unneeded lock_kernelAlan Cox2007-07-171-2/+0
* Char: stallion, remove user class report requestJiri Slaby2007-07-171-3/+0
* Char: stallion, fix oops during init with ISA cardsIngo Korb2007-06-241-3/+4
* Char: stallion, proper fail return valuesJiri Slaby2007-06-081-1/+5
* Char: stallion, alloc tty before pci devices initJiri Slaby2007-06-081-39/+34
* Char: stallion, don't fail with less than max panelsJiri Slaby2007-06-081-1/+1
* [PATCH] Char: stallion, use dynamic devJiri Slaby2006-12-081-6/+27
* [PATCH] Char: stallion, variables cleanupJiri Slaby2006-12-081-36/+31
* [PATCH] Char: stallion, remove syntactic sugarJiri Slaby2006-12-081-97/+81
* [PATCH] Char: stallion, brd struct lockingJiri Slaby2006-12-081-5/+13
* [PATCH] Char: stallion, fix fail pathsJiri Slaby2006-12-081-29/+52
* [PATCH] Char: stallion, functions cleanupJiri Slaby2006-12-081-167/+40
* [PATCH] Char: stallion, correct __init macrosJiri Slaby2006-12-081-5/+5
* [PATCH] Char: stallion, implement fail pathsJiri Slaby2006-12-081-71/+128
* [PATCH] Char: stallion, prints cleanupJiri Slaby2006-12-081-13/+2
* [PATCH] Char: stallion, convert to pci probingJiri Slaby2006-12-081-82/+83
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-9/+11
* [PATCH] Char: stallion, remove many prototypesJiri Slaby2006-12-081-131/+91
* [PATCH] Char: stallion, mark functions as initJiri Slaby2006-12-081-8/+8
* [PATCH] Char: stallion, uninline functionsJiri Slaby2006-12-081-19/+9
* [PATCH] Char: stallion, move init/deinitJiri Slaby2006-12-081-136/+120
* [PATCH] Char: stallion, kill typedefsJiri Slaby2006-12-081-231/+227
* [PATCH] Char: stallion, remove unneeded castsJiri Slaby2006-12-081-136/+136
* [PATCH] Char: stallion, use pr_debug macroJiri Slaby2006-12-081-237/+86
* [PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro2006-12-061-6/+4
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+2
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1