aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21staging: vme: remove use of __devexitBill Pemberton2-4/+4
2012-11-21staging: vme: remove use of __devinitBill Pemberton4-6/+6
2012-11-21staging: vme: remove use of __devexit_pBill Pemberton2-2/+2
2012-11-13staging/vme: Use dev_ or pr_ printks in devices/vme_user.cYAMANE Toshiaki1-39/+34
2012-09-04staging/vme: Use pr_ printks in vme_pio2_core.cToshiaki Yamane1-5/+5
2012-09-04Staging: vme: Fix a white space issueToshiaki Yamane1-1/+1
2012-08-14staging "vme" Fix typos.Justin P. Mattock1-4/+4
2012-07-19vme_user.c: remove duplicated includeDuan Jiong1-1/+0
2012-07-06Staging: vme: silence a Sparse warningDan Carpenter1-1/+1
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman5-29/+29
2012-04-26Staging: VME: move VME drivers out of stagingGreg Kroah-Hartman5-5/+6
2012-04-18drivers: staging: vme: devices: Remove unneeded include version.hMarcos Paulo de Souza2-2/+0
2012-04-10staging: Fix typo in multiple filesMasanari Iida1-1/+1
2012-04-10Staging: vme: Replace semaphore by mutex.Santosh Nayak1-21/+22
2012-04-10staging/vme: Fix module parametersGerard Snitselaar1-2/+2
2012-03-15staging: vme: fix section mismatches in linux-next 20120314Gerard Snitselaar2-4/+4
2011-12-12Staging: VME: PIO2: Add GPIOLIB dependancyMartyn Welch1-0/+1
2011-12-01Staging: VME: Remove typedefsMartyn Welch1-5/+5
2011-11-30Staging: VME: PIO2: Correct irq resetMartyn Welch1-2/+7
2011-11-26Driver for GE PIO2 VME CardMartyn Welch6-0/+1086
2011-10-17staging: vme_user: rename USER_BUS_MAX to VME_USER_BUS_MAXManohar Vanga2-6/+6
2011-10-17staging: vme: get rid of struct vme_device_id and slotsManohar Vanga1-1/+1
2011-10-17staging: vme: make match() driver specific to improve non-VME64x supportManohar Vanga1-29/+16
2011-10-17staging: vme: add struct vme_dev for VME devicesManohar Vanga1-8/+6
2011-08-23staging: vme_user: change kmalloc+memset to kzallocManohar Vanga1-3/+1
2011-06-28Staging: VME: Introduce IOCTL to generate VME interrupts.Vincent Bossier2-0/+22
2011-06-28Staging: VME: Make vme/ctl device available for IOCTL operations only.Vincent Bossier1-2/+11
2011-06-28Staging VME: Fix remaining checkpatch.pl errors.Vincent Bossier1-12/+12
2010-12-03staging/vme_user: add missing calls to vme_master_free calls in .removeEmilio G. Cota1-1/+3
2010-12-03staging/vme/vme_user: use __dev{init, exit} for .probe and .removeEmilio G. Cota1-5/+7
2010-12-03staging/vme_user: fix usage of the slave resources after they've been freedEmilio G. Cota1-2/+2
2010-11-16staging: vme_user: mark user-space buffers with __userEmilio G. Cota1-13/+13
2010-11-16staging: vme_user: remove __iomem marking from kern_buf and derivatesEmilio G. Cota1-3/+3
2010-11-16staging: vme_user: use an unsigned int for counting the number of kparamsEmilio G. Cota1-1/+1
2010-11-16staging: vme_user: declare private variables as staticEmilio G. Cota1-3/+3
2010-11-16staging: vme_user: remove unreachable lineEmilio G. Cota1-1/+0
2010-11-16staging: vme_user: return the appropriate error code when module_init failsEmilio G. Cota1-0/+2
2010-11-16staging: vme: style: convert '&(foo)' to '&foo'Emilio G. Cota1-8/+8
2010-09-07staging: Bulk convert the semaphore messThomas Gleixner1-1/+1
2010-07-22Staging: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+4
2010-06-18Staging: vme: devices: vme_user.c: Fix checkpatch.pl issues.Nanakos Chrysostomos1-47/+45
2010-05-11Staging: push down BKL into ioctl functionsArnd Bergmann1-3/+15
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: Allocate memory buffers for master windowsArthur Benilov1-0/+14
2010-03-03Staging: vme: Use A24 when requesting slave resourceArthur Benilov1-1/+5
2010-03-03Staging: vme: llseek support in user driverArthur Benilov1-2/+33
2010-03-03Staging: vme: Renaming following split of GE Fanuc joint ventureMartyn Welch1-3/+3
2010-03-03Staging: vme: Correct vme_user error message typoMartyn Welch1-2/+2
2009-12-11staging: vme: correct array overflowMartyn Welch1-1/+1
2009-12-11Staging: vme: remove unused #include <linux/version.h>Huang Weiyi1-1/+0