summaryrefslogtreecommitdiffstats
path: root/drivers/uio
AgeCommit message (Expand)AuthorLines
2013-05-21uio: UIO_DMEM_GENIRQ should depend on HAS_DMAGeert Uytterhoeven-0/+1
2013-03-29drivers: uio: Fix UIO device registration failureDamian Hobson-Garcia-0/+1
2013-02-27uio: convert to idr_alloc()Tejun Heo-15/+4
2013-02-14uio: remove !S390 dependency from KconfigHeiko Carstens-1/+0
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-7/+18
2012-11-21drivers: uio: Only allocate new private data when probing device tree nodeDamian Hobson-Garcia-2/+2
2012-11-21drivers: uio_dmem_genirq: Allow partial success when opening deviceDamian Hobson-Garcia-6/+6
2012-11-21drivers: uio_dmem_genirq: Don't use DMA_ERROR_CODE to indicate unmapped regionsDamian Hobson-Garcia-2/+4
2012-11-21drivers: uio_dmem_genirq: Don't mix address spaces for dynamic region vaddrDamian Hobson-Garcia-3/+6
2012-11-21uio: remove use of __devexitBill Pemberton-1/+1
2012-11-21uio: remove use of __devinitdataBill Pemberton-2/+2
2012-11-21uio: remove use of __devinitBill Pemberton-6/+6
2012-11-21uio: remove use of __devexit_pBill Pemberton-1/+1
2012-11-15uio_pdrv: set memory mapping nameManuel Traut-0/+2
2012-10-27uio: uio_pruss: replace private SRAM API with genallocMatt Porter-7/+18
2012-10-24Add new uio device for dynamic memory allocationDamian Hobson-Garcia-0/+371
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov-3/+1
2012-05-15uio_pdrv_genirq: get irq through platform resource if not set otherwiseBenedikt Spranger-0/+8
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds-71/+7
2012-01-06uio: Convert uio_generic_pci to new intx masking APIJan Kiszka-72/+7
2012-01-06PCI: Rework config space blocking servicesJan Kiszka-4/+5
2011-11-26uio: convert drivers/uio/* to use module_platform_driver()Axel Lin-36/+3
2011-10-31uio: Add module.h to implicit drivers/uio usersPaul Gortmaker-0/+2
2011-10-18uio: Support physical addresses >32 bits on 32-bit systemsKai Jiang-4/+3
2011-08-22drivers:uio:fix section mismatch in uio_pdrv_genirq.cWanlong Gao-1/+1
2011-08-22drivers:uio:change the goto label to consistent with othersWanlong Gao-4/+3
2011-08-22uio: uio_pci_generic: Remove useless spin_lockHans J. Koch-5/+0
2011-07-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+43
2011-07-08uio: uio_pdrv_genirq: Add OF supportHans J. Koch-0/+43
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches-2/+2
2011-04-19uio: clean uioinfo when uninstall uio driverJie Zhou-0/+4
2011-04-19uio: fix allocating minor id for uio deviceHillf Danton-1/+7
2011-04-19uio: fix finding mm index for vmaHillf Danton-5/+3
2011-04-19uio_netx: Add support for netPLC cardsDaniel Trautmann-0/+19
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-07UIO: add PRUSS UIO driver supportPratheesh Gangadhar-0/+265
2010-11-10uio: Change mail address of Hans J. KochHans J. Koch-3/+3
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-3/+3
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds-100/+76
2010-10-22uio: Statically allocate uio_class and use class .dev_attrs.Eric W. Biederman-35/+18
2010-10-22uio: Support 2^MINOR_BITS minorsEric W. Biederman-6/+37
2010-10-22uio: Cleanup irq handling.Eric W. Biederman-7/+7
2010-10-22uio: Don't clear driver dataEric W. Biederman-14/+3
2010-10-22uio: Fix lack of locking in init_uio_classEric W. Biederman-43/+15
2010-10-22uio: do not use PCI resources before pci_enable_device()Kulikov Vasiliy-6/+7
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock-3/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-08-05uio: Remove IRQF_DISABLED flag from uio_cif.cHans J. Koch-1/+1
2010-08-05uio: Remove IRQF_DISABLED from uio_sercos3.cHans J. Koch-1/+1
2010-08-05uio: Remove IRQF_DISABLED flag from uio_pdrv_genirq.cHans J. Koch-1/+0