aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/rio
AgeCommit message (Expand)AuthorFilesLines
2010-10-27drivers/char/rio/Makefile: replace the use of <module>-objs with <module>-yGravatar Tracey Dent 1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-3/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 5-5/+0
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 3-0/+3
2009-09-24drivers/char/rio/rioctrl.c: off by one error in rioctrl.cGravatar Dan Carpenter 1-1/+1
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-04-06rio: addition has higher precedence than ?:Gravatar Roel Kluin 1-1/+1
2009-01-02rio: Kill off ckmallocGravatar Alan Cox 1-13/+4
2009-01-02tty_port: Add a port level carrier detect operationGravatar Alan Cox 1-10/+8
2008-07-25rio: push down the BKL into the firmware ioctl handlerGravatar Alan Cox 1-3/+5
2008-07-20gs: use tty_portGravatar Alan Cox 5-29/+29
2008-07-20drivers/char/rio/: remove VCS tagsGravatar Adrian Bunk 26-121/+0
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-3/+3
2008-04-30Char: rio, fix cirrus definesGravatar Jiri Slaby 7-185/+191
2008-04-28drivers: fix integer as NULL pointer warningsGravatar Harvey Harrison 1-1/+1
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 9-9/+0
2008-04-02Char: rio, fix sparse warningsGravatar Jiri Slaby 2-1/+7
2007-10-14long vs. unsigned long - low-hanging fruits in driversGravatar Al Viro 1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Gravatar Yoann Padioleau 3-8/+3
2007-05-11Overrun in drivers/char/rio/riocmd.cGravatar Eric Sesterhenn / Snakebyte 1-1/+1
2007-02-17rio: typo in bitwise AND expression.Gravatar Willy Tarreau 1-1/+1
2007-02-12[PATCH] Char: timers cleanupGravatar Jiri Slaby 1-8/+4
2007-02-11[PATCH] Char: tty_wakeup cleanupGravatar Jiri Slaby 1-7/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-1/+1
2006-12-07[PATCH] ioremap balanced with iounmap for drivers/char/rio/rio_linux.cGravatar Amol Lad 1-1/+7
2006-11-30Fix misc .c/.h comment typosGravatar Matt LaPlante 3-5/+5
2006-10-21[PATCH] Char: correct pci_get_device changesGravatar Jiri Slaby 2-0/+10
2006-10-16[PATCH] rio: fix array checkingGravatar Alan Cox 1-2/+2
2006-10-06Various drivers' irq handlers: kill dead code, needless castsGravatar Jeff Garzik 3-4/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2
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: rio: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 3-3/+0
2006-06-26spelling fixesGravatar Andreas Mohr 1-1/+1
2006-05-27[PATCH] missing readb/readw in rioGravatar Al Viro 3-24/+24
2006-05-27[PATCH] copy_to_user() from iomem is a bad thingGravatar Al Viro 1-4/+16
2006-05-27[PATCH] forgotten swap of copyout() argumentsGravatar Al Viro 1-1/+1
2006-05-27[PATCH] handling rio MEMDUMPGravatar Al Viro 1-1/+1
2006-05-27[PATCH] fix rio_copy_to_card() for OLDPCI caseGravatar Al Viro 2-2/+14
2006-05-27[PATCH] uses of ->Copy() in rioroute are bogusGravatar Al Viro 1-5/+5
2006-05-27[PATCH] bogus order of copy_from_user() argumentsGravatar Al Viro 1-1/+1
2006-05-27[PATCH] rio ->Copy() expects the sourse as first argumentGravatar Al Viro 2-2/+2
2006-05-27[PATCH] trivial annotations in rioGravatar Al Viro 17-230/+228
2006-05-15[PATCH] Final rio polishGravatar Alan Cox 4-75/+34
2006-03-24[PATCH] Yet more rio cleaning (2 of 2)Gravatar Alan Cox 18-912/+265
2006-03-24[PATCH] Yet more rio cleaning (1 of 2)Gravatar Alan Cox 15-524/+36