aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-10staging/vme: Fix module parametersGerard Snitselaar1-2/+2
2012-03-15staging: vme: fix section mismatches in linux-next 20120314Gerard Snitselaar2-4/+4
2012-02-09staging: vme: code convention fixSam Hansen1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-12-12Staging: VME: PIO2: Add GPIOLIB dependancyMartyn Welch1-0/+1
2011-12-01Staging: VME: Remove typedefsMartyn Welch7-130/+107
2011-11-30Staging: VME: PIO2: Correct irq resetMartyn Welch1-2/+7
2011-11-26Driver for GE PIO2 VME CardMartyn Welch6-0/+1086
2011-11-26staging: vme: fix comment for struct vme_devManohar Vanga1-1/+1
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-11-26Staging: VME: Update TODO fileMartyn Welch1-66/+1
2011-11-26staging: vme: fix address cast warnings for 64 bit architecturesManohar Vanga1-6/+7
2011-10-17staging: vme_user: rename USER_BUS_MAX to VME_USER_BUS_MAXManohar Vanga2-6/+6
2011-10-17staging: vme: get rid of struct vme_device_id and slotsManohar Vanga4-35/+16
2011-10-17staging: vme: make match() driver specific to improve non-VME64x supportManohar Vanga5-166/+169
2011-10-17staging: vme: add struct vme_dev for VME devicesManohar Vanga5-108/+117
2011-09-09staging: vme: change static device array to pointersManohar Vanga2-5/+18
2011-08-23staging: vme: keep track of registered busesManohar Vanga2-15/+24
2011-08-23staging: vme: make [alloc|free]_consistent bridge specificManohar Vanga4-18/+76
2011-08-23staging: vme_user: change kmalloc+memset to kzallocManohar Vanga1-3/+1
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