summaryrefslogtreecommitdiffstats
path: root/drivers/vme/vme.c
Commit message (Expand)AuthorAgeFilesLines
* vme: Fix a possible sleep-in-atomic bug in vme_tsi148Jia-Ju Bai2017-12-181-1/+1
* VME: Return -EBUSY when DMA list in useMartyn Welch2017-11-081-1/+1
* Merge tag 'vme-next-4.14-rc4' of https://gitlab.collabora.com/martyn/linux in...Greg Kroah-Hartman2017-10-201-111/+83
|\
| * vme: Return directly in two functionsMarkus Elfring2017-10-131-6/+4
| * vme: Adjust 48 checks for null pointersMarkus Elfring2017-10-131-53/+48
| * vme: Move an assignment in vme_new_dma_list()Markus Elfring2017-10-131-4/+3
| * vme: Improve 11 size determinationsMarkus Elfring2017-10-131-13/+12
| * vme: Delete 11 error messages for a failed memory allocationMarkus Elfring2017-10-131-35/+16
* | vme: Fix integer overflow checking in vme_check_window()Dan Carpenter2017-10-041-10/+8
|/
* docs: Add kernel-doc comments to VME driver APIMartyn Welch2017-03-171-31/+438
* VME: restore bus_remove function causing incomplete module unloadStefano Babic2017-01-251-0/+15
* vme: vme_get_size potentially returning incorrect value on failureMartyn Welch2016-10-281-0/+4
* vme: make core vme support explicitly non-modularPaul Gortmaker2016-08-311-25/+2
* vme: change LM callback argument to void pointerAaron Sierra2016-08-311-2/+2
* vme: add vme_init_bridge for common bridge initAaron Sierra2016-05-011-0/+14
* vme: trivial spelling and capitalization fixesAaron Sierra2016-05-011-6/+6
* vme: print unhandled VME access errorsDmitry Kalinkin2015-10-041-0/+7
* vme: change bus error handling schemeDmitry Kalinkin2015-10-041-58/+34
* vme: include address space in error filteringDmitry Kalinkin2015-10-041-20/+41
* vme: move tsi148 error handling into VME subsystemDmitry Kalinkin2015-10-041-0/+86
* vme: export vme_check_window()Dmitry Kalinkin2015-06-121-2/+3
* vme: check for A64 overflow in vme_check_window()Dmitry Kalinkin2015-06-121-4/+2
* staging: vme: mmap() support for vme_userDmitry Kalinkin2015-03-061-0/+26
* vme: fix misspelling of current function in stringJulia Lawall2015-01-121-1/+1
* vme: Convert VME core to register as a subsystemAaron Sierra2013-12-171-5/+1
* VME: Rename vme_slot_get to avoid confusion with reference countingMartyn Welch2013-12-031-3/+3
* VME: Provide access to VME bus enumeration and fix vme_user match functionMartyn Welch2013-12-031-0/+13
* vme: Free DMA resource allocation structureMartyn Welch2013-06-061-0/+2
* vme: add missing put_device() after device_register() failsEmilio G. Cota2013-02-141-0/+1
* Staging: VME: move VME drivers out of stagingGreg Kroah-Hartman2012-04-261-0/+1517
OpenPOWER on IntegriCloud