aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/riscom8.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-10riscom8: kill use of lock_kernelGravatar Alan Cox 1-6/+8
2010-04-30tty: Fix regressions in the char driver conversionGravatar Alan Cox 1-0/+1
2009-12-11tty: riscom8: switch to the tty_port_open APIGravatar Alan Cox 1-48/+41
2009-09-19tty: riscom8, fix tty refcntGravatar Jiri Slaby 1-1/+1
2009-09-19tty: riscom8, fix shutdown declarationGravatar Jiri Slaby 1-2/+2
2009-09-19tty: riscom8 kref and tty_port_closeGravatar Alan Cox 1-72/+59
2009-09-19riscom8: split open and close methods upGravatar Alan Cox 1-21/+26
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-04-06riscom8: Auto-load riscom8 module when device opened.Gravatar Scott James Remnant 1-0/+2
2009-01-02tty: Remove some pointless castsGravatar Alan Cox 1-17/+17
2009-01-02tty: Introduce some close helpers for portsGravatar Alan Cox 1-44/+5
2009-01-02tty: Introduce a tty_port generic block_til_readyGravatar Alan Cox 1-85/+1
2009-01-02tty: relock riscom8 using port locksGravatar Alan Cox 1-10/+20
2009-01-02tty_port: Add a port level carrier detect operationGravatar Alan Cox 1-25/+40
2008-07-22riscom8: Restore driver using new break functionalityGravatar Alan Cox 1-18/+9
2008-07-20tty: add more tty_port fieldsGravatar Alan Cox 1-13/+11
2008-07-20riscom8: remove bogus checksGravatar Alan Cox 1-24/+8
2008-07-20riscom8: use tty_portGravatar Alan Cox 1-78/+67
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-2/+2
2008-04-30riscom8: coding styleGravatar Alan Cox 1-340/+304
2008-04-30riscom/rocket: switch to int put_char methodGravatar Alan Cox 1-3/+6
2008-04-30tty/serial: lay the foundations for the next set of reworksGravatar Alan Cox 1-19/+19
2008-04-30riscom8: Prepare for BKL pushdownGravatar Alan Cox 1-14/+11
2008-03-13char: riscom, fix rc_board indexingGravatar Jiri Slaby 1-1/+1
2008-03-10riscom8: Fix hang on loadGravatar Alan Cox 1-6/+0
2008-02-07Char: riscom8, remove wakeup and hangup bottomhalvesGravatar Jiri Slaby 1-47/+4
2008-02-07Char: riscom8, change rc_init_drivers prototypeGravatar Jiri Slaby 1-1/+1
2008-02-06riscom8: fix SMP brokennessGravatar Jeff Garzik 1-54/+93
2007-10-23drivers/char/riscom8: clean up irq handlingGravatar Jeff Garzik 1-11/+5
2007-07-17Char: riscom8, eliminate busy loopGravatar Jiri Slaby 1-10/+2
2007-05-08drivers/char: use __set_current_state()Gravatar Milind Arun Choudhary 1-1/+1
2007-02-11[PATCH] Char: tty_wakeup cleanupGravatar Jiri Slaby 1-4/+1
2006-12-08[PATCH] tty: switch to ktermiosGravatar Alan Cox 1-1/+3
2006-12-07[PATCH] remove drivers/char/riscom8.c:baud_table[]Gravatar Adrian Bunk 1-5/+0
2006-12-06[PATCH] drivers/{char|isdn}: work_struct-induced breakageGravatar Al Viro 1-6/+6
2006-10-06Various drivers' irq handlers: kill dead code, needless castsGravatar Jeff Garzik 1-4/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-10-04[PATCH] char: kill unneeded memsetsGravatar Jiri Slaby 1-9/+1
2006-10-02[PATCH] const struct tty_operationsGravatar Jeff Dike 1-1/+1
2006-10-01[PATCH] serial: Fix up offenders peering at baud bits directlyGravatar Alan Cox 1-18/+4
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
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-03-25[PATCH] Remove MODULE_PARMGravatar Rusty Russell 1-4/+4
2006-01-14[PATCH] remove unused tmp_buf_sem'sGravatar Adrian Bunk 1-1/+0
2006-01-10[PATCH] TTY layer buffering revampGravatar Alan Cox 1-26/+13
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1809