aboutsummaryrefslogtreecommitdiff
path: root/drivers/vme/vme.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-09-14vme: remove unneeded kfreeGravatar Ding Xiang 1-1/+0
2017-12-18vme: Fix a possible sleep-in-atomic bug in vme_tsi148Gravatar Jia-Ju Bai 1-1/+1
2017-11-08VME: Return -EBUSY when DMA list in useGravatar Martyn Welch 1-1/+1
2017-10-20Merge tag 'vme-next-4.14-rc4' of https://gitlab.collabora.com/martyn/linux in...Gravatar Greg Kroah-Hartman 1-111/+83
2017-10-13vme: Return directly in two functionsGravatar Markus Elfring 1-6/+4
2017-10-13vme: Adjust 48 checks for null pointersGravatar Markus Elfring 1-53/+48
2017-10-13vme: Move an assignment in vme_new_dma_list()Gravatar Markus Elfring 1-4/+3
2017-10-13vme: Improve 11 size determinationsGravatar Markus Elfring 1-13/+12
2017-10-13vme: Delete 11 error messages for a failed memory allocationGravatar Markus Elfring 1-35/+16
2017-10-04vme: Fix integer overflow checking in vme_check_window()Gravatar Dan Carpenter 1-10/+8
2017-03-17docs: Add kernel-doc comments to VME driver APIGravatar Martyn Welch 1-31/+438
2017-01-25VME: restore bus_remove function causing incomplete module unloadGravatar Stefano Babic 1-0/+15
2016-10-28vme: vme_get_size potentially returning incorrect value on failureGravatar Martyn Welch 1-0/+4
2016-08-31vme: make core vme support explicitly non-modularGravatar Paul Gortmaker 1-25/+2
2016-08-31vme: change LM callback argument to void pointerGravatar Aaron Sierra 1-2/+2
2016-05-01vme: add vme_init_bridge for common bridge initGravatar Aaron Sierra 1-0/+14
2016-05-01vme: trivial spelling and capitalization fixesGravatar Aaron Sierra 1-6/+6
2015-10-04vme: print unhandled VME access errorsGravatar Dmitry Kalinkin 1-0/+7
2015-10-04vme: change bus error handling schemeGravatar Dmitry Kalinkin 1-58/+34
2015-10-04vme: include address space in error filteringGravatar Dmitry Kalinkin 1-20/+41
2015-10-04vme: move tsi148 error handling into VME subsystemGravatar Dmitry Kalinkin 1-0/+86
2015-06-12vme: export vme_check_window()Gravatar Dmitry Kalinkin 1-2/+3
2015-06-12vme: check for A64 overflow in vme_check_window()Gravatar Dmitry Kalinkin 1-4/+2
2015-03-06staging: vme: mmap() support for vme_userGravatar Dmitry Kalinkin 1-0/+26
2015-01-12vme: fix misspelling of current function in stringGravatar Julia Lawall 1-1/+1
2013-12-17vme: Convert VME core to register as a subsystemGravatar Aaron Sierra 1-5/+1
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-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-04-26Staging: VME: move VME drivers out of stagingGravatar Greg Kroah-Hartman 1-0/+1517