summaryrefslogtreecommitdiffstats
path: root/drivers/uio
AgeCommit message (Expand)AuthorLines
2015-01-12uio: uio_fsl_elbc_gpcm: new driverJohn Ogness-0/+520
2015-01-12uio/uio_pci_generic: don't return zero on failure path in probe()Alexey Khoroshilov-1/+2
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2014-11-07uio: support memory sizes larger than 32 bitsCristian Stoica-2/+2
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-3/+0
2014-10-20uio: drop owner assignment from platform_driversWolfram Sang-3/+0
2014-10-02uio: Export definition of struct uio_deviceAndy Grover-12/+0
2014-07-13Merge 3.16-rc5 into char-misc-nextGreg Kroah-Hartman-1/+1
2014-07-09uio: uio_pruss: use struct deviceAndre Heider-18/+19
2014-06-17Revert "uio: fix vma io range check in mmap"Greg Kroah-Hartman-1/+1
2014-05-27uio: fix vma io range check in mmapBin Wang-1/+1
2014-05-27drivers: uio_dmem_genirq: Fix memory leak in uio_dmem_genirq_probe()Daeseok Youn-2/+2
2013-12-20uio: fix devm_request_irq usageAaro Koskinen-1/+1
2013-12-16Merge 3.13-rc4 into char-misc-nextGreg Kroah-Hartman-0/+2
2013-12-08uio: uio_mf624: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han-1/+1
2013-12-02uio: we cannot mmap unaligned page contentsLinus Torvalds-0/+2
2013-11-13drivers/uio/uio_pruss.c: use gen_pool_dma_alloc() to allocate sram memoryNicolin Chen-4/+2
2013-11-07Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-51/+30
2013-10-29uio: Pass pointers to virt_to_page(), not integersBen Hutchings-2/+4
2013-10-29uio: fix memory leakCong Ding-6/+10
2013-10-29Fix a few incorrectly checked [io_]remap_pfn_range() callsLinus Torvalds-2/+15
2013-09-26uio: uio_sercos3: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-09-26uio: uio_netx: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-09-26uio: uio_mf624: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-09-26uio: uio_cif: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-09-26uio: uio_aec: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-09-26uio: Simplify uio error path by using devres functionsMichal Simek-36/+14
2013-09-26drivers: uio: mf624_disable_interrupt() can be staticFengguang Wu-2/+2
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-9/+13
2013-08-30drivers: uio: Kconfig: add MMU dependancy for UIOChen Gang-0/+1
2013-08-30drivers: uio: Add driver for Humusoft MF624 DAQ PCI cardRostislav Lisovy-0/+261
2013-08-30drivers: uio_pdrv_genirq: use dev_get_platdata()Jingoo Han-1/+1
2013-08-30drivers: uio_pruss: use dev_get_platdata()Jingoo Han-1/+1
2013-08-30drivers: uio_dmem_genirq: use dev_get_platdata()Jingoo Han-1/+1
2013-08-27uio: uio_pruss: remove unnecessary platform_set_drvdata()Jingoo Han-1/+0
2013-08-12uio: drop unused vma_count member in uio_device structUwe Kleine-König-16/+0
2013-08-12uio: provide vm access to UIO_MEM_PHYS mapsUwe Kleine-König-9/+17
2013-07-26uio: Remove uio_pdrv and use uio_pdrv_genirq insteadMichal Simek-121/+0
2013-07-24UIO: convert class code to use dev_groupsGreg Kroah-Hartman-9/+13
2013-07-03uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin-1/+1
2013-06-25drivers: uio_pdrv_genirq: Use of_match_ptr() macroSachin Kamat-4/+1
2013-06-24UIO: Fix concurrency issueVitalii Demianets-5/+13
2013-06-24drivers: uio_dmem_genirq: Use of_match_ptr() macroSachin Kamat-3/+1
2013-06-18UIO: fix uio_pdrv_genirq with device tree but no interruptPavel Machek-15/+10
2013-06-18UIO: allow binding uio_pdrv_genirq.c to devices using command line optionPavel Machek-2/+6
2013-06-06uio: uio_pruss: Fix potential NULL pointer dereferenceEmil Goode-1/+1
2013-05-27Merge 3.10-rc3 into char-misc-nextGreg Kroah-Hartman-0/+1
2013-05-21uio/uio_pci_generic: Use module_pci_driver to register driverPeter Huewe-15/+2
2013-05-21uio: UIO_DMEM_GENIRQ should depend on HAS_DMAGeert Uytterhoeven-0/+1
2013-05-21uio/uio_cif: Use module_pci_driver to register driverPeter Huewe-13/+1