aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/istallion.c
Commit message (Expand)AuthorAgeFilesLines
* tty: istallion: tty port open/close methodsAlan Cox2009-12-111-117/+60
* tty: istallion: Kill off the BKL ioctlAlan Cox2009-12-111-4/+4
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* istallion: add missing __devexit markingMike Frysinger2009-06-191-1/+1
* tty: Add carrier processing on close to the tty_port coreAlan Cox2009-06-111-4/+4
* proc tty: switch istallion to ->proc_fopsAlexey Dobriyan2009-04-011-69/+52
* tty: Introduce some close helpers for portsAlan Cox2009-01-021-49/+29
* tty: Rework istallion to use the tty port changesAlan Cox2009-01-021-116/+43
* tty_port: Add a port level carrier detect operationAlan Cox2009-01-021-8/+20
* istallion section warningsAl Viro2008-11-301-2/+2
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+2
* tty: Remove lots of NULL checksAlan Cox2008-10-131-6/+0
* stallion: Use krefsAlan Cox2008-10-131-50/+57
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-07-221-2/+3
|\
| * device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-2/+3
* | istallion: Use helpersAlan Cox2008-07-221-2/+1
* | tty: rework break handlingAlan Cox2008-07-221-5/+6
|/
* Fix istallion build failureWang Chen2008-07-211-13/+13
* istallion: use tty_portAlan Cox2008-07-201-58/+58
* char serial: switch drivers to ioremap_nocacheAlan Cox2008-04-301-3/+3
* istallion: TIOCG/SSOFTCAR handling removalAlan Cox2008-04-301-10/+0
* isicom: istallion prepare for lock_kernel pushdownAlan Cox2008-04-301-0/+6
* Char: istallion, remove hangup bottomhalfJiri Slaby2008-02-071-22/+1
* Convert from class_device to device in drivers/chartonyj@suse.de2007-10-121-5/+3
* Char: istallion, init+locking fixesIngo Korb2007-07-171-7/+2
* serial: remove termios checks from various old char serial driversAlan Cox2007-07-161-3/+0
* [PATCH] Char: tty_wakeup cleanupJiri Slaby2007-02-111-1/+0
* [PATCH] Char: istallion, use mod_timerJiri Slaby2006-12-081-4/+2
* [PATCH] Char: istallion, dynamic tty deviceJiri Slaby2006-12-081-1/+14
* [PATCH] Char: istallion, change init sequenceJiri Slaby2006-12-081-55/+75
* [PATCH] Char: istallion, move init and exit codeJiri Slaby2006-12-081-61/+52
* [PATCH] Char: istallion, fix enablingJiri Slaby2006-12-081-7/+11
* [PATCH] Char: istallion, correct fail pathsJiri Slaby2006-12-081-61/+81
* [PATCH] Char: istallion, free only isaJiri Slaby2006-12-081-1/+3
* [PATCH] Char: istallion, brdnr lockingJiri Slaby2006-12-081-4/+11
* [PATCH] Char: istallion, ifdef eisa codeJiri Slaby2006-12-081-2/+11
* [PATCH] Char: istallion, variables cleanupJiri Slaby2006-12-081-45/+55
* [PATCH] Char: istallion, eliminate typedefsJiri Slaby2006-12-081-208/+206
* [PATCH] Char: istallion, remove the messJiri Slaby2006-12-081-170/+36
* [PATCH] Char: istallion, convert to pci probingJiri Slaby2006-12-081-49/+67
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-6/+8
* [PATCH] struct path: convert char-driversJosef Sipek2006-12-081-2/+2
* [PATCH] ioremap balanced with iounmap for drivers/char/istallion.cAmol Lad2006-12-071-0/+4
* [PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro2006-12-061-4/+4
* [PATCH] trivial iomem annotations: istallionAl Viro2006-10-101-29/+29
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* [PATCH] istallion: Remove private baud rate decoding, which is also broken in...Alan Cox2006-09-291-19/+1
* [PATCH] memcpy_fromio() missing in istallionAl Viro2006-09-221-1/+1
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-1/+1