aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vme
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-21Merge staging-next tree into Linus's latest versionGravatar Greg Kroah-Hartman 6-265/+295
2010-05-14Staging: Use kcalloc or kzallocGravatar Julia Lawall 2-12/+4
2010-05-11Staging: Drop memory allocation castGravatar Julia Lawall 2-3/+2
2010-05-11Staging: vme: declare vme_calc_slot() as staticGravatar Bill Pemberton 1-1/+1
2010-05-11Staging: vme: declare vme_bus_num_mtx staticGravatar Bill Pemberton 1-1/+1
2010-05-11Staging: vme: Correct checkpatch errorsGravatar Martyn Welch 3-119/+102
2010-05-11Staging: vme: Use dev_err rather than printkGravatar Martyn Welch 2-126/+171
2010-05-11Staging: push down BKL into ioctl functionsGravatar Arnd Bergmann 1-3/+15
2010-05-11Staging: remove unused #include <linux/version.h>Gravatar Huang Weiyi 1-1/+0
2010-04-30Staging: vme: Re-introduce necessary bracketsGravatar Martyn Welch 1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 4-0/+4
2010-03-03Staging: vme: VMIVME-7805 board supportGravatar Arthur Benilov 6-0/+178
2010-03-03Staging: vme: Allocate memory buffers for master windowsGravatar Arthur Benilov 1-0/+14
2010-03-03Staging: vme: Use A24 when requesting slave resourceGravatar Arthur Benilov 1-1/+5
2010-03-03Staging: vme: llseek support in user driverGravatar Arthur Benilov 1-2/+33
2010-03-03Staging: vme: Remove legacy unsupported codeGravatar Martyn Welch 4-559/+4
2010-03-03Staging: vme: ca91cx42 slot detectionGravatar Martyn Welch 1-14/+5
2010-03-03Staging: vme: Add ca91cx42 rmw supportGravatar Martyn Welch 3-85/+64
2010-03-03Staging: vme: Correct ca91cx42 resource handlingGravatar Martyn Welch 1-10/+15