summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme
Commit message (Expand)AuthorAgeFilesLines
* staging: vme: code convention fixSam Hansen2012-02-091-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* Staging: VME: PIO2: Add GPIOLIB dependancyMartyn Welch2011-12-131-0/+1
* Staging: VME: Remove typedefsMartyn Welch2011-12-017-130/+107Star
* Staging: VME: PIO2: Correct irq resetMartyn Welch2011-11-301-2/+7
* Driver for GE PIO2 VME CardMartyn Welch2011-11-276-0/+1086
* staging: vme: fix comment for struct vme_devManohar Vanga2011-11-271-1/+1
* staging: vme: remove vme_add_bus() and vme_remove_bus()Manohar Vanga2011-11-271-18/+8Star
* staging: vme: fix comment in __vme_register_driver()Manohar Vanga2011-11-271-4/+1Star
* Staging: VME: Update TODO fileMartyn Welch2011-11-271-66/+1Star
* staging: vme: fix address cast warnings for 64 bit architecturesManohar Vanga2011-11-271-6/+7
* staging: vme_user: rename USER_BUS_MAX to VME_USER_BUS_MAXManohar Vanga2011-10-182-6/+6
* staging: vme: get rid of struct vme_device_id and slotsManohar Vanga2011-10-184-35/+16Star
* staging: vme: make match() driver specific to improve non-VME64x supportManohar Vanga2011-10-185-166/+169
* staging: vme: add struct vme_dev for VME devicesManohar Vanga2011-10-185-108/+117
* staging: vme: change static device array to pointersManohar Vanga2011-09-092-5/+18
* staging: vme: keep track of registered busesManohar Vanga2011-08-242-15/+24
* staging: vme: make [alloc|free]_consistent bridge specificManohar Vanga2011-08-244-18/+76
* staging: vme_user: change kmalloc+memset to kzallocManohar Vanga2011-08-241-3/+1Star
* Staging: VME: Introduce IOCTL to generate VME interrupts.Vincent Bossier2011-06-282-0/+22
* Staging: VME: Fix ca91cx42 VME interrupt generation.Vincent Bossier2011-06-281-1/+14
* Staging: VME: Make vme/ctl device available for IOCTL operations only.Vincent Bossier2011-06-281-2/+11
* Staging: VME: Fix Universe II int ack logic.Vincent Bossier2011-06-281-1/+1
* Staging VME: Fix remaining checkpatch.pl errors.Vincent Bossier2011-06-285-17/+17
* Fix common misspellingsLucas De Marchi2011-03-314-12/+12
* staging: vme: Remove NULL check before kfreeIlia Mirkin2011-03-142-4/+2Star
* staging: vme: remove unreachable codeManohar Vanga2011-02-282-5/+0Star
* staging: vme: remove unreachable codeManohar Vanga2011-02-281-4/+0Star
* staging: vme: fix loop conditionManohar Vanga2011-02-231-1/+1
* staging: vme: remove unreachable codeManohar Vanga2011-02-231-1/+0Star
* Delete zero-length drivers/staging/vme/bridges/Module.symversJeff Garzik2011-01-281-0/+0
* Staging: vme_tsi148: use DEFINE_PCI_DEVICE_TABLENamhyung Kim2010-12-101-1/+1
* Staging: vme_ca91cx42: use DEFINE_PCI_DEVICE_TABLENamhyung Kim2010-12-101-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/+0Star
* 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/+0Star
* 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