aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/sx.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-02-20sx.c: avoid referencing freed memory if copy_from_user() failsGravatar Dan Carpenter 1-1/+1
2009-02-20sx.c: fix dbl statement if - add missing bracesGravatar Ilpo Järvinen 1-1/+2
2009-02-05sx.c: fix missed unlock_kernel() on error path in sx_fw_ioctl()Gravatar Dan Carpenter 1-3/+5
2009-01-02tty: Remove some pointless castsGravatar Alan Cox 1-2/+2
2009-01-02tty_port: Add a port level carrier detect operationGravatar Alan Cox 1-13/+14
2008-10-20Char: sx, remove bogus iomapGravatar Jiri Slaby 1-3/+3
2008-10-13Char: sx, fix io unmappingGravatar Jiri Slaby 1-2/+2
2008-07-25sx: push BKL down into the firmware ioctl handlerGravatar Alan Cox 1-30/+43
2008-07-22tty: rework break handlingGravatar Alan Cox 1-1/+2
2008-07-20tty: add more tty_port fieldsGravatar Alan Cox 1-1/+1
2008-07-20gs: use tty_portGravatar Alan Cox 1-59/+56
2008-05-08sx.c: fix printk warnings on sparc32Gravatar Andrew Morton 1-3/+6
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-4/+4
2008-04-30char serial: switch drivers to ioremap_nocacheGravatar Alan Cox 1-5/+5
2008-04-30sx: prepare for BKL pushdownGravatar Alan Cox 1-13/+4
2007-10-19Use helpers to obtain task pid in printksGravatar Pavel Emelyanov 1-1/+1
2007-07-10sx: switch subven and subid valuesGravatar Jiri Slaby 1-2/+2
2006-12-13[PATCH] sx: fix non-PCI buildGravatar Jiri Slaby 1-0/+8
2006-12-08[PATCH] Char: sx, request regionsGravatar Jiri Slaby 1-6/+49
2006-12-08[PATCH] Char: sx, use pci_iomapGravatar Jiri Slaby 1-12/+14
2006-12-08[PATCH] Char: sx, fix return in module initGravatar Jiri Slaby 1-0/+1
2006-12-08[PATCH] Char: sx, simplify timer logicGravatar Jiri Slaby 1-11/+4
2006-12-08[PATCH] Char: sx, whitespace cleanupGravatar Jiri Slaby 1-846/+976
2006-12-08[PATCH] Char: sx, remove duplicite codeGravatar Jiri Slaby 1-15/+3
2006-12-08[PATCH] Char: sx, lock boards structGravatar Jiri Slaby 1-14/+23
2006-12-08[PATCH] Char: sx, ifdef ISA codeGravatar Jiri Slaby 1-6/+14
2006-12-08[PATCH] Char: sx, use eisa probingGravatar Jiri Slaby 1-47/+117
2006-12-08[PATCH] Char: sx, mark functions as devinitGravatar Jiri Slaby 1-4/+4
2006-12-08[PATCH] Char: sx, use kcallocGravatar Jiri Slaby 1-13/+1
2006-12-08[PATCH] Char: sx, convert to pci probingGravatar Jiri Slaby 1-78/+105
2006-12-08[PATCH] Char: isicom, remove cvs stuffGravatar Jiri Slaby 1-5/+2
2006-12-08[PATCH] tty: switch to ktermiosGravatar Alan Cox 1-0/+2
2006-10-17[PATCH] sx: fix user-visible typo (devic)Gravatar Alexey Dobriyan 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2
2006-10-04Remove all inclusions of <linux/config.h>Gravatar Dave Jones 1-2/+0
2006-10-02[PATCH] const struct tty_operationsGravatar Jeff Dike 1-1/+1
2006-07-03[PATCH] make more file_operation structs staticGravatar Arjan van de Ven 1-1/+1
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-2/+2
2006-06-27[PATCH] spin/rwlock init cleanupsGravatar Ingo Molnar 1-1/+1
2006-03-23[PATCH] sem2mutex: serial ->port_write_mutexGravatar Ingo Molnar 1-1/+1
2006-02-27[PATCH] Fix Specialix SX corruptionGravatar Marc Zyngier 1-5/+5
2006-02-26[PATCH] Fix Specialix SI probingGravatar Marc Zyngier 1-4/+8
2006-02-03[PATCH] sx.c printk warning fixesGravatar Andrew Morton 1-3/+3
2006-02-03[PATCH] sx.c warning fixesGravatar Andrew Morton 1-3/+3
2006-01-10[PATCH] TTY layer buffering revampGravatar Alan Cox 1-9/+4
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+2621