aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/rio
Commit message (Expand)AuthorAgeFilesLines
* drivers/char/rio/Makefile: replace the use of <module>-objs with <module>-yTracey Dent2010-10-271-1/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-3/+4
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-5/+0
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-113-0/+3
* drivers/char/rio/rioctrl.c: off by one error in rioctrl.cDan Carpenter2009-09-241-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* rio: addition has higher precedence than ?:Roel Kluin2009-04-061-1/+1
* rio: Kill off ckmallocAlan Cox2009-01-021-13/+4
* tty_port: Add a port level carrier detect operationAlan Cox2009-01-021-10/+8
* rio: push down the BKL into the firmware ioctl handlerAlan Cox2008-07-251-3/+5
* gs: use tty_portAlan Cox2008-07-205-29/+29
* drivers/char/rio/: remove VCS tagsAdrian Bunk2008-07-2026-121/+0
* drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-3/+3
* Char: rio, fix cirrus definesJiri Slaby2008-04-307-185/+191
* drivers: fix integer as NULL pointer warningsHarvey Harrison2008-04-281-1/+1
* drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-189-9/+0
* Char: rio, fix sparse warningsJiri Slaby2008-04-022-1/+7
* long vs. unsigned long - low-hanging fruits in driversAl Viro2007-10-141-1/+1
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-193-8/+3
* Overrun in drivers/char/rio/riocmd.cEric Sesterhenn / Snakebyte2007-05-111-1/+1
* rio: typo in bitwise AND expression.Willy Tarreau2007-02-171-1/+1
* [PATCH] Char: timers cleanupJiri Slaby2007-02-121-8/+4
* [PATCH] Char: tty_wakeup cleanupJiri Slaby2007-02-111-7/+2
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] ioremap balanced with iounmap for drivers/char/rio/rio_linux.cAmol Lad2006-12-071-1/+7
* Fix misc .c/.h comment typosMatt LaPlante2006-11-303-5/+5
* [PATCH] Char: correct pci_get_device changesJiri Slaby2006-10-212-0/+10
* [PATCH] rio: fix array checkingAlan Cox2006-10-161-2/+2
* Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2006-10-063-4/+4
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [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: rio: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-303-3/+0
* spelling fixesAndreas Mohr2006-06-261-1/+1
* [PATCH] missing readb/readw in rioAl Viro2006-05-273-24/+24
* [PATCH] copy_to_user() from iomem is a bad thingAl Viro2006-05-271-4/+16
* [PATCH] forgotten swap of copyout() argumentsAl Viro2006-05-271-1/+1
* [PATCH] handling rio MEMDUMPAl Viro2006-05-271-1/+1
* [PATCH] fix rio_copy_to_card() for OLDPCI caseAl Viro2006-05-272-2/+14
* [PATCH] uses of ->Copy() in rioroute are bogusAl Viro2006-05-271-5/+5
* [PATCH] bogus order of copy_from_user() argumentsAl Viro2006-05-271-1/+1
* [PATCH] rio ->Copy() expects the sourse as first argumentAl Viro2006-05-272-2/+2
* [PATCH] trivial annotations in rioAl Viro2006-05-2717-230/+228
* [PATCH] Final rio polishAlan Cox2006-05-154-75/+34
* [PATCH] Yet more rio cleaning (2 of 2)Alan Cox2006-03-2418-912/+265
* [PATCH] Yet more rio cleaning (1 of 2)Alan Cox2006-03-2415-524/+36