Age | Commit message (Expand) | Author | Files | Lines |
2011-02-23 | tty: move a number of tty drivers from drivers/char/ to drivers/tty/ | Greg Kroah-Hartman | 1 | -3199/+0 |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -1/+1 |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -2/+2 |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -1/+1 |
2010-12-11 | rocket: fix compiler warning on rocket_pci_ids | Namhyung Kim | 1 | -1/+1 |
2010-10-28 | drivers/char/rocket.c: release_region or error path | Dan Carpenter | 1 | -1/+4 |
2010-08-24 | rocket: add a mutex_unlock() | Dan Carpenter | 1 | -0/+1 |
2010-08-11 | rocket: kill BKL | Alan Cox | 1 | -9/+19 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -0/+1 |
2009-06-11 | rocket: fix test_bit parameters | Jiri Slaby | 1 | -3/+3 |
2009-06-11 | tty: Add carrier processing on close to the tty_port core | Alan Cox | 1 | -4/+9 |
2009-01-02 | tty: use port methods for the rocket driver | Alan Cox | 1 | -159/+18 |
2009-01-02 | tty: kref the rocket driver | Alan Cox | 1 | -37/+41 |
2009-01-02 | tty: make rocketport use standard port->flags | Alan Cox | 1 | -19/+19 |
2009-01-02 | tty: Redo the rocket driver locking | Alan Cox | 1 | -17/+18 |
2009-01-02 | tty: Remove some pointless casts | Alan Cox | 1 | -18/+18 |
2009-01-02 | tty: rocketport uses different port flags to everyone else | Alan Cox | 1 | -20/+20 |
2009-01-02 | tty: Pull the dtr raise into tty port | Alan Cox | 1 | -4/+10 |
2009-01-02 | tty_port: Add a port level carrier detect operation | Alan Cox | 1 | -14/+26 |
2008-07-23 | tty: rework break handling | Alan Cox | 1 | -2/+3 |
2008-07-21 | tty: add more tty_port fields | Alan Cox | 1 | -11/+12 |
2008-07-21 | rocket: use tty_port | Alan Cox | 1 | -58/+58 |
2008-04-30 | riscom/rocket: switch to int put_char method | Alan Cox | 1 | -2/+3 |
2008-04-30 | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 1 | -0/+2 |
2008-04-30 | char: rocket.c: fix sparse variable shadowing and int as NULL pointer | Harvey Harrison | 1 | -4/+5 |
2008-04-30 | rocket: Prepare for BKL pushdown | Alan Cox | 1 | -9/+18 |
2008-03-20 | drivers/char/rocket portability fixes | Al Viro | 1 | -18/+19 |
2008-02-08 | rocket: don't let random users reset the controller | Alan Cox | 1 | -0/+3 |
2008-02-08 | rocket: first pass at termios reporting | Alan Cox | 1 | -10/+8 |
2008-02-07 | Char: rocket, remove useless macros | Jiri Slaby | 1 | -9/+2 |
2008-02-07 | Char: rocket, printk cleanup | Jiri Slaby | 1 | -41/+48 |
2008-02-07 | Char: rocket, switch long delay to sleep | Jiri Slaby | 1 | -4/+4 |
2007-10-20 | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 1 | -1/+1 |
2007-10-19 | Char: rocket, fix signed/unsigned warning | Jiri Slaby | 1 | -2/+2 |
2007-10-19 | Char: rocket, remove potential leak in module_init | Jiri Slaby | 1 | -14/+20 |
2007-10-19 | Char: rocket, remove pci_read_config_dword(CLASS_REVISION) | Jiri Slaby | 1 | -11/+4 |
2007-10-19 | Char: rocket, don't re-set statics to 0 | Jiri Slaby | 1 | -12/+0 |
2007-10-19 | Char: rocket, fix dynamic_dev tty | Jiri Slaby | 1 | -5/+9 |
2007-10-19 | Char: rocket, switch sleep_on to completion | Jiri Slaby | 1 | -4/+8 |
2007-07-19 | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 1 | -2/+1 |
2007-07-16 | rocket.c: fix unchecked mutex_lock_interruptible() | Satyam Sharma | 1 | -1/+2 |
2007-05-11 | Kill unused sesssion and group values in rocket driver | Sukadev Bhattiprolu | 1 | -3/+0 |
2007-05-08 | use mutex instead of semaphore in RocketPort driver | Matthias Kaehlcke | 1 | -8/+11 |
2007-05-08 | drivers/char: use __set_current_state() | Milind Arun Choudhary | 1 | -2/+2 |
2007-05-08 | Char: rocket, add MODULE_DEVICE_TABLE | Jiri Slaby | 1 | -0/+6 |
2007-05-08 | rocket: remove modversions include | Robert P. J. Day | 1 | -4/+0 |
2007-02-12 | [PATCH] Char: timers cleanup | Jiri Slaby | 1 | -7/+3 |
2007-02-11 | [PATCH] Char: tty_wakeup cleanup | Jiri Slaby | 1 | -3/+0 |
2006-12-08 | [PATCH] tty: switch to ktermios | Alan Cox | 1 | -3/+5 |
2006-12-08 | [PATCH] add process_session() helper routine | Cedric Le Goater | 1 | -1/+1 |