aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/riscom8.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-22tty: move obsolete and broken tty drivers to drivers/staging/tty/Greg Kroah-Hartman1-1560/+0
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2010-08-10riscom8: kill use of lock_kernelAlan Cox1-6/+8
2010-04-30tty: Fix regressions in the char driver conversionAlan Cox1-0/+1
2009-12-11tty: riscom8: switch to the tty_port_open APIAlan Cox1-48/+41
2009-09-19tty: riscom8, fix tty refcntJiri Slaby1-1/+1
2009-09-19tty: riscom8, fix shutdown declarationJiri Slaby1-2/+2
2009-09-19tty: riscom8 kref and tty_port_closeAlan Cox1-72/+59
2009-09-19riscom8: split open and close methods upAlan Cox1-21/+26
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-04-06riscom8: Auto-load riscom8 module when device opened.Scott James Remnant1-0/+2
2009-01-02tty: Remove some pointless castsAlan Cox1-17/+17
2009-01-02tty: Introduce some close helpers for portsAlan Cox1-44/+5
2009-01-02tty: Introduce a tty_port generic block_til_readyAlan Cox1-85/+1
2009-01-02tty: relock riscom8 using port locksAlan Cox1-10/+20
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox1-25/+40
2008-07-22riscom8: Restore driver using new break functionalityAlan Cox1-18/+9
2008-07-20tty: add more tty_port fieldsAlan Cox1-13/+11
2008-07-20riscom8: remove bogus checksAlan Cox1-24/+8
2008-07-20riscom8: use tty_portAlan Cox1-78/+67
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-30riscom8: coding styleAlan Cox1-340/+304
2008-04-30riscom/rocket: switch to int put_char methodAlan Cox1-3/+6
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-19/+19
2008-04-30riscom8: Prepare for BKL pushdownAlan Cox1-14/+11
2008-03-13char: riscom, fix rc_board indexingJiri Slaby1-1/+1
2008-03-10riscom8: Fix hang on loadAlan Cox1-6/+0
2008-02-07Char: riscom8, remove wakeup and hangup bottomhalvesJiri Slaby1-47/+4
2008-02-07Char: riscom8, change rc_init_drivers prototypeJiri Slaby1-1/+1
2008-02-06riscom8: fix SMP brokennessJeff Garzik1-54/+93
2007-10-23drivers/char/riscom8: clean up irq handlingJeff Garzik1-11/+5
2007-07-17Char: riscom8, eliminate busy loopJiri Slaby1-10/+2
2007-05-08drivers/char: use __set_current_state()Milind Arun Choudhary1-1/+1
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby1-4/+1
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-1/+3
2006-12-07[PATCH] remove drivers/char/riscom8.c:baud_table[]Adrian Bunk1-5/+0
2006-12-06[PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro1-6/+6
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik1-4/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-04[PATCH] char: kill unneeded memsetsJiri Slaby1-9/+1
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-10-01[PATCH] serial: Fix up offenders peering at baud bits directlyAlan Cox1-18/+4
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell1-4/+4
2006-01-14[PATCH] remove unused tmp_buf_sem'sAdrian Bunk1-1/+0
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-26/+13
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser1-4/+4