aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Staging: VME: Introduce IOCTL to generate VME interrupts.Vincent Bossier2-0/+22
2011-06-28Staging: VME: Fix ca91cx42 VME interrupt generation.Vincent Bossier1-1/+14
2011-06-28Staging: VME: Make vme/ctl device available for IOCTL operations only.Vincent Bossier1-2/+11
2011-06-28Staging: VME: Fix Universe II int ack logic.Vincent Bossier1-1/+1
2011-06-28Staging VME: Fix remaining checkpatch.pl errors.Vincent Bossier5-17/+17
2011-03-31Fix common misspellingsLucas De Marchi4-12/+12
2011-03-14staging: vme: Remove NULL check before kfreeIlia Mirkin2-4/+2
2011-02-28staging: vme: remove unreachable codeManohar Vanga2-5/+0
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
2011-01-28Delete zero-length drivers/staging/vme/bridges/Module.symversJeff Garzik1-0/+0
2010-12-09Staging: vme_tsi148: use DEFINE_PCI_DEVICE_TABLENamhyung Kim1-1/+1
2010-12-09Staging: vme_ca91cx42: use DEFINE_PCI_DEVICE_TABLENamhyung Kim1-1/+1
2010-12-03staging/vme_user: add missing calls to vme_master_free calls in .removeEmilio G. Cota1-1/+3
2010-12-03staging/vme/vme_user: use __dev{init, exit} for .probe and .removeEmilio G. Cota1-5/+7
2010-12-03staging/vme_user: fix usage of the slave resources after they've been freedEmilio G. Cota1-2/+2
2010-11-16staging: vme: ca91cx42: mark the registers' base address pointer as __iomemEmilio G. Cota1-1/+1
2010-11-16staging: vme: tsi148: mark the registers' base address pointer as __iomemEmilio G. Cota1-1/+1
2010-11-16staging: vme: mark struct vme_master_resource's base address pointer as __iomemEmilio G. Cota1-1/+1
2010-11-16staging: vme_user: mark user-space buffers with __userEmilio G. Cota1-13/+13
2010-11-16staging: vme_user: remove __iomem marking from kern_buf and derivatesEmilio G. Cota1-3/+3
2010-11-16staging: vme_user: use an unsigned int for counting the number of kparamsEmilio G. Cota1-1/+1
2010-11-16staging: vme_user: declare private variables as staticEmilio G. Cota1-3/+3
2010-11-16staging: vme: ca91cx42: declare static functions as suchEmilio G. Cota1-26/+26
2010-11-16staging: vme: tsi148: declare static functions as suchEmilio G. Cota1-21/+22
2010-11-16staging: vme: tsi148: remove unreachable lineEmilio G. Cota1-1/+0
2010-11-16staging: vme: tsi148: fix warning in free_irqEmilio G. Cota2-4/+7
2010-11-16staging: vme: tsi148: remove double freeing of the IRQ in .removeEmilio G. Cota1-2/+0
2010-11-16staging: vme: tsi148: use list_for_each_safe when deleting resources in .removeEmilio G. Cota1-3/+4
2010-11-16staging: vme: fix bogus clearing of the bus number in vme_free_bus_numEmilio G. Cota1-1/+1
2010-11-16staging: vme_user: remove unreachable lineEmilio G. Cota1-1/+0
2010-11-16staging: vme_user: return the appropriate error code when module_init failsEmilio G. Cota1-0/+2
2010-11-16staging: vme: style: convert '&(foo)' to '&foo'Emilio G. Cota4-257/+258
2010-09-30Staging: vme: Assure D16 cycle if required in master_read and master_writeArthur Benilov1-5/+89
2010-09-07staging: Bulk convert the semaphore messThomas Gleixner1-1/+1
2010-07-22Staging: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+4
2010-07-08Staging: vme: vme_ca91cx42: remove casts from void*Kulikov Vasiliy1-4/+4
2010-07-08Staging: vme: vme_tsi148: remove casts from void*Kulikov Vasiliy1-5/+5
2010-06-18Staging: vme: bridges: Add missing unlocksJulia Lawall1-1/+3
2010-06-18Staging: vme: devices: vme_user.c: Fix checkpatch.pl issues.Nanakos Chrysostomos1-47/+45
2010-06-04staging: Use GFP_ATOMIC when a lock is heldJulia Lawall2-2/+2
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman6-265/+295
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall2-12/+4
2010-05-11Staging: Drop memory allocation castJulia Lawall2-3/+2
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-05-11Staging: vme: Correct checkpatch errorsMartyn Welch3-119/+102
2010-05-11Staging: vme: Use dev_err rather than printkMartyn Welch2-126/+171
2010-05-11Staging: push down BKL into ioctl functionsArnd Bergmann1-3/+15