aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-71/+7
2012-01-06uio: Convert uio_generic_pci to new intx masking APIJan Kiszka1-72/+7
2012-01-06PCI: Rework config space blocking servicesJan Kiszka1-4/+5
2011-11-26uio: convert drivers/uio/* to use module_platform_driver()Axel Lin3-36/+3
2011-10-31uio: Add module.h to implicit drivers/uio usersPaul Gortmaker2-0/+2
2011-10-18uio: Support physical addresses >32 bits on 32-bit systemsKai Jiang1-4/+3
2011-08-22drivers:uio:fix section mismatch in uio_pdrv_genirq.cWanlong Gao1-1/+1
2011-08-22drivers:uio:change the goto label to consistent with othersWanlong Gao1-4/+3
2011-08-22uio: uio_pci_generic: Remove useless spin_lockHans J. Koch1-5/+0
2011-07-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+43
2011-07-08uio: uio_pdrv_genirq: Add OF supportHans J. Koch1-0/+43
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2-2/+2
2011-04-19uio: clean uioinfo when uninstall uio driverJie Zhou1-0/+4
2011-04-19uio: fix allocating minor id for uio deviceHillf Danton1-1/+7
2011-04-19uio: fix finding mm index for vmaHillf Danton1-5/+3
2011-04-19uio_netx: Add support for netPLC cardsDaniel Trautmann1-0/+19
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-07UIO: add PRUSS UIO driver supportPratheesh Gangadhar3-0/+265
2010-11-10uio: Change mail address of Hans J. KochHans J. Koch3-3/+3
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-100/+76
2010-10-22uio: Statically allocate uio_class and use class .dev_attrs.Eric W. Biederman1-35/+18
2010-10-22uio: Support 2^MINOR_BITS minorsEric W. Biederman1-6/+37
2010-10-22uio: Cleanup irq handling.Eric W. Biederman1-7/+7
2010-10-22uio: Don't clear driver dataEric W. Biederman1-14/+3
2010-10-22uio: Fix lack of locking in init_uio_classEric W. Biederman1-43/+15
2010-10-22uio: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-6/+7
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-3/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-05uio: Remove IRQF_DISABLED flag from uio_cif.cHans J. Koch1-1/+1
2010-08-05uio: Remove IRQF_DISABLED from uio_sercos3.cHans J. Koch1-1/+1
2010-08-05uio: Remove IRQF_DISABLED flag from uio_pdrv_genirq.cHans J. Koch1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-0/+8
2010-03-07UIO: Remove SMX Cryptengine driverHans J. Koch3-152/+0
2010-03-07UIO: minor Kconfig fixesJohn Ogness1-1/+1
2010-03-07UIO: Add a driver for Hilscher netX-based fieldbus cardsHans J. Koch3-0/+184
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-2/+2
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-11-13uio: pm_runtime_disable is needed if failedKuninori Morimoto1-0/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+54
2009-09-15uio: add generic driver for PCI 2.3 devicesMichael S. Tsirkin3-0/+218
2009-09-15UIO: remove 'default n' from KconfigDaniel Mack1-5/+0
2009-08-23uio: Runtime PM for UIO devicesMagnus Damm1-0/+54
2009-04-16UIO: fix specific device driver missing statement for depmodHans J. Koch1-0/+1
2009-03-24UIO: Take offset into account when determining number of pages that can be mappedIan Abbott1-1/+2
2009-03-24uio: add the uio_aec driverBrandon Philips3-0/+194
2009-03-24UIO: Add name attributes for mappings and port regionsHans J. Koch1-0/+22
2009-01-06UIO: Pass information about ioports to userspace (V2)Hans J. Koch1-17/+142