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