aboutsummaryrefslogtreecommitdiff
path: root/drivers/vme
AgeCommit message (Expand)AuthorFilesLines
2014-07-09VME: remove duplicate CA91CX42_DCTL_VDW_M defineGravatar Dan Carpenter 1-1/+0
2014-04-16vme_tsi148: Utilize to_pci_dev() macroGravatar Aaron Sierra 1-8/+6
2014-04-16vme_tsi148: Fix PCI address mapping assumptionGravatar Joe Schultz 1-1/+7
2014-04-16vme_tsi148: Fix typo in tsi148_slave_get()Gravatar Joe Schultz 1-1/+1
2014-02-18Merge 3.14-rc3 into char-misc-nextGravatar Greg Kroah-Hartman 2-4/+4
2014-02-15VME: Stop using memcpy_[to|from]io() due to unwanted behaviourGravatar Martyn Welch 2-24/+23
2014-02-07VME: Correct read/write alignment algorithmGravatar Martyn Welch 2-4/+4
2013-12-17vme: Convert VME core to register as a subsystemGravatar Aaron Sierra 2-6/+2
2013-12-03vme: remove DEFINE_PCI_DEVICE_TABLE macroGravatar Jingoo Han 3-3/+3
2013-12-03VME: Rename vme_slot_get to avoid confusion with reference countingGravatar Martyn Welch 1-3/+3
2013-12-03VME: Provide access to VME bus enumeration and fix vme_user match functionGravatar Martyn Welch 1-0/+13
2013-08-27vme: vme_ca91cx42.c: fix to pass correct device identity to free_irq()Gravatar Wei Yongjun 1-1/+5
2013-08-19vme: vme_vmivme7805.c: add missing __iomem annotationGravatar Jingoo Han 1-1/+1
2013-08-19vme: vme_ca91cx42.c: add missing __iomem annotationGravatar Jingoo Han 1-2/+2
2013-08-19vme: vme_tsi148.c: add missing __iomem annotationGravatar Jingoo Han 1-2/+2
2013-06-24vme: vme_tsi148.c: fix error return code in tsi148_probe()Gravatar Wei Yongjun 1-1/+2
2013-06-17vme: tsi148: Window reserved for accessing CR/CSR does not need attributes setGravatar Martyn Welch 1-7/+0
2013-06-17vme: tsi148: CR/CSR logic arround the wrong wayGravatar Martyn Welch 1-3/+4
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