aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/istallion.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-30tty: Fix regressions in the char driver conversionAlan Cox1-0/+2
2009-12-11tty: istallion: tty port open/close methodsAlan Cox1-117/+60
2009-12-11tty: istallion: Kill off the BKL ioctlAlan Cox1-4/+4
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-19istallion: add missing __devexit markingMike Frysinger1-1/+1
2009-06-11tty: Add carrier processing on close to the tty_port coreAlan Cox1-4/+4
2009-04-01proc tty: switch istallion to ->proc_fopsAlexey Dobriyan1-69/+52
2009-01-02tty: Introduce some close helpers for portsAlan Cox1-49/+29
2009-01-02tty: Rework istallion to use the tty port changesAlan Cox1-116/+43
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox1-8/+20
2008-11-30istallion section warningsAl Viro1-2/+2
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+2
2008-10-13tty: Remove lots of NULL checksAlan Cox1-6/+0
2008-10-13stallion: Use krefsAlan Cox1-50/+57
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-2/+3
2008-07-22istallion: Use helpersAlan Cox1-2/+1
2008-07-22tty: rework break handlingAlan Cox1-5/+6
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-07-21Fix istallion build failureWang Chen1-13/+13
2008-07-20istallion: use tty_portAlan Cox1-58/+58
2008-04-30char serial: switch drivers to ioremap_nocacheAlan Cox1-3/+3
2008-04-30istallion: TIOCG/SSOFTCAR handling removalAlan Cox1-10/+0
2008-04-30isicom: istallion prepare for lock_kernel pushdownAlan Cox1-0/+6
2008-02-07Char: istallion, remove hangup bottomhalfJiri Slaby1-22/+1
2007-10-12Convert from class_device to device in drivers/chartonyj@suse.de1-5/+3
2007-07-17Char: istallion, init+locking fixesIngo Korb1-7/+2
2007-07-16serial: remove termios checks from various old char serial driversAlan Cox1-3/+0
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby1-1/+0
2006-12-08[PATCH] Char: istallion, use mod_timerJiri Slaby1-4/+2
2006-12-08[PATCH] Char: istallion, dynamic tty deviceJiri Slaby1-1/+14
2006-12-08[PATCH] Char: istallion, change init sequenceJiri Slaby1-55/+75
2006-12-08[PATCH] Char: istallion, move init and exit codeJiri Slaby1-61/+52
2006-12-08[PATCH] Char: istallion, fix enablingJiri Slaby1-7/+11
2006-12-08[PATCH] Char: istallion, correct fail pathsJiri Slaby1-61/+81
2006-12-08[PATCH] Char: istallion, free only isaJiri Slaby1-1/+3
2006-12-08[PATCH] Char: istallion, brdnr lockingJiri Slaby1-4/+11
2006-12-08[PATCH] Char: istallion, ifdef eisa codeJiri Slaby1-2/+11
2006-12-08[PATCH] Char: istallion, variables cleanupJiri Slaby1-45/+55
2006-12-08[PATCH] Char: istallion, eliminate typedefsJiri Slaby1-208/+206
2006-12-08[PATCH] Char: istallion, remove the messJiri Slaby1-170/+36
2006-12-08[PATCH] Char: istallion, convert to pci probingJiri Slaby1-49/+67
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-6/+8
2006-12-08[PATCH] struct path: convert char-driversJosef Sipek1-2/+2
2006-12-07[PATCH] ioremap balanced with iounmap for drivers/char/istallion.cAmol Lad1-0/+4
2006-12-06[PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro1-4/+4
2006-10-10[PATCH] trivial iomem annotations: istallionAl Viro1-29/+29
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-09-29[PATCH] istallion: Remove private baud rate decoding, which is also broken in this case on some platformsAlan Cox1-19/+1
2006-09-22[PATCH] memcpy_fromio() missing in istallionAl Viro1-1/+1