aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-12uio: uio_fsl_elbc_gpcm: new driverJohn Ogness3-0/+520
2015-01-12uio/uio_pci_generic: don't return zero on failure path in probe()Alexey Khoroshilov1-1/+2
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+2
2014-11-07uio: support memory sizes larger than 32 bitsCristian Stoica1-2/+2
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman3-3/+0
2014-10-20uio: drop owner assignment from platform_driversWolfram Sang3-3/+0
2014-10-02uio: Export definition of struct uio_deviceAndy Grover1-12/+0
2014-07-13Merge 3.16-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+1
2014-07-09uio: uio_pruss: use struct deviceAndre Heider1-18/+19
2014-06-17Revert "uio: fix vma io range check in mmap"Greg Kroah-Hartman1-1/+1
2014-05-27uio: fix vma io range check in mmapBin Wang1-1/+1
2014-05-27drivers: uio_dmem_genirq: Fix memory leak in uio_dmem_genirq_probe()Daeseok Youn1-2/+2
2013-12-20uio: fix devm_request_irq usageAaro Koskinen1-1/+1
2013-12-16Merge 3.13-rc4 into char-misc-nextGreg Kroah-Hartman1-0/+2
2013-12-08uio: uio_mf624: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-12-02uio: we cannot mmap unaligned page contentsLinus Torvalds1-0/+2
2013-11-13drivers/uio/uio_pruss.c: use gen_pool_dma_alloc() to allocate sram memoryNicolin Chen1-4/+2
2013-11-07Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds7-51/+30
2013-10-29uio: Pass pointers to virt_to_page(), not integersBen Hutchings1-2/+4
2013-10-29uio: fix memory leakCong Ding1-6/+10
2013-10-29Fix a few incorrectly checked [io_]remap_pfn_range() callsLinus Torvalds1-2/+15
2013-09-26uio: uio_sercos3: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26uio: uio_netx: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26uio: uio_mf624: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26uio: uio_cif: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26uio: uio_aec: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26uio: Simplify uio error path by using devres functionsMichal Simek2-36/+14
2013-09-26drivers: uio: mf624_disable_interrupt() can be staticFengguang Wu1-2/+2
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-9/+13
2013-08-30drivers: uio: Kconfig: add MMU dependancy for UIOChen Gang1-0/+1
2013-08-30drivers: uio: Add driver for Humusoft MF624 DAQ PCI cardRostislav Lisovy3-0/+261
2013-08-30drivers: uio_pdrv_genirq: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-30drivers: uio_pruss: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-30drivers: uio_dmem_genirq: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-27uio: uio_pruss: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-12uio: drop unused vma_count member in uio_device structUwe Kleine-König1-16/+0
2013-08-12uio: provide vm access to UIO_MEM_PHYS mapsUwe Kleine-König1-9/+17
2013-07-26uio: Remove uio_pdrv and use uio_pdrv_genirq insteadMichal Simek3-121/+0
2013-07-24UIO: convert class code to use dev_groupsGreg Kroah-Hartman1-9/+13
2013-07-03uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-1/+1
2013-06-25drivers: uio_pdrv_genirq: Use of_match_ptr() macroSachin Kamat1-4/+1
2013-06-24UIO: Fix concurrency issueVitalii Demianets1-5/+13
2013-06-24drivers: uio_dmem_genirq: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-06-18UIO: fix uio_pdrv_genirq with device tree but no interruptPavel Machek1-15/+10
2013-06-18UIO: allow binding uio_pdrv_genirq.c to devices using command line optionPavel Machek1-2/+6
2013-06-06uio: uio_pruss: Fix potential NULL pointer dereferenceEmil Goode1-1/+1
2013-05-27Merge 3.10-rc3 into char-misc-nextGreg Kroah-Hartman1-0/+1
2013-05-21uio/uio_pci_generic: Use module_pci_driver to register driverPeter Huewe1-15/+2
2013-05-21uio: UIO_DMEM_GENIRQ should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2013-05-21uio/uio_cif: Use module_pci_driver to register driverPeter Huewe1-13/+1