aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/rocket.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-06-11rocket: fix test_bit parametersGravatar Jiri Slaby 1-3/+3
2009-06-11tty: Add carrier processing on close to the tty_port coreGravatar Alan Cox 1-4/+9
2009-01-02tty: use port methods for the rocket driverGravatar Alan Cox 1-159/+18
2009-01-02tty: kref the rocket driverGravatar Alan Cox 1-37/+41
2009-01-02tty: make rocketport use standard port->flagsGravatar Alan Cox 1-19/+19
2009-01-02tty: Redo the rocket driver lockingGravatar Alan Cox 1-17/+18
2009-01-02tty: Remove some pointless castsGravatar Alan Cox 1-18/+18
2009-01-02tty: rocketport uses different port flags to everyone elseGravatar Alan Cox 1-20/+20
2009-01-02tty: Pull the dtr raise into tty portGravatar Alan Cox 1-4/+10
2009-01-02tty_port: Add a port level carrier detect operationGravatar Alan Cox 1-14/+26
2008-07-22tty: rework break handlingGravatar Alan Cox 1-2/+3
2008-07-20tty: add more tty_port fieldsGravatar Alan Cox 1-11/+12
2008-07-20rocket: use tty_portGravatar Alan Cox 1-58/+58
2008-04-30riscom/rocket: switch to int put_char methodGravatar Alan Cox 1-2/+3
2008-04-30tty/serial: lay the foundations for the next set of reworksGravatar Alan Cox 1-0/+2
2008-04-30char: rocket.c: fix sparse variable shadowing and int as NULL pointerGravatar Harvey Harrison 1-4/+5
2008-04-30rocket: Prepare for BKL pushdownGravatar Alan Cox 1-9/+18
2008-03-19drivers/char/rocket portability fixesGravatar Al Viro 1-18/+19
2008-02-08rocket: don't let random users reset the controllerGravatar Alan Cox 1-0/+3
2008-02-08rocket: first pass at termios reportingGravatar Alan Cox 1-10/+8
2008-02-07Char: rocket, remove useless macrosGravatar Jiri Slaby 1-9/+2
2008-02-07Char: rocket, printk cleanupGravatar Jiri Slaby 1-41/+48
2008-02-07Char: rocket, switch long delay to sleepGravatar Jiri Slaby 1-4/+4
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Gravatar Robert P. J. Day 1-1/+1
2007-10-18Char: rocket, fix signed/unsigned warningGravatar Jiri Slaby 1-2/+2
2007-10-18Char: rocket, remove potential leak in module_initGravatar Jiri Slaby 1-14/+20
2007-10-18Char: rocket, remove pci_read_config_dword(CLASS_REVISION)Gravatar Jiri Slaby 1-11/+4
2007-10-18Char: rocket, don't re-set statics to 0Gravatar Jiri Slaby 1-12/+0
2007-10-18Char: rocket, fix dynamic_dev ttyGravatar Jiri Slaby 1-5/+9
2007-10-18Char: rocket, switch sleep_on to completionGravatar Jiri Slaby 1-4/+8
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Gravatar Yoann Padioleau 1-2/+1
2007-07-16rocket.c: fix unchecked mutex_lock_interruptible()Gravatar Satyam Sharma 1-1/+2
2007-05-11Kill unused sesssion and group values in rocket driverGravatar Sukadev Bhattiprolu 1-3/+0
2007-05-08use mutex instead of semaphore in RocketPort driverGravatar Matthias Kaehlcke 1-8/+11
2007-05-08drivers/char: use __set_current_state()Gravatar Milind Arun Choudhary 1-2/+2
2007-05-08Char: rocket, add MODULE_DEVICE_TABLEGravatar Jiri Slaby 1-0/+6
2007-05-08rocket: remove modversions includeGravatar Robert P. J. Day 1-4/+0
2007-02-12[PATCH] Char: timers cleanupGravatar Jiri Slaby 1-7/+3
2007-02-11[PATCH] Char: tty_wakeup cleanupGravatar Jiri Slaby 1-3/+0
2006-12-08[PATCH] tty: switch to ktermiosGravatar Alan Cox 1-3/+5
2006-12-08[PATCH] add process_session() helper routineGravatar Cedric Le Goater 1-1/+1
2006-10-02[PATCH] const struct tty_operationsGravatar Jeff Dike 1-1/+1
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGravatar Greg Kroah-Hartman 1-2/+2
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-1/+0
2006-06-25[PATCH] fix memory leak in rocketport rp_do_receiveGravatar Paul Fulghum 1-39/+23
2006-02-03[PATCH] Fix RocketPort driverGravatar Michal Ostrowski 1-1/+1
2006-01-10[PATCH] TTY layer buffering revampGravatar Alan Cox 1-9/+10
2005-11-07[PATCH] kfree cleanup: drivers/charGravatar Jesper Juhl 1-4/+2
2005-10-30[PATCH] rocketport: make it work when statically linked into kernelGravatar Bjorn Helgaas 1-8/+2