aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/rocket.c
Commit message (Expand)AuthorAgeFilesLines
* rocket: fix compiler warning on rocket_pci_idsNamhyung Kim2010-12-101-1/+1
* drivers/char/rocket.c: release_region or error pathDan Carpenter2010-10-271-1/+4
* rocket: add a mutex_unlock()Dan Carpenter2010-08-231-0/+1
* rocket: kill BKLAlan Cox2010-08-101-9/+19
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* rocket: fix test_bit parametersJiri Slaby2009-06-111-3/+3
* tty: Add carrier processing on close to the tty_port coreAlan Cox2009-06-111-4/+9
* tty: use port methods for the rocket driverAlan Cox2009-01-021-159/+18
* tty: kref the rocket driverAlan Cox2009-01-021-37/+41
* tty: make rocketport use standard port->flagsAlan Cox2009-01-021-19/+19
* tty: Redo the rocket driver lockingAlan Cox2009-01-021-17/+18
* tty: Remove some pointless castsAlan Cox2009-01-021-18/+18
* tty: rocketport uses different port flags to everyone elseAlan Cox2009-01-021-20/+20
* tty: Pull the dtr raise into tty portAlan Cox2009-01-021-4/+10
* tty_port: Add a port level carrier detect operationAlan Cox2009-01-021-14/+26
* 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