summaryrefslogtreecommitdiffstats
path: root/drivers/uio
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-10-201-6/+8
|\
| * UIO: BKL removalJonathan Corbet2008-10-161-6/+8
* | UIO: Fix mapping of logical and virtual memoryAndrew G. Harvey2008-10-161-2/+10
* | UIO: add automata sercos3 pci card supportJohn Ogness2008-10-163-0/+257
* | UIO: Change driver name of uio_pdrvHans J. Koch2008-10-161-1/+1
* | UIO: Add alignment warnings for uio-memHans J. Koch2008-10-161-0/+8
* | device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+3
|/
* UIO: generic irq handling for some uio platform devicesMagnus Damm2008-08-213-0/+202
* UIO: uio_pdrv: fix license specificationUwe Kleine-König2008-08-211-1/+1
* UIO: uio_pdrv: fix memory leakUwe Kleine-König2008-08-211-0/+2
* UIO: add generic UIO platform driverUwe Kleine-König2008-07-213-0/+126
* UIO: Add write function to allow irq maskingHans J. Koch2008-07-211-0/+26
* UIO: fix UIO Kconfig dependenciesUwe Kleine-König2008-07-211-2/+1
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-4/+3
|\
| * UIO: fix race in device_createGreg Kroah-Hartman2008-05-201-4/+3
* | UIO: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-5/+12
|/
* UIO: hold a reference to the device's owner while the device is openUwe Kleine-König2008-04-191-15/+21
* UIO: Implement a UIO interface for the SMX CryptengineBen Nizette2008-04-193-0/+154
* UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.cHans-Jürgen Koch2008-04-191-4/+0
* uio: mark pci_device_id hilscher_pci_ids[] __devinitdataDenis Cheng2008-04-191-1/+1
* uio: Kconfig improvementsDenis Cheng2008-04-191-5/+5
* UIO: add pgprot_noncached() to UIO mmap codeJean-Samuel Chenard2008-03-241-0/+2
* UIO: fix Greg's stupid changesBrandon Philips2008-02-211-17/+37
* uio: nopageNick Piggin2008-02-061-8/+6
* UIO: constify function pointer tablesJan Engelhardt2008-01-241-2/+2
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-4/+4
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-241-1/+1
* Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-241-1/+1
* UIO: fix kobject usageGreg Kroah-Hartman2008-01-241-43/+48
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-1/+1
* UIO: Hilscher CIF card driverHans-Jürgen Koch2007-07-183-1/+171
* UIO: Add the User IO core codeHans J. Koch2007-07-183-0/+718