aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/vme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-01Staging: VME: Remove typedefsMartyn Welch1-21/+17
2011-11-26staging: vme: remove vme_add_bus() and vme_remove_bus()Manohar Vanga1-18/+8
2011-11-26staging: vme: fix comment in __vme_register_driver()Manohar Vanga1-4/+1
2011-10-17staging: vme: get rid of struct vme_device_id and slotsManohar Vanga1-5/+3
2011-10-17staging: vme: make match() driver specific to improve non-VME64x supportManohar Vanga1-97/+105
2011-10-17staging: vme: add struct vme_dev for VME devicesManohar Vanga1-76/+52
2011-09-09staging: vme: change static device array to pointersManohar Vanga1-4/+17
2011-08-23staging: vme: keep track of registered busesManohar Vanga1-15/+23
2011-08-23staging: vme: make [alloc|free]_consistent bridge specificManohar Vanga1-15/+21
2011-02-28staging: vme: remove unreachable codeManohar Vanga1-4/+0
2011-02-23staging: vme: fix loop conditionManohar Vanga1-1/+1
2011-02-23staging: vme: remove unreachable codeManohar Vanga1-1/+0
2010-11-16staging: vme: fix bogus clearing of the bus number in vme_free_bus_numEmilio G. Cota1-1/+1
2010-11-16staging: vme: style: convert '&(foo)' to '&foo'Emilio G. Cota1-57/+57
2010-05-11Staging: vme: declare vme_calc_slot() as staticBill Pemberton1-1/+1
2010-05-11Staging: vme: declare vme_bus_num_mtx staticBill Pemberton1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Staging: vme: Remove legacy unsupported codeMartyn Welch1-4/+0
2010-03-03Staging: vme: Enable drivers to handle more than one bridgeMartyn Welch1-5/+5
2010-03-03Staging: vme: Attribute Testing For Dma RequestMartyn Welch1-3/+5
2010-03-03Staging: vme: Renaming following split of GE Fanuc joint ventureMartyn Welch1-3/+3
2010-03-03Staging: vme: Fix checkpatch errors on VME core.Martyn Welch1-112/+110
2009-12-11staging: vme: Fix mutex lockingMartyn Welch1-3/+3
2009-12-11Staging: vme: Rename VME DMA functionsMartyn Welch1-2/+2
2009-12-11Staging: vme: Correct operation of vme_lm_freeMartyn Welch1-6/+8
2009-12-11Staging: vme: Pull common VME interrupt handling into core codeMartyn Welch1-16/+60
2009-12-11Staging: vme: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2009-09-15Staging: vme: add VME Location Monitor management mechanismMartyn Welch1-26/+144
2009-09-15Staging: Use proper mutexes in the tsi-148 VME driverMartyn Welch1-30/+30
2009-09-15Staging: vme: fix {master,slave}_get check bugEmilio G. Cota1-2/+2
2009-09-15Staging: vme: Extend VME core probing for special matchesMartyn Welch1-3/+11
2009-09-15Staging: VME Framework for the Linux KernelMartyn Welch1-0/+1371