aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-13staging: comedi: simplify returned errors for comedi_read()Ian Abbott1-18/+3
2015-10-13staging: comedi: return error on "read" if no command set upIan Abbott1-1/+6
2015-10-13staging: comedi: remove superfluous retval = 0 in comedi_read()Ian Abbott1-3/+0
2015-10-13staging: comedi: allow buffer wraparound in comedi_read()Ian Abbott1-4/+10
2015-10-13staging: comedi: avoid bad truncation of a size_t in comedi_read()Ian Abbott1-4/+1
2015-10-13staging: comedi: make some variables unsigned in comedi_read()Ian Abbott1-1/+3
2015-10-13staging: comedi: do extra checks for becoming non-busy for "read"Ian Abbott1-5/+8
2015-10-13staging: comedi: don't consider "unmunged" data when becoming non-busyIan Abbott1-2/+3
2015-10-13staging: comedi: remain busy until read end-of-fileIan Abbott1-1/+1
2015-10-13staging: comedi: don't use mutex when polling fileIan Abbott1-2/+2
2015-10-13staging: comedi: check command started by file being polledIan Abbott1-2/+2
2015-10-13staging: comedi: don't allocate buffer space when polling for writeIan Abbott1-2/+1
2015-10-13staging: comedi: don't poll_wait on same subdevice twiceIan Abbott1-2/+4
2015-10-13Staging: comedi: Remove exceptional & on function nameShraddha Barke1-1/+1
2015-09-29staging: comedi: comedi_fops.c: Tweak kernel-doc for consistencyIan Abbott1-38/+43
2015-09-18staging: comedi: comedi_fops.c: remove bogus kernel-doc for runflagsIan Abbott1-6/+6
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-08-14staging: comedi: comedi_fops: absorb comedi_free_board_minor()H Hartley Sweeten1-8/+5
2015-08-14staging: comedi: comedi_fops: remove BUG_ON() in comedi_dev_get_from_board_minor()H Hartley Sweeten1-1/+0
2015-08-14staging: comedi: comedi_fops: remove BUG_ON() in comedi_free_subdevice_minor()H Hartley Sweeten1-4/+2
2015-08-14staging: comedi: comedi_fops: remove BUG_ON() in comedi_cleanup()H Hartley Sweeten1-7/+0
2015-08-14staging: comedi: comedi_fops: remove remaining BUG_ON() checksH Hartley Sweeten1-2/+0
2015-07-14staging: Comedi: comedi_fops: Fixed the return error codeSanthosh Pai1-1/+1
2015-07-14staging: comedi: use CAP_SYS_ADMIN instead of CAP_NET_ADMINIan Abbott1-2/+2
2015-06-15staging: comedi: remove commented codeHari Prasath Gujulan Elango1-5/+0
2015-05-08Staging: fixed multiple spelling errors.Carlos E. Garcia1-1/+1
2015-04-30staging: comedi: move COMEDI_SRF_... macros to "comedi_fops.c"Ian Abbott1-0/+17
2015-04-30staging: comedi: wrap COMEDI_SRF_FREE_SPRIV usageIan Abbott1-2/+22
2015-04-03staging: comedi: comedi_fops: extend spin-lock scope in comedi_event()Ian Abbott1-24/+46
2015-04-03staging: comedi: comedi_fops: send SIGIO according to command directionIan Abbott1-4/+4