aboutsummaryrefslogtreecommitdiff
path: root/drivers/uio
AgeCommit message (Expand)Author
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
2013-05-21uio/uio_netx: Use module_pci_driver to register driverPeter Huewe
2013-05-21uio/uio_sercos3: Use module_pci_driver to register driverPeter Huewe
2013-05-21uio/uio_aec: Use module_pci_driver to register driverPeter Huewe
2013-03-29drivers: uio: Fix UIO device registration failureDamian Hobson-Garcia
2013-02-27uio: convert to idr_alloc()Tejun Heo
2013-02-14uio: remove !S390 dependency from KconfigHeiko Carstens
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-11-21drivers: uio: Only allocate new private data when probing device tree nodeDamian Hobson-Garcia
2012-11-21drivers: uio_dmem_genirq: Allow partial success when opening deviceDamian Hobson-Garcia
2012-11-21drivers: uio_dmem_genirq: Don't use DMA_ERROR_CODE to indicate unmapped regionsDamian Hobson-Garcia
2012-11-21drivers: uio_dmem_genirq: Don't mix address spaces for dynamic region vaddrDamian Hobson-Garcia
2012-11-21uio: remove use of __devexitBill Pemberton