| Commit message (Expand) | Author | Age | Files | Lines |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -0/+1 |
* | rocket: fix test_bit parameters | Jiri Slaby | 2009-06-11 | 1 | -3/+3 |
* | tty: Add carrier processing on close to the tty_port core | Alan Cox | 2009-06-11 | 1 | -4/+9 |
* | tty: use port methods for the rocket driver | Alan Cox | 2009-01-02 | 1 | -159/+18 |
* | tty: kref the rocket driver | Alan Cox | 2009-01-02 | 1 | -37/+41 |
* | tty: make rocketport use standard port->flags | Alan Cox | 2009-01-02 | 1 | -19/+19 |
* | tty: Redo the rocket driver locking | Alan Cox | 2009-01-02 | 1 | -17/+18 |
* | tty: Remove some pointless casts | Alan Cox | 2009-01-02 | 1 | -18/+18 |
* | tty: rocketport uses different port flags to everyone else | Alan Cox | 2009-01-02 | 1 | -20/+20 |
* | tty: Pull the dtr raise into tty port | Alan Cox | 2009-01-02 | 1 | -4/+10 |
* | tty_port: Add a port level carrier detect operation | Alan Cox | 2009-01-02 | 1 | -14/+26 |
* | tty: rework break handling | Alan Cox | 2008-07-22 | 1 | -2/+3 |
* | tty: add more tty_port fields | Alan Cox | 2008-07-20 | 1 | -11/+12 |
* | rocket: use tty_port | Alan Cox | 2008-07-20 | 1 | -58/+58 |
* | riscom/rocket: switch to int put_char method | Alan Cox | 2008-04-30 | 1 | -2/+3 |
* | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 2008-04-30 | 1 | -0/+2 |
* | char: rocket.c: fix sparse variable shadowing and int as NULL pointer | Harvey Harrison | 2008-04-30 | 1 | -4/+5 |
* | rocket: Prepare for BKL pushdown | Alan Cox | 2008-04-30 | 1 | -9/+18 |
* | drivers/char/rocket portability fixes | Al Viro | 2008-03-19 | 1 | -18/+19 |
* | rocket: don't let random users reset the controller | Alan Cox | 2008-02-08 | 1 | -0/+3 |
* | rocket: first pass at termios reporting | Alan Cox | 2008-02-08 | 1 | -10/+8 |
* | Char: rocket, remove useless macros | Jiri Slaby | 2008-02-07 | 1 | -9/+2 |
* | Char: rocket, printk cleanup | Jiri Slaby | 2008-02-07 | 1 | -41/+48 |
* | Char: rocket, switch long delay to sleep | Jiri Slaby | 2008-02-07 | 1 | -4/+4 |
* | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 2007-10-19 | 1 | -1/+1 |
* | Char: rocket, fix signed/unsigned warning | Jiri Slaby | 2007-10-18 | 1 | -2/+2 |
* | Char: rocket, remove potential leak in module_init | Jiri Slaby | 2007-10-18 | 1 | -14/+20 |
* | Char: rocket, remove pci_read_config_dword(CLASS_REVISION) | Jiri Slaby | 2007-10-18 | 1 | -11/+4 |
* | Char: rocket, don't re-set statics to 0 | Jiri Slaby | 2007-10-18 | 1 | -12/+0 |
* | Char: rocket, fix dynamic_dev tty | Jiri Slaby | 2007-10-18 | 1 | -5/+9 |
* | Char: rocket, switch sleep_on to completion | Jiri Slaby | 2007-10-18 | 1 | -4/+8 |
* | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 | 1 | -2/+1 |
* | rocket.c: fix unchecked mutex_lock_interruptible() | Satyam Sharma | 2007-07-16 | 1 | -1/+2 |
* | Kill unused sesssion and group values in rocket driver | Sukadev Bhattiprolu | 2007-05-11 | 1 | -3/+0 |
* | use mutex instead of semaphore in RocketPort driver | Matthias Kaehlcke | 2007-05-08 | 1 | -8/+11 |
* | drivers/char: use __set_current_state() | Milind Arun Choudhary | 2007-05-08 | 1 | -2/+2 |
* | Char: rocket, add MODULE_DEVICE_TABLE | Jiri Slaby | 2007-05-08 | 1 | -0/+6 |
* | rocket: remove modversions include | Robert P. J. Day | 2007-05-08 | 1 | -4/+0 |
* | [PATCH] Char: timers cleanup | Jiri Slaby | 2007-02-12 | 1 | -7/+3 |
* | [PATCH] Char: tty_wakeup cleanup | Jiri Slaby | 2007-02-11 | 1 | -3/+0 |
* | [PATCH] tty: switch to ktermios | Alan Cox | 2006-12-08 | 1 | -3/+5 |
* | [PATCH] add process_session() helper routine | Cedric Le Goater | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] const struct tty_operations | Jeff Dike | 2006-10-02 | 1 | -1/+1 |
* | [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV | Greg Kroah-Hartman | 2006-06-26 | 1 | -2/+2 |
* | [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed | Greg Kroah-Hartman | 2006-06-26 | 1 | -1/+0 |
* | [PATCH] fix memory leak in rocketport rp_do_receive | Paul Fulghum | 2006-06-25 | 1 | -39/+23 |
* | [PATCH] Fix RocketPort driver | Michal Ostrowski | 2006-02-03 | 1 | -1/+1 |
* | [PATCH] TTY layer buffering revamp | Alan Cox | 2006-01-10 | 1 | -9/+10 |
* | [PATCH] kfree cleanup: drivers/char | Jesper Juhl | 2005-11-07 | 1 | -4/+2 |
* | [PATCH] rocketport: make it work when statically linked into kernel | Bjorn Helgaas | 2005-10-30 | 1 | -8/+2 |