summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme
Commit message (Expand)AuthorAgeFilesLines
...
* staging: vme_user: remove buf_unalloc helperDmitry Kalinkin2015-06-131-27/+4Star
* staging: vme_user: remove open/releaseDmitry Kalinkin2015-06-131-44/+0Star
* staging: vme_user: remove forward declarationsDmitry Kalinkin2015-06-131-79/+60Star
* staging: vme_user: remove unused countersDmitry Kalinkin2015-06-131-31/+0Star
* staging: vme_user: refactor llseek to switch(){}Dmitry Kalinkin2015-06-131-8/+10
* staging: vme: mmap() support for vme_userDmitry Kalinkin2015-03-071-0/+85
* staging: vme: use image mutex for ioctl()Dmitry Kalinkin2015-03-071-4/+5
* staging: Remove <linux/moduleparam.h> header.Navya Sri Nizamkari2015-03-022-2/+0Star
* Staging: vme: devices: Use kasprintfVaishali Thakkar2014-10-271-2/+2
* staging: vme: devices: Added a paragraph to describe Kconfig symbolKumari Radha2014-10-201-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-25/+3Star
|\
| * vme: don't open-code fixed_size_llseek()Al Viro2014-10-091-25/+3Star
* | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-091-3/+1Star
|\ \
| * | driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-3/+1Star
| |/
* | Staging: vme: devices: Merges two lines of code and removes unused variableMahati Chamarthy2014-09-241-3/+1Star
* | staging: vme: remove redundant else conditionFred Chou2014-08-301-7/+7
|/
* staging: vme: removed useless breaks in vme_user.cTom Jorquera2014-07-241-4/+0Star
* staging: vme: Add missing CR in printk messages in vme_pio2_core.cMasanari Iida2014-07-191-6/+6
* staging: vme: Add missing CR in error messageMasanari Iida2014-07-191-1/+1
* staging: vme: Fix typo in vme_pio2_gpio.cMasanari Iida2014-07-191-2/+2
* Merge 3.15-rc2 into staging-nextGreg Kroah-Hartman2014-04-221-6/+3Star
|\
| * staging: vme: fix memory leak in vme_user_probe()Daeseok Youn2014-04-151-6/+3Star
* | staging: vme: Simplfy string usage in vme_user_probe()Bojan Prtvar2014-04-191-4/+4
* | staging: vme: Fix a small coding style issue in vme_user.cBojan Prtvar2014-04-191-0/+1
|/
* 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