aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/rocket.c
Commit message (Expand)AuthorAgeFilesLines
* tty: rework break handlingAlan Cox2008-07-221-2/+3
* tty: add more tty_port fieldsAlan Cox2008-07-201-11/+12
* rocket: use tty_portAlan Cox2008-07-201-58/+58
* riscom/rocket: switch to int put_char methodAlan Cox2008-04-301-2/+3
* tty/serial: lay the foundations for the next set of reworksAlan Cox2008-04-301-0/+2
* char: rocket.c: fix sparse variable shadowing and int as NULL pointerHarvey Harrison2008-04-301-4/+5
* rocket: Prepare for BKL pushdownAlan Cox2008-04-301-9/+18
* drivers/char/rocket portability fixesAl Viro2008-03-191-18/+19
* rocket: don't let random users reset the controllerAlan Cox2008-02-081-0/+3
* rocket: first pass at termios reportingAlan Cox2008-02-081-10/+8
* Char: rocket, remove useless macrosJiri Slaby2008-02-071-9/+2
* Char: rocket, printk cleanupJiri Slaby2008-02-071-41/+48
* Char: rocket, switch long delay to sleepJiri Slaby2008-02-071-4/+4
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* Char: rocket, fix signed/unsigned warningJiri Slaby2007-10-181-2/+2
* Char: rocket, remove potential leak in module_initJiri Slaby2007-10-181-14/+20
* Char: rocket, remove pci_read_config_dword(CLASS_REVISION)Jiri Slaby2007-10-181-11/+4
* Char: rocket, don't re-set statics to 0Jiri Slaby2007-10-181-12/+0
* Char: rocket, fix dynamic_dev ttyJiri Slaby2007-10-181-5/+9
* Char: rocket, switch sleep_on to completionJiri Slaby2007-10-181-4/+8
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* rocket.c: fix unchecked mutex_lock_interruptible()Satyam Sharma2007-07-161-1/+2
* Kill unused sesssion and group values in rocket driverSukadev Bhattiprolu2007-05-111-3/+0
* use mutex instead of semaphore in RocketPort driverMatthias Kaehlcke2007-05-081-8/+11
* drivers/char: use __set_current_state()Milind Arun Choudhary2007-05-081-2/+2
* Char: rocket, add MODULE_DEVICE_TABLEJiri Slaby2007-05-081-0/+6
* rocket: remove modversions includeRobert P. J. Day2007-05-081-4/+0
* [PATCH] Char: timers cleanupJiri Slaby2007-02-121-7/+3
* [PATCH] Char: tty_wakeup cleanupJiri Slaby2007-02-111-3/+0
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-3/+5
* [PATCH] add process_session() helper routineCedric Le Goater2006-12-081-1/+1
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-261-2/+2
* [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] fix memory leak in rocketport rp_do_receivePaul Fulghum2006-06-251-39/+23
* [PATCH] Fix RocketPort driverMichal Ostrowski2006-02-031-1/+1
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-9/+10
* [PATCH] kfree cleanup: drivers/charJesper Juhl2005-11-071-4/+2
* [PATCH] rocketport: make it work when statically linked into kernelBjorn Helgaas2005-10-301-8/+2
* [PATCH] rocket.c: Fix ldisc ref count handlingMichal Ostrowski2005-07-151-1/+2
* [PATCH] drivers/char/rocket.c: cleanupsAdrian Bunk2005-06-251-107/+119
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+3299