summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: use dma_mmap_coherent for DMA-able buffer mmapIan Abbott2019-06-261-13/+26
* staging: comedi: Add lockdep_assert_held() calls for dev->mutexIan Abbott2019-04-191-0/+32
* staging: comedi: comedi_fops.c: Remove redundant blank lineSandesh Kenjana Ashok2019-02-041-1/+0Star
* staging: comedi: Removed not necessary braces for single blockJitendra Khasdev2019-01-181-2/+2
* staging: comedi: change do_insn*_ioctl to allow more samplesSpencer E. Olson2018-12-121-17/+31
* staging: comedi: Check length of INSN_CONFIG_TIMER_1 instructionIan Abbott2018-11-071-0/+1
* staging: comedi: add new device-global config interfaceSpencer E. Olson2018-10-091-0/+69
* staging: comedi: add facility to directly query subdevice timing constraintsSpencer E. Olson2018-10-091-0/+4
* staging: comedi: comedi_fops: Shift assignment operator '=' to previous lineNishad Kamdar2018-07-161-2/+2
* staging: comedi: comedi_fops: make bool bit-field unsigned int bit-fields.Giulio Benetti2018-06-171-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-011-10/+1Star
|\
| * staging: comedi: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0Star
| * staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-281-0/+1
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* Staging: comedi: comedi_fops: fix dev_err() warning styleBryan Garza2017-08-241-1/+1
* staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNINGIan Abbott2017-07-301-0/+3
* staging: comedi: use centralized error clean-up in comedi_init()Ian Abbott2017-06-231-21/+22
* staging: comedi: fix clean-up of comedi_class in comedi_init()Ian Abbott2017-06-231-0/+1
* staging: comedi: support vm_access_process for mmap'd bufferIan Abbott2017-04-251-0/+15
* Staging: comedi: comedi_fops: Change comedi_num_legacy_minors typeCheah Kok Cheong2017-03-091-4/+3Star
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Staging: comedi: comedi_fops: Remove unused stat.h headerCheah Kok Cheong2017-01-101-1/+0Star
* Staging: comedi: comedi_fops: Remove unused vmalloc.h headerCheah Kok Cheong2017-01-101-1/+0Star
* Staging: comedi: comedi_fops: Remove redundant init.h headerCheah Kok Cheong2017-01-101-1/+0Star
* Staging: comedi: comedi_fops: Remove unused kmod.h headerCheah Kok Cheong2017-01-101-1/+0Star
* Staging: comedi: comedi_fops: Avoid orphaned proc entryCheah Kok Cheong2017-01-031-3/+3
* staging: comedi: Use vma_pages function on vma object instead of explicit com...sayli karnik2016-09-201-1/+1
* staging: comedi: comedi_fops: coding style fixesMatias Mucciolo2016-09-131-3/+3
* staging: comedi: avoid using timevalArnd Bergmann2016-06-181-4/+5
* Staging: comedi: comedi_fops.c: Fixed coding style issueShyam Saini2016-06-181-6/+6
* staging: comedi: comedi_fops.c: fix lines over 80 charactersIan Abbott2016-03-291-6/+10
* Staging: comedi: comedi_fops: Replace 'unsigned' with 'unsigned int'Leslie Klein2016-03-281-24/+24
* Staging: comedi: Use predefined macro offset_in_page() instead of (addr & ~PA...Sandhya Bankar2016-03-111-1/+1
* staging: comedi: COMEDI_BUFINFO: terminate "write" command when stoppedIan Abbott2016-02-211-3/+6
* staging: comedi: COMEDI_BUFINFO: return -EPIPE for abnormal readIan Abbott2016-02-211-9/+18
* staging: comedi: COMEDI_BUFINFO: become non-busy even if bytes_read is 0Ian Abbott2016-02-211-4/+3Star
* staging: comedi: COMEDI_BUFINFO: return error if no active commandIan Abbott2016-02-211-20/+2Star
* staging: comedi: COMEDI_BUFINFO: force bytes_written to 0 if stoppedIan Abbott2016-02-211-0/+2
* staging: comedi: COMEDI_BUFINFO: update buffer before becoming non-busyIan Abbott2016-02-211-1/+5
* staging: comedi: COMEDI_BUFINFO: force bytes_read or bytes_written to 0Ian Abbott2016-02-211-12/+18
* staging: comedi: COMEDI_BUFINFO: get amount freed, not amount allocatedIan Abbott2016-02-211-5/+4Star
* staging: comedi: check for more errors for zero-length writeIan Abbott2015-12-221-3/+4
* staging: comedi: simplify returned errors for comedi_write()Ian Abbott2015-12-221-18/+3Star
* staging: comedi: return error on "write" if no command set upIan Abbott2015-12-221-3/+8
* staging: comedi: allow buffer wraparound in comedi_write()Ian Abbott2015-12-221-5/+9
* staging: comedi: avoid bad truncation of a size_t in comedi_write()Ian Abbott2015-12-221-8/+5Star
* staging: comedi: make some variables unsigned in comedi_write()Ian Abbott2015-12-221-1/+3
* staging: comedi: do extra checks for becoming non-busy for "write"Ian Abbott2015-12-221-1/+6
* staging: comedi: rearrange comedi_write() codeIan Abbott2015-12-221-41/+30Star