summaryrefslogtreecommitdiff
path: root/drivers/uio
AgeCommit message (Expand)AuthorFilesLines
2008-08-21UIO: generic irq handling for some uio platform devicesMagnus Damm3-0/+202
2008-08-21UIO: uio_pdrv: fix license specificationUwe Kleine-König1-1/+1
2008-08-21UIO: uio_pdrv: fix memory leakUwe Kleine-König1-0/+2
2008-07-22UIO: add generic UIO platform driverUwe Kleine-König3-0/+126
2008-07-22UIO: Add write function to allow irq maskingHans J. Koch1-0/+26
2008-07-22UIO: fix UIO Kconfig dependenciesUwe Kleine-König1-2/+1
2008-07-15Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-4/+3
2008-06-21UIO: cdev lock_kernel() pushdownJonathan Corbet1-5/+12
2008-05-21UIO: fix race in device_createGreg Kroah-Hartman1-4/+3
2008-04-20UIO: hold a reference to the device's owner while the device is openUwe Kleine-König1-15/+21
2008-04-20UIO: Implement a UIO interface for the SMX CryptengineBen Nizette3-0/+154
2008-04-20UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.cHans-Jürgen Koch1-4/+0
2008-04-20uio: mark pci_device_id hilscher_pci_ids[] __devinitdataDenis Cheng1-1/+1
2008-04-20uio: Kconfig improvementsDenis Cheng1-5/+5
2008-03-25UIO: add pgprot_noncached() to UIO mmap codeJean-Samuel Chenard1-0/+2
2008-02-22UIO: fix Greg's stupid changesBrandon Philips1-17/+37
2008-02-06uio: nopageNick Piggin1-8/+6
2008-01-25UIO: constify function pointer tablesJan Engelhardt1-2/+2
2008-01-25Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-4/+4
2008-01-25Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman1-1/+1
2008-01-25Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-1/+1
2008-01-25UIO: fix kobject usageGreg Kroah-Hartman1-43/+48
2008-01-25kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-1/+1
2007-07-19UIO: Hilscher CIF card driverHans-Jürgen Koch3-1/+171
2007-07-19UIO: Add the User IO core codeHans J. Koch3-0/+718