summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_fops.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-28staging: comedi: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2017-08-23Staging: comedi: comedi_fops: fix dev_err() warning styleBryan Garza
2017-07-30staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNINGIan Abbott
2017-06-24staging: comedi: use centralized error clean-up in comedi_init()Ian Abbott
2017-06-24staging: comedi: fix clean-up of comedi_class in comedi_init()Ian Abbott
2017-04-25staging: comedi: support vm_access_process for mmap'd bufferIan Abbott
2017-03-09Staging: comedi: comedi_fops: Change comedi_num_legacy_minors typeCheah Kok Cheong
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-01-10Staging: comedi: comedi_fops: Remove unused stat.h headerCheah Kok Cheong
2017-01-10Staging: comedi: comedi_fops: Remove unused vmalloc.h headerCheah Kok Cheong
2017-01-10Staging: comedi: comedi_fops: Remove redundant init.h headerCheah Kok Cheong
2017-01-10Staging: comedi: comedi_fops: Remove unused kmod.h headerCheah Kok Cheong
2017-01-03Staging: comedi: comedi_fops: Avoid orphaned proc entryCheah Kok Cheong
2016-09-20staging: comedi: Use vma_pages function on vma object instead of explicit com...sayli karnik
2016-09-13staging: comedi: comedi_fops: coding style fixesMatias Mucciolo
2016-06-17staging: comedi: avoid using timevalArnd Bergmann
2016-06-17Staging: comedi: comedi_fops.c: Fixed coding style issueShyam Saini
2016-03-29staging: comedi: comedi_fops.c: fix lines over 80 charactersIan Abbott
2016-03-28Staging: comedi: comedi_fops: Replace 'unsigned' with 'unsigned int'Leslie Klein
2016-03-10Staging: comedi: Use predefined macro offset_in_page() instead of (addr & ~PA...Sandhya Bankar
2016-02-20staging: comedi: COMEDI_BUFINFO: terminate "write" command when stoppedIan Abbott
2016-02-20staging: comedi: COMEDI_BUFINFO: return -EPIPE for abnormal readIan Abbott
2016-02-20staging: comedi: COMEDI_BUFINFO: become non-busy even if bytes_read is 0Ian Abbott
2016-02-20staging: comedi: COMEDI_BUFINFO: return error if no active commandIan Abbott
2016-02-20staging: comedi: COMEDI_BUFINFO: force bytes_written to 0 if stoppedIan Abbott
2016-02-20staging: comedi: COMEDI_BUFINFO: update buffer before becoming non-busyIan Abbott
2016-02-20staging: comedi: COMEDI_BUFINFO: force bytes_read or bytes_written to 0Ian Abbott
2016-02-20staging: comedi: COMEDI_BUFINFO: get amount freed, not amount allocatedIan Abbott
2015-12-21staging: comedi: check for more errors for zero-length writeIan Abbott
2015-12-21staging: comedi: simplify returned errors for comedi_write()Ian Abbott
2015-12-21staging: comedi: return error on "write" if no command set upIan Abbott
2015-12-21staging: comedi: allow buffer wraparound in comedi_write()Ian Abbott
2015-12-21staging: comedi: avoid bad truncation of a size_t in comedi_write()Ian Abbott
2015-12-21staging: comedi: make some variables unsigned in comedi_write()Ian Abbott
2015-12-21staging: comedi: do extra checks for becoming non-busy for "write"Ian Abbott
2015-12-21staging: comedi: rearrange comedi_write() codeIan Abbott
2015-10-13staging: comedi: check for more errors for zero-length readIan Abbott
2015-10-13staging: comedi: simplify returned errors for comedi_read()Ian Abbott
2015-10-13staging: comedi: return error on "read" if no command set upIan Abbott
2015-10-13staging: comedi: remove superfluous retval = 0 in comedi_read()Ian Abbott
2015-10-13staging: comedi: allow buffer wraparound in comedi_read()Ian Abbott
2015-10-13staging: comedi: avoid bad truncation of a size_t in comedi_read()Ian Abbott
2015-10-13staging: comedi: make some variables unsigned in comedi_read()Ian Abbott
2015-10-13staging: comedi: do extra checks for becoming non-busy for "read"Ian Abbott
2015-10-13staging: comedi: don't consider "unmunged" data when becoming non-busyIan Abbott
2015-10-13staging: comedi: remain busy until read end-of-fileIan Abbott