summaryrefslogtreecommitdiffstats
path: root/drivers/uio
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-0/+8
* UIO: Remove SMX Cryptengine driverHans J. Koch2010-03-083-152/+0Star
* UIO: minor Kconfig fixesJohn Ogness2010-03-081-1/+1
* UIO: Add a driver for Hilscher netX-based fieldbus cardsHans J. Koch2010-03-083-0/+184
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-081-2/+2
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* uio: pm_runtime_disable is needed if failedKuninori Morimoto2009-11-131-0/+1
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-09-181-0/+54
|\
| * uio: Runtime PM for UIO devicesMagnus Damm2009-08-231-0/+54
* | uio: add generic driver for PCI 2.3 devicesMichael S. Tsirkin2009-09-153-0/+218
* | UIO: remove 'default n' from KconfigDaniel Mack2009-09-151-5/+0Star
|/
* UIO: fix specific device driver missing statement for depmodHans J. Koch2009-04-171-0/+1
* UIO: Take offset into account when determining number of pages that can be ma...Ian Abbott2009-03-251-1/+2
* uio: add the uio_aec driverBrandon Philips2009-03-253-0/+194
* UIO: Add name attributes for mappings and port regionsHans J. Koch2009-03-251-0/+22
* UIO: Pass information about ioports to userspace (V2)Hans J. Koch2009-01-061-17/+142
* UIO: uio_pdrv_genirq: allow custom irq_flagsMike Frysinger2009-01-061-2/+3
* UIO: use pci_ioremap_bar() in drivers/uioArjan van de Ven2009-01-061-2/+1Star
* saner FASYNC handling on file closeAl Viro2008-11-011-3/+0Star
* 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-223-0/+126
* UIO: Add write function to allow irq maskingHans J. Koch2008-07-221-0/+26
* UIO: fix UIO Kconfig dependenciesUwe Kleine-König2008-07-221-2/+1Star
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-4/+3Star
|\
| * UIO: fix race in device_createGreg Kroah-Hartman2008-05-201-4/+3Star
* | 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-201-15/+21
* UIO: Implement a UIO interface for the SMX CryptengineBen Nizette2008-04-203-0/+154
* UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.cHans-Jürgen Koch2008-04-201-4/+0Star
* uio: mark pci_device_id hilscher_pci_ids[] __devinitdataDenis Cheng2008-04-201-1/+1
* uio: Kconfig improvementsDenis Cheng2008-04-201-5/+5
* UIO: add pgprot_noncached() to UIO mmap codeJean-Samuel Chenard2008-03-251-0/+2
* UIO: fix Greg's stupid changesBrandon Philips2008-02-221-17/+37
* uio: nopageNick Piggin2008-02-061-8/+6Star
* UIO: constify function pointer tablesJan Engelhardt2008-01-251-2/+2
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-251-4/+4
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-251-1/+1
* Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-251-1/+1
* UIO: fix kobject usageGreg Kroah-Hartman2008-01-251-43/+48