aboutsummaryrefslogtreecommitdiff
path: root/drivers/vme
AgeCommit message (Expand)AuthorFilesLines
2013-06-17vme: tsi148: Only store VME bus errors if they will be checkedGravatar Martyn Welch 1-11/+17
2013-06-06vme: Free DMA resource allocation structureGravatar Martyn Welch 1-0/+2
2013-02-14vme: add missing put_device() after device_register() failsGravatar Emilio G. Cota 1-0/+1
2012-10-25vme: vme_tsi148.c: use module_pci_driver to simplify the codeGravatar Wei Yongjun 1-14/+1
2012-10-25vme: vme_ca91cx42.c: use module_pci_driver to simplify the codeGravatar Wei Yongjun 1-14/+1
2012-10-25vme: vme_vmivme7805.c: use module_pci_driver to simplify the codeGravatar Wei Yongjun 1-14/+1
2012-09-06vme: vme_ca91cx42.c: use list_for_each_safe() when delete list itemsGravatar Wei Yongjun 1-10/+10
2012-09-06vme: vme_tsi148.c: fix to use list_for_each_safe() when delete list itemsGravatar Wei Yongjun 1-5/+5
2012-07-19VME: Prevent D16 cycles being split into 8-bit blocksGravatar Martyn Welch 1-2/+83
2012-05-08VME: Move API documentation to Documentation folderGravatar Martyn Welch 1-396/+0
2012-05-08vme: vme_ca91cx42.c: local functions should not be exposed globallyGravatar H Hartley Sweeten 1-3/+3
2012-05-08vme: vme_tsi148.c: local functions should not be exposed globallyGravatar H Hartley Sweeten lin 1-3/+3
2012-04-26Staging: VME: move VME drivers out of stagingGravatar Greg Kroah-Hartman 15-0/+8947