aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/istallion.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-22tty: move obsolete and broken tty drivers to drivers/staging/tty/Gravatar Greg Kroah-Hartman 1-4507/+0
2011-02-17tty: now phase out the ioctl file pointer for goodGravatar Alan Cox 1-2/+2
2011-02-17tiocmset: kill the file pointer argumentGravatar Alan Cox 1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileGravatar Alan Cox 1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-08-10tty: introduce wait_event_interruptible_ttyGravatar Arnd Bergmann 1-4/+8
2010-08-10istallion: use bit ops for the board flagsGravatar Alan Cox 1-18/+18
2010-08-10stallion: prune lock_kernel callsGravatar Alan Cox 1-9/+13
2010-04-30tty: Fix regressions in the char driver conversionGravatar Alan Cox 1-0/+2
2009-12-11tty: istallion: tty port open/close methodsGravatar Alan Cox 1-117/+60
2009-12-11tty: istallion: Kill off the BKL ioctlGravatar Alan Cox 1-4/+4
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 1-0/+1
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-06-19istallion: add missing __devexit markingGravatar Mike Frysinger 1-1/+1
2009-06-11tty: Add carrier processing on close to the tty_port coreGravatar Alan Cox 1-4/+4
2009-04-01proc tty: switch istallion to ->proc_fopsGravatar Alexey Dobriyan 1-69/+52
2009-01-02tty: Introduce some close helpers for portsGravatar Alan Cox 1-49/+29
2009-01-02tty: Rework istallion to use the tty port changesGravatar Alan Cox 1-116/+43
2009-01-02tty_port: Add a port level carrier detect operationGravatar Alan Cox 1-8/+20
2008-11-30istallion section warningsGravatar Al Viro 1-2/+2
2008-10-16device create: char: convert device_create_drvdata to device_createGravatar Greg Kroah-Hartman 1-3/+2
2008-10-13tty: Remove lots of NULL checksGravatar Alan Cox 1-6/+0
2008-10-13stallion: Use krefsGravatar Alan Cox 1-50/+57
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-2/+3
2008-07-22istallion: Use helpersGravatar Alan Cox 1-2/+1
2008-07-22tty: rework break handlingGravatar Alan Cox 1-5/+6
2008-07-21device create: char: convert device_create to device_create_drvdataGravatar Greg Kroah-Hartman 1-2/+3
2008-07-21Fix istallion build failureGravatar Wang Chen 1-13/+13
2008-07-20istallion: use tty_portGravatar Alan Cox 1-58/+58
2008-04-30char serial: switch drivers to ioremap_nocacheGravatar Alan Cox 1-3/+3
2008-04-30istallion: TIOCG/SSOFTCAR handling removalGravatar Alan Cox 1-10/+0
2008-04-30isicom: istallion prepare for lock_kernel pushdownGravatar Alan Cox 1-0/+6
2008-02-07Char: istallion, remove hangup bottomhalfGravatar Jiri Slaby 1-22/+1
2007-10-12Convert from class_device to device in drivers/charGravatar tonyj@suse.de 1-5/+3
2007-07-17Char: istallion, init+locking fixesGravatar Ingo Korb 1-7/+2
2007-07-16serial: remove termios checks from various old char serial driversGravatar Alan Cox 1-3/+0
2007-02-11[PATCH] Char: tty_wakeup cleanupGravatar Jiri Slaby 1-1/+0
2006-12-08[PATCH] Char: istallion, use mod_timerGravatar Jiri Slaby 1-4/+2
2006-12-08[PATCH] Char: istallion, dynamic tty deviceGravatar Jiri Slaby 1-1/+14
2006-12-08[PATCH] Char: istallion, change init sequenceGravatar Jiri Slaby 1-55/+75
2006-12-08[PATCH] Char: istallion, move init and exit codeGravatar Jiri Slaby 1-61/+52
2006-12-08[PATCH] Char: istallion, fix enablingGravatar Jiri Slaby 1-7/+11
2006-12-08[PATCH] Char: istallion, correct fail pathsGravatar Jiri Slaby 1-61/+81
2006-12-08[PATCH] Char: istallion, free only isaGravatar Jiri Slaby 1-1/+3
2006-12-08[PATCH] Char: istallion, brdnr lockingGravatar Jiri Slaby 1-4/+11
2006-12-08[PATCH] Char: istallion, ifdef eisa codeGravatar Jiri Slaby 1-2/+11
2006-12-08[PATCH] Char: istallion, variables cleanupGravatar Jiri Slaby 1-45/+55
2006-12-08[PATCH] Char: istallion, eliminate typedefsGravatar Jiri Slaby 1-208/+206
2006-12-08[PATCH] Char: istallion, remove the messGravatar Jiri Slaby 1-170/+36