summaryrefslogtreecommitdiffstats
path: root/drivers/uio
AgeCommit message (Expand)AuthorLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+8
2010-03-07UIO: Remove SMX Cryptengine driverHans J. Koch-152/+0
2010-03-07UIO: minor Kconfig fixesJohn Ogness-1/+1
2010-03-07UIO: Add a driver for Hilscher netX-based fieldbus cardsHans J. Koch-0/+184
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy-2/+2
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan-1/+1
2009-11-13uio: pm_runtime_disable is needed if failedKuninori Morimoto-0/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan-0/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan-1/+1
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds-0/+54
2009-09-15uio: add generic driver for PCI 2.3 devicesMichael S. Tsirkin-0/+218
2009-09-15UIO: remove 'default n' from KconfigDaniel Mack-5/+0
2009-08-23uio: Runtime PM for UIO devicesMagnus Damm-0/+54
2009-04-16UIO: fix specific device driver missing statement for depmodHans J. Koch-0/+1
2009-03-24UIO: Take offset into account when determining number of pages that can be ma...Ian Abbott-1/+2
2009-03-24uio: add the uio_aec driverBrandon Philips-0/+194
2009-03-24UIO: Add name attributes for mappings and port regionsHans J. Koch-0/+22
2009-01-06UIO: Pass information about ioports to userspace (V2)Hans J. Koch-17/+142
2009-01-06UIO: uio_pdrv_genirq: allow custom irq_flagsMike Frysinger-2/+3
2009-01-06UIO: use pci_ioremap_bar() in drivers/uioArjan van de Ven-2/+1
2008-11-01saner FASYNC handling on file closeAl Viro-3/+0
2008-10-20Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds-6/+8
2008-10-16UIO: BKL removalJonathan Corbet-6/+8
2008-10-16UIO: Fix mapping of logical and virtual memoryAndrew G. Harvey-2/+10
2008-10-16UIO: add automata sercos3 pci card supportJohn Ogness-0/+257
2008-10-16UIO: Change driver name of uio_pdrvHans J. Koch-1/+1
2008-10-16UIO: Add alignment warnings for uio-memHans J. Koch-0/+8
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman-3/+3
2008-08-21UIO: generic irq handling for some uio platform devicesMagnus Damm-0/+202
2008-08-21UIO: uio_pdrv: fix license specificationUwe Kleine-König-1/+1
2008-08-21UIO: uio_pdrv: fix memory leakUwe Kleine-König-0/+2
2008-07-21UIO: add generic UIO platform driverUwe Kleine-König-0/+126
2008-07-21UIO: Add write function to allow irq maskingHans J. Koch-0/+26
2008-07-21UIO: fix UIO Kconfig dependenciesUwe Kleine-König-2/+1
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet-4/+3
2008-06-20UIO: cdev lock_kernel() pushdownJonathan Corbet-5/+12
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