aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/sx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann1-6/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-02-20sx.c: avoid referencing freed memory if copy_from_user() failsDan Carpenter1-1/+1
2009-02-20sx.c: fix dbl statement if - add missing bracesIlpo Järvinen1-1/+2
2009-02-05sx.c: fix missed unlock_kernel() on error path in sx_fw_ioctl()Dan Carpenter1-3/+5
2009-01-02tty: Remove some pointless castsAlan Cox1-2/+2
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox1-13/+14
2008-10-20Char: sx, remove bogus iomapJiri Slaby1-3/+3
2008-10-13Char: sx, fix io unmappingJiri Slaby1-2/+2
2008-07-25sx: push BKL down into the firmware ioctl handlerAlan Cox1-30/+43
2008-07-22tty: rework break handlingAlan Cox1-1/+2
2008-07-20tty: add more tty_port fieldsAlan Cox1-1/+1
2008-07-20gs: use tty_portAlan Cox1-59/+56
2008-05-08sx.c: fix printk warnings on sparc32Andrew Morton1-3/+6
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-30char serial: switch drivers to ioremap_nocacheAlan Cox1-5/+5
2008-04-30sx: prepare for BKL pushdownAlan Cox1-13/+4
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-07-10sx: switch subven and subid valuesJiri Slaby1-2/+2
2006-12-13[PATCH] sx: fix non-PCI buildJiri Slaby1-0/+8
2006-12-08[PATCH] Char: sx, request regionsJiri Slaby1-6/+49
2006-12-08[PATCH] Char: sx, use pci_iomapJiri Slaby1-12/+14
2006-12-08[PATCH] Char: sx, fix return in module initJiri Slaby1-0/+1
2006-12-08[PATCH] Char: sx, simplify timer logicJiri Slaby1-11/+4
2006-12-08[PATCH] Char: sx, whitespace cleanupJiri Slaby1-846/+976
2006-12-08[PATCH] Char: sx, remove duplicite codeJiri Slaby1-15/+3
2006-12-08[PATCH] Char: sx, lock boards structJiri Slaby1-14/+23
2006-12-08[PATCH] Char: sx, ifdef ISA codeJiri Slaby1-6/+14
2006-12-08[PATCH] Char: sx, use eisa probingJiri Slaby1-47/+117
2006-12-08[PATCH] Char: sx, mark functions as devinitJiri Slaby1-4/+4
2006-12-08[PATCH] Char: sx, use kcallocJiri Slaby1-13/+1
2006-12-08[PATCH] Char: sx, convert to pci probingJiri Slaby1-78/+105
2006-12-08[PATCH] Char: isicom, remove cvs stuffJiri Slaby1-5/+2
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-0/+2
2006-10-17[PATCH] sx: fix user-visible typo (devic)Alexey Dobriyan1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-2/+0
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-03-23[PATCH] sem2mutex: serial ->port_write_mutexIngo Molnar1-1/+1
2006-02-27[PATCH] Fix Specialix SX corruptionMarc Zyngier1-5/+5
2006-02-26[PATCH] Fix Specialix SI probingMarc Zyngier1-4/+8
2006-02-03[PATCH] sx.c printk warning fixesAndrew Morton1-3/+3
2006-02-03[PATCH] sx.c warning fixesAndrew Morton1-3/+3
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-9/+4
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2621