summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: comedi: check for more errors for zero-length readIan Abbott2015-10-131-5/+5
* staging: comedi: simplify returned errors for comedi_read()Ian Abbott2015-10-131-18/+3Star
* staging: comedi: return error on "read" if no command set upIan Abbott2015-10-131-1/+6
* staging: comedi: remove superfluous retval = 0 in comedi_read()Ian Abbott2015-10-131-3/+0Star
* staging: comedi: allow buffer wraparound in comedi_read()Ian Abbott2015-10-131-4/+10
* staging: comedi: avoid bad truncation of a size_t in comedi_read()Ian Abbott2015-10-131-4/+1Star
* staging: comedi: make some variables unsigned in comedi_read()Ian Abbott2015-10-131-1/+3
* staging: comedi: do extra checks for becoming non-busy for "read"Ian Abbott2015-10-131-5/+8
* staging: comedi: don't consider "unmunged" data when becoming non-busyIan Abbott2015-10-131-2/+3
* staging: comedi: remain busy until read end-of-fileIan Abbott2015-10-131-1/+1
* staging: comedi: don't use mutex when polling fileIan Abbott2015-10-131-2/+2
* staging: comedi: check command started by file being polledIan Abbott2015-10-131-2/+2
* staging: comedi: don't allocate buffer space when polling for writeIan Abbott2015-10-131-2/+1Star
* staging: comedi: don't poll_wait on same subdevice twiceIan Abbott2015-10-131-2/+4
* Staging: comedi: Remove exceptional & on function nameShraddha Barke2015-10-131-1/+1
* staging: comedi: comedi_fops.c: Tweak kernel-doc for consistencyIan Abbott2015-09-291-38/+43
* staging: comedi: comedi_fops.c: remove bogus kernel-doc for runflagsIan Abbott2015-09-191-6/+6
* mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
* staging: comedi: comedi_fops: absorb comedi_free_board_minor()H Hartley Sweeten2015-08-151-8/+5Star
* staging: comedi: comedi_fops: remove BUG_ON() in comedi_dev_get_from_board_mi...H Hartley Sweeten2015-08-151-1/+0Star
* staging: comedi: comedi_fops: remove BUG_ON() in comedi_free_subdevice_minor()H Hartley Sweeten2015-08-151-4/+2Star
* staging: comedi: comedi_fops: remove BUG_ON() in comedi_cleanup()H Hartley Sweeten2015-08-151-7/+0Star
* staging: comedi: comedi_fops: remove remaining BUG_ON() checksH Hartley Sweeten2015-08-151-2/+0Star
* staging: Comedi: comedi_fops: Fixed the return error codeSanthosh Pai2015-07-151-1/+1
* staging: comedi: use CAP_SYS_ADMIN instead of CAP_NET_ADMINIan Abbott2015-07-151-2/+2
* staging: comedi: remove commented codeHari Prasath Gujulan Elango2015-06-161-5/+0Star
* Staging: fixed multiple spelling errors.Carlos E. Garcia2015-05-081-1/+1
* staging: comedi: move COMEDI_SRF_... macros to "comedi_fops.c"Ian Abbott2015-04-301-0/+17
* staging: comedi: wrap COMEDI_SRF_FREE_SPRIV usageIan Abbott2015-04-301-2/+22