aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2-0/+2
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2018-03-23staging: vme: vme_user: Fix some error handling paths in 'vme_user_probe()'Christophe JAILLET1-2/+2
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-10/+8
2018-01-15staging: vme: vme_user.c: remove redundant license textGreg Kroah-Hartman1-6/+0
2018-01-15staging: vme: vme_user: add SPDX identifier.Greg Kroah-Hartman1-0/+1
2018-01-08Staging: vme: vme_user: fixed an alignment coding style issuePhilippe Loctaux1-4/+7
2017-12-29vme_user: don't use __copy_..._user()Al Viro1-4/+4
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds6-1045/+0
2017-11-03staging: VME: Remove PIO2 driverMartyn Welch6-1044/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-05-16staging: vme: Use BIT macro for bit definitionsRicardo Silva1-40/+40
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-4/+4
2017-04-20Annotate hardware config module parameters in drivers/staging/vme/David Howells1-4/+4
2017-03-14drivers: convert vme_user_vma_priv.refcnt from atomic_t to refcount_tElena Reshetova1-5/+5
2017-01-16staging: vme: vme_user.c: fix warning 'line over 80 characters'Philip Thiemann1-1/+2
2016-12-13Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-13/+8
2016-11-19staging: vme: vme_user.c Spelling correctionsWalt Feasel1-3/+3
2016-11-14Revert "Staging: vme: Use BIT macro for bit field definitions."Greg Kroah-Hartman1-51/+51
2016-11-07Staging: vme: Fix parenthesis alignment.Anton Leshchenko1-1/+1
2016-11-07Staging: vme: Add required identifier names.Anton Leshchenko1-4/+4
2016-11-07Staging: vme: Use BIT macro for bit field definitions.Anton Leshchenko1-51/+51
2016-11-07Staging: vme: Remove excessive blank lines.Anton Leshchenko1-5/+0
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-1/+1
2016-09-17drivers: staging: vme: convert to octal notation for permission bitsAndrew Kanner1-6/+6
2016-09-13staging: vme/devices: vme_user.c: fix: converted decimal permissions to octalRyan Swan1-1/+1
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+3
2016-04-26staging: vme: use gpiochip data pointerLinus Walleij1-11/+6
2016-04-04staging: vme: fix bare use of 'unsigned'Clifton Barnes1-2/+3
2016-03-11staging: vme: devices: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla1-18/+6
2015-11-24drivers: staging: vme: Deleted casting to (void *)Egor Uleyskiy1-3/+3
2015-11-24drivers: staging: vme: Fixed checking NULL and 0 code styleEgor Uleyskiy3-8/+8
2015-11-24drivers: staging: vme: Deleted extra brackingEgor Uleyskiy2-3/+3
2015-11-24drivers: staging: vme: Fixed the using of sizeofEgor Uleyskiy2-6/+6
2015-11-24drivers: staging: vme: Deleted extra empty linesEgor Uleyskiy2-4/+0
2015-11-24drivers: staging: vme: Fixed indentionEgor Uleyskiy3-21/+21
2015-08-14staging: vme: devices: add spaces around '-'Junsu Shin1-4/+4
2015-08-14staging: vme: devices: fix NULL comparison styleJunsu Shin1-2/+2
2015-08-14staging: vme: devices: remove blank line after open braceJunsu Shin1-2/+0
2015-08-14staging: vme: devices: remove multiple blank linesJunsu Shin1-4/+0
2015-08-07Staging: vme: remove an unnecessary and wrong warning messageNavy Cheng1-3/+1
2015-07-14staging: vme_user: remove okcount variableDmitry Kalinkin1-12/+6
2015-07-14staging: vme_user: remove distracting commentDmitry Kalinkin1-1/+0
2015-07-14staging: vme_user: remove unused variableDmitry Kalinkin1-6/+2
2015-07-14staging: vme_user: switch to returning -EFAULT on __copy_*_user errorsDmitry Kalinkin1-36/+11
2015-07-14staging: vme_user: allow large read()/write()Dmitry Kalinkin1-49/+24
2015-07-14staging: vme_user: fix kmalloc styleDmitry Kalinkin1-1/+1
2015-07-14staging: vme_user: fix NULL comparison styleDmitry Kalinkin1-6/+6
2015-07-14staging: vme_user: fix blank linesDmitry Kalinkin1-3/+1
2015-07-14staging: vme_user: fix code alignmentDmitry Kalinkin1-16/+17