aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vme (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-17docs: Add kernel-doc comments to VME driver APIMartyn Welch1-31/+438
2017-01-25VME: restore bus_remove function causing incomplete module unloadStefano Babic1-0/+15
2017-01-11vme: Fix wrong pointer utilization in ca91cx42_slave_getAugusto Mecking Caringi1-1/+1
2016-10-28vme: vme_get_size potentially returning incorrect value on failureMartyn Welch1-0/+4
2016-09-27vme: fake: remove unexpected unlock in fake_master_set()Wei Yongjun1-3/+0
2016-09-27vme: fake: mark symbols static where possibleBaoyou Xie1-8/+8
2016-09-13vme: fake: fix build for 64-bit dma_addr_tArnd Bergmann1-8/+18
2016-08-31vme: Adding Fake VME driverMartyn Welch3-0/+1308
2016-08-31vme: make core vme support explicitly non-modularPaul Gortmaker1-25/+2
2016-08-31vme: Fix module autoloadAlessio Igor Bogani2-0/+4
2016-08-31vme: change LM callback argument to void pointerAaron Sierra6-9/+16
2016-05-01vme: add vme_init_bridge for common bridge initAaron Sierra4-16/+17
2016-05-01vme: trivial spelling and capitalization fixesAaron Sierra1-6/+6
2016-02-07vme: vme_ca91cx42.c: use to_pci_dev()Geliang Tang1-6/+5
2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+3
2015-10-17vme: 8-bit status/id takes 256 values, not 255Dmitry Kalinkin1-1/+3
2015-10-05vme: tsi148: silence uninitialized variable warningDmitry Kalinkin1-2/+2
2015-10-04vme: print unhandled VME access errorsDmitry Kalinkin1-0/+7
2015-10-04vme: change bus error handling schemeDmitry Kalinkin4-110/+91
2015-10-04vme: include address space in error filteringDmitry Kalinkin3-23/+46
2015-10-04vme: move tsi148 error handling into VME subsystemDmitry Kalinkin3-86/+99
2015-10-04vme: lower alignment requirement in pci bridge driversDmitry Kalinkin2-2/+2
2015-06-12vme: tsi148: depend on HAS_DMA for KconfigDmitry Kalinkin1-1/+1
2015-06-12vme: ca91cx42: fix LM_CTL address maskDmitry Kalinkin1-1/+1
2015-06-12vme: ca91cx42: return error code on DMA errorDmitry Kalinkin1-0/+1
2015-06-12vme: export vme_check_window()Dmitry Kalinkin1-2/+3
2015-06-12vme: check for A64 overflow in vme_check_window()Dmitry Kalinkin1-4/+2
2015-06-12vme: stop DMA transfer on interruptionDmitry Kalinkin2-5/+27
2015-06-12vme: tsi148: fix first DMA item mappingDmitry Kalinkin1-11/+12
2015-06-12vme: tsi148: fix DMA lists longer that one itemDmitry Kalinkin1-2/+2
2015-03-06vme: tsi148: Master windows support USERx and CR/CSR accesses, not slavesMartyn Welch1-8/+3
2015-03-06staging: vme: mmap() support for vme_userDmitry Kalinkin1-0/+26
2015-01-12vme: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-08-08vme: bridges: use pci_zalloc_consistentJoe Perches2-8/+4
2014-07-09VME: remove duplicate CA91CX42_DCTL_VDW_M defineDan Carpenter1-1/+0
2014-04-16vme_tsi148: Utilize to_pci_dev() macroAaron Sierra1-8/+6
2014-04-16vme_tsi148: Fix PCI address mapping assumptionJoe Schultz1-1/+7
2014-04-16vme_tsi148: Fix typo in tsi148_slave_get()Joe Schultz1-1/+1
2014-02-18Merge 3.14-rc3 into char-misc-nextGreg Kroah-Hartman2-4/+4
2014-02-15VME: Stop using memcpy_[to|from]io() due to unwanted behaviourMartyn Welch2-24/+23
2014-02-07VME: Correct read/write alignment algorithmMartyn Welch2-4/+4
2013-12-17vme: Convert VME core to register as a subsystemAaron Sierra2-6/+2
2013-12-03vme: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han3-3/+3
2013-12-03VME: Rename vme_slot_get to avoid confusion with reference countingMartyn Welch1-3/+3
2013-12-03VME: Provide access to VME bus enumeration and fix vme_user match functionMartyn Welch1-0/+13
2013-08-27vme: vme_ca91cx42.c: fix to pass correct device identity to free_irq()Wei Yongjun1-1/+5
2013-08-19vme: vme_vmivme7805.c: add missing __iomem annotationJingoo Han1-1/+1
2013-08-19vme: vme_ca91cx42.c: add missing __iomem annotationJingoo Han1-2/+2
2013-08-19vme: vme_tsi148.c: add missing __iomem annotationJingoo Han1-2/+2
2013-06-24vme: vme_tsi148.c: fix error return code in tsi148_probe()Wei Yongjun1-1/+2