aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/bridges/vme_ca91cx42.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-23staging: vme: make [alloc|free]_consistent bridge specificManohar Vanga1-0/+24
2011-06-28Staging: VME: Fix ca91cx42 VME interrupt generation.Vincent Bossier1-1/+14
2011-06-28Staging: VME: Fix Universe II int ack logic.Vincent Bossier1-1/+1
2011-06-28Staging VME: Fix remaining checkpatch.pl errors.Vincent Bossier1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-14staging: vme: Remove NULL check before kfreeIlia Mirkin1-2/+1
2011-02-28staging: vme: remove unreachable codeManohar Vanga1-3/+0
2010-12-09Staging: vme_ca91cx42: use DEFINE_PCI_DEVICE_TABLENamhyung Kim1-1/+1
2010-11-16staging: vme: ca91cx42: declare static functions as suchEmilio G. Cota1-26/+26
2010-11-16staging: vme: style: convert '&(foo)' to '&foo'Emilio G. Cota1-90/+91
2010-09-30Staging: vme: Assure D16 cycle if required in master_read and master_writeArthur Benilov1-5/+89
2010-07-08Staging: vme: vme_ca91cx42: remove casts from void*Kulikov Vasiliy1-4/+4
2010-06-18Staging: vme: bridges: Add missing unlocksJulia Lawall1-1/+3
2010-06-04staging: Use GFP_ATOMIC when a lock is heldJulia Lawall1-1/+1
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall1-6/+2
2010-05-11Staging: Drop memory allocation castJulia Lawall1-2/+1
2010-05-11Staging: vme: Correct checkpatch errorsMartyn Welch1-5/+4
2010-05-11Staging: vme: Use dev_err rather than printkMartyn Welch1-38/+57
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-147/+3
2010-03-03Staging: vme: ca91cx42 slot detectionMartyn Welch1-14/+5
2010-03-03Staging: vme: Add ca91cx42 rmw supportMartyn Welch1-84/+54
2010-03-03Staging: vme: Correct ca91cx42 resource handlingMartyn Welch1-10/+15
2010-03-03Staging: vme: add ca91cx42 dma supportMartyn Welch1-339/+260
2010-03-03Staging: vme: Add location monitor support for ca91cx42Martyn Welch1-72/+200
2010-03-03Staging: vme: Make vme_master_resource naming bus neutralMartyn Welch1-24/+24
2010-03-03Staging: vme: Enable drivers to handle more than one bridgeMartyn Welch1-179/+232
2010-03-03Staging: vme: Attribute Testing For Dma RequestMartyn Welch1-0/+2
2010-03-03Staging: vme: Renaming following split of GE Fanuc joint ventureMartyn Welch1-2/+2
2010-03-03staging: make PCI device id constantNémeth Márton1-1/+1
2010-03-03Staging: vme: Allow drivers to co-existMartyn Welch1-15/+17
2010-03-03Staging: vme: Allow override of geographical address on ca91c142Martyn Welch1-2/+12
2009-12-11Staging: vme: fix compiler warnings in vme_ca91cx42.cGreg Kroah-Hartman1-1/+2
2009-12-11Staging: vme: Pull common VME interrupt handling into core codeMartyn Welch1-63/+15
2009-12-11Staging: vme: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2009-10-14Staging: vme: fix sched.h build breakageGreg Kroah-Hartman1-0/+1
2009-09-15Staging: vme: Update support for the Universe II VME driverMartyn Welch1-1262/+1384
2009-09-15Staging: vme: add Universe I/II bridge driverMartyn Welch1-0/+1811