aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vme
AgeCommit message (Expand)Author
2013-12-18vme_user: Use __u64 and __u32 in userspace structsAaron Sierra
2013-12-18vme_user: Enable compat_ioctl for mixed environmentAaron Sierra
2013-12-17vme_user: Update API to work in mixed environmentsAaron Sierra
2013-12-03VME: Rename vme_slot_get to avoid confusion with reference countingMartyn Welch
2013-12-03VME: Provide access to VME bus enumeration and fix vme_user match functionMartyn Welch
2013-05-13staging: vme: fix error return code in vme_user_probe()Wei Yongjun
2013-05-12vme/devices: Fixed camel-case variable namesLisa Nguyen
2013-03-25staging: vme: fix for a potential NULL pointer dereferenceKumar Amit Mehta
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches
2013-01-07Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman
2013-01-07staging: vme: Fix URL in KconfigMasanari Iida
2013-01-07staging: vme_pio2: fix oops on module unloadingKonstantin Khlebnikov
2012-11-21staging: vme: remove use of __devexitBill Pemberton
2012-11-21staging: vme: remove use of __devinitBill Pemberton
2012-11-21staging: vme: remove use of __devexit_pBill Pemberton
2012-11-13staging/vme: Use dev_ or pr_ printks in devices/vme_user.cYAMANE Toshiaki
2012-09-04staging/vme: Use pr_ printks in vme_pio2_core.cToshiaki Yamane
2012-09-04Staging: vme: Fix a white space issueToshiaki Yamane
2012-08-14staging "vme" Fix typos.Justin P. Mattock
2012-07-19vme_user.c: remove duplicated includeDuan Jiong
2012-07-06Staging: vme: silence a Sparse warningDan Carpenter
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman
2012-04-26Staging: VME: move VME drivers out of stagingGreg Kroah-Hartman
2012-04-25staging: vme: vme.c: fix minor coding style issuesGreg Kroah-Hartman
2012-04-18drivers: staging: vme: devices: Remove unneeded include version.hMarcos Paulo de Souza
2012-04-10Staging: VME: Ensure TSI148 link list descriptors are written big endianMartyn Welch
2012-04-10Staging: VME: Convert TSI148 to use dma_map_singleMartyn Welch
2012-04-10staging: Fix typo in multiple filesMasanari Iida
2012-04-10Staging: vme: Replace semaphore by mutex.Santosh Nayak
2012-04-10staging/vme: Fix module parametersGerard Snitselaar
2012-03-15staging: vme: fix section mismatches in linux-next 20120314Gerard Snitselaar
2012-02-09staging: vme: code convention fixSam Hansen
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-12-12Staging: VME: PIO2: Add GPIOLIB dependancyMartyn Welch
2011-12-01Staging: VME: Remove typedefsMartyn Welch
2011-11-30Staging: VME: PIO2: Correct irq resetMartyn Welch
2011-11-26Driver for GE PIO2 VME CardMartyn Welch
2011-11-26staging: vme: fix comment for struct vme_devManohar Vanga
2011-11-26staging: vme: remove vme_add_bus() and vme_remove_bus()Manohar Vanga
2011-11-26staging: vme: fix comment in __vme_register_driver()Manohar Vanga
2011-11-26Staging: VME: Update TODO fileMartyn Welch
2011-11-26staging: vme: fix address cast warnings for 64 bit architecturesManohar Vanga
2011-10-17staging: vme_user: rename USER_BUS_MAX to VME_USER_BUS_MAXManohar Vanga
2011-10-17staging: vme: get rid of struct vme_device_id and slotsManohar Vanga
2011-10-17staging: vme: make match() driver specific to improve non-VME64x supportManohar Vanga
2011-10-17staging: vme: add struct vme_dev for VME devicesManohar Vanga
2011-09-09staging: vme: change static device array to pointersManohar Vanga
2011-08-23staging: vme: keep track of registered busesManohar Vanga