summaryrefslogtreecommitdiffstats
path: root/drivers/uio
AgeCommit message (Expand)AuthorLines
2008-05-20UIO: fix race in device_createGreg Kroah-Hartman-4/+3
2008-04-19UIO: hold a reference to the device's owner while the device is openUwe Kleine-König-15/+21
2008-04-19UIO: Implement a UIO interface for the SMX CryptengineBen Nizette-0/+154
2008-04-19UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.cHans-Jürgen Koch-4/+0
2008-04-19uio: mark pci_device_id hilscher_pci_ids[] __devinitdataDenis Cheng-1/+1
2008-04-19uio: Kconfig improvementsDenis Cheng-5/+5
2008-03-24UIO: add pgprot_noncached() to UIO mmap codeJean-Samuel Chenard-0/+2
2008-02-21UIO: fix Greg's stupid changesBrandon Philips-17/+37
2008-02-06uio: nopageNick Piggin-8/+6
2008-01-24UIO: constify function pointer tablesJan Engelhardt-2/+2
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman-4/+4
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman-1/+1
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman-1/+1
2008-01-24UIO: fix kobject usageGreg Kroah-Hartman-43/+48
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman-1/+1
2007-07-18UIO: Hilscher CIF card driverHans-Jürgen Koch-1/+171
2007-07-18UIO: Add the User IO core codeHans J. Koch-0/+718