aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/bridges/vme_tsi148.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-26Staging: VME: move VME drivers out of stagingGreg Kroah-Hartman1-2691/+0
2012-04-10Staging: VME: Ensure TSI148 link list descriptors are written big endianMartyn Welch1-70/+93
2012-04-10Staging: VME: Convert TSI148 to use dma_map_singleMartyn Welch1-7/+15
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-12-01Staging: VME: Remove typedefsMartyn Welch1-20/+16
2011-08-23staging: vme: make [alloc|free]_consistent bridge specificManohar Vanga1-0/+24
2011-06-28Staging VME: Fix remaining checkpatch.pl errors.Vincent Bossier1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-14staging: vme: Remove NULL check before kfreeIlia Mirkin1-2/+1
2011-02-28staging: vme: remove unreachable codeManohar Vanga1-2/+0
2010-12-09Staging: vme_tsi148: use DEFINE_PCI_DEVICE_TABLENamhyung Kim1-1/+1
2010-11-16staging: vme: tsi148: declare static functions as suchEmilio G. Cota1-21/+22
2010-11-16staging: vme: tsi148: remove unreachable lineEmilio G. Cota1-1/+0
2010-11-16staging: vme: tsi148: fix warning in free_irqEmilio G. Cota1-4/+7
2010-11-16staging: vme: tsi148: remove double freeing of the IRQ in .removeEmilio G. Cota1-2/+0
2010-11-16staging: vme: tsi148: use list_for_each_safe when deleting resources in .removeEmilio G. Cota1-3/+4
2010-11-16staging: vme: style: convert '&(foo)' to '&foo'Emilio G. Cota1-102/+102
2010-07-08Staging: vme: vme_tsi148: remove casts from void*Kulikov Vasiliy1-5/+5
2010-06-04staging: Use GFP_ATOMIC when a lock is heldJulia Lawall1-1/+1
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman1-198/+198
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall1-6/+2
2010-05-11Staging: Drop memory allocation castJulia Lawall1-1/+1
2010-05-11Staging: vme: Correct checkpatch errorsMartyn Welch1-104/+82
2010-05-11Staging: vme: Use dev_err rather than printkMartyn Welch1-88/+114
2010-04-30Staging: vme: Re-introduce necessary bracketsMartyn Welch1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Staging: vme: Remove legacy unsupported codeMartyn Welch1-350/+1
2010-03-03Staging: vme: Make vme_master_resource naming bus neutralMartyn Welch1-25/+25
2010-03-03Staging: vme: Enable drivers to handle more than one bridgeMartyn Welch1-274/+360
2010-03-03Staging: vme: Attribute Testing For Dma RequestMartyn Welch1-0/+4
2010-03-03Staging: vme: Renaming following split of GE Fanuc joint ventureMartyn Welch1-2/+2
2010-03-03staging: make PCI device id constantNémeth Márton1-1/+1
2010-03-03Staging: vme: Allow drivers to co-existMartyn Welch1-10/+10
2010-03-03Staging: vme: Allow override of geographical address on tsi148Martyn Welch1-5/+20
2009-12-11Staging: vme: Clean up tsi148 driverMartyn Welch1-9/+1
2009-12-11Staging: vme: Allow size of 0 when disabling a windowMartyn Welch1-22/+34
2009-12-11Staging: vme: Pull common VME interrupt handling into core codeMartyn Welch1-70/+24
2009-12-11Staging: vme: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2009-10-14Staging: vme: fix sched.h build breakageGreg Kroah-Hartman1-0/+1
2009-09-15Staging: vme: add VME Location Monitor management mechanismMartyn Welch1-25/+44
2009-09-15Staging: Use proper mutexes in the tsi-148 VME driverMartyn Welch1-49/+37
2009-09-15Staging: vme: Add syncronize interrupts before removing callbackMartyn Welch1-0/+5
2009-09-15Staging: vme: Correct tsi-148 VME interrupt free routineMartyn Welch1-7/+8
2009-09-15Staging: vme: add Tundra TSI148 VME-PCI Bridge driverMartyn Welch1-0/+2912