aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/sx.c
Commit message (Expand)AuthorAgeFilesLines
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* tty: replace BKL with a new tty_lockArnd Bergmann2010-08-101-6/+6
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* sx.c: avoid referencing freed memory if copy_from_user() failsDan Carpenter2009-02-201-1/+1
* sx.c: fix dbl statement if - add missing bracesIlpo Järvinen2009-02-201-1/+2
* sx.c: fix missed unlock_kernel() on error path in sx_fw_ioctl()Dan Carpenter2009-02-051-3/+5
* tty: Remove some pointless castsAlan Cox2009-01-021-2/+2
* tty_port: Add a port level carrier detect operationAlan Cox2009-01-021-13/+14
* Char: sx, remove bogus iomapJiri Slaby2008-10-201-3/+3
* Char: sx, fix io unmappingJiri Slaby2008-10-131-2/+2
* sx: push BKL down into the firmware ioctl handlerAlan Cox2008-07-251-30/+43
* tty: rework break handlingAlan Cox2008-07-221-1/+2
* tty: add more tty_port fieldsAlan Cox2008-07-201-1/+1
* gs: use tty_portAlan Cox2008-07-201-59/+56
* sx.c: fix printk warnings on sparc32Andrew Morton2008-05-081-3/+6
* drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-4/+4
* char serial: switch drivers to ioremap_nocacheAlan Cox2008-04-301-5/+5
* sx: prepare for BKL pushdownAlan Cox2008-04-301-13/+4
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* sx: switch subven and subid valuesJiri Slaby2007-07-101-2/+2
* [PATCH] sx: fix non-PCI buildJiri Slaby2006-12-131-0/+8
* [PATCH] Char: sx, request regionsJiri Slaby2006-12-081-6/+49
* [PATCH] Char: sx, use pci_iomapJiri Slaby2006-12-081-12/+14
* [PATCH] Char: sx, fix return in module initJiri Slaby2006-12-081-0/+1
* [PATCH] Char: sx, simplify timer logicJiri Slaby2006-12-081-11/+4
* [PATCH] Char: sx, whitespace cleanupJiri Slaby2006-12-081-846/+976
* [PATCH] Char: sx, remove duplicite codeJiri Slaby2006-12-081-15/+3
* [PATCH] Char: sx, lock boards structJiri Slaby2006-12-081-14/+23
* [PATCH] Char: sx, ifdef ISA codeJiri Slaby2006-12-081-6/+14
* [PATCH] Char: sx, use eisa probingJiri Slaby2006-12-081-47/+117
* [PATCH] Char: sx, mark functions as devinitJiri Slaby2006-12-081-4/+4
* [PATCH] Char: sx, use kcallocJiri Slaby2006-12-081-13/+1
* [PATCH] Char: sx, convert to pci probingJiri Slaby2006-12-081-78/+105
* [PATCH] Char: isicom, remove cvs stuffJiri Slaby2006-12-081-5/+2
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-0/+2
* [PATCH] sx: fix user-visible typo (devic)Alexey Dobriyan2006-10-171-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-2/+0
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-1/+1
* [PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
* [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-271-1/+1
* [PATCH] sem2mutex: serial ->port_write_mutexIngo Molnar2006-03-231-1/+1
* [PATCH] Fix Specialix SX corruptionMarc Zyngier2006-02-271-5/+5
* [PATCH] Fix Specialix SI probingMarc Zyngier2006-02-261-4/+8
* [PATCH] sx.c printk warning fixesAndrew Morton2006-02-031-3/+3
* [PATCH] sx.c warning fixesAndrew Morton2006-02-031-3/+3
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-9/+4
* [PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser2006-01-101-3/+3