aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-19staging: comedi: Add lockdep_assert_held() calls for dev->mutexIan Abbott1-0/+32
2019-02-04staging: comedi: comedi_fops.c: Remove redundant blank lineSandesh Kenjana Ashok1-1/+0
2019-01-18staging: comedi: Removed not necessary braces for single blockJitendra Khasdev1-2/+2
2018-12-12staging: comedi: change do_insn*_ioctl to allow more samplesSpencer E. Olson1-17/+31
2018-11-07staging: comedi: Check length of INSN_CONFIG_TIMER_1 instructionIan Abbott1-0/+1
2018-10-09staging: comedi: add new device-global config interfaceSpencer E. Olson1-0/+69
2018-10-09staging: comedi: add facility to directly query subdevice timing constraintsSpencer E. Olson1-0/+4
2018-07-16staging: comedi: comedi_fops: Shift assignment operator '=' to previous lineNishad Kamdar1-2/+2
2018-06-17staging: comedi: comedi_fops: make bool bit-field unsigned int bit-fields.Giulio Benetti1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-10/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-28staging: comedi: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-08-23Staging: comedi: comedi_fops: fix dev_err() warning styleBryan Garza1-1/+1
2017-07-30staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNINGIan Abbott1-0/+3
2017-06-24staging: comedi: use centralized error clean-up in comedi_init()Ian Abbott1-21/+22
2017-06-24staging: comedi: fix clean-up of comedi_class in comedi_init()Ian Abbott1-0/+1
2017-04-25staging: comedi: support vm_access_process for mmap'd bufferIan Abbott1-0/+15
2017-03-09Staging: comedi: comedi_fops: Change comedi_num_legacy_minors typeCheah Kok Cheong1-4/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-10Staging: comedi: comedi_fops: Remove unused stat.h headerCheah Kok Cheong1-1/+0
2017-01-10Staging: comedi: comedi_fops: Remove unused vmalloc.h headerCheah Kok Cheong1-1/+0
2017-01-10Staging: comedi: comedi_fops: Remove redundant init.h headerCheah Kok Cheong1-1/+0
2017-01-10Staging: comedi: comedi_fops: Remove unused kmod.h headerCheah Kok Cheong1-1/+0
2017-01-03Staging: comedi: comedi_fops: Avoid orphaned proc entryCheah Kok Cheong1-3/+3
2016-09-20staging: comedi: Use vma_pages function on vma object instead of explicit computationsayli karnik1-1/+1
2016-09-13staging: comedi: comedi_fops: coding style fixesMatias Mucciolo1-3/+3
2016-06-17staging: comedi: avoid using timevalArnd Bergmann1-4/+5
2016-06-17Staging: comedi: comedi_fops.c: Fixed coding style issueShyam Saini1-6/+6
2016-03-29staging: comedi: comedi_fops.c: fix lines over 80 charactersIan Abbott1-6/+10
2016-03-28Staging: comedi: comedi_fops: Replace 'unsigned' with 'unsigned int'Leslie Klein1-24/+24
2016-03-10Staging: comedi: Use predefined macro offset_in_page() instead of (addr & ~PAGE_MASK).Sandhya Bankar1-1/+1
2016-02-20staging: comedi: COMEDI_BUFINFO: terminate "write" command when stoppedIan Abbott1-3/+6
2016-02-20staging: comedi: COMEDI_BUFINFO: return -EPIPE for abnormal readIan Abbott1-9/+18
2016-02-20staging: comedi: COMEDI_BUFINFO: become non-busy even if bytes_read is 0Ian Abbott1-4/+3
2016-02-20staging: comedi: COMEDI_BUFINFO: return error if no active commandIan Abbott1-20/+2
2016-02-20staging: comedi: COMEDI_BUFINFO: force bytes_written to 0 if stoppedIan Abbott1-0/+2
2016-02-20staging: comedi: COMEDI_BUFINFO: update buffer before becoming non-busyIan Abbott1-1/+5
2016-02-20staging: comedi: COMEDI_BUFINFO: force bytes_read or bytes_written to 0Ian Abbott1-12/+18
2016-02-20staging: comedi: COMEDI_BUFINFO: get amount freed, not amount allocatedIan Abbott1-5/+4
2015-12-21staging: comedi: check for more errors for zero-length writeIan Abbott1-3/+4
2015-12-21staging: comedi: simplify returned errors for comedi_write()Ian Abbott1-18/+3
2015-12-21staging: comedi: return error on "write" if no command set upIan Abbott1-3/+8
2015-12-21staging: comedi: allow buffer wraparound in comedi_write()Ian Abbott1-5/+9
2015-12-21staging: comedi: avoid bad truncation of a size_t in comedi_write()Ian Abbott1-8/+5
2015-12-21staging: comedi: make some variables unsigned in comedi_write()Ian Abbott1-1/+3
2015-12-21staging: comedi: do extra checks for becoming non-busy for "write"Ian Abbott1-1/+6
2015-12-21staging: comedi: rearrange comedi_write() codeIan Abbott1-41/+30
2015-10-13staging: comedi: check for more errors for zero-length readIan Abbott1-5/+5