summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme
Commit message (Expand)AuthorAgeFilesLines
* vme_user: Use __u64 and __u32 in userspace structsAaron Sierra2013-12-191-11/+11
* vme_user: Enable compat_ioctl for mixed environmentAaron Sierra2013-12-191-0/+1
* vme_user: Update API to work in mixed environmentsAaron Sierra2013-12-181-10/+10
* VME: Rename vme_slot_get to avoid confusion with reference countingMartyn Welch2013-12-031-1/+1
* VME: Provide access to VME bus enumeration and fix vme_user match functionMartyn Welch2013-12-031-3/+10
* staging: vme: fix error return code in vme_user_probe()Wei Yongjun2013-05-131-0/+2
* vme/devices: Fixed camel-case variable namesLisa Nguyen2013-05-122-8/+8
* staging: vme: fix for a potential NULL pointer dereferenceKumar Amit Mehta2013-03-251-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-4/+4
|\
| * new helper: file_inode(file)Al Viro2013-02-231-4/+4
* | staging: Remove unnecessary OOM messagesJoe Perches2013-02-113-6/+1Star
* | Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman2013-01-081-12/+2Star
|\|
| * staging: vme_pio2: fix oops on module unloadingKonstantin Khlebnikov2013-01-071-12/+2Star
* | staging: vme: Fix URL in KconfigMasanari Iida2013-01-071-1/+1
|/
* staging: vme: remove use of __devexitBill Pemberton2012-11-222-4/+4
* staging: vme: remove use of __devinitBill Pemberton2012-11-224-6/+6
* staging: vme: remove use of __devexit_pBill Pemberton2012-11-222-2/+2
* staging/vme: Use dev_ or pr_ printks in devices/vme_user.cYAMANE Toshiaki2012-11-131-39/+34Star
* staging/vme: Use pr_ printks in vme_pio2_core.cToshiaki Yamane2012-09-041-5/+5
* Staging: vme: Fix a white space issueToshiaki Yamane2012-09-041-1/+1
* staging "vme" Fix typos.Justin P. Mattock2012-08-151-4/+4
* vme_user.c: remove duplicated includeDuan Jiong2012-07-201-1/+0Star
* Staging: vme: silence a Sparse warningDan Carpenter2012-07-071-1/+1
* Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-0222-9132/+29Star
|\
| * Staging: VME: move VME drivers out of stagingGreg Kroah-Hartman2012-04-2622-9131/+6Star
| * staging: vme: vme.c: fix minor coding style issuesGreg Kroah-Hartman2012-04-251-24/+15Star
| * drivers: staging: vme: devices: Remove unneeded include version.hMarcos Paulo de Souza2012-04-192-2/+0Star
| * Staging: VME: Ensure TSI148 link list descriptors are written big endianMartyn Welch2012-04-102-80/+103
| * Staging: VME: Convert TSI148 to use dma_map_singleMartyn Welch2012-04-102-7/+16
| * staging: Fix typo in multiple filesMasanari Iida2012-04-101-1/+1
| * Staging: vme: Replace semaphore by mutex.Santosh Nayak2012-04-101-21/+22
* | staging/vme: Fix module parametersGerard Snitselaar2012-04-101-2/+2
|/
* staging: vme: fix section mismatches in linux-next 20120314Gerard Snitselaar2012-03-152-4/+4
* 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