summaryrefslogtreecommitdiff
path: root/drivers/vme/bridges/vme_ca91cx42.c
AgeCommit message (Expand)Author
2022-06-10vme: remove ca91cx42 Universe-II supportArnd Bergmann
2020-12-09vme: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-07-16vme: ca91cx42: remove redundant variable iColin Ian King
2017-10-13vme: ca91cx42: Adjust 14 checks for null pointersMarkus Elfring
2017-10-13vme: ca91cx42: Improve 12 size determinationsMarkus Elfring
2017-10-13vme: ca91cx42: Delete eight error messages for a failed memory allocationMarkus Elfring
2017-01-11vme: Fix wrong pointer utilization in ca91cx42_slave_getAugusto Mecking Caringi
2016-08-31vme: Fix module autoloadAlessio Igor Bogani
2016-08-31vme: change LM callback argument to void pointerAaron Sierra
2016-05-01vme: add vme_init_bridge for common bridge initAaron Sierra
2016-02-07vme: vme_ca91cx42.c: use to_pci_dev()Geliang Tang
2015-10-04vme: change bus error handling schemeDmitry Kalinkin
2015-10-04vme: lower alignment requirement in pci bridge driversDmitry Kalinkin
2015-06-12vme: ca91cx42: return error code on DMA errorDmitry Kalinkin
2015-06-12vme: stop DMA transfer on interruptionDmitry Kalinkin
2014-08-08vme: bridges: use pci_zalloc_consistentJoe Perches
2014-02-18Merge 3.14-rc3 into char-misc-nextGreg Kroah-Hartman
2014-02-15VME: Stop using memcpy_[to|from]io() due to unwanted behaviourMartyn Welch
2014-02-07VME: Correct read/write alignment algorithmMartyn Welch
2013-12-03vme: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2013-08-27vme: vme_ca91cx42.c: fix to pass correct device identity to free_irq()Wei Yongjun
2013-08-19vme: vme_ca91cx42.c: add missing __iomem annotationJingoo Han
2012-10-25vme: vme_ca91cx42.c: use module_pci_driver to simplify the codeWei Yongjun
2012-09-06vme: vme_ca91cx42.c: use list_for_each_safe() when delete list itemsWei Yongjun
2012-05-08vme: vme_ca91cx42.c: local functions should not be exposed globallyH Hartley Sweeten
2012-04-26Staging: VME: move VME drivers out of stagingGreg Kroah-Hartman