aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/riscom8.c
Commit message (Expand)AuthorAge
* tty: move obsolete and broken tty drivers to drivers/staging/tty/Greg Kroah-Hartman2011-02-22
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-17
* tiocmset: kill the file pointer argumentAlan Cox2011-02-17
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-17
* riscom8: kill use of lock_kernelAlan Cox2010-08-10
* tty: Fix regressions in the char driver conversionAlan Cox2010-04-30
* tty: riscom8: switch to the tty_port_open APIAlan Cox2009-12-11
* tty: riscom8, fix tty refcntJiri Slaby2009-09-19
* tty: riscom8, fix shutdown declarationJiri Slaby2009-09-19
* tty: riscom8 kref and tty_port_closeAlan Cox2009-09-19
* riscom8: split open and close methods upAlan Cox2009-09-19
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* riscom8: Auto-load riscom8 module when device opened.Scott James Remnant2009-04-06
* tty: Remove some pointless castsAlan Cox2009-01-02
* tty: Introduce some close helpers for portsAlan Cox2009-01-02
* tty: Introduce a tty_port generic block_til_readyAlan Cox2009-01-02
* tty: relock riscom8 using port locksAlan Cox2009-01-02
* tty_port: Add a port level carrier detect operationAlan Cox2009-01-02
* riscom8: Restore driver using new break functionalityAlan Cox2008-07-22
* tty: add more tty_port fieldsAlan Cox2008-07-20
* riscom8: remove bogus checksAlan Cox2008-07-20
* riscom8: use tty_portAlan Cox2008-07-20
* drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-30
* riscom8: coding styleAlan Cox2008-04-30
* riscom/rocket: switch to int put_char methodAlan Cox2008-04-30
* tty/serial: lay the foundations for the next set of reworksAlan Cox2008-04-30
* riscom8: Prepare for BKL pushdownAlan Cox2008-04-30
* char: riscom, fix rc_board indexingJiri Slaby2008-03-13
* riscom8: Fix hang on loadAlan Cox2008-03-10
* Char: riscom8, remove wakeup and hangup bottomhalvesJiri Slaby2008-02-07
* Char: riscom8, change rc_init_drivers prototypeJiri Slaby2008-02-07
* riscom8: fix SMP brokennessJeff Garzik2008-02-06
* drivers/char/riscom8: clean up irq handlingJeff Garzik2007-10-23
* Char: riscom8, eliminate busy loopJiri Slaby2007-07-17
* drivers/char: use __set_current_state()Milind Arun Choudhary2007-05-08
* [PATCH] Char: tty_wakeup cleanupJiri Slaby2007-02-11
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-08
* [PATCH] remove drivers/char/riscom8.c:baud_table[]Adrian Bunk2006-12-07
* [PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro2006-12-06
* Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2006-10-06
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* [PATCH] char: kill unneeded memsetsJiri Slaby2006-10-04
* [PATCH] const struct tty_operationsJeff Dike2006-10-02
* [PATCH] serial: Fix up offenders peering at baud bits directlyAlan Cox2006-10-01
* [PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner2006-07-02
* [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-26
* [PATCH] Remove MODULE_PARMRusty Russell2006-03-25
* [PATCH] remove unused tmp_buf_sem'sAdrian Bunk2006-01-14
* [PATCH] TTY layer buffering revampAlan Cox2006-01-10
* [PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser2006-01-10