summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: avoid using timevalArnd Bergmann2016-06-171-4/+5
* Staging: comedi: comedi_fops.c: Fixed coding style issueShyam Saini2016-06-171-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-101-1/+1
* staging: comedi: COMEDI_BUFINFO: terminate "write" command when stoppedIan Abbott2016-02-201-3/+6
* staging: comedi: COMEDI_BUFINFO: return -EPIPE for abnormal readIan Abbott2016-02-201-9/+18
* staging: comedi: COMEDI_BUFINFO: become non-busy even if bytes_read is 0Ian Abbott2016-02-201-4/+3
* staging: comedi: COMEDI_BUFINFO: return error if no active commandIan Abbott2016-02-201-20/+2
* staging: comedi: COMEDI_BUFINFO: force bytes_written to 0 if stoppedIan Abbott2016-02-201-0/+2
* staging: comedi: COMEDI_BUFINFO: update buffer before becoming non-busyIan Abbott2016-02-201-1/+5
* staging: comedi: COMEDI_BUFINFO: force bytes_read or bytes_written to 0Ian Abbott2016-02-201-12/+18
* staging: comedi: COMEDI_BUFINFO: get amount freed, not amount allocatedIan Abbott2016-02-201-5/+4
* staging: comedi: check for more errors for zero-length writeIan Abbott2015-12-211-3/+4
* staging: comedi: simplify returned errors for comedi_write()Ian Abbott2015-12-211-18/+3
* staging: comedi: return error on "write" if no command set upIan Abbott2015-12-211-3/+8
* staging: comedi: allow buffer wraparound in comedi_write()Ian Abbott2015-12-211-5/+9
* staging: comedi: avoid bad truncation of a size_t in comedi_write()Ian Abbott2015-12-211-8/+5
* staging: comedi: make some variables unsigned in comedi_write()Ian Abbott2015-12-211-1/+3
* staging: comedi: do extra checks for becoming non-busy for "write"Ian Abbott2015-12-211-1/+6
* staging: comedi: rearrange comedi_write() codeIan Abbott2015-12-211-41/+30
* 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/+3
* 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/+0
* 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/+1
* 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/+1
* 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-181-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-141-8/+5
* staging: comedi: comedi_fops: remove BUG_ON() in comedi_dev_get_from_board_mi...H Hartley Sweeten2015-08-141-1/+0
* staging: comedi: comedi_fops: remove BUG_ON() in comedi_free_subdevice_minor()H Hartley Sweeten2015-08-141-4/+2
* staging: comedi: comedi_fops: remove BUG_ON() in comedi_cleanup()H Hartley Sweeten2015-08-141-7/+0
* staging: comedi: comedi_fops: remove remaining BUG_ON() checksH Hartley Sweeten2015-08-141-2/+0
* staging: Comedi: comedi_fops: Fixed the return error codeSanthosh Pai2015-07-141-1/+1
* staging: comedi: use CAP_SYS_ADMIN instead of CAP_NET_ADMINIan Abbott2015-07-141-2/+2
* staging: comedi: remove commented codeHari Prasath Gujulan Elango2015-06-151-5/+0
* 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
OpenPOWER on IntegriCloud