aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/rocket.c
AgeCommit message (Expand)Author
2010-12-10rocket: fix compiler warning on rocket_pci_idsNamhyung Kim
2010-10-27drivers/char/rocket.c: release_region or error pathDan Carpenter
2010-08-23rocket: add a mutex_unlock()Dan Carpenter
2010-08-10rocket: kill BKLAlan Cox
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-11rocket: fix test_bit parametersJiri Slaby
2009-06-11tty: Add carrier processing on close to the tty_port coreAlan Cox
2009-01-02tty: use port methods for the rocket driverAlan Cox
2009-01-02tty: kref the rocket driverAlan Cox
2009-01-02tty: make rocketport use standard port->flagsAlan Cox
2009-01-02tty: Redo the rocket driver lockingAlan Cox
2009-01-02tty: Remove some pointless castsAlan Cox
2009-01-02tty: rocketport uses different port flags to everyone elseAlan Cox
2009-01-02tty: Pull the dtr raise into tty portAlan Cox
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox
2008-07-22tty: rework break handlingAlan Cox
2008-07-20tty: add more tty_port fieldsAlan Cox
2008-07-20rocket: use tty_portAlan Cox
2008-04-30riscom/rocket: switch to int put_char methodAlan Cox
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox
2008-04-30char: rocket.c: fix sparse variable shadowing and int as NULL pointerHarvey Harrison
2008-04-30rocket: Prepare for BKL pushdownAlan Cox
2008-03-19drivers/char/rocket portability fixesAl Viro
2008-02-08rocket: don't let random users reset the controllerAlan Cox
2008-02-08rocket: first pass at termios reportingAlan Cox
2008-02-07Char: rocket, remove useless macrosJiri Slaby
2008-02-07Char: rocket, printk cleanupJiri Slaby
2008-02-07Char: rocket, switch long delay to sleepJiri Slaby
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-18Char: rocket, fix signed/unsigned warningJiri Slaby
2007-10-18Char: rocket, remove potential leak in module_initJiri Slaby
2007-10-18Char: rocket, remove pci_read_config_dword(CLASS_REVISION)Jiri Slaby
2007-10-18Char: rocket, don't re-set statics to 0Jiri Slaby
2007-10-18Char: rocket, fix dynamic_dev ttyJiri Slaby
2007-10-18Char: rocket, switch sleep_on to completionJiri Slaby
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2007-07-16rocket.c: fix unchecked mutex_lock_interruptible()Satyam Sharma
2007-05-11Kill unused sesssion and group values in rocket driverSukadev Bhattiprolu
2007-05-08use mutex instead of semaphore in RocketPort driverMatthias Kaehlcke
2007-05-08drivers/char: use __set_current_state()Milind Arun Choudhary
2007-05-08Char: rocket, add MODULE_DEVICE_TABLEJiri Slaby
2007-05-08rocket: remove modversions includeRobert P. J. Day
2007-02-12[PATCH] Char: timers cleanupJiri Slaby
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox
2006-12-08[PATCH] add process_session() helper routineCedric Le Goater
2006-10-02[PATCH] const struct tty_operationsJeff Dike
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-06-25[PATCH] fix memory leak in rocketport rp_do_receivePaul Fulghum