summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/bridges
Commit message (Expand)AuthorAgeFilesLines
* Staging: VME: Fix ca91cx42 VME interrupt generation.Vincent Bossier2011-06-281-1/+14
* Staging: VME: Fix Universe II int ack logic.Vincent Bossier2011-06-281-1/+1
* Staging VME: Fix remaining checkpatch.pl errors.Vincent Bossier2011-06-282-2/+2
* Fix common misspellingsLucas De Marchi2011-03-313-9/+9
* staging: vme: Remove NULL check before kfreeIlia Mirkin2011-03-142-4/+2Star
* staging: vme: remove unreachable codeManohar Vanga2011-02-282-5/+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: 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: 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: style: convert '&(foo)' to '&foo'Emilio G. Cota2010-11-162-192/+193
* Staging: vme: Assure D16 cycle if required in master_read and master_writeArthur Benilov2010-09-301-5/+89
* 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-191-1/+3
* 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-213-259/+278
|\
| * Staging: Use kcalloc or kzallocJulia Lawall2010-05-142-12/+4Star
| * Staging: Drop memory allocation castJulia Lawall2010-05-122-3/+2Star
| * Staging: vme: Correct checkpatch errorsMartyn Welch2010-05-113-119/+102Star
| * Staging: vme: Use dev_err rather than printkMartyn Welch2010-05-112-126/+171
* | 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-302-0/+2
* Staging: vme: Remove legacy unsupported codeMartyn Welch2010-03-042-497/+4Star
* Staging: vme: ca91cx42 slot detectionMartyn Welch2010-03-041-14/+5Star
* Staging: vme: Add ca91cx42 rmw supportMartyn Welch2010-03-042-84/+64Star
* Staging: vme: Correct ca91cx42 resource handlingMartyn Welch2010-03-041-10/+15
* Staging: vme: add ca91cx42 dma supportMartyn Welch2010-03-043-366/+327Star
* Staging: vme: Add location monitor support for ca91cx42Martyn Welch2010-03-042-72/+213
* Staging: vme: Make vme_master_resource naming bus neutralMartyn Welch2010-03-042-49/+49
* Staging: vme: Enable drivers to handle more than one bridgeMartyn Welch2010-03-044-453/+624
* Staging: vme: Attribute Testing For Dma RequestMartyn Welch2010-03-042-0/+6
* Staging: vme: Renaming following split of GE Fanuc joint ventureMartyn Welch2010-03-043-6/+6
* Staging: vme/tsi148: Depend on VIRT_TO_BUSJeff Mahoney2010-03-041-0/+1
* staging: make PCI device id constantNémeth Márton2010-03-042-2/+2
* Staging: vme: Allow drivers to co-existMartyn Welch2010-03-042-25/+27
* Staging: vme: Allow override of geographical address on ca91c142Martyn Welch2010-03-041-2/+12
* Staging: vme: Allow override of geographical address on tsi148Martyn Welch2010-03-041-5/+20
* Staging: vme: Clean up tsi148 driverMartyn Welch2009-12-111-9/+1Star
* Staging: vme: Allow size of 0 when disabling a windowMartyn Welch2009-12-111-22/+34
* Staging: vme: fix compiler warnings in vme_ca91cx42.cGreg Kroah-Hartman2009-12-111-1/+2
* Staging: vme: Pull common VME interrupt handling into core codeMartyn Welch2009-12-112-133/+39Star
* Staging: vme: remove unused #include <linux/version.h>Huang Weiyi2009-12-112-2/+0Star