Age | Commit message (Expand) | Author | Files | Lines |
2009-12-12 | tty: istallion: tty port open/close methods | Alan Cox | 1 | -117/+60 |
2009-12-12 | tty: istallion: Kill off the BKL ioctl | Alan Cox | 1 | -4/+4 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -0/+1 |
2009-06-20 | istallion: add missing __devexit marking | Mike Frysinger | 1 | -1/+1 |
2009-06-11 | tty: Add carrier processing on close to the tty_port core | Alan Cox | 1 | -4/+4 |
2009-04-01 | proc tty: switch istallion to ->proc_fops | Alexey Dobriyan | 1 | -69/+52 |
2009-01-02 | tty: Introduce some close helpers for ports | Alan Cox | 1 | -49/+29 |
2009-01-02 | tty: Rework istallion to use the tty port changes | Alan Cox | 1 | -116/+43 |
2009-01-02 | tty_port: Add a port level carrier detect operation | Alan Cox | 1 | -8/+20 |
2008-11-30 | istallion section warnings | Al Viro | 1 | -2/+2 |
2008-10-16 | device create: char: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 1 | -3/+2 |
2008-10-13 | tty: Remove lots of NULL checks | Alan Cox | 1 | -6/+0 |
2008-10-13 | stallion: Use krefs | Alan Cox | 1 | -50/+57 |
2008-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -2/+3 |
2008-07-23 | istallion: Use helpers | Alan Cox | 1 | -2/+1 |
2008-07-23 | tty: rework break handling | Alan Cox | 1 | -5/+6 |
2008-07-22 | device create: char: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 1 | -2/+3 |
2008-07-21 | Fix istallion build failure | Wang Chen | 1 | -13/+13 |
2008-07-21 | istallion: use tty_port | Alan Cox | 1 | -58/+58 |
2008-04-30 | char serial: switch drivers to ioremap_nocache | Alan Cox | 1 | -3/+3 |
2008-04-30 | istallion: TIOCG/SSOFTCAR handling removal | Alan Cox | 1 | -10/+0 |
2008-04-30 | isicom: istallion prepare for lock_kernel pushdown | Alan Cox | 1 | -0/+6 |
2008-02-07 | Char: istallion, remove hangup bottomhalf | Jiri Slaby | 1 | -22/+1 |
2007-10-13 | Convert from class_device to device in drivers/char | tonyj@suse.de | 1 | -5/+3 |
2007-07-17 | Char: istallion, init+locking fixes | Ingo Korb | 1 | -7/+2 |
2007-07-16 | serial: remove termios checks from various old char serial drivers | Alan Cox | 1 | -3/+0 |
2007-02-11 | [PATCH] Char: tty_wakeup cleanup | Jiri Slaby | 1 | -1/+0 |
2006-12-08 | [PATCH] Char: istallion, use mod_timer | Jiri Slaby | 1 | -4/+2 |
2006-12-08 | [PATCH] Char: istallion, dynamic tty device | Jiri Slaby | 1 | -1/+14 |
2006-12-08 | [PATCH] Char: istallion, change init sequence | Jiri Slaby | 1 | -55/+75 |
2006-12-08 | [PATCH] Char: istallion, move init and exit code | Jiri Slaby | 1 | -61/+52 |
2006-12-08 | [PATCH] Char: istallion, fix enabling | Jiri Slaby | 1 | -7/+11 |
2006-12-08 | [PATCH] Char: istallion, correct fail paths | Jiri Slaby | 1 | -61/+81 |
2006-12-08 | [PATCH] Char: istallion, free only isa | Jiri Slaby | 1 | -1/+3 |
2006-12-08 | [PATCH] Char: istallion, brdnr locking | Jiri Slaby | 1 | -4/+11 |
2006-12-08 | [PATCH] Char: istallion, ifdef eisa code | Jiri Slaby | 1 | -2/+11 |
2006-12-08 | [PATCH] Char: istallion, variables cleanup | Jiri Slaby | 1 | -45/+55 |
2006-12-08 | [PATCH] Char: istallion, eliminate typedefs | Jiri Slaby | 1 | -208/+206 |
2006-12-08 | [PATCH] Char: istallion, remove the mess | Jiri Slaby | 1 | -170/+36 |
2006-12-08 | [PATCH] Char: istallion, convert to pci probing | Jiri Slaby | 1 | -49/+67 |
2006-12-08 | [PATCH] tty: switch to ktermios | Alan Cox | 1 | -6/+8 |
2006-12-08 | [PATCH] struct path: convert char-drivers | Josef Sipek | 1 | -2/+2 |
2006-12-07 | [PATCH] ioremap balanced with iounmap for drivers/char/istallion.c | Amol Lad | 1 | -0/+4 |
2006-12-06 | [PATCH] drivers/{char|isdn}: work_struct-induced breakage | Al Viro | 1 | -4/+4 |
2006-10-11 | [PATCH] trivial iomem annotations: istallion | Al Viro | 1 | -29/+29 |
2006-10-02 | [PATCH] const struct tty_operations | Jeff Dike | 1 | -1/+1 |
2006-09-29 | [PATCH] istallion: Remove private baud rate decoding, which is also broken in... | Alan Cox | 1 | -19/+1 |
2006-09-23 | [PATCH] memcpy_fromio() missing in istallion | Al Viro | 1 | -1/+1 |
2006-07-04 | [PATCH] make more file_operation structs static | Arjan van de Ven | 1 | -1/+1 |