aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-314-12/+12
* staging: vme: Remove NULL check before kfreeIlia Mirkin2011-03-142-4/+2
* staging: vme: remove unreachable codeManohar Vanga2011-02-282-5/+0
* staging: vme: remove unreachable codeManohar Vanga2011-02-281-4/+0
* staging: vme: fix loop conditionManohar Vanga2011-02-231-1/+1
* staging: vme: remove unreachable codeManohar Vanga2011-02-231-1/+0
* Delete zero-length drivers/staging/vme/bridges/Module.symversJeff Garzik2011-01-281-0/+0
* Staging: vme_tsi148: use DEFINE_PCI_DEVICE_TABLENamhyung Kim2010-12-091-1/+1
* Staging: vme_ca91cx42: use DEFINE_PCI_DEVICE_TABLENamhyung Kim2010-12-091-1/+1
* staging/vme_user: add missing calls to vme_master_free calls in .removeEmilio G. Cota2010-12-031-1/+3
* staging/vme/vme_user: use __dev{init, exit} for .probe and .removeEmilio G. Cota2010-12-031-5/+7
* staging/vme_user: fix usage of the slave resources after they've been freedEmilio G. Cota2010-12-031-2/+2
* staging: vme: ca91cx42: mark the registers' base address pointer as __iomemEmilio G. Cota2010-11-161-1/+1
* staging: vme: tsi148: mark the registers' base address pointer as __iomemEmilio G. Cota2010-11-161-1/+1
* staging: vme: mark struct vme_master_resource's base address pointer as __iomemEmilio G. Cota2010-11-161-1/+1
* staging: vme_user: mark user-space buffers with __userEmilio G. Cota2010-11-161-13/+13
* staging: vme_user: remove __iomem marking from kern_buf and derivatesEmilio G. Cota2010-11-161-3/+3
* staging: vme_user: use an unsigned int for counting the number of kparamsEmilio G. Cota2010-11-161-1/+1
* staging: vme_user: declare private variables as staticEmilio G. Cota2010-11-161-3/+3
* staging: vme: ca91cx42: declare static functions as suchEmilio G. Cota2010-11-161-26/+26
* staging: vme: tsi148: declare static functions as suchEmilio G. Cota2010-11-161-21/+22
* staging: vme: tsi148: remove unreachable lineEmilio G. Cota2010-11-161-1/+0
* staging: vme: tsi148: fix warning in free_irqEmilio G. Cota2010-11-162-4/+7
* staging: vme: tsi148: remove double freeing of the IRQ in .removeEmilio G. Cota2010-11-161-2/+0
* staging: vme: tsi148: use list_for_each_safe when deleting resources in .removeEmilio G. Cota2010-11-161-3/+4
* staging: vme: fix bogus clearing of the bus number in vme_free_bus_numEmilio G. Cota2010-11-161-1/+1
* staging: vme_user: remove unreachable lineEmilio G. Cota2010-11-161-1/+0
* staging: vme_user: return the appropriate error code when module_init failsEmilio G. Cota2010-11-161-0/+2
* staging: vme: style: convert '&(foo)' to '&foo'Emilio G. Cota2010-11-164-257/+258
* Staging: vme: Assure D16 cycle if required in master_read and master_writeArthur Benilov2010-09-301-5/+89
* staging: Bulk convert the semaphore messThomas Gleixner2010-09-071-1/+1
* Staging: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-221-3/+4
* Staging: vme: vme_ca91cx42: remove casts from void*Kulikov Vasiliy2010-07-081-4/+4
* Staging: vme: vme_tsi148: remove casts from void*Kulikov Vasiliy2010-07-081-5/+5
* Staging: vme: bridges: Add missing unlocksJulia Lawall2010-06-181-1/+3
* Staging: vme: devices: vme_user.c: Fix checkpatch.pl issues.Nanakos Chrysostomos2010-06-181-47/+45
* staging: Use GFP_ATOMIC when a lock is heldJulia Lawall2010-06-042-2/+2
* Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman2010-05-216-265/+295
|\
| * Staging: Use kcalloc or kzallocJulia Lawall2010-05-142-12/+4
| * Staging: Drop memory allocation castJulia Lawall2010-05-112-3/+2
| * Staging: vme: declare vme_calc_slot() as staticBill Pemberton2010-05-111-1/+1
| * Staging: vme: declare vme_bus_num_mtx staticBill Pemberton2010-05-111-1/+1
| * Staging: vme: Correct checkpatch errorsMartyn Welch2010-05-113-119/+102
| * Staging: vme: Use dev_err rather than printkMartyn Welch2010-05-112-126/+171
| * Staging: push down BKL into ioctl functionsArnd Bergmann2010-05-111-3/+15
| * Staging: remove unused #include <linux/version.h>Huang Weiyi2010-05-111-1/+0
* | Staging: vme: Re-introduce necessary bracketsMartyn Welch2010-04-301-1/+2
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
* Staging: vme: VMIVME-7805 board supportArthur Benilov2010-03-036-0/+178
* Staging: vme: Allocate memory buffers for master windowsArthur Benilov2010-03-031-0/+14