aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vme
AgeCommit message (Expand)AuthorFilesLines
2011-10-17staging: vme_user: rename USER_BUS_MAX to VME_USER_BUS_MAXGravatar Manohar Vanga 2-6/+6
2011-10-17staging: vme: get rid of struct vme_device_id and slotsGravatar Manohar Vanga 4-35/+16
2011-10-17staging: vme: make match() driver specific to improve non-VME64x supportGravatar Manohar Vanga 5-166/+169
2011-10-17staging: vme: add struct vme_dev for VME devicesGravatar Manohar Vanga 5-108/+117
2011-09-09staging: vme: change static device array to pointersGravatar Manohar Vanga 2-5/+18
2011-08-23staging: vme: keep track of registered busesGravatar Manohar Vanga 2-15/+24
2011-08-23staging: vme: make [alloc|free]_consistent bridge specificGravatar Manohar Vanga 4-18/+76
2011-08-23staging: vme_user: change kmalloc+memset to kzallocGravatar Manohar Vanga 1-3/+1
2011-06-28Staging: VME: Introduce IOCTL to generate VME interrupts.Gravatar Vincent Bossier 2-0/+22
2011-06-28Staging: VME: Fix ca91cx42 VME interrupt generation.Gravatar Vincent Bossier 1-1/+14
2011-06-28Staging: VME: Make vme/ctl device available for IOCTL operations only.Gravatar Vincent Bossier 1-2/+11
2011-06-28Staging: VME: Fix Universe II int ack logic.Gravatar Vincent Bossier 1-1/+1
2011-06-28Staging VME: Fix remaining checkpatch.pl errors.Gravatar Vincent Bossier 5-17/+17
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 4-12/+12
2011-03-14staging: vme: Remove NULL check before kfreeGravatar Ilia Mirkin 2-4/+2
2011-02-28staging: vme: remove unreachable codeGravatar Manohar Vanga 2-5/+0
2011-02-28staging: vme: remove unreachable codeGravatar Manohar Vanga 1-4/+0
2011-02-23staging: vme: fix loop conditionGravatar Manohar Vanga 1-1/+1
2011-02-23staging: vme: remove unreachable codeGravatar Manohar Vanga 1-1/+0
2011-01-28Delete zero-length drivers/staging/vme/bridges/Module.symversGravatar Jeff Garzik 1-0/+0
2010-12-09Staging: vme_tsi148: use DEFINE_PCI_DEVICE_TABLEGravatar Namhyung Kim 1-1/+1
2010-12-09Staging: vme_ca91cx42: use DEFINE_PCI_DEVICE_TABLEGravatar Namhyung Kim 1-1/+1
2010-12-03staging/vme_user: add missing calls to vme_master_free calls in .removeGravatar Emilio G. Cota 1-1/+3
2010-12-03staging/vme/vme_user: use __dev{init, exit} for .probe and .removeGravatar Emilio G. Cota 1-5/+7
2010-12-03staging/vme_user: fix usage of the slave resources after they've been freedGravatar Emilio G. Cota 1-2/+2
2010-11-16staging: vme: ca91cx42: mark the registers' base address pointer as __iomemGravatar Emilio G. Cota 1-1/+1
2010-11-16staging: vme: tsi148: mark the registers' base address pointer as __iomemGravatar Emilio G. Cota 1-1/+1
2010-11-16staging: vme: mark struct vme_master_resource's base address pointer as __iomemGravatar Emilio G. Cota 1-1/+1
2010-11-16staging: vme_user: mark user-space buffers with __userGravatar Emilio G. Cota 1-13/+13
2010-11-16staging: vme_user: remove __iomem marking from kern_buf and derivatesGravatar Emilio G. Cota 1-3/+3
2010-11-16staging: vme_user: use an unsigned int for counting the number of kparamsGravatar Emilio G. Cota 1-1/+1
2010-11-16staging: vme_user: declare private variables as staticGravatar Emilio G. Cota 1-3/+3
2010-11-16staging: vme: ca91cx42: declare static functions as suchGravatar Emilio G. Cota 1-26/+26
2010-11-16staging: vme: tsi148: declare static functions as suchGravatar Emilio G. Cota 1-21/+22
2010-11-16staging: vme: tsi148: remove unreachable lineGravatar Emilio G. Cota 1-1/+0
2010-11-16staging: vme: tsi148: fix warning in free_irqGravatar Emilio G. Cota 2-4/+7
2010-11-16staging: vme: tsi148: remove double freeing of the IRQ in .removeGravatar Emilio G. Cota 1-2/+0
2010-11-16staging: vme: tsi148: use list_for_each_safe when deleting resources in .removeGravatar Emilio G. Cota 1-3/+4
2010-11-16staging: vme: fix bogus clearing of the bus number in vme_free_bus_numGravatar Emilio G. Cota 1-1/+1
2010-11-16staging: vme_user: remove unreachable lineGravatar Emilio G. Cota 1-1/+0
2010-11-16staging: vme_user: return the appropriate error code when module_init failsGravatar Emilio G. Cota 1-0/+2
2010-11-16staging: vme: style: convert '&(foo)' to '&foo'Gravatar Emilio G. Cota 4-257/+258
2010-09-30Staging: vme: Assure D16 cycle if required in master_read and master_writeGravatar Arthur Benilov 1-5/+89
2010-09-07staging: Bulk convert the semaphore messGravatar Thomas Gleixner 1-1/+1
2010-07-22Staging: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-3/+4
2010-07-08Staging: vme: vme_ca91cx42: remove casts from void*Gravatar Kulikov Vasiliy 1-4/+4
2010-07-08Staging: vme: vme_tsi148: remove casts from void*Gravatar Kulikov Vasiliy 1-5/+5
2010-06-18Staging: vme: bridges: Add missing unlocksGravatar Julia Lawall 1-1/+3
2010-06-18Staging: vme: devices: vme_user.c: Fix checkpatch.pl issues.Gravatar Nanakos Chrysostomos 1-47/+45
2010-06-04staging: Use GFP_ATOMIC when a lock is heldGravatar Julia Lawall 2-2/+2