summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme
Commit message (Expand)AuthorAgeFilesLines
* staging: vme: vme_user.c: fix warning 'line over 80 characters'Philip Thiemann2017-01-161-1/+2
* Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-133-13/+8
|\
| * staging: vme: vme_user.c Spelling correctionsWalt Feasel2016-11-191-3/+3
| * Revert "Staging: vme: Use BIT macro for bit field definitions."Greg Kroah-Hartman2016-11-141-51/+51
| * Staging: vme: Fix parenthesis alignment.Anton Leshchenko2016-11-071-1/+1
| * Staging: vme: Add required identifier names.Anton Leshchenko2016-11-071-4/+4
| * Staging: vme: Use BIT macro for bit field definitions.Anton Leshchenko2016-11-071-51/+51
| * Staging: vme: Remove excessive blank lines.Anton Leshchenko2016-11-071-5/+0
* | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
|/
* drivers: staging: vme: convert to octal notation for permission bitsAndrew Kanner2016-09-171-6/+6
* staging: vme/devices: vme_user.c: fix: converted decimal permissions to octalRyan Swan2016-09-131-1/+1
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-201-2/+3
|\
| * staging: vme: fix bare use of 'unsigned'Clifton Barnes2016-04-041-2/+3
* | staging: vme: use gpiochip data pointerLinus Walleij2016-04-261-11/+6
|/
* staging: vme: devices: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla2016-03-111-18/+6
* drivers: staging: vme: Deleted casting to (void *)Egor Uleyskiy2015-11-241-3/+3
* drivers: staging: vme: Fixed checking NULL and 0 code styleEgor Uleyskiy2015-11-243-8/+8
* drivers: staging: vme: Deleted extra brackingEgor Uleyskiy2015-11-242-3/+3
* drivers: staging: vme: Fixed the using of sizeofEgor Uleyskiy2015-11-242-6/+6
* drivers: staging: vme: Deleted extra empty linesEgor Uleyskiy2015-11-242-4/+0
* drivers: staging: vme: Fixed indentionEgor Uleyskiy2015-11-243-21/+21
* staging: vme: devices: add spaces around '-'Junsu Shin2015-08-141-4/+4
* staging: vme: devices: fix NULL comparison styleJunsu Shin2015-08-141-2/+2
* staging: vme: devices: remove blank line after open braceJunsu Shin2015-08-141-2/+0
* staging: vme: devices: remove multiple blank linesJunsu Shin2015-08-141-4/+0
* Staging: vme: remove an unnecessary and wrong warning messageNavy Cheng2015-08-071-3/+1
* staging: vme_user: remove okcount variableDmitry Kalinkin2015-07-141-12/+6
* staging: vme_user: remove distracting commentDmitry Kalinkin2015-07-141-1/+0
* staging: vme_user: remove unused variableDmitry Kalinkin2015-07-141-6/+2
* staging: vme_user: switch to returning -EFAULT on __copy_*_user errorsDmitry Kalinkin2015-07-141-36/+11
* staging: vme_user: allow large read()/write()Dmitry Kalinkin2015-07-141-49/+24
* staging: vme_user: fix kmalloc styleDmitry Kalinkin2015-07-141-1/+1
* staging: vme_user: fix NULL comparison styleDmitry Kalinkin2015-07-141-6/+6
* staging: vme_user: fix blank linesDmitry Kalinkin2015-07-141-3/+1
* staging: vme_user: fix code alignmentDmitry Kalinkin2015-07-141-16/+17
* staging: vme_user: remove buf_unalloc helperDmitry Kalinkin2015-06-131-27/+4
* staging: vme_user: remove open/releaseDmitry Kalinkin2015-06-131-44/+0
* staging: vme_user: remove forward declarationsDmitry Kalinkin2015-06-131-79/+60
* staging: vme_user: remove unused countersDmitry Kalinkin2015-06-121-31/+0
* staging: vme_user: refactor llseek to switch(){}Dmitry Kalinkin2015-06-121-8/+10
* staging: vme: mmap() support for vme_userDmitry Kalinkin2015-03-061-0/+85
* staging: vme: use image mutex for ioctl()Dmitry Kalinkin2015-03-061-4/+5
* staging: Remove <linux/moduleparam.h> header.Navya Sri Nizamkari2015-03-012-2/+0
* 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/+3
|\
| * vme: don't open-code fixed_size_llseek()Al Viro2014-10-091-25/+3
* | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-091-3/+1
|\ \
| * | driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-3/+1
| |/
* | Staging: vme: devices: Merges two lines of code and removes unused variableMahati Chamarthy2014-09-231-3/+1