summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme
Commit message (Expand)AuthorAgeFilesLines
* staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2019-04-032-0/+2
* staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: vme: vme_user: Fix some error handling paths in 'vme_user_probe()'Christophe JAILLET2018-03-231-2/+2
* Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-011-10/+8Star
|\
| * staging: vme: vme_user.c: remove redundant license textGreg Kroah-Hartman2018-01-151-6/+0Star
| * staging: vme: vme_user: add SPDX identifier.Greg Kroah-Hartman2018-01-151-0/+1
| * Staging: vme: vme_user: fixed an alignment coding style issuePhilippe Loctaux2018-01-081-4/+7
* | vme_user: don't use __copy_..._user()Al Viro2017-12-291-4/+4
|/
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-146-1045/+0Star
|\
| * staging: VME: Remove PIO2 driverMartyn Welch2017-11-036-1044/+0Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* staging: vme: Use BIT macro for bit definitionsRicardo Silva2017-05-161-40/+40
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-111-4/+4
|\
| * Annotate hardware config module parameters in drivers/staging/vme/David Howells2017-04-201-4/+4
* | drivers: convert vme_user_vma_priv.refcnt from atomic_t to refcount_tElena Reshetova2017-03-131-5/+5
|/
* 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/+8Star
|\
| * 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/+0Star
* | 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-211-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/+6Star
|/
* staging: vme: devices: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla2016-03-121-18/+6Star
* drivers: staging: vme: Deleted casting to (void *)Egor Uleyskiy2015-11-251-3/+3
* drivers: staging: vme: Fixed checking NULL and 0 code styleEgor Uleyskiy2015-11-253-8/+8
* drivers: staging: vme: Deleted extra brackingEgor Uleyskiy2015-11-252-3/+3
* drivers: staging: vme: Fixed the using of sizeofEgor Uleyskiy2015-11-252-6/+6
* drivers: staging: vme: Deleted extra empty linesEgor Uleyskiy2015-11-252-4/+0Star
* drivers: staging: vme: Fixed indentionEgor Uleyskiy2015-11-253-21/+21
* staging: vme: devices: add spaces around '-'Junsu Shin2015-08-151-4/+4
* staging: vme: devices: fix NULL comparison styleJunsu Shin2015-08-151-2/+2
* staging: vme: devices: remove blank line after open braceJunsu Shin2015-08-151-2/+0Star
* staging: vme: devices: remove multiple blank linesJunsu Shin2015-08-151-4/+0Star
* Staging: vme: remove an unnecessary and wrong warning messageNavy Cheng2015-08-081-3/+1Star
* staging: vme_user: remove okcount variableDmitry Kalinkin2015-07-151-12/+6Star
* staging: vme_user: remove distracting commentDmitry Kalinkin2015-07-151-1/+0Star
* staging: vme_user: remove unused variableDmitry Kalinkin2015-07-151-6/+2Star
* staging: vme_user: switch to returning -EFAULT on __copy_*_user errorsDmitry Kalinkin2015-07-151-36/+11Star
* staging: vme_user: allow large read()/write()Dmitry Kalinkin2015-07-151-49/+24Star
* staging: vme_user: fix kmalloc styleDmitry Kalinkin2015-07-151-1/+1
* staging: vme_user: fix NULL comparison styleDmitry Kalinkin2015-07-151-6/+6
* staging: vme_user: fix blank linesDmitry Kalinkin2015-07-151-3/+1Star
* staging: vme_user: fix code alignmentDmitry Kalinkin2015-07-151-16/+17