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