| Commit message (Expand) | Author | Age | Files | Lines |
* | tty: move obsolete and broken tty drivers to drivers/staging/tty/ | Greg Kroah-Hartman | 2011-02-22 | 1 | -4507/+0 |
* | tty: now phase out the ioctl file pointer for good | Alan Cox | 2011-02-17 | 1 | -2/+2 |
* | tiocmset: kill the file pointer argument | Alan Cox | 2011-02-17 | 1 | -1/+1 |
* | tiocmget: kill off the passing of the struct file | Alan Cox | 2011-02-17 | 1 | -1/+1 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
* | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | tty: introduce wait_event_interruptible_tty | Arnd Bergmann | 2010-08-10 | 1 | -4/+8 |
* | istallion: use bit ops for the board flags | Alan Cox | 2010-08-10 | 1 | -18/+18 |
* | stallion: prune lock_kernel calls | Alan Cox | 2010-08-10 | 1 | -9/+13 |
* | tty: Fix regressions in the char driver conversion | Alan Cox | 2010-04-30 | 1 | -0/+2 |
* | tty: istallion: tty port open/close methods | Alan Cox | 2009-12-11 | 1 | -117/+60 |
* | tty: istallion: Kill off the BKL ioctl | Alan Cox | 2009-12-11 | 1 | -4/+4 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 1 | -0/+1 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -0/+1 |
* | istallion: add missing __devexit marking | Mike Frysinger | 2009-06-19 | 1 | -1/+1 |
* | tty: Add carrier processing on close to the tty_port core | Alan Cox | 2009-06-11 | 1 | -4/+4 |
* | proc tty: switch istallion to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -69/+52 |
* | tty: Introduce some close helpers for ports | Alan Cox | 2009-01-02 | 1 | -49/+29 |
* | tty: Rework istallion to use the tty port changes | Alan Cox | 2009-01-02 | 1 | -116/+43 |
* | tty_port: Add a port level carrier detect operation | Alan Cox | 2009-01-02 | 1 | -8/+20 |
* | istallion section warnings | Al Viro | 2008-11-30 | 1 | -2/+2 |
* | device create: char: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 1 | -3/+2 |
* | tty: Remove lots of NULL checks | Alan Cox | 2008-10-13 | 1 | -6/+0 |
* | stallion: Use krefs | Alan Cox | 2008-10-13 | 1 | -50/+57 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2008-07-22 | 1 | -2/+3 |
|\ |
|
| * | device create: char: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-21 | 1 | -2/+3 |
* | | istallion: Use helpers | Alan Cox | 2008-07-22 | 1 | -2/+1 |
* | | tty: rework break handling | Alan Cox | 2008-07-22 | 1 | -5/+6 |
|/ |
|
* | Fix istallion build failure | Wang Chen | 2008-07-21 | 1 | -13/+13 |
* | istallion: use tty_port | Alan Cox | 2008-07-20 | 1 | -58/+58 |
* | char serial: switch drivers to ioremap_nocache | Alan Cox | 2008-04-30 | 1 | -3/+3 |
* | istallion: TIOCG/SSOFTCAR handling removal | Alan Cox | 2008-04-30 | 1 | -10/+0 |
* | isicom: istallion prepare for lock_kernel pushdown | Alan Cox | 2008-04-30 | 1 | -0/+6 |
* | Char: istallion, remove hangup bottomhalf | Jiri Slaby | 2008-02-07 | 1 | -22/+1 |
* | Convert from class_device to device in drivers/char | tonyj@suse.de | 2007-10-12 | 1 | -5/+3 |
* | Char: istallion, init+locking fixes | Ingo Korb | 2007-07-17 | 1 | -7/+2 |
* | serial: remove termios checks from various old char serial drivers | Alan Cox | 2007-07-16 | 1 | -3/+0 |
* | [PATCH] Char: tty_wakeup cleanup | Jiri Slaby | 2007-02-11 | 1 | -1/+0 |
* | [PATCH] Char: istallion, use mod_timer | Jiri Slaby | 2006-12-08 | 1 | -4/+2 |
* | [PATCH] Char: istallion, dynamic tty device | Jiri Slaby | 2006-12-08 | 1 | -1/+14 |
* | [PATCH] Char: istallion, change init sequence | Jiri Slaby | 2006-12-08 | 1 | -55/+75 |
* | [PATCH] Char: istallion, move init and exit code | Jiri Slaby | 2006-12-08 | 1 | -61/+52 |
* | [PATCH] Char: istallion, fix enabling | Jiri Slaby | 2006-12-08 | 1 | -7/+11 |
* | [PATCH] Char: istallion, correct fail paths | Jiri Slaby | 2006-12-08 | 1 | -61/+81 |
* | [PATCH] Char: istallion, free only isa | Jiri Slaby | 2006-12-08 | 1 | -1/+3 |
* | [PATCH] Char: istallion, brdnr locking | Jiri Slaby | 2006-12-08 | 1 | -4/+11 |
* | [PATCH] Char: istallion, ifdef eisa code | Jiri Slaby | 2006-12-08 | 1 | -2/+11 |
* | [PATCH] Char: istallion, variables cleanup | Jiri Slaby | 2006-12-08 | 1 | -45/+55 |
* | [PATCH] Char: istallion, eliminate typedefs | Jiri Slaby | 2006-12-08 | 1 | -208/+206 |
* | [PATCH] Char: istallion, remove the mess | Jiri Slaby | 2006-12-08 | 1 | -170/+36 |